Hi,
I followed this guide to add the service charge:
https://kb.sambapos.com/en/5-1-4-a-how-to-add-service-charge-to-ticket/
How is it possible to export this information with data exports? Sadly calculating it isn’t woorking as the value is wrong when there is no service charge. I’d love to have the data tag if possible. Can someone help? Thanks
Here’s the actual script:
Group,Name,Quantity,Price,Service Charge (3%),HH/Void/Extra,ExactTotal
[Report:1,1,1,1,1,1,1]
@Asian Dishes,Beers,Buffet,Burger,Desserts,extra,Foodpanda,Fruit Shakes,Potato,Salads,Sandwiches,Soft Drinks,
{REPORT ORDER DETAILS:
O.ItemGroup,
O.MenuItemName.asc,
O.Quantity.sum,
O.Price,
([O.Price.sum]*3/100),
([O.Price.sum]-[O.ExactTotal.sum]),
O.ExactTotal.sum,
:(MG=$1)
:“{0}”,“{1}”,“{2}”,“{3}”,“{4}”,“{5}”,“{6}”}
,=SUM(G2:G)