product sale

This commit is contained in:
phyusin
2018-02-23 14:03:25 +06:30
parent 23548dffa6
commit 7c171057d1
13 changed files with 746 additions and 4 deletions

View File

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