1)How do I add the waiter name on the sambapos v5 table buttons?

1)How do I add the waiter name on the sambapos v5 table buttons?
2)How do I add the symbol for Azerbaijani manat? (₼).
This is my current situation:
$1

${REPORT TICKET DETAILS:T.RemainingAmount:(TEN.Masa=$1) and T.RemainingAmount>0:{0}}


{ENTITY STATE MINUTES:Status} min…
3)I want the waiter’s name to appear in the receipt, how do I add it to the printer templates?

Take a peek at the following two pages. Keep in-mind that every time the entity screen is refreshed, a SQL query is executed for every visible entity. This can cause performance issues.

https://kb.sambapos.com/en/9-1-3-custom-reporting-tags/

Here all possible fields that can be used with {REPORT TICKET DETAILS} tag.

  EN.<entity type>                    Entity Name
  EC.<entity type>.<field name>       Entity Custom Field Value
  TS.<state name>                     Ticket State
  TT.<tag group name>                 Ticket Tag Value
  CA.<calculation type name>          Calculation Amount
  PA.<payment account name>           Payment Amount 
  T.Department                        Department Name
  T.TicketType                        Ticket Type Name
  T.User                              User Name
  T.Date                              Ticket Date  
  T.Time                              Ticket Time
  T.Terminal                          Terminal Name
  T.Tax                               Total Tax Amount
  T.TotalAmount                       Total Amount
  T.RemainingAmount                   Remaining Amount

I don’t know how to add these codes.I’m writing, but it doesn’t work, I just want the waiter’s name to appear on it the table button.
$1

{REPORT TICKET DETAILS:T.RemainingAmount:(TEN.Masa=$1) and T.RemainingAmount >0:{0}}₼


{ENTITY STATE MINUTES:Status} dəq.

This is my current situation.It would be better if you showed it in this form.

$1

{REPORT TICKET DETAILS:T.RemainingAmount:(TEN.Masa=$1) and T.RemainingAmount >0:{0}}₼


{ENTITY STATE MINUTES:Status} dəq.


{REPORT TICKET DETAILS:TT.Ofsiant:(TEN.Masa=$1)}
I found.URAAA

3 Likes