Versions Compared

Key

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

...

Area

Description

Bank

Improved saving of pay terminal transactions to POSLog.XML (RTP-23185)

Improvements are made to secure that OK pay terminal transactions are being written to Poslog.xml, and the receipt actually finished in EG POS. Additional logging is also added. Previously one could in rear situations experience that the receipt was not finished when expected, making it possible for cashier to add an other (2nd) tender like e.g. Cash before the receipt would be finished and printed.

BonusService integration

Bonus checks from BonusService (RTP-25918)

To support multiple countries we now sending loyaltyprogramid when issuing bonus checks. This to make sure checks are created with the correct currency. Loyalty program is provided in POS parameter LoytaltyProgramID. If not provided default will be used.

General

Improved handling when finishing receipts (RTP-26683)

Improvements are made to secure that receipts with OK tender transaction(s) are being finished in EG POS, even when commit of coupons fail after tenders are added. Previously one could experience that the receipt was not being able to be finished in such situations.

Orders

Reserve in store process standardized (RTP-25374)

The reserve in store function is standardized and now work correctly. When there is no available stores or the action of selecting store want to be canceled the item search view is shown from the point of previous selected item. It allows cashier to easily select another item without any additional steps.

Printing of order confirmation error (RTP-26750)

Error for newly picked order no longer appears when user navigates to order screen.

Price calculation

Changed handling of quantity for items in GetPriceRules response for Mix 41 (RTP-27450)

The response from PriceInfoService for the GetPriceRules request will now use the quantity from the conditionItem group level in stead of the actual item for Mix 41. Previously the quantity from the item was used, causing the mix to trigger too early if triggering was based on the response from PriceInfoService.

New mixmatch - Extra bonus when paying with Coopay (RTP-26042)

The new mixtype 46 from Chain Classic is now usable in POS. The mix awards extra bonus (specified in Chain Classic) to members paying with Coopay in POS. Bonus calculation is done at the time of payment, and it is specified on the customers printed receipt.

Web order

Order or Sale dialog Swedish translations (RTP-27075)

When adding an item to an already existing web order or sale, the "Order or Sale" dialog shows up and the Swedish translations for the buttons are changed to:

  • Left button: Lägg till i order
  • Right button: Lägg till i försäljning

Improvement POS Server

Area

Description

POS API

BatchToPosApi - Capture payment for web orders (RTP-26854)

When sending a JSON file to BatchToPosApi from 3rd party, it can now contain the CaptureDeliveredUnPaidItems flag. If the flag is set to True, BatchToPosApi will call SetCartReadyForPayementAction endpoint in POSAPI to finish the payment process. If set to False, the method is not called.