...
The POS configuration for all cash registers are automatically reloaded from the database every time there is a configuration change, ensuring the latest settings are applied without any manual intervention.
Item Search Improvement - Index Model Column
Item search has been improved by adding a non-clustered index for model column in in the Azure DB dbo.ItemFTView.
...
Released 11.12.2024
Refund of order paid with Klarna
...
To make it easier to identify which item is causing a problem, when you get ItemSaleNotStarted error, or ItemSaleEnded, the error message will now include the EAN of the item.
...
Released 07.11.2024
Paid lines deleted from Chain web are not refunded
Issues with payment not being refunded when paid order lines are deleted was discovered. There was an issue with the ArtsXML export as well since paid lines are exported as turnover, but when paid line is deleted nothing happens, the line is still considered as turnover. It was resolved by making RemoveItemFromCart returns OperationNotAllowedInCurrentStateFault if paid or paidnow on the line is greater than 0.
Support Split Delivery option in BatchToPosApi
Support for splitting delivery for a line item is added to BatchToPosApi. This means that if partial quantity of an ordered item is delivered to the customer, the remaining quantity will be added as a new line item.
Miscalculated prices in webshop after you log in
When there are multiple discounts available for items in the cart, they are properly selected, so the best price is picked
Don't consider ReceiptOnHoldService offline when receipt is not found
When searching for a non-existent on-hold receipt in POS and ReceiptOnHoldServiceUrl is configured, this is no longer considered as an "offline" exception. The "offline" exception will still occur and will be logged if the URL configured is indeed offline.
Orders doesn't get captured/Completed.
No update is performed to Klarna reservation if there are all lines of the order delivered and no changes were made for that order.
Investigate and handle why some webshop orders gets wrong VAT amount.
When line item is split, correct vat amount and price is set for each line.
Don't consider ReceiptOnHoldService offline when receipt is not found
When searching for a non-existent on-hold receipt in POS and ReceiptOnHoldServiceUrl is configured, this is no longer considered as an "offline" exception. The "offline" exception will still occur and will be logged if the URL configured is indeed offline.
Support Split Delivery option in BatchToPosApi
Support for splitting delivery for a line item is added to BatchToPosApi. This means that if partial quantity of an ordered item is delivered to the customer, the remaining quantity will be added as a new line item.
...
Released 17.10.2024
Fix for "success" field in ResumeCart
...