update sale item report

This commit is contained in:
Aung Myo
2018-04-04 14:09:35 +06:30
parent 17562f6fcf
commit 8c9b0f756d
4 changed files with 25 additions and 11 deletions

View File

@@ -407,8 +407,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 ---------------------------