RELEASED
Prerequisites are located in the menu on the left.
Retrieve receipt on hold from ShopExpress and Mobile POS
Support for both central on-hold service for POS Mobile and central on-hold service for ShopAndGo(Datema) is now possible in EG POS.
Improvements POS
| Area | Description |
|---|---|
| Customer screen | Member header color on customer screen (RTP-38270) The member header on the customer screen once again displays the color configured in the 'CustomerScreenMemberInfoBackgroundColor' parameter. This helps customers easily verify that their member card registration is successful. |
| General | Campaign price display in item lookup (RTP-38373) When using the TOGGLE_LOOKUP_ITEM_MODE function to check item information, the view correctly displays the campaign price if one exists. This applies whether the campaign price is set through a campaign group or directly on the item. Log files for the PayOne pay terminal are not created when accessing the System Info view if the terminal is not configured. |
| Online return | Improved online returns for linked items and weight items (RTP-37760) Online returns now work for items with linked articles and weight-based items when combined with discounts. This resolves previous issues where returns could not be processed in certain cases. |
| Self-service | Slowness of manned cash registers during high traffic hours and large sales (RTP-38434) Refactored the handling of surveillance messages so that they are no longer stored in the database. There should not be any change in behavior, except that no surveillance messages will be shown after a restart of EG POS. Offline Coopay payments processed automatically (RTP-38106) When a Coopay payment is made offline, and the customer accepts to be charged later in the member app and scans the extended QR code, the receipt completes automatically without staff assistance. Relevant existing parameters in POS Configuration: 'UseCoopayOfflineSolution' - Needs to be set to "True" for the solution to work. 'CoopayOfflineIssuerId' - Configures which issuerID to use in the payment transaction. 'CoopayOfflineMaxAmount' - Configures the maximum amount allowed for member to use offline solution. 'CoopayBackupSolutionReceiptText' - Extra textline printed on receipt for Coopay Offline solution. 'CoopayBackupTransSenderJobCronSchedule' - Cron schedule for sending Coopay backup transes from StoreCentral to PaymentService. 'CoopayBackupTransCleanerJobCronSchedule' - Cron schedule for cleaning Coopay backup transes. Removes old transes that has been sent to PaymentService from StoreCentral. 'CoopayBackupQrMaxMinutes' (default 5) - The maximum time in minutes Coopay Backup Solution QR code should be valid 'CoopayBackupSeed' (default empty) - The secret for Coopay Backup Solution QR authentication (for testing, use "tempSecret") |
| Startup | Exception occurred: 'Error loading volatile settings (RTP-38104) Removed update of LastGoodConfiguration when we reloading parameter. LastGoodConfiguration will now only be updated during startup of POS. This will reduce the risk when doing an update of the volatile settings file during shutdown of POS. Also removed LastPosSessionClosedCorrectly from the volatile settings file. This was not used anymore, but was updated during logout, and would trigger a write to the volatile settings file. |