Sales report ticket tag

hi everyone, i have this, im able to know total amount of each witer and how many items sales but i can not get how many items sales each waiter, i am using waiters as a ticket tag

[Camareras:1, 1, 1]
{REPORT TICKET TAGS}

[Ventas:5, 2, 2,1,1]

@{REPORT ORDER DETAILS:O.MenuItemName,O.ExactTotal.Sum.desc:(ODI=True):{0}:,}
>{REPORT ORDER DETAILS:O.MenuItemName,O.Quantity.Sum.desc,O.ExactTotal.Sum.desc:(ODI=True) and O.MenuItemName="$1"}
{REPORT ORDER DETAILS:’ '+[O.PortionName],O.Quantity.Sum.desc,O.ExactTotal.Sum.desc:(ODI=True) and O.MenuItemName="$1":2}

Try adding TT.<waiter tag> to the report. <waiter tag> should be the name of the tag name you’re using to track the waiter name.

1 Like

sorry but i have no idea how to use it where and how i shold put that?

[Ticket Tags:1, 1, 1]
{REPORT TICKET TAGS}

[Sales:5, 2, 2,1]
TT.<Jesica>
@{REPORT ORDER DETAILS:O.MenuItemName,O.ExactTotal.Sum.desc:(ODI=True):{0}:,}
>{REPORT ORDER DETAILS:O.MenuItemName,O.Quantity.Sum.desc,O.ExactTotal.Sum.desc:(ODI=True) and O.MenuItemName="$1"}
{REPORT ORDER DETAILS:’ '+[O.PortionName],O.Quantity.Sum.desc,O.ExactTotal.Sum.desc:(ODI=True) and O.MenuItemName="$1":2}

TT.<waiter tag>

is the same as {TICKET TAG:(name of tag)}

Where name of tag is the name you set for your waiter ticket tag.

E.G {TICKET TAG:Waiter}

1 Like