Upcoming release
- Improve performance in GetStock
Release 27.03.02023
Module | Description |
---|---|
Transactions in UI | |
Stock Status | Stock Status per item (RTC-29742) Providing a view displaying stock status for a given item that consists of three main sections: Stock status, Model and Other store. In Stock status section picker for selecting store is available. There is also a donut chart with key values: number of items reserved, put away, available and in stock. Model section is presented when the model contains multiple colors and sizes, otherwise, it is hidden. There is a possibility to switch between models using color/size field as a dropdown list. In Other store section stock statistics are shown for the given item in other stores. |
Release 13.03.02023
Module | Description |
---|---|
Stock status | Reservation field in Stock Status (RTC-29562) Field "Quantity reserved" was added to the Stock Status grid |
Transaction in UI | Create breakage from UI (RTC-30097) New transaction modal was implemented and it allows user to create breakage transactions in the UI from "Stock status" and "Transactions log" views |
Stock Status per item | Grid view of movements for items in store (RTC-27199) Providing a grid to see item transactions for a specific item in a selected store. The functionality is implemented using a hyperlink on Available quantity on Stock status view that takes users to a second level (tab Status), where they can choose store using the picker. In that place, user can also change color and size of selected item using pickers in breadcrumb if these properties are available. After that transactions for this item in a selected store are displayed in grid (tab Transactions). Implemented grid contains columns compatible with Figma. The ability to export transactions for item in a selected store to excel has also been added. |
Release 27.02.02023
Module | Description |
---|---|
Store integration extension | Store Management (RTC-29835) Adding new columns: Gln and UseInventory to [Chain].[Store] table and new table [Chain].[StoreRelatedStore] in order to link stores with other related stores. After creating or updating the store in Store Management, values of Gln, UseInventory flag, related stores, profile, region and teams are correctly updated in the database based on information from an event from StoreService. |
Export of data | Export item transactions (RTC-27531) "Export" job has been extended to export item transactions. It publishes Inventory.ItemTransaction.Export events to both - BatchToProcess service bus topic and BatchToProcess container in Azure storage. Export stock status (RTC-29213) "Export job" has been extended to export stock. It publishes Inventory.StockStatus.Export events to both - BatchToProcess service bus topic and BatchToProcess container in Azure storage. |
Merger job | Internal transfer transaction merger job (RTC-27672) ItemTransactionMerger support for Internal transfer transactions has been added. Internal transfer transactions are created in InventoryService and stocks are properly updated:
|
Release 30.01.2023
Module | Description |
---|---|
Transactions | Non stock items (RTC-28406) |
Reason Codes | Reason code resolved (RTC-28645) Export reason codes (RTC-25406) Export job right now supports reason codes, it publishes "Inventory.ReasonCode.Export" event to both "BatchToProcess" bus topic and "BatchToProcess" container in Azure storage. |
Release 16.01.2023
Module | Description |
---|---|
Transactions | Skip transactions (RTC-28556) Complaint transaction processing (RTC-27673, RTC-27340) Support for Internal use transaction has been added to PosLogProcessing and ItemTransactionImport jobs. ItemTransactionMerger support for Complaint transactions has been added. Complaint transactions are created in InventoryService and stocks are properly updated. Stock Status (RTC-27495) This transaction type overrides stock value instead of adjusting the stock values. |
Reason Codes | Repository for reason codes in UI (RTC-23663) Countries" parameter which was added, allows user to modify languages displayed in reason codes register. Default value of the parameter is "[]". Then, in reason code creation view, only English name and description are displayed. Supported countries are: NO, SE, FI, DK, AT, DE, EE, PL, NL, BE. |
Release 16.12.2022
Module | Description |
---|---|
Stock Update | Stock update (RTC-27312) ItemTransactionMerger job has been extended with stock update logic:
The stock changes from StockAdjustment transactions are properly registered and updated in InventoryService. |
Sales transaction | Sales transaction processing (RTC-27311 ,RTC-27313) Added support of processing receipts with type sale, updating stock in Inventory module based on sold amount. Support for Sale transaction has been added to POSLogProcessing and ItemTransactionImport jobs. The items' stock is properly updated in InventoryService based on sales transaction data. |
Internal Use | Internal Use transactions (RTC-27671) ItemTransactionMerger support for InternalUse transactions has been added. InternalUse transactions are created in InventoryService and stocks are properly updated. |
Grid View | Grid view of items and stock levels (RTC-22717) Added grid view allows user to see, filter and sort stock of items. |