View Categories

Automatically return to billing mode after KOT

< 1 min read

When the KOT is sent, Saleculator can be configured to automatically return to the billing mode. As soon as you press the KOT button, the system will send the KOT and return to restaurant or delivery mode. Add below script at the end of Script.SendOrder resource.

//SEND KEY
String [] keys = {"VK_F5"};
ticket.sendKey(keys);

0 Comments

Leave a Reply

Arrow-up