Document status: RELEASED

Date:

Version Requirements is located on the menu to the left.

Improvements

Modules

Description

Cashiers

Improvements in service for cashier password change (TFS: 172932)

The cashier password is validated based on the values in the PinLastChangedDate column and CashiersPinValidityTimeInMonths parameter (PinLastChangedDate + CashiersPinValidityTimeInMonths < today). By doing this, the changes made in the 'CashiersPinValidityTimeInMonths' parameter has an immediate effect on all cashier passwords. This change includes backwards compatibility with the previous validation method.

Configuration:

The link in the Web.config file for BackOffice should be updated by default:

from:

 <add name="BackOffice.CashierService" uri="http://#BASESERVERNAME#/backoffice-service/UserManagement/v1/CashierService.svc" contract="BackOfficeIPingable"></add>

to:

<add name="BackOffice.CashierService" uri="http://chainwebappserver/LindbakRetail.Service.Host.IIS/UserManagement/v1/CashierService.svc" contract="BackOfficeIPingable"></add>

Customers

Hide customer discount on brand (TFS: 173677)

Adding brand discount directly on customer should not be possible until it is supported in POS. After this functionality is added in POS, the system parameter UseCustomerBrandDiscount should be set to True.


Required configuration:

UseCustomerBrandDiscount set to False.

General

Log in page (TFS: 173839)

The 'Lindbak' name has been removed from login page in Chain Web and InStore App.

Invoice

New text on invoicing regarding remaining total to pay (TFS: 170780)

On the invoice pdf, the previous “Remaining” (NO: Gjenstående) label is replaced with “To pay” (NO: Å betale). It appears on partially paid invoices which are created in POS and displayed in Chain Web menu Invoices. This is done to make the amount the customer needs to pay more transparent.  

  • No labels