CB ECR Integration
This commit is contained in:
@@ -130,6 +130,8 @@ en:
|
||||
exp_to_excel: "EXPORT TO EXCEL"
|
||||
check_in: "Check In"
|
||||
|
||||
card_settle: "CARD SETTLE"
|
||||
|
||||
pagination:
|
||||
first: "« First"
|
||||
last: "Last »"
|
||||
|
||||
@@ -123,7 +123,8 @@ mm:
|
||||
new_inventory_product: "ကုန်လှောင်ရုံရောက်ပစ္စည်းအသစ်များ"
|
||||
generate_report: "အစီရင်ခံစာများရှာဖွေရန်"
|
||||
exp_to_excel: "Excel သို့ ပို့ပြီးဆက်လက်လုပ်ဆောင်ရန်"
|
||||
|
||||
|
||||
card_settle: "ကဒ် စာရင်းရှင်းတမ်း"
|
||||
pagination:
|
||||
first: "« ပထမ"
|
||||
last: "အဆံုး »"
|
||||
|
||||
@@ -210,6 +210,10 @@ scope "(:locale)", locale: /en|mm/ do
|
||||
#check_in
|
||||
post '/check_in' => "check_in_process#check_in_process"
|
||||
|
||||
#CB ECR Trans
|
||||
post "bank_integration/settle_trans", to: "bank_integration#settle_trans", as:"settle_trans"
|
||||
post "bank_integration/sale_trans", to: "bank_integration#sale_trans", as:"sale_trans"
|
||||
|
||||
end
|
||||
|
||||
#--------- Waiter/Ordering Station ------------#
|
||||
|
||||
Reference in New Issue
Block a user