Skip to content

V3.0.15 Beta Release

Compare
Choose a tag to compare
@emreeren emreeren released this 20 Jul 01:01
· 191 commits to master since this release
  • Order Tag Templates feature removed. This feature was useful to define default order tags (modifiers) for a menu item. Instead we have "Order Tags" setting on menu (product) buttons. You can enter multiple order tags separated with commas. You can use OrderTag1Name:OrderTag1Value,OrderTag2Name:OrderTag2Value format or OrderTag1Value,OrderTag2Value format if your order tag values are unique.
  • "Order States" setting added to menu buttons. You can configure default order states in OrderStateName:OrderStateValue,.. format.
  • "AutomationCommand" setting added to menu buttons. When you enter a AutomationCommand name here it will execute this Command after adding menu item. For example you can enter Gift here to execute Gift automation command after adding menu item. So it automatically Gifts that item.
  • On menu button settings you can use "Value" setting to execute selected automation command with a default value. So if you have configured Gift reasons for Gift command it will use that value as the gift reason. If you configured gift reasons but leave Value setting empty SambaPOS will ask the reason.
  • Printer Processors removed and Custom Printers implemented instead.
  • Two new custom printers implemented. One of them is Save To File printer to save printouts to a file. The second one is URL printer and it is useful to call an URL or post data to an URL. It is useful to call URLs that we use to send SMS or other URLs that we use for automation.
  • Rule and Action registration system refactored for implementing and registering custom actions easily.
  • Add to text file action implemented. This action will be useful to append text to a file so we can use it to log messages or some Sambapos events.
  • Pay ticket action implemented. By calling this action it is possible to automatically pay ticket with selected payment type.
  • Query custom field type implemented. This field type can load values from a text file and update other custom fields with matched values. This is useful to integrate SambaPOS to PostCode databases.
  • Some little bug fixes and UI improvements.