Versions Compared

Key

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

Document status: 

Status
colourGreen
titlereleased

Date:  

Prerequisites are located in the menu on the left.

Item search result are not automatically updated

(RTP-17964)

Item search results are updated properly now for each new letter added.

Expand
titleConfiguration
POS Configuration

AutoItemSearch (default False)

Specifies whether to search at the same time as entering data in the input field. Applies to item search.

AutoItemSearchMinimumLength

Number of characters that must be entered before an automatic item search is performed. Assumes AutoItemSearch is on.

Automatic pop-up for line note

(RTP-16686)

Automatic pop-up for line note on configured EANs is working properly now.

Expand
titleConfiguration
POS Configuration

AutomaticLineNoteEanList 

Parameter contains a list of items that automatically trigger the pop-up to enter line note.

Improvements POS

ModuleDescription
Convenience sale

Searching item while in Convenience sales (RTP-17541)

It is now possible to go back to Convenience sales main view by clicking the "Back" button after searching for items and closing the keyboard there.


Adding searched item by one click (RTP-13973)

When searching an item in Convenience sales, it is possible to add item to receipt by clicking just one time.

General

Resolutions outside defined profiles (RTP-18098)

Problems which occur in POS 4.0 regarding resolutions (short keyboard, short search) outside defined profiles have been resolved.


ARTS conversion fails due to too large amount on deleted item lines (RTP-17963)

To secure that converting POSLog.xml to ARTS file format do not fail, due to too large amount (netcost) on open priced items, we have made changes both in POS and in the conversion process itself (JournalService). In POS, huge amount is no longer possible to enter manually, even when item is chosen from New PLU list. In addition, coversion process to ARTS file format will reset huge netcost amounts to zero, if such are present.


Problem with closing search view (RTP-17871)

Opening item search by entering text in sales view and next closing search view with ESC button, does not cause an error when trying to search item again.


Secure that POS is always on top of other programs (RTP-17770) 

There is done a fix in POS 4.0, that secure that the POS always is on top of other programs. POS should always when active be the superior program. Previous it was possible to Alt + tab between other programs. 


SSN in input field (RTP-17590)

Social security number is cleared properly from input field in payment view after member is identified now.


Performance optimization (RTP-17571)

POS 4.0 performance has been optimized so as a result going through item search results in List and Detail views is quicker now.


Expired password when fast cashier login configured (RTP-16486)

When fast cashier login is configured, the dialog to change the password is shown after entering password which is expired.


Switched labels in customer search view (RTP-14650)

Member number and customer number labels are no longer switched in customer search detail view.


Fix for recalculating extended amount when deleting bonus check (RTP-15092)

There is done a fix for recalculating extended amount when deleting bonus check. Previous when deleting bonus check, this could result in a wrongfully recalculation in sale. 

Item search

Showing information about item on selected line (RTP-17812)

When searching for an item, and choosing "stock info", information about selected item is presented. Previously, different item could be shown when using scroll on a mouse.

Order

Picking order dialog (RTP-17535)

It is possible to open picking order dialog without adding customer to receipt also in POS 4.0 now.

Receipt

Locate article line in receipt (RTP-18112)

Error message is no longer displayed while using function to locate article line in sales window. Before, the message was displayed when the focus was on any line on the receipt, other than the last one.

Web order

Calculation of bonus reward coupons (RTP-17819)

Fixed calculation of the bonus rewards amount when a web order contains a coupon that increases bonus rewards. 


Bonus reward coupons (RTP-17767)

Fixed a problem when it was not possible to complete payment of web order that contained bonus rewards coupon.


DispatchServiceRule parameter (RTP-17551)

New DispatchServiceRule parameter has been implemented with the default value set to "WebOrdersFromPhysicalStores" under the filter CustomerOrder.

Improvements POS Server

ModuleDescription
POS API

Issue regarding Bonus from webshop-sales (RTP-17481)

Some changes is done when copying loyalty from existing POSLog. The validation attribute is kept.


Issues with updating Klarna order after part capture (RTP-17335)

When orders are partly captured, already captured articles is added when updating completed order.
If order is completely captured and it's tried to capture again with zero as amount, it don't contact Klarna to avoid exception.


Support for using HTTPS in URLs for REST Endpoints added to on premise POS WCF (RTP-17747)

Expand
titleConfiguration
Appsettings config in WCF: 

Old appsettings config for RESTEndpointURLS have been removed, and appsettings.config now needs to be configured like this;

<!-- To enable REST endpoint(s), set this to True, clone REST.template.json to REST.json and configure the URLs there. -->
    <add key="EnableRESTEndpoints" value="True" />

In addition to setting this parameter in Appsettings.Config, we now include a new REST.template.json config file in the config folder for the WCF.

You now have to copy this template, rename it to "REST.json", and configure it like the template example indicates.


Support for REST based communication has been added in POS API (WCF) on-premise (RTP-16698)

Expand
titleConfiguration
Appsettings config in WCF: 

Appsettings config in WCF: 
<!-- Base URL's to use for hosting REST endpoint. Example value: http://localhost:5001;https://localhost:5002 -->
<add key="RESTEndpointURLS" value=""/>


Improvement of handling multiple campaigns (RTP-16787)

Improvements on price calculation. Combination of mix, campaign price and member campaign is now taken into consideration when price is calculated. The lowest value is properly selected.

JournalService, POS Services, ReceiptService 

Missing support for new POSLog value in mix 1004 (RTP-17984)

The ARTS converter was missing support for the new mix effect  'AmountDiscountOnOrdinaryPrice' .