Reporting Logs
Other than displaying logs inside ticket you can use {REPORT TICKET LOG DETAILS}
tag to report log details.
{REPORT TICKET LOG DETAILS}
Field Identifiers
L => Ticket Log Value
T => Ticket
{REPORT TICKET LOG DETAILS:L.TicketNo,L.DateTime,L.UserName,L.Category,L.Log}
All possible ticket log values
TicketNo, DateTime, UserName, Category, Log, Date, Time
Sample Report
This report shows Order Cancellations and tickets printed more than once.
[Cancelled Orders:1,2,2,4]
>Ticket No|Date|User|Details
{REPORT TICKET LOG DETAILS:L.TicketNo,L.DateTime,L.UserName,L.Log:L.Category = "Order Cancelled"}
[Tickets Printed More Than Once:1,1,1,1]
>Ticket Number|Times Printed|User Name
@{REPORT TICKET LOG DETAILS:T.TicketNumber,L.TicketNo.Count:L.Category = "Bill Printing":{0}::$2>1:,}
{REPORT TICKET LOG DETAILS:T.TicketNumber.asc,L.TicketNo.Count,L.UserName:T.TicketNumber = "$1" and L.Category = "Bill Printing"}
The main purpose of these tutorials is demonstrating how SambaPOS features works so you can customize it for your needs. Feel free to asking questions regarding things you don’t understand or sharing your thoughts about the tutorial.
Thank you, for this. I will try this and get back to you with feedback. The POS system has been running for 3 Months now. Once I have configured these steps will it show me everything for the last 3 Months?