SambaPOS 5.1.50 Release

New date ticket tag handling and report filtering features.

As you know we can type report date ranges next to report names in Report Display Widget.

These date ranges are Today, Yesterday, This Week, Next Week, This Month, Next Month. As shown on the report tool.

Last x Days and Next x Days range names added to these ranges.


TTDR expression (ticket tag date range) added. So you can filter tickets tag date values in report expressions. When used together with above feature we can write an expression like…

{REPORT TICKET DETAILS:T.TicketNumber,TT.Delivery Date,T.TotalAmount:(TTDR.Delivery Date=Next 10 Days)}

So if widget’s date filter is Last 30 Days widget will display tickets created in 30 days and delivery date ticket tag is in next 10 days.


TTD (Ticket Tag as Date) field added to Report Ticket Details.

{REPORT TICKET DETAILS:T.TicketNumber,TTD.Delivery Date.asc,T.TotalAmount}

In V5 reports you can use (asc, desc) switches to sort reports by specified field.

Forcing a ticket tag to be processed as date value will allow us to operate sorting switches to work properly.


2 Likes