New features/Improvements
- New function in payment screen: Verify transaction. As long as the tranasction is still active is now possible to check the status on the last failed transaction as long as this feature is supported buy the terminal API
- Scanning barcodes with leading zeroes: For barcodes with leading zeroes, if we dont find a match, the POS will remove leading zeroes from the input one by one, until we find a match. Example: An article is registered with EAN 0123456789. On the physical product the barcode reads 00123456789. After the first attempt fails; 0123456789 != 00123465789, we will remove the first "0" from the input and get a match; 012346789 = 0123456789.
Bug fixes
- Fixed a bug where script getUserData would fail occasionally due to a wrong reference to a table column.
- Fixed a bug where a cancelled transaction with uncomplete customer data could cause POS Events to crash
Upgrade guide
Type |
Name |
Application |
pos |
Application |
pos9 |
Script |
getUserData |
Media |
yesno.svg |