Versions Compared

Key

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

...

Expand
titleConfiguration
Configuration 

POSServices.Host.WinService.exe.config:

SecondaryCustomerOrderProvider - Can be set to "Progress" to fetch service orders from Chain Classic while other orders are fetched from Chain Web. 

Info

Also see (RTC-20752) in Chain Classic 2.1.1.0.28 release notes for configuration in Chain Classic!

Web config

Make sure that Service order is not set in Web config of the Chain Web services, so service orders are not updated in Chain Web.  

<!--

    From what source customer orders should be imported. Possible values: BackOffice, Store, Webshop, ServiceOrder

    Provide comma separated list for importing from multiple sources.

    Left blank to import from all types of source.

    -->

    <add key="BackOffice.CustomerOrder.SourcesToImportFrom" value="" />

Improvements POS

Module Description
Coupons

Coupon discounts in combination with mix and campaigns (RTP-16387)

When combining a coupon discount with a mix where you by x and get one for free, and a campaign on the same item, this could result in wrong price calculation. This has been fixed to the customer does not get too many free items according to respective coupon and mix rules. 

Receipt

Mix 24 in combination with line discount (RTP-16737)

There has been done a fix for mix 24 in combination with line discount on articles that starts with a 20-code. Earlier when selling an item that had this combination, it would not be visible on the printed on receipt. 

Receipt journal

Fix for missing payment type in receipt journal (RTP-16889)

There has been done a fix for showing payment type in receipt journal, when using e.g. Swish, ressursbankRessursbank, Vipps or Instabank.  Previously when using any of these payment methods, they would not be visible in receipt journal in Chain Web.

Self-service

Age control rejected by staff (RTP-16867)

There has been done improvements in self-service when age control is rejected by staff. Previously, when rejecting an age control in self-service, the customer would be sent back to the confirmation page, with the "yes" button deactivated. Now the customer is sent automatically back to the sales view. 


Light tower flashing red due to pay terminal payment failure (RTP-16801)

If a pay terminal payment fails due to e.g. an expired payment card the state of the light tower immediately changes to 'AssistanceNeeded', and the red light flashes. This state is however temporary, and customer may continue a few seconds later, without any need of help. The light tower will then go back to 'InUse' state, and the red flashing light disappears. Previously the light was flashing red until the payment was done and the receipt was finished.

...