SambaPOS 5.1.50 Release

Hello here are the new 5.1.50 features, download link and fixes.

:arrow_down: http://sambapos.com/?wpfb_dl=131


This release supports new JScript API methods. All methods will be listed here.

http://sambapos.com/wiki/doku.php?id=jscript_api


New custom report tags for listing products.

{REPORT MENU ITEM DETAILS:x}
{REPORT PORTION DETAILS:x}
{REPORT MENU ITEM TAG DETAILS:x}
{REPORT ORDER TAG DETAILS:x}

formatting issue with {PORTION BUTTONS} tag fixed.


We’ll abort Move Orders command if all orders selected on ticket.

http://forum.sambapos.com/t/alternative-split-payments-flow/7123/66


Issues discussed under these topics also fixed.

2 Likes

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

Task Widget have three fixed task commands Select All, Toggle and Complete.

You can change button captions as shown on the fourth line.

Select All selects / unselects all tasks.
Toggle marks / unmarks selected tasks as completed.
Complete marks selected tasks as completed.

We’ll be able to filter rules by Rule Constraints.

Thank you so much @emre. This is a great release that has many helpful features to finish my project!

Cheers

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.