Go to Navigation > Manage > Reports > Reports from here click on Add Report link.

  • Name: Field to write name of report. (For example; Void and Gift Report)
  • Page Size: Field to set page size. (In the example; 600 px)
  • Display in Report Explorer: Activate it by selecting the box.
  • Template: Copy the code below into template field.

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

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

After completing necessary editings, click on Save button. You can display related report on navigation screen in the Reports menu.