I followed this tutorial to make an Open Tabs and To Go orders.
I have noticed something here in some testing.
If I open a temp tab for say a bar person sitting at the bar, and print a ticket/bill to hand to them, it take the number out of the button and something there are no open tabs.
Without looking at your setup and going through JTRtech’s video. I’m guessing when you printed the ticket it changed the ticket to “Locked”.
On your “Automation Commands” button header, add " && (TS.Status=Locked)" (no quotes) behind your last “)” and before your last “}”. It should/hopefully work.
@JTRTech, I used your amazing video to setup that feature on our system. I liked the listening to your thought process as you were setting it up. Thank you for providing your videos.
I double checked our setup, the status stays the same, after printing, on our setup. Instead of Temp Tab I used Rink Tab (we’re a roller skating rink).
I tried this, it was just like the comment said and didnt work.
Open TabOpen: {REPORT TICKET COUNT:(TS.OpenTab=OpenTab)&&(TS.Status=Unpaid) &&(TS.Status=Locked)}
There was a space before the && so I removed that to see and same thing, nothing, no fix
Open TabOpen: {REPORT TICKET COUNT:(TS.OpenTab=OpenTab)&&(TS.Status=Unpaid)&&(TS.Status=Locked)}
When an “Open Tab” is created, is it converting to a new Ticket Type? Perhaps an Open Tab Ticket? After creating an Open Tab ticket. Look at the tickets screen (Main Menu -> Tickets) to see what the ticket type is. Then print the ticket. Does it keep the same ticket type (Tickets Screen)?
Ok I am trying everything and when I print bill to hand to customer it still shows it as a no count.
Sure would be nice if it would stay at a count till paid in full. That way they know there are open tabs to keep a check on.