acces level for transaction/sale VOID
This commit is contained in:
@@ -57,3 +57,6 @@ Rails.application.config.assets.precompile += %w( inventory.js )
|
||||
Rails.application.config.assets.precompile += %w( order_reservation.css )
|
||||
Rails.application.config.assets.precompile += %w( order_reservation.js )
|
||||
|
||||
# --- Reservation ----
|
||||
Rails.application.config.assets.precompile += %w( reservation.css )
|
||||
Rails.application.config.assets.precompile += %w( reservation.js )
|
||||
|
||||
@@ -86,6 +86,7 @@ en:
|
||||
credits: "Credits"
|
||||
track: "Track"
|
||||
debit: "Debit"
|
||||
reservation: "Reservation"
|
||||
|
||||
views:
|
||||
btn:
|
||||
|
||||
@@ -81,6 +81,7 @@ mm:
|
||||
credits: "အကြွေးများ"
|
||||
track: "Track"
|
||||
debit: "Debit"
|
||||
reservation: "Reservation"
|
||||
|
||||
views:
|
||||
btn:
|
||||
|
||||
@@ -324,6 +324,10 @@ scope "(:locale)", locale: /en|mm/ do
|
||||
get 'sale/:sale_id/:type/credit_payment/others_payment/Alipay' => "alipay#index"
|
||||
# get 'sale/:sale_id/:type/credit_payment/others_payment/DINGA' => "dinga#index"
|
||||
# get 'sale/:sale_id/:type/credit_payment/others_payment/GiftVoucher' => "gift_voucher#index"
|
||||
|
||||
#------------- Start Reservation -------------------#
|
||||
get '/reservation' => "reservation#index"
|
||||
#------------- End Reservation -------------------#
|
||||
end
|
||||
|
||||
#--------- Waiter/Ordering Station ------------#
|
||||
|
||||
Reference in New Issue
Block a user