I need a void report that shows the name of waitress that took the order and the person who voided the order

I need a void report that shows the name of the waitress who took the order and the name of the person who voided the item for the waitress
The one I have only shows for waitress that took the order

You just need to use OSU.GStatus to show the user who voided the Order (O.User shows the user who created the Order)

[Void Details:1,2,2,3,2,3,3,1,2]
>No|Ordered By|Voided By|Date|Time|Status|Item|Qty|Price
{REPORT ORDER DETAILS:T.TicketNumber,O.User,OSU.GStatus,O.Date,O.Time,OSV.GStatus,O.MenuItemName,O.Quantity,O.TotalPrice:(OS.GStatus=Void)}

[Gift Details:1,2,2,3,2,3,1,2]
>No|Ordered By|Gifted By|Date|Time|Item|Qty|Price
{REPORT ORDER DETAILS:T.TicketNumber,O.User,OSU.GStatus,O.Date,O.Time,O.MenuItemName,O.Quantity,O.TotalPrice:(OS.GStatus=Gift)}

1 Like

Thank you so much
I will try when I get to the office