Versions Compared

Key

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

...

When running EG POS in cashier mode it is now possible to register a new member via Vipps. Using the dynamic member search in POS, the cashier can search for the members mobile number. If the member is not found the cashier will be able to select Vipps as an onboarding method from the existing 'Member not found' dialog. Next the member is created in MemberService and Vipps is informed to start the registration process for the member with the given mobile  mobile number.

When the member has consented to sharing its name, address, email and telephone number as registered in Vipps they are redirected to EG AccountService where they need to approve the member terms. Upon approval the cashier will be able to enter the payment view to complete the sales transaction.

Expand
titleConfiguration
POS Configuration

New value/option in existing parameter list:

In the parameter UnknownMemberOptionsDialog we have created a new value 'RegisterWithVipps' that when selected/active will enable the cashier to select the option for registering a new member via Vipps in the 'Member not found' dialog.

New parameter:

CheckMemberTermsOnPayment- default False - If activated enables a dialog to inform cashier if the member has accepted the member terms upon registration at the time when the cashier enters the payment view. The parameter is only relevant when the selected member has not yet accepted the terms. The dialog will give the cashier an option to press 'Check now' to check the approval status  one or multiple times until the terms have been accepted. The second option is to press 'Cancel' and continue with payment regardless of the approval status.

...