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.
That sounds about right.
I removed lock from my flow so wouldnāt have thought about that.
Adjusting the report expression as suggested should resolve.
@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).
Show what you put.
Iām not sure locked is right saying thatā¦ locked isnāt a state itās a ticket option. Printing bill changes state to Bill Requestedā¦
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.