Versions Compared

Key

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

...

Expand
titleConfiguration and barcode formatting
Barcode formatting example:

222300000000022003001

First four digits is prefix telling POS that this is Food saver.

Next 13 digits is filter set up in Chain Web. The same number must be configured on the desired PLU list top menus.

Next two digits is discount in percentage.

Last two digits is reason code.

To set filter in Chain Web, edit top menu on PLU list.

Image Modified

You can have same filter on multiple PLU lists, but one PLU list can only have one filter.

When searching for items it only searches inside PLU lists from filter.

Barcodes that trigger line discount by amount or new price

...

Expand
titleBarcodes definitions:
Barcodes definitions:

2207EEEEEEEEEEEEEPPRR -> PP = Percentage discount

2221EEEEEEEEEEEEEPPRR -> PP = Amount discount

2222EEEEEEEEEEEEEPPRR -> PP = New unit price

Use bonus checks from BonusService

...

Credit notes can be configured to be "per store" or shared across all stores in a chain. The credit notes is stopped by POS and online validation is not performed. The cashier is notified with a message dialog saying 'Invalid credit note - The credit note is not valid in this store.'. If POS is running in SCO mode the customer will be notified by message dialog saying 'Invalid credit note - The credit note is not valid in this store. Please select another payment type'. 

Expand
titleConfiguration
POS Configuration

New parameter:

'CreditNotePerStore' - default False - if activated, POS will refuse credit notes issued in another store.

Improvements

AreaDescription
Bank

Vim / PayLink / Zaci pay terminal display messages shown in sale view (RTP-21015)

It has been made configurable to show message lines from Vim, PayLink and Zaci pay terminal solutions in the sales view header.

POS Configuration:

New parameter: PayTerminalDisplayLinesShownInHeader (default 'False') - if activated, display message lines from Vim and PayLink and Zaci pay terminal solutions are shown in header.

General

Price lookup for unknown article causes termination of POS (RTP-22183)

Doing a price lookup for an unknown item in EG POS now works fine. Previously this could lead to a situation where POS eventually terminated.

InStore App

Reducing picking quantity throws error message (RTM-4467)

When reducing quantity to 0 in Order Picking, total item quantity is correctly reassigned to other store, no error message occurs.

Loyalty

ValueCodes coupons via coupon button in member header (RTP-19980)

Available ValueCodes coupons for member in active receipt may now be shown by pressing coupon button in member header in sales view. Existing parameter 'ValueCodesMemberIdEnabled' must be activated for this to work.

Member

Fix for error in "Search receipts by member and article" function (RTP-22063).

When the function "Search receipts by member and article" is used and then "search member by identifier" method is used to find a member, AppWide error no longer occurs when trying to fetch one of the receipts.

Orders

Support for Pay & Collect (RTP-18990)

Pay & Collect (PAC) is now supported as an option for delivery method for web orders.

PLU List

Pre-selected item in PLU list (RTP-21185)

The first item on the upper left part of the board is now pre-selected in the self-service PLU-list when used in cashier mode (with keyboard connected). It is also possible to navigate between items using the keyboard.

Price calculation

Customer group discount on items with overridden price (RTP-22059)

When the ordinary price is changed/overridden for an item sold in POS and  parameter AllowCustomerGroupDiscountOnOverridenPrice is enabled, the customer group discount is triggered correctly for the item.

Printer

Balance check of electronic gift card triggers printing of previous add-on receiptRTP-22003)

Performing a balance check of electronic gift card via pay terminal and function SHOW_BBS_GIFTCARD_BALANCE now correctly prints only the according balance receipt. Previously last customer's additional receipt (if any), like e.g. a Vensafe ticket, might be printed together with the balance receipt.

Self-service

Signature based terminal payment when printer runs out of paper (RTP-21815)

If receipt printer runs out of paper while a signature based terminal payment is triggered, the signature control flow will not be interrupted. The receipt to be signed by customer, which may have been aborted by paper empty, will be printed as soon as staff has replaced the paper roll. The screen dialogue for staff to approve or decline customer's signature will be visible all the time until approved / declined, hence it will not be hidden by paper empty message. This will secure that the payment and the receipt may be finished properly, and POS be ready for next customer.


Error message regarding printer cover cleared automatically when cover is closed (RTP-21307)

If receipt printer cover for any reason is opened, e.g. when paper roll is replaced, the error message shown on the self-service screen will be automatically cleared when cover is closed. POS will then be immediately operational, if no other problems with the printer. If cover was opened accidentally by customer, staff will no longer be necessary to make the self service POS available for customer's use.


Scanner available for member registration until payment starts (RTP-21188)

Member barcode may be scanned at any time during purchasing in self-service mode, until payment has started. The exception is if the scanner is disabled while waiting for staff. Previously scanner was disabled during 'Purchase confirm', making customer having to return to 'Sell page' to scan member card, if forgotten.

User interface

Pasting text in dialogs (RTP-21933)

Pasting a copied text into pop-up dialogs in EG POS has been enabled. 


Image and/or text on buttons (RTP-21944)

It is possible to configure a button in POS to show only image, only text or both. To configure the button to show only image, the text fields in ButtonConfig should be set to "#".


Hide function button for cash/cashback (RTP-21313)

Payment buttons for both cash and cashback will now be hidden/blank if  if the tender type "Cash" is disabled in parameter TenderConfig.

...