update merge with admibbsb-materi for multiple set item and report

This commit is contained in:
Aung Myo
2018-04-04 17:55:27 +06:30
11 changed files with 169 additions and 52 deletions

View File

@@ -419,8 +419,9 @@ scope "(:locale)", locale: /en|mm/ do
resources :stock_check, :only => [:index, :show]
resources :payment_method
resources :product_sale, :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"
end
# ----------- Inventory ---------------------------