Versions Compared

Key

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

Document status: 

Status
colourGreen
titleDraftreleased

Date:  

Prerequisites are located in the menu on the left.

Changed handling of coupons for customer with multiple memberships.

(RTP-23253)

When a customer has multiple memberships where some memberships are personal and some memberships are connected to a team or an association POS will now only fetch the coupons for the correct membership type (personal or organization) when scanning the QR-code even if the memberships are connected by the same external id. For instance, if the QR code for the organization is used the personal coupons will not be fetched, and if a QR code for a personal membership is used the organizations coupons will not be fetched. Previously all coupons would be fetched in these cases.

Flax" lottery prize payout in POS

(RTP-22899

Prizes for lottery ticket type "Flax" by Norsk Tipping may now be paid out in EG POS. New function PAY_OUT_LOTTERY_PRIZE will trigger an input dialogue, in which the lottery ticket's barcode may be scanned, and it's PIN code entered. This will in turn generate a request to Norsk Tipping via new cloud service NorskTippingGateway. The response will be according to ticket status, e.g., a valid amount is returned, or error message saying prize is too high, or already paid out etc. All messages are delivered by Norsk Tipping and shown "as is". The lottery prize item is put in the receipt as an 'item return', but will not trigger reason codes dialogue, nor trigger print of a store copy of the final receipt.

Expand
titleConfiguration
POS Configuration

'NorskTippingGatewayUrl' (default empty) - URL to EG's cloud service. For testing: https://norsktippinggateway.egretail-test.cloud/

'ChainGln' (default empty) - A GLN for each chain (will be provided by Norsk Tipping).

'PayOutLotteryPrizeEan' (default empty) - EAN (with open prize flag set) for the item that will be used to report the lottery pay out.

Server configuration

New cloud service: NorskTippingGateway

(Requires authentication through CloudAccessService in PosServices as all other cloud services)

In the service (tenant admin):

AccessTokenUrl - url for authentication (https://dev-nt-flax.auth.eu-north-1.amazoncognito.com/oauth2/token)

FlaxApiUrl - api url (https://api.flax.dev.aws.norsk-tipping.no)

ClientId - unique ID for Coop (provided by NT.)

ClientSecret - secret (provided by NT).

Improvements POS 

Area

Description

Coupons

Purchase/receipt can't be finished because of coupons (RTP-24648)

It's now possible to finish a receipt with two different coupons, one from Chain Classic and one from personal offers (Chain Web) combined with Voyado, 

General

Reinitialization of cash register (RTP-18841)

"Reinitialize cash register" function now successfully re-initializes the cash register.


Triggering receipt printing by Enter key 
(RTP-24959)

Original receipt (when not printed automatically) may yet again be printed by confirming the 'Print receipt' link (button) shown in payment summary on the screen by using 'Enter' key (on screen or physical keyboard). For a while this function did not work.

Loyalty

Digital receipt pop-up improvements (RTP-24804)

Digital receipt pop-up improvements have been implemented:

  • Member email is now displayed in the e-mail field
  • When clicking/pressing X or when trying to proceed with empty email field, the pop-up is closed without sending the digital receipt
  • Consent to receive digital receipts is saved to member now if "I want to receive digital receipt" checkbox is ticked when sending the digital receipt.
POS Configuration

Define storecentral in POS configurationRTP-23204)

“DepositrefundOnlineReceiptHostname” parameter defines the storecentral for integration with Tomra and RVM (Repant). If the parameter value is configured, it overrides the "storecentral" part of the ReceiptPath and UsedPath fields in DepositRefundTomraConfig.

For example:
DepositrefundOnlineReceiptHostname = xxxx123
ReceiptPath in DepositRefundTomraConfig = \\storecentral\path1
UsedPath in DepositRefundTomraConfig = \\storecentral\path1\path2
ReceiptPath that will be used is \\xxxx123\path1
UsedPath that will be used is \\xxxx123\path1\path2

Info
titleNote

If ReceiptPath and UsedPath in DepositRefundTomraConfig does not contain "storecentral", DepositrefundOnlineReceiptHostname will not override any value.

POS Message

Confirmation of read POS Messages (RTP-24693)

Messages to cashiers from Chain can be confirmed as read by checking the box and clicking Close:

Price check

Price check keyboard (RTP-24607)

Keyboard automatically appears when using price check now.

Surveillance


Improved efficiency of the surveillance monitor (RTP-24788)

When closing the surveillance monitor dialog in POS we now handle this more efficiently to ensure quicker response the next time the dialog is opened. Previously POS would become slower over time when the surveillance monitor was open repeatedly during the day.

Translation

Swedish translation for Customer Number (RTP-24486)

Swedish translation for "Customer number" column in Customer search view now shows as "Kundnr".

Swedish translation for Item Name (RTP-23987)

Swedish translation for "Item Name" column in Item search view now shows as "Artikel".

User interface

Keyboard letters are show as default (RTP-24606)

Keyboard with letters are now shown by default when entering item search, even when keyboard was last closed in symbols and number mode.


Hide mix suggestions for returns (RTP-24656)

Mix suggestions under item text are not shown on returned items.

Improvement POS Server

Area

Description

POS API On-prem

Allow stock correction with negative quantity (RTM-4719)

Access control on operation for adding return items to cart when the user is creating stock transactions (stock adjustment, internal transfer etc.) is removed. This will allow cashiers to create stock corrections with negative values

.