Versions Compared

Key

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

Release 13.11.2024

AreaDescription
System

PriceLockProcessor job Performance (RTC-44521)

Improved performance of PriceLockProcessor job. Fix: if a price lock is set up for a promotion from a specific store, it affects price locks from the store group to which that store belongs.


...

Release 08.11.2024

AreaDescription
Offer group items

Fix: offer group processing stuck when changing from item to model level (RTC-45198)

Offer group processor job is not stuck when offer group level changes after import. Improved performance of processing offer group on model level, when model contains a lot of items.


...

Release 31.10.2024

AreaDescription
Offer group items

Offer group items processing is retried properly (RTC-45066)

When item is missing in Promotion database, offer group items processing is properly retried by 3 executions of OfferGroupProcessor job, even when missing items are in more than one batch. After 3 retries, manage items page in UI is not stuck on loading screen and properly found items are displayed.

Remove offer group items duplicates (RTC-43718

Offer group items duplicates are removed. Database index is added to ensure there are no duplicates of offer group item.

Price lock

Export manual price locks to Excel (RTC-44292)

There is 'Export manual price locks' button in toolbar of 'Items with price lock' page. It triggers export of Excel file that can be downloaded from notification after FileExport job run. Grid filter and store group scope of 'View promotions' permission affects which rows are exported. Only manually created price locks are exported (not price locks on offer level). File has columns: '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', 'Store group name'.

'Locked from' and 'Locked to' values are not filtered and values are not exported properly. This will be fixed as separate issue.

Promotion offers

Grid columns (RTC-44497)

In 'Promotion offers' grid, 'Offer ID' and 'Offer code' columns are hidden by default. 'External promotion no' and 'External offer no' columns are added and hidden by default. 'Offer name' column values have a clickable link that opens 'Edit offer' view.

System

Offer group processor (RTC-43443)

Long segmentation processing does not block the entire offerGroupProcessor package. Offer groups with item lists are processed before segmentations. The segmentationTimeoutInMinutes parameter is changed from an hour to 5 minutes.


...

Release 21.10.2024

AreaDescription
Export

Trigger promotion and offer items export (RTC-44254)

In promotion grid, in first column there is three dots button with 'Export promotion' button. It triggers export of selected Promotion and related PromotionOfferItem blobs to other systems.

Image Added

Button 'Export offer items' is added to three dots menu in offer details card, offer details grid and offer details modal. It triggers export of PromotionOfferItem that are part of offer groups within selected offer.

Image Added

Button is available for promotions on statuses: Planned, Active, Finished. In order to use the both buttons, user needs to have permission 'Access to system tasks and information'. Export is done in next scheduled execution of Export job.

Items in promotions

Fix: navigation (RTC-44413)

Clicking on offer name navigates to offer details view and clicking on offer group name navigates to offer group items grid view.

Image Added

Price lock

Validation (RTC-44261)

There can be only one manual price lock per item and given store or store group. If a user tries to add a new, repeating record or edit the price lock in such a way that duplicates would be created, there is message in the modal that this is not possible. Existing duplicates are deleted. Only the latest manual price lock (according to created date) is left.

Image Added

Promotion

Fix: valid date change after editing other promotion details (RTC-44853)

Valid from/to date and time are properly saved in database. Dates are not changing on its own when editing other details of promotion.

 

System

Performance of import of items from Item Service (RTC-40521)

Improved performance of ItemMerger job, which is responsible for importing ItemChanges from ItemService.


...

Release 17.10.2024

Mark offer as price locked

(RTC-41907)

It's possible to set a price lock period on offers to control price of the items before promotion starts. Default period is equal to 30 days before promotion starts, but user can provide custom dates. It is possible to add price lock only on promotion price offer.

Image Added
Image Added

Items added to price locked offer are not locked until promotion is approved. When approving promotion with previously setup price locks, warning is displayed, that lock from for price locks will be adjusted to now. Changing promotion valid from date may cause delete of price lock on offer, when promotion is valid from before the locked from date. 

Image Added

Image Added

Price locked offers are visible in 'Items with price lock' grid in read-only mode with possibility to navigate to promotion or offer.

Image Added

If an item has not been added to offer group, due to the fact that it has price lock, the information is displayed over selection of items in the offer. To see more details, user can click View items button, were exact count of items not added to offer is displayed and can be exported to Excel file.

Image Added

Coming next release

Mark offer as price locked

(RTC-41907)

It's possible to set a price lock period on offers to control price of the items before promotion starts. Default period is equal to 30 days before promotion starts, but user can provide custom dates. It is possible to add price lock only on promotion price offer.

Improvement

AreaDescription
Adding item in promotions

Item search (RTC-43529)

User can scroll, add columns or remove them from item search. Modal contains model related columns: 'model number' and 'External model no.'

Items with price lock

Grid improvements (RTC-43198)

Store group reference' column is split into 'store group code' and 'store group name' columns. 'Item text' column is in locked section of the grid. Store related columns in locked section are smaller. Button with delete is not displayed when creating a price lock.

Promotion API

Concurrent request (RTC-43777)

If there is an attempt by the API to modify a resource by multiple requests at the same time, 409 code is visible for the user. A description of this code is in the swagger: '409 - conflict, resource desired to update has been modified by the concurrent request. In such scenario it is advised to fetch the desired resource once again, compare it with the request data and try to update the resource once again'.

Validation for 'validTo' field (RTC-43719)

There is a validation when creating new promotion with ValidFrom to in the past. When such request is sent, ValidFrom remains unchanged and promotion is updated, 200 status code is returned.

...