Hi,
How can I trigger a receipt to be printed before an order is complete? I would also be interested in understanding how to trigger an email/text receipt as well.
Thanks,
Will
Hi,
How can I trigger a receipt to be printed before an order is complete? I would also be interested in understanding how to trigger an email/text receipt as well.
Thanks,
Will
If you have no payment yet you can either print out a bill with all the prices and the total, or you can print out the order like for a kitchen.
Take a look at https://github.com/clover/clover-andr... and its many subclasses. You probably want the StaticBillPrintJob
. Use the factory to construct one with an order and then use the print
method to send it to the printer.
I will investigate email and text receipts to see that is available.
No one has followed this question yet.