Versions Compared

Key

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

...

Example dialogs for receipts without and with members:

Expand
titleConfiguration
POS Configuration

ReceiptPrintMenuSetup

Configures available receipt options.

Configurable fields for Credit Payment

...

Improvement POS Server

AreaDescription
POS API

Removal of picking order when using DeleteCartOrder (RTP-27938)

Deleting an order from cart in POS API also deletes it in Backoffice, as well as makes it unavailable for picking in InStore App.

Sending SMS for cancelled click and collect orders (RTP-29904)

Method SendCartOrderConfirmationNotification can be used on already finished/cancelled receipts to send SMS with information to the customer. 

Improved error handling for import of orders/sales (RTP-31109)

When the order/sale received by the BatchToPosApi package fails with an InvalidQuantityFault, CartItemNotFoundFault or CartIsCancelledFault - it no longer retries after the initial fail. 

Improved error handling in SetStoresForCartOrderPicking method (RTP-32043)

When using the SetStoresForCartOrderPicking endpoint with a non-existing item identifier, the response is more descriptive. It gives information about the cart id and the wrong cart item identifier. 

Improvement in ItemInfo/GetProductsInArtsXmlByEan (RTP-24543)

GetProductsInArtsXmlByEan returns net weight and ID of an alternative item in the response.

Info
titleRequired

POS Master 3.0.0.171 or higher!
POS Services 7.89.91.0 or higher!


CouponValidationType in CartCalculator (RTP-30760) 

CouponValidationType parameter is added to CartCalculator method, wherein value can be set to either "None" or "Online". When value is set to "Online", CartCalculator contacts coupon provider and fetches all the available coupons, and if there are coupons added in the request, they are ignored. When value is set to "None", no online validation is done and only the coupons added in the request are added. If parameter is left out in the request, the default value is "Online".

POS Import

Import of Consumer Sales Date (RTP-31494)

POS Import was extended to import new fields for consumer sales start and end date from Item Management.

POS Master

Consumer Sales Dates (RTP-31495)

New columns in dbo.item and staging.FlatVPI were added. Data will be imported from Item Management via POS Import and saved in the new columns.