You can use Last Bill button to print the previous bill generated from the POS system. Add below line in Ticket.Buttons to enable Last Bill button on Sales Screen.
<button key="button.print" name="Last Bill" task="Print.LastTicket" />
< 1 min read
You can use Last Bill button to print the previous bill generated from the POS system. Add below line in Ticket.Buttons to enable Last Bill button on Sales Screen.
<button key="button.print" name="Last Bill" task="Print.LastTicket" />
Leave a Reply