Versions Compared

Key

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

Coming next release release

ModuleDescription

Pricer

Add 'Discount' as a value to presentation (RTC-42203)

When item has active promotion price, presentation property in Pricer has value 'DISCOUNT'. In other situations - no promotion price, planned promotion or stopped promotion presentation value is 'NORMAL'.

Store Service API

GET request for stores (RTC-42827)

Get request in Store Service is supported: api/gateway/Stores. Contract is based on the contract for store export except the following things:

  • 'id' field is added in API contract,
  • 'localStoreNo' is nested in 'identifier',
  • 'localStoreNo' is added in 'relatedStores',
  • 'storeHours' are grouped differently.

Endpoint is limited to return max 100 stores. Authorization token is required.

Image Added


...

Release 17.07.2024

ModuleDescription

System

Fix bug: Translations (RTC-39728)
Translations are correct after removing local storage.

Import from Chain Web

New company for store (RTC-39641)
New company is properly created when store is imported with organization number and country that does not match any already existing company in Store Service.


...

Release 21.03.2024

ModuleDescription
Country

Turkey (RTC-38817)

Turkey can be selected as a country of company, store, profile, team or postal code. Country can be set through import and is exported with code TR.

Store service

Fix: Description of fields marked as optional (RTC-37753)

In store import contract schema, description of field marked as optional is displayed (currently it is only replenishmentEnabled, other fields are only nullable).

System

Fix: Exception handling (RTC-28779)

If there is an error related to the database, the error is written in the error text field in FlatBatchJson table, 10 times retry and then FlatBatch and FlatBatchJson have a status of 4.

New framework for user interface (RTC-37797)

Store management is upgraded to framework versions Angular 16 and Kendo 12.


...

Release 18.01.2024 

ModuleDescription
Store

Inventory related translations (RTC-35163)

'Inventory' and 'Inventory management in use' Swedish translations are changed.

Replenishment flag (RTC-36275)

'Replenishment' flag is set to 'True' by default. It is displayed in 'Inventory' section of store details page, when creating new or editing existing store. Value is exported to Excel file and blob storage. Value can be set through import of Excel file and import from 3rd party (it is optional in both, set to True if not specified).

Create price suggestions flag (RTC-34337)

'Create price suggestions' flag is set to 'False' by default. It is displayed and can be set/edited only on Profiles. Value is exported to blob/file.

Excel import

Fix: External store number validation (RTC-34864)

It's possible to update the store with (not empty) external store number using Excel import.

System

Fix: Exception handling (RTC-35478)

Apart from the exception in the database and log in the Integration Platform, the execution of job is 'Completed with warnings'.


...

Release 03.11.2023

ModuleDescription
Country

United Kingdom and Iceland (RTC-34482)

United Kingdom and Iceland can be selected as a country of company, store, profile, team or postal code. Countries can be set through import and are exported with codes GB and IS.


...

Release 06.10.2023

ModuleDescription
Import

ExternalStoreNo and storeNo in 3rd party import (RTC-32637)

If at least one of the 'storeNo' and 'externalStoreNo' is correctly specified when importing the store and the other is null, the null value is ignored.


Import file with thousands of rows (RTC-34237)

StagingImport job does not fail when one imported file contains over 4000 of JSON rows.


External store number (RTC-31286)

There is a validation while importing Excel file with stores: External store number must be unique within a company. If there are two or more shops with the same company and the same external store number in the file then only the first record from the file will be added.

Store

Global location number is unique (RTC-33526)

Global location number of store is globally unique value. Validation occurs when value is already used, when creating or updating store. In case of existing duplicates, global location number is set only for the first store, for the remaining null is assigned. In import from BackOffice, duplicates are saved with null value. In import from 3rd party, row with duplicate is validated and not imported. In import of Excel, validation in user interface happens if duplicate exists in database, and row is ignored if there are duplicates in one file (to be handled with warning notification in future).


GLN translations (RTC-32596)

Global location number (GLN) translation to Norwegian and Swedish is changed.

System

Database compatibility level (RTC-32039)

Compatibility level on databases is set to 150.


...

Release 25.07.2023 

ModuleDescription
ModuleDescription
Store

Store picker (RTC-32908)

User is able to search for stores by inputting store number or store name.

System

External store number (RTC-30648)

Empty value is always saved as null in the database for ExternalNumber instead of empty string.

Upgrade to LibBackEnd 5.4.0 (RTC-33212)

LibBackEnd updated in order to support notifications and Azure SignalR.

Migration to .NET 6 (RTC-28896)

Store Service module is migrated to .NET 6.


...

Release 15.06.2023

ModuleDescription
Import

Export/Import External store number (POS system) from Excel (RTC-32531)

'Ext. store number (POS system)' column is added to store export to Excel. Value can be updated through Excel import. Existing values can be cleared by importing "NULL" in cell.

...