print receipt bill
This commit is contained in:
@@ -131,7 +131,7 @@ class Api::BillController < Api::ApiController
|
||||
#member_info = Customer.get_member_account(customer)
|
||||
|
||||
# printer = Printer::ReceiptPrinter.new(print_settings)
|
||||
# printer.print_receipt_bill(print_settings,@sale_items,@sale_data,customer.name, item_price_by_accounts, member_info, shop_details)
|
||||
# printer.print_receipt_bill(print_settings, false, nil,@sale_items,@sale_data,customer.name, item_price_by_accounts, member_info, shop_details)
|
||||
end
|
||||
|
||||
def request_bill
|
||||
|
||||
Reference in New Issue
Block a user