@emre I have followed this great tutorial. Many things do work perfectly.
In this tutorial I’ll show you how to change Table Screen buttons to display things other than Table Number.
[image]
As you know Table’s are Entities and Table selection buttons color determined by Entity States. When we create a new Ticket, Table Entity’s State becomes New Orders and it displayed as Orange color.
[image]
On V5 other than button Color, button caption can also be changed by configuring a Display Format for state. So when we create a ticket, both table color and caption ca…
The problems is I cannot get this one to work for me:
{REPORT TICKET DETAILS:EN.Clientes,EN.Mesas,T.RemainingAmount:TEN.Mesas=P 01}
“Clientes” is the name of my Customer entity type.
“Mesas” is the name of my Tables entity type.
“P 01” is the name of a particular entity of type “Mesas”. In other words it is the name of the table.
I am using SambaPOS PRO 5.1.61.
I have also tried:
{REPORT TICKET DETAILS:EN.Clientes,EN.Mesas,T.RemainingAmount:TEN.Mesas==P 01}
{REPORT TICKET DETAILS:EN.Clientes,EN.Mesas,T.RemainingAmount:TEN.Mesas="P 01"}
{REPORT TICKET DETAILS:EN.Clientes,EN.Mesas,T.RemainingAmount:TEN.Mesas=="P 01"}
I also found this post:
@emre it seems there is a bug with some report tags in 5.1.51
Can you look at this. I know REPORT PAYMENT DETAILS is not working as it should.
EDIT: Looking deeper it seems ALL of the REPORT X DETAILS tags are not working.
But I believe I have a newer version (I have downloaded the latest Beta two days ago).
Do you know what I am doing wrong?
sukasem
September 22, 2016, 12:21am
2
In the tutorial you linked TEN was in ()
, Have you tried it?
Jesse
September 22, 2016, 12:39am
3
The brackets are required
The Parenthesis did the trick. Thanks