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

Compare with Current View Page History

« Previous Version 24 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.

Multiply function in subtotal view

(RTP-23202)

After entering a number in payment view and clicking the 'times' function/button the sales view will be shown:

Now the item can be added in desired quantity by scanning or searching.

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')

Convenience sales

Improved numpad (RTP-21940)

In convenience mode, the "Enter number/qty" field have been added when the numpad is collapsed.

The "Enter number/qty" field and the Show/Hide button are aligned in both collapsed and expanded view. The whole area of the collapsed numpad is now clickable to expand the numpad.

General

Show more characters in cashier name in header (RTP-21317)

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:



Function to search for items (RTP-19994)

It is possible to configure a button (using function "search_item") to open empty item search or to automatically search for a specific phrase:

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.

Self-service

Confirmation of low total amount (RTP-23335)

Lines with negative values like Deposit refund tickets are excluded when POS calculates if control should be triggered based on parameter ShopAndGoConfirmTotalAmountLowerThan.

In the following example, when parameter is set to ShopAndGoConfirmTotalAmountLowerThan = 50 , control will not be triggered:

Subtotal 40, including an already deducted Deposit refund ticket worth 60.

User interface

On-screen keyboard when creating ad-hoc bundles (RTP-17803)

Numpad on-screen keyboard will be shown when entering bundle price, and alphanumeric keyboard will appear when going to the 'Bundle name' field.


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 
(RTP-15302)

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


Message to cashier when using gift card in different country/currency 
(RTP-22188)

When POS is configured with a different currency than the currency on a gift card used for payment, the following message will be displayed:


Scroll in Stock Information view (RTP-21432)

Using mouse wheel or arrows on a keyboard will scroll down or up in Stock Information. 

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

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.


Improved logging for CartNotReadyForCompletionFault (RTP-19727)

We've improved logging regarding CartNotReadyForCompletionFault to include the reason why the cart is not ready. This is to make it more possible for clients to resolve the situation based on the provided information.

  • No labels