Versions Compared

Key

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

Document status: 

Status
colourYellowGreen
titleunreleasedreleased

Date:  

Prerequisites are located in the menu on the left.

...

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.

Improvement in PosPay integration (RTP-27593)

When POS send itemgroupcodes to the terminal and the code is missing in POS, we will now send '0' (zero) instead of a blank value. Previously the itemgroupcode would be blank, causing the PosPay to hold the transaction and the cashier could not abort.

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.

Flight information

OriginCode and DestinationCode fields in FlightInformation in receipt (27480

The following fields are set in the flight information segment in the receipt (POSLog XML):

  • OriginCode: a code of the airport from where the flight departs.
  • DestinationCode: a code of the airport where the flight arrives.

Example data:

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.

Item search

New Item Search View (RTP-25843)

New item search grid view is created to show Item Name, Product Series, Brand, SKU, Price and Assortment Code.

Required POS Configuration: SearchConfig = 20

Info
titleRequired

POS Import v. 4.0.62

POS Master v. 3.0.0.142

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.

Improvement of mix calculation with effectitems RTP-26464)

When calculating price for promotions, EG POS will only fetch the items that is relevant for the calculation in the current receipt. This will improve the calculation time because there is less data to process. The improvement works particularly well for promotions with a large number of items.

Self-service

Deleted bottle deposit in Self-service when scanning international departure flight (RTP-27228)

Linked bottle deposit item will be shown as deleted when using an international departure flight.

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


Removed 'Edit Line' for web orders (RTP-26422)

The 'Edit line' label is removed from the lines in the web order and is retained for normal sales.

...

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. 

BeginCartEditing for customer order without line items (RTP-26706)

Added support for resuming customer order without line items. The logging on BeginCartEditing method is now improved to provide better information in case of an error occurrence.