add print at receipt no report
This commit is contained in:
@@ -543,6 +543,7 @@ scope "(:locale)", locale: /en|mm/ do
|
||||
get "order_reservation/get_shift_by_date", to: "order_reservation#show", as: "get_shift_by_order_reservation"
|
||||
get "induty/get_shift_by_date", to: "induty#show", as: "get_shift_by_induty"
|
||||
get "shiftsale_print/:id" , to: "shiftsale#print_close_receipt", as: "get_shift_id"
|
||||
get "receipt_reprint/:sale_id" , to: "receipt_no#reprint", as: "receipt_reprint"
|
||||
post "print_sale_items", to: "saleitem#print_sale_items", as: "print_sale_items"
|
||||
get "sync_data", to:'receipt_no#sync_data', as:'sync_data'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user