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

Compare with Current View Page History

« Previous Version 4 Next »

Document status: UNRELEASED

Date: 

Prerequisites are located in the menu on the left.

Trigger IDP onboarding from POS

(RTP-25110)

When searching in POS by mobile phone number for a member that do not exist in the configured member master (in this instance Voyado), POS will now enable IDP onboarding of that member triggered from the unknown member dialog. For instance, if Vipps is selected as onboarding method by the cashier, POS will trigger this by sending a "performIdpOnboard" flag to PosCustomerService. A "dummy member" containing only the mobile phone number is created in Voyado, and the registration process continues in Vipps. The member is finally updated from PosCustomerService to Voyado when registartion in Vipps is completed. For the time being we only have Vipps as an option for IDP onboarding but this should work for other identity providers as well. The same goes for member masters (providers) for PosCustomerService. For the time being we only support onboarding to Voyado, but in theory this should work the same way for other providers in the future.

POS Configuration

Existing parameter UnknownMemberOptionsDialog must have the 'RegisterWithVipps' option selected.

Also, existing parameter CheckMemberTermsOnPayment must be activated (True) when using onboarding with Vipps. This ensures that the member is updated in the receipt when the member has finished the registration process with Vipps, and before the receipt is payed.

Improvements POS 

Module

Description

General

Log disabling / enabling of scanners even in cashier mode (RTP-25835)

Disabling and enabling of scanners is now written to logfile also when in cashier mode. Previously such logging only was implemented in self-service mode. The scanners with their configured names are listed on the disable / enable log lines.

Voyado integration

Redeeming Voyado bonus checks in self checkout (RTP-25799

When redeeming bonus checks in Voyado, POS will now use the correct member identifier (Voyado contactId) in the requests towards Voyado, even in self checkout mode. Previously POS in self checkout would use the member number as member identifier causing POS to stop because the bonus check could not be redeemed. The message "The cash register is closed. Please contact the staff" shown to the customer.

Shortened name of Voaydo bonus checks in coupon selection views (RTP-25609)

The name of 'Voyado bonus check' has been shortened to just show 'Bonus'. This enables showing the value of the bonus check after the name in self checkout as well as in manned mode. Previously the name of the bonus check was too long, causing the amount to be truncated and not visible in self checkout mode.

  • No labels