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

Compare with Current View Page History

« Previous Version 10 Next »

Document status: DRAFT

Date: 

Prerequisites are located in the menu on the left.

Item search from Convenience mode

(RTP-22042)

"Search items" will be possible to configure on a button in convenience mode using parameter PLUBoardFunctionButtons.

When clicking the button, the item search view will be shown. When the search is closed or an item is selected from the search, the user is taken back to convenience mode.



POS Configuration
Button to search for items can be configured in parameter PLUBoardFunctionButtons.

Registering breakage in Convenience mode

(RTP-22041)

Function to register breakage has been added to Convenience mode. The typical user experience will be like this:

Add items and then click "Finish".

POS Configuration
New button to register item transactions can be configured via parameter PluBoardFunctionButtons.


Selling item by DUN number when not found by EAN

(RTP-23381)

When an item is not found by EAN (unknown item), POS can be configured to try to sell it using DUN number instead.

This improves the customer experience in case a barcode with DUN number is scanned on an item.

POS Configuration

LookupItemByDUNIfNotFound parameter (default value: False)

Set to True if you want to sell items by using the DUN number.

Improvements POS 

AreaDescription
Cashier

Double authentication when changing price of an item (RTP-17895)

The function to perform a price change of an item, when double authentication is configured, is improved. The dialogue for entering a different cashier's credentials is now triggered correctly regardless if the new price is entered before pressing the price change button or not. 

POS Configuration:
Relevant existing parameter: DoubleAuthorizationFunctions - (when it contains 'OverridePrice')

General

Show more characters in cashier name in header (

User interface has been modified to be able to show longer cashier names in the header in POS:

PS: If convenience mode is used (PluBoardNameToOpenOnStartup has a value), the name can still be cut due to missing space: ** 

Item information

Showing campaign price when promotion is set on model/variant (RTP-18600)

Campaign prices exported from the promotion module on model/variant level are properly shown in item search and item details view. Previously these campaigns triggered correctly when sold, but where not shown in item info.

Item search

Showing that search is "in progress" (RTP-22117)

When an item search does not immediately provide a result, the user interface will show that POS is searching:


Loyalty

Visual improvements in new member search dialog (RTP-23417)

Improvements for new member search dialog have been implemented:

  • Validation is not activated when you enter the screen.
  • Font type, dialog width, spacing between rows and dialog height was improved.


Stamp cards shown in coupon tab in POS (RTP-23080)

Stamp cards are shown in the stamp card tab and not in the coupon tab in member information view in POS. The number in brackets behind the coupon button will only count coupons and not stamp cards.

PLU List

PLU Lists are occasionally empty (RTP-23071)

PLU Lists are no longer occasionally empty on some Cash Registers.

Return

Online return with different currency (RTP-22862)

It is not possible to perform an online return on receipts with different currency than the main currency.

User interface

Improved visualization of returned items in sales view (RTP-21411)

POS will display returned items with red color on quantity and amount fields.

image-2023-07-14-12-30-04-024.png


Improved dialogs for social control (RTP-3515)

Social control dialogs have been improved and now look like this:


Gift card icon in sales view (RTP-19312)

When POS is configured to show images on item lines in the sales view, an image will also be shown for sold gift cards.


Item images in sales view (RTP-23674)

When POS is configured to show images on each item line in the sales view and an item does not have an image, a default "missing image" icon will be shown.


Displaying F1-F12 button indications on top right panel

It is possible to see F1-F12 on function buttons in panel on the right to help guide the user to shortcuts (configured by POS Configuration parameter MenuButtonIndication).

Voyado integration

Create cart even when member does not exist in Voyado (RTP-23055)

When 'CreateCartWithItems' is called with a member that doers not exist in Voyado, the cart will still be created and the member will be added in the cart. This ensures that the member will receive member prices. Previously we would get an exception in POS API and 'CreateCartwithItems' would fail if the member did not exist in Voyado.

Improvement POS Server

AreaDescription
POS API on-prem

Logging for unknown receipts (RTP-16232)

When using the GetOnHoldReceipt method to search for a receipt that does not exist, it logs a warning instead of an error. This reduces the number of falsely reported 5xx error messages in App Insights logging.


Configuration for balance registration in Chain Web (RTP-20098)

When creating a balance for a given cashregister, it now uses the cashregister number from the request, not set in the APIKey.

  • No labels