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

Compare with Current View Page History

Version 1 Current »

Document status: RELEASED

Date:  

Prerequisites are located in the menu on the left.

Sell MBXP items in web browser

(RTP-13329)

There is created a integration with POS and MBXP, that is making it possible to sell MBXP items in web browser.

POS Configuration

MbxpWebSaleBarcodeRegEx

This is string list type parameter, that defines the barcodes that can be accepted by MBXP web integration.

Example: 

"^5711824\d{25}",  32 digits
"^651\d{13}", 16 digits
"^662\d{13}", 16 digits

MbxpWebSaleConfig

This is key-value pair list type parameter, that define the configurations for accessing MBXP web sale service.

BaseUrl = ""
LoginId = ""
LoginKey = ""
CountryCode = ""
ConceptId = ""
OwnerId = ""
StoreId = ""

CommitTimeout = ""

Validation in delivery view

(RTP-14883)

Validation in delivery view (on "Mobile", "E-Mail" and "Zip code" fields) has been added:

  • Mobile validation: defined by country code (e.g. +46) and CustomerRegistrationMobileRegex parameter.
  • E-mail validation: defined by CustomerRegistrationEmailRegex parameter.
  • Zip code validation: only numbers allowed.
POS Configuration

CustomerRegistrationMobileRegex

Validation rule for mobile phone number in customer registration dialog, default value accepting empty field or 12 to 14 digits. Enter on Prefix (length 4 or 5) is also accepted.

CustomerRegistrationEmailRegex

Validation rule for email address in customer registration dialog, default value accepting empty field or x@x.x.

Improvement POS 

ModuleDescription
Balance

Shift settlement when closing shift without cashier rights (RTP-13950)

When a cashier without cashier rights to perform a settlement tries to end a shift, the cashier is notified that he doesn't have access and shift is not closed in this situation. 

Deposit refund

Skip deposit refund health check during startup (RTP-14818)

Deposit refund health check during startup is now skipped. Hence any network related problems during startup, making deposit refund file-share temporarily unavailable, will not result in an error message or making automatically sign-on fail.

General

"Keyboard" button is missing after adding discount (RTP-14989)

When discount is added, in sales view "Keyboard" button is shown instead of "Hide functions" button. Moreover, translation for "Hide functions" button in Swedish has been improved.


Scanning more than 50 items in POS 4.0 (RTP-14480)

When scanning more than 50 items in POS 4.0, the POS no longer experience getting slower and freeze completely because of the number of items scanned.

Gift card

Deleting digital gift card from active receipt (RTP-14820)

There is now longer any problems with deleting a digital gift card from the active receipt. 

Loyalty

Show according CoopID when QR code is scanned (RTP-14365)

When registering member in POS by scanning a QR code containing an external member number the text "CoopID" and according number will be shown. This goes for both cashier mode, customer screen and self service mode. When scanning an "ordinary" member number barcode text shown will be "Member registered" and according number, as before.

Relevant existing parameters in POS Configuration:

'SnGMemberInfoInCart' --> replace 'MemberNumber' with 'ExternalMemberNumber'

'LoyaltyHeaderInCustomerView' --> 'ExternalMemberNumber' must be configured (visable) 

Self-service

Do print additional receipts even if visual control triggered too late (RTP-14673)

When a visual control is triggered by staff, but too late, making self service customer able to finish payment / receipt, additional receipts like e.g. lottery tickets will be printed. Previously printing of additional receipts were skipped due to control being "not performed".

Web order

Refund web order gets incorrect CardIssuer (RTP-14815)

When doing a return of a web order in Chain Web, which includes a refund to the credit card originally used as payment, the refund transaction will no longer be incorrectly registered as a Coopay transaction.

Improvement POS Server

ModuleDescription
POS API

Discount in Cart for items with negative stock quantity (RTP-14598)

Items with negative quantity in stock have now properly displayed discount.


Returns of web orders that were partially paid with Bonus/Coupon fails (RTP-4780)

A change is done to fix an issue found when returning partly payed orders where bonus payments are involved.

POS Services

POSLogs rejected in POS Reporting (RTP-14831)

A bug was found in POSLog prosessingworker that caused an exception when reading receipts with coupons. The exception occured when RedeemedCoupon ID was empty

  • No labels