Document status: RELEASED
Date:
Prerequisites are located in the menu on the left.
Highlights | |
---|---|
Release version: 3.0.0.122 |
|
Return handling for unknown items in POS
(RTP-629)
Specific reason codes can be used when returning items that are not part of the store assortment and this reason code can be printed on the receipt. The reason code can for example be "Return to central warehouse". The receipt can be attached to the item to make sure it is handled correctly.
When a store register an online return of an item that is unknown, the following process will be performed. A message telling that the item is not active appears on the screen:
The casher is presented with two options for item:
If cashier chooses return to the central warehouse, return receipt is printed out containing a reason code (set in the new parameter) .
If activate item is selected, standard reason codes for normal return is shown. The item is taken into the store inventory.
The following process will be used when doing online return of an item that is not in stock:
A dialog is shown with 2 options for the user:
If cashier chooses return to the central warehouse, return receipt is printed out containing a reason code (set in the new parameter).
If add to stock is selected, standard reason codes for normal return is shown. The item is taken into the store inventory.
Example receipt for print of reason code:
Validation of phone number
(RTP-637)
Validating entered phone number according to country specific rules in dialogues used for mobile payment, e.g. Klarna, Vipps etc, now also work in self service mode, as previously adapted for cashier mode.
The entered number may or may not contain a prefix (country code), e.g. 0047.
If no prefix is entered validation will be done according to parameter 'Country'.
Price Channel on campaign groups
Campaign groups created in Chain Classic can be set up to trigger only in selected price channels:
Cashier/standard POS (this also covers sales in Chain Web or InStore App)
Self-Service (Self-Service handheld terminals, Self-service via mobile phone or Self-service POS)
Web shop
This makes it possible to create channel specific offers and for example make an incentive for customers to use the self-service solution more.
When a campaign group contains a mixmatch and channel is set on the campaign group, the channel flag for self-service on mix'es should NOT be used.
Note that if cashier price channel is in use, this is overriding Shopping Channel on Cash Register.
Price Channel in price synchronization
( RTP-346)
The PriceInfoService in POS Services has been extended to also include Price channel (Shopping Channel). (Method GetAllItemsWithChangedPricesInArtsXML)
The use of PriceChannel in Chain Classic requires Chain Classic 2.1.1 patch 12.
Improvements POS
Module | Description |
---|---|
Bank | New version of Paylink pay terminal solution (RTP-3795) Version 2.3.19.368 of BPTI.DLL for Paylink pay terminal solution is tested OK in existing versions of EG POS, both at EG and at customers. This version of this third party DLL will be a part of EG POS install package. |
Price channel | Missing translation in “Select sale department” dialog (RTP-3577) Added missing translations for Norwegian and Swedish. |
Price Checker | Improvements for price checker mode in POS (RTP-3496) It is configurable to use full item text or receipt text as a header. Unit of measure is also shown behind the normal price. Configuration in existing parameter PriceCheckerFieldConfig - Two new values: FullText (Madatory) and ReceiptText (Hidden) fields. Requires Chain Web 2.10.02 |
Return | Leap year problem in Gift Receipt (RTP-2878) When you try add a Gift Receipt to an item in POS and the day is the 29. February (leap year day) or GiftReceipt is valid to 29. February, Appwide error does not occur anymore. Configuration:
|
Self-service | User interface improvements for self-service using VIM pay terminal (RTP-2947) We have fixed some user interface issues in self-service solution that occured only when VIM pay terminal was used. Text lines from pay terminal shown duplicated in POS are fixed, and also discount lines shown "blury" / duplicated in different languages are fixed. Discount information when changing language (RTP-2781) We have fixed a problem that caused discount information on items to be shown in both languages when changing language in self-service. |
Improvement POS Server
Module | Description |
---|---|
POS Import | AD_username column (RTP-799) ExecuteCashier procedure was fixed in POS Import. Active Directory users (with cashiers) are now properly processed and have AD_username column properly filled in dbo.users table. Support for gzipped files in POS Import (RTP-288) Support for gzipped files was added to POS Import. Gzipped files are properly imported to POS Master staging tables. |
JournalService | Grand Total in ARTS EOD receipts (RTP-3651) GrandTotal and GrandTotalNegative values from EOD POSLog are mapped to two new fields GrossPositiveAmount and GrossNegativeAmount in ARTS XML. |