food court and Booking ID for order and receipt
This commit is contained in:
@@ -21,7 +21,7 @@ class Origami::QuickServiceController < ApplicationController
|
||||
@customer = Customer.all
|
||||
@tables = Table.all.active.order('status desc')
|
||||
@rooms = Room.all.active.order('status desc')
|
||||
|
||||
@cashier_type = "quick_service"
|
||||
#checked quick_service only
|
||||
@quick_service_only = true
|
||||
lookup_dine_in = Lookup.collection_of('dinein_cashier')
|
||||
@@ -39,6 +39,7 @@ class Origami::QuickServiceController < ApplicationController
|
||||
end
|
||||
|
||||
def modify_order
|
||||
@cashier_type = "quick_service"
|
||||
today = DateTime.now
|
||||
day = Date.today.wday
|
||||
# if params[:menu] == "true"
|
||||
@@ -85,6 +86,7 @@ class Origami::QuickServiceController < ApplicationController
|
||||
Rails.logger.debug "Table ID - " + params[:table_id].to_s
|
||||
is_extra_time = false
|
||||
extra_time = ''
|
||||
@cashier_type = "quick_service"
|
||||
|
||||
items_arr = []
|
||||
JSON.parse(params[:order_items]).each { |i|
|
||||
|
||||
Reference in New Issue
Block a user