Completed adding transactions

This commit is contained in:
Jason Denney
2013-02-02 14:08:42 -05:00
parent 55d0b8f2f7
commit 873bccb030
11 changed files with 203 additions and 12 deletions
+1
View File
@@ -58,6 +58,7 @@ class UserLogs < Netzke::Basepack::Grid
{ :name => :start_date},
{ :name => :end_date},
{ :name => :description},
#had to hack acts_as_loggable/log.rb to get this to work
{ :name => :user_action__action, :field_label => 'Action', :value => action_id},
{ :name => :for_bike, :checkboxName => :copy_log, :inputValue => true, :title => "Copy description to a Bike's History?", :xtype => 'fieldset', :checkboxToggle => true, :collapsed => true, :items => [
{:xtype => 'combo', :no_binding => true, :name => :copy_id, :title => 'Bike', :fieldLabel => 'Bike', :store => bike_store, :value => bike_id}