Total paid
${ticket.printTotalPaid()}
Thank You for your custom
Printer.Ticket.Logo
Printer.CustomerPaid
You can change this template
in the Resources panel
Receipt:
${ticket.printId()}
Date:
${ticket.printDate()}
#if ($ticket.getCustomer())
Account:
${ticket.getCustomer().printTaxid()}
Customer:
${ticket.getCustomer().printName()}
#end
Total Paid
${ticket.printTotalPaid()}
Account Balance
${customer.printCurDebt()}
#foreach ($paymentline in $ticket.payments)
#if ($paymentline.name == "cash")
Cash
Tendered:
${paymentline.printPaid()}
Change:
${paymentline.printChange()}
#end
#if ($paymentline.name == "ccard")
Mag card
${paymentline.printTotal()}
Number:
${paymentline.printCardNumber()}
Expiry Date:
${paymentline.printExpirationDate()}
Operation:
${paymentline.printTransactionID()}
Authorization:
${paymentline.printAuthorization()}
#end
#if ($paymentline.name == "cheque")
Cheque
${paymentline.printTotal()}
#end
#if ($paymentline.name == "voucherin")
Voucher
${paymentline.printTotal()}
#end
#end
Cashier:
${ticket.printUser()}
Thank You for your custom
#foreach ($paymentline in $ticket.payments)
#if ($paymentline.name == "cash")
#end
#if ($paymentline.name == "cashrefund")
#end
#end