Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Prerequisites are located in the menu on the left.

Improvements POS

Module Description
Orders

Formatting of CompanyId in customer orders (RTP-15996)

There have been done a improvement for handling of CompanyId in customer orders.  Now in the loyalty section in the POSLog, CompanyId is formatted to four digits when we receive customer orders from Chain.  So if we receive CompanyId=111 from Chain, it will be stored as "0111" in POSLog. 

Self-service

Improvement for bag counter in self-service (RTP-15897)

There is now done a improvement for bag counter in self-service. Earlier there has been some issue regarding this, resulting in a AppWide exception in the LRS-log. 

Improvements POS Server

Module Description
POS API

ReceiptService-fallback fails (RTP-16030)

Ignore offline/online checking for POSWCF to avoid that ReceiptService fail.


Improvement for handling orders with overridden price (RTP-15984)

There is done a improvement for handling orders with overridden price. Now deleted lines in orders with overridden price is being ignored, so resuming of order goes ok. Earlier if VatAmountReadOnlyForOverriddenPrices was enabled, it could cause an error if the order contained any deleted lines. 

Journal Service 

Improvement for handling errors in arts conversion (RTP-14781)

There is done some improvements for handling errors in arts conversion.  Earlier there has been some issues, that made some receipts fail in the arts conversion, and get rejected with a error message. 

Improvements that are done:

  1. If the quantity amount is exceeded the max value of a integer, it will now accept the max value of a integer. 
  2. Second is handling of negative values in amount field, now it's makes sure that in the conversion that the value of the field is positive.