Merge branch 'r-1902001-01' into foodcourt
This commit is contained in:
3
app/assets/javascripts/api/menu_item_groups.coffee
Normal file
3
app/assets/javascripts/api/menu_item_groups.coffee
Normal file
@@ -0,0 +1,3 @@
|
||||
# Place all the behaviors and hooks related to the matching controller here.
|
||||
# All this logic will automatically be available in application.js.
|
||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
||||
3
app/assets/javascripts/dashboard.coffee
Normal file
3
app/assets/javascripts/dashboard.coffee
Normal file
@@ -0,0 +1,3 @@
|
||||
# Place all the behaviors and hooks related to the matching controller here.
|
||||
# All this logic will automatically be available in application.js.
|
||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
||||
@@ -373,25 +373,10 @@ function setCommPorts(comPortLists) {
|
||||
}
|
||||
|
||||
/** pay with CB bank **/
|
||||
function pay_withBank(
|
||||
cmd_type,
|
||||
payment_type,
|
||||
bnk_bill_amount,
|
||||
sale_id,
|
||||
receipt_no,
|
||||
cashier_type
|
||||
) {
|
||||
$("#loading_wrapper").show();
|
||||
function pay_withBank(cmd_type, payment_type, bnk_bill_amount,sale_id,receipt_no,cashier_type) {
|
||||
$("#loading_wrapper").show();
|
||||
var com_port = $("#com_port_name").val();
|
||||
reqCardSaleTrans(
|
||||
cmd_type,
|
||||
payment_type,
|
||||
bnk_bill_amount,
|
||||
sale_id,
|
||||
receipt_no,
|
||||
com_port,
|
||||
cashier_type
|
||||
);
|
||||
reqCardSaleTrans(cmd_type, payment_type, bnk_bill_amount, sale_id, receipt_no, com_port,cashier_type);
|
||||
}
|
||||
|
||||
//add req data to card_sale_trans table
|
||||
|
||||
3
app/assets/javascripts/sessions.coffee
Normal file
3
app/assets/javascripts/sessions.coffee
Normal file
@@ -0,0 +1,3 @@
|
||||
# Place all the behaviors and hooks related to the matching controller here.
|
||||
# All this logic will automatically be available in application.js.
|
||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
||||
3
app/assets/javascripts/settings/menu_item_groups.coffee
Normal file
3
app/assets/javascripts/settings/menu_item_groups.coffee
Normal file
@@ -0,0 +1,3 @@
|
||||
# Place all the behaviors and hooks related to the matching controller here.
|
||||
# All this logic will automatically be available in application.js.
|
||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
||||
Reference in New Issue
Block a user