Hi,
I have used below link to display ticket time on table screen but it does not work… don’t know why, any clue.
Download Link.
http://sambapos.com/?wpfb_dl=135
Here are new features that comes with 5.1.54 release.
###Displaying duration on table buttons
{ENTITY STATE MINUTES} tag implemented for displaying time passed on table buttons.
Here is a sample display format that used New Orders table state.
New Orders state enables when we create a new ticket for a table and it changes table color to orange.
$1<br/>
<color White>${REPORT TICKET DETAILS:T.RemainingAmount:(TEN.Table=$…
RickH
April 21, 2016, 11:02pm
2
Not a clue simce we cant see what you did, youll have made a configuration mistake somewhere
Post screenshots of your setup so we can see if we can find the error
I have added the below code to New Order States
$1<br/>
<color White>${REPORT TICKET DETAILS:T.RemainingAmount:(TEN.Table=$1) and T.RemainingAmount>0:{0}}</color>
<br/>
{ENTITY STATE MINUTES:Status} min.
Isn’t the state unpaid after ticket close? Or is that just ticket and not entity.
Sorry not worked with entity states for a while?
Does it show anything?
emre
April 23, 2016, 5:00pm
5
Try enabling “Use State Display Format” setting on related Entities > Entity screens > Appearance page. For example you can enable it for “All Tables” screen.
Thanks that resolved the issue.