Versions Compared

Key

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

...

Release 18.12.2024

AreaDescription
Excel export

Fix: export only items that are added to offer group (RTC-45038)

'Export to excel' button in toolbar of 'Manage items' view export only the items that are in offer. Buttons in modal above grid should be used to export items not added due to missing price and due to price lock.

Import 

Fix: deserialization errors on contract violation (RTC-46350)

Merger does not fail when JSON row has wrong case of letters in variable name, string format instead of number, number instead of string format.

Offers

Incorrect state of offer copy (RTC-42776)

Copy of offer is no longer incorrectly marked as 'incomplete due to missing offer details' when it has all details filled in.

Price lock

Validation of price lock period on offer (RTC-45039)

It is not possible to set past date for price lock on offer in planned promotion. If there is already ongoing price lock set up, its start date cannot be moved backwards.

Import manual price locks from Excel (RTC-41917)

There is an Import excel file button in the "Items with price lock" view. 'Manage price locks' permission in required to see it.

After uploading the file 'ExcelItemPriceLockMerger' job is triggered. This job is scheduled for every 2 minutes by default.

The file may have the following columns (the same as in the exported file): 'SKU', 'GTIN', 'Item no.', 'Item text', 'Model no.', 'External model no.', 'Color text', 'Size text', 'Brand text', 'Locked from', 'Locked to', 'Manual', 'Store level', 'Store group code' and 'Store group name', but only item id ( 'SKU', 'GTIN' or 'Item no.'), 'Locked from', 'Locked to', 'Manual', 'Store level' and 'Store group code' are mandatory.

Not manual, duplicated, invalid lines and rows for store with no permission are skipped. Lookup is done by pair item id and store group level. If price lock exists, it is possible to modify the dates.


...

Release 10.12.2024

AreaDescription
Import

GTIN with leading zeros (RTC-45396)

Leading zeros in GTIN are trimmed when importing items to offer by Excel, JSON or API request. Items would now be matched properly, because Item Service does not allow leading zeros in GTIN as well. Additionally, wrapping spaces are trimmed when importing by GTIN or External Item Number.

Promotions

Promotion in many store groups (RTC-43027)

It is possible to select multiple stores, teams or profiles when creating a promotion in user interface. Dropdown is replaced by multiselect field. In 'Promotions', 'Promotion offers', 'Items in promotions' grids, such promotion has correct level in 'Available in' column and 'Store group code/name' are empty.
For now, ordinary price for items in offer groups are always taken from first store group of promotion (first one displayed in promotion details).
User with permission 'Manage promotions' limited to store/store group level, can edit promotion specific level, only when having permission to all stores/store groups of the promotion.

Promotions filtering when promotion for multiple store groups (RTC-43311)

Store group code and name are not visible in the promotions grid, when filter is applied in side panel or when user has permission to view only in one of the stores/store groups selected for promotion.

Promotion Service

Documentation (RTC-45101)

Contract of promotion and items export is extended with fields related to mix type 105 - 'Discount on a weight item collection' (new values in mixDetails on promotion level, and 'discountForWeightItem' on offer item level). Also extended examples for exports.

...