Versions Compared

Key

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

...

Expand
titlePOS Services configuration
Configuration needed in POS Services

StockInfoService_SAP must be enabled in 'EnabledServices', and the following config for the 'GetStockStatusForDeletion' method should be added.

    <add key="SapStockDeleteServiceUrl" value="" /> - should contain a valid url to the customers API
    <add key="SapStockDeleteServiceClientId" value="" /> - should contain a valid client id to the customers API
    <add key="SapStockDeleteServiceClientSecret" value="" /> - should contain a valid client secret to the customers API

...

Improvements POS 

AreaDescription
Gift card

Searching for gift card by mobile number (RTP-27864)

The dialog for showing all gift cards linked to a specific mobile phone number has been fixed.

Price calculation

Combination of campaign price, line discount and a coupon (RTP-28574)

When there is a combination of campaign price, line discount and a coupon for one and the same item in a receipt the price calculation for this is now correct. 

POS Configuration:

Relevant existing parameters: 'ManualDiscountMode' = 'OnTopOfCampaigns'

Improvements POS Server

AreaDescription
POS API

Handling of returns for orders with multiple deliveries/payments (RTP-24148)

When getting items available for return on a receipt, you can use the original cart ID when requesting, and the response will not include items that have previously been returned.