You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Document status:  RELEASED

Date:  

Prerequisites are located in the menu on the left.

Support for Coopay Offline in POS

(RTP-17414)

There is now implemented support for Coopay Offline in POS. Making it possible to pay with the Coopay app even though necessary services to do a normal Coopay-payment is offline or unavailable.  Transactions done with Coopay Offline are stored temporarily in StoreCentral-database until required services are online, then sent forward to cloud services for processing. 

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.

Handling both physical and digital gift cards form SVS

(RTP-18315

There has been done changes regarding handling of gift cards. This will make it possible able to handle both physical and digital gift cards from SVS in POS.

PS: Parameter 'RemoveInScannerInput' - this must be removed when starting to use this new functionality. 

POS Configuration

To be able to scan gift cards where the security code is included in the barcode ExternalGiftCardPaymentRegEx' should be defined like this:

'^(?'GiftCardId'\d{19})(?'SecurityCode'\d{4})$'

Improvements POS

ModuleDescription

Bank


Fetching coupons when member received by payment card token (RTP-18418)

When a member (number) is fetched via pay terminal / payment card token, and according member info then is received from loyalty system, member's coupons will now also be automatically fetched. Previously such coupon lookup did not take place when member was received via token. Previous problem affected Paylink and Baxi.Net payment solutions only.

Coupons

Coupon used twice without redeem (RTP-18643)

Fix for Chain Web coupons of type 'Mix 4' - before the this fix, the coupon triggered in POS, but wasn't committed when the receipt was completed. After the fix, the coupon should be committed.

Self-service

Prevent sending empty surveillance messages for item lines to ordinary POS Monitor (RTP-18542)

POS may be configured to send a surveillance message to self service monitor (SSM) app for every item added to receipt. When so, ordinary POS monitor would show empty message lines accordingly, since such information is supported in monitor app only. Empty message lines for each item added are no longer shown in POS monitor.

Relevant existing POS Configuration parameter: SurveillanceEveryScan (default 'False') - when activated, item quantity and total amount will be updated live for each item added.

Improvement POS Server

Module 

Description

POS API

Incorrect validation of credit limit in Chain Web RTP-18514)

When handling credit sales in Chain Web, you could some times get an incorrect message that the customer did not have any credit balance available.

The problem was related to having customers with the same customer number on different stores / levels (common vs. store).


Improvement of refund (RTP-18479)

Now refunding after campaign discount is added between order is completed and a refund, works correctly. 
Additional value from ongoing campaign discount is not added to a calculation for a refund. 



  • No labels