CB ECR Integration

This commit is contained in:
phyusin
2018-01-10 18:08:28 +06:30
parent 014a071637
commit 903dddd8cc
37 changed files with 807 additions and 92 deletions

View File

@@ -130,6 +130,8 @@ en:
exp_to_excel: "EXPORT TO EXCEL"
check_in: "Check In"
card_settle: "CARD SETTLE"
pagination:
first: "« First"
last: "Last »"

View File

@@ -123,7 +123,8 @@ mm:
new_inventory_product: "ကုန်လှောင်ရုံရောက်ပစ္စည်းအသစ်များ"
generate_report: "အစီရင်ခံစာများရှာဖွေရန်"
exp_to_excel: "Excel သို့ ပို့ပြီးဆက်လက်လုပ်ဆောင်ရန်"
card_settle: "ကဒ် စာရင်းရှင်းတမ်း"
pagination:
first: "« ပထမ"
last: "အဆံုး »"

View File

@@ -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 ------------#