update member discount and tax

This commit is contained in:
Aung Myo
2018-04-30 15:16:07 +06:30
parent 57607d0e8b
commit ff4cdfa158
7 changed files with 548 additions and 3 deletions

View File

@@ -436,6 +436,7 @@ scope "(:locale)", locale: /en|mm/ do
resources :stock_check, :only => [:index, :show]
resources :payment_method
resources :product_sale, :only => [:index, :show]
resources :order_reservation, :only => [:index, :show]
get "saleitem/get_shift_by_date", to: "saleitem#show", as: "get_shift_by_sale_item"
get "receipt_no/get_shift_by_date", to: "receipt_no#get_shift_by_date", as: "get_shift_by_date"