Versions Compared

Key

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

...

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:


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, control will not be triggered:

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

ShopAndGoConfirmTotalAmountLowerThan = 50


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. 

Image Added


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.

...