update payment menthod report

This commit is contained in:
Aung Myo
2017-10-31 18:03:36 +06:30
parent 1239b308f9
commit b89340b85e
7 changed files with 517 additions and 3 deletions

View File

@@ -341,6 +341,7 @@ scope "(:locale)", locale: /en|mm/ do
resources :void_sale, :only => [:index, :show]
resources :commission, :only => [:index, :show]
resources :stock_check, :only => [:index, :show]
resources :payment_method
get "receipt_no/get_shift_by_date", to: "receipt_no#get_shift_by_date", as: "get_shift_by_date"
end