Document status: RELEASED

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 registration 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.

Images

Images disappearing from buttons (RTP-23850)

A job will delete old and unused media (images) from the media cache folder in POS. If parameter DeleteOldMediaOnStartup is enabled, images that have not been used for 30 days will be deleted.

The cleanup job for images has been improved so it will not delete images that are in use on buttons via parameter ButtonConfig.

Self-service

Self-service buttons for Vensafe items (RTP-23574)

Self-service view now has smaller text on the buttons (Label Text 1), which is reduced from 24 to 18px. This makes it possible for the customer to see more text on the button than before. 


Receipt not finished when cash tender disabled and small "money back" amount (RTP-25177)

Finishing receipts that ends up with a small "money back" amount due to e.g. deposit refund, an amount which is to be rounded to 0, now works fine. Previously such receipts would not be finished correctly if cash tender was configured disabled.

User interface

Save button in on-screen keyboard in customer/member registration dialog (RTP-20284)

When register a new member/customer, cashier does not have to close the keyboard to click Save button. Now, it is already included in on-screen keyboard.


Label names in member search (RTP-25303)

Labels in member search dialog have been changed to required names:

  • "Social_ID" -> "Personnummer"
  • "CardNo" -> "Kortnummer"
  • "Member_ID" -> "Medlemsnummer"

After changes: 

Improvement POS Server

Module

Description

POS API

AlternativeOperatorId as OperatorId (RTP-25814)

When no operator is set in NewCartWithitems and the configured ServiceOperator is not an integer, the AlternativeOperatorId parameter value will now be used in the receipt.

  • No labels