overall void

This commit is contained in:
Zin Lin Phyo
2017-06-26 18:00:48 +06:30
parent 69f24101f9
commit feb1d66257
5 changed files with 23 additions and 4 deletions

View File

@@ -110,6 +110,9 @@ Rails.application.routes.draw do
get 'sale/:sale_id/payment/others_payment/JCB' => "jcb#index"
get 'sale/:sale_id/payment/others_payment/Redeem' => "redeem_payments#index"
#---------Void --------------#
post 'sale/:sale_id/void' => 'void#overall_void'
#---------Add Customer --------------#
#resources :customers
get '/:sale_id/customers', to: "customers#add_customer"