Versions Compared

Key

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

...

AreaDescription
Item transactions

Improvements for inventory grids (RTC-32289)

  • The performance of Stock movements and Stock status grids is greatly improved.
  • The performance of exporting data to Excel in Stock movements and Stock status is greatly improved.
  • Exporting data to Excel in Transaction log no longer wrongly includes Sale and Stock balance import transactions.
  • The item number column in Transaction log works correctly and displays proper data.
Transaction log

Link from transactions log to stock movement (RTC-31604)

The user is able to move from transactions view to the stock movement view by selecting a link from quantity column.

System

GLN for stores (RTC-30062)

Store GLN is displayed in the Inventory management - "Store GLN" and "To-From Store GLN" columns, depending on the view. Store GLN is also exported to Excel by "FileExporter" job and to JSON file  by by "Export" job, when there are some changes in the stock occurring (e.g. new transaction)


Improvements to store, color and size pickers' behavior (RTC-32716)

  • User can search for stores by inputting the store name or store number.
  • User can search for colors and sizes by inputting their name.

Minor improvements to the "New stocktaking" view:

  • The form displays messages for required fields which are not filled.


...

Release 19.07.2023

AreaDescription
Internal transfer

Display To-From Store with store number and store name (RTC-31977)

"To-From Store No." and "To-From Store Name" columns in stock transactions were merged into one, named "To-From Store" displaying store number and name. "To-From Store No." column in transactions log has been changed into "To-From Store" which displays store number and name. All of those changes were applied also for transactions exported to Excel

Stocktaking

Add count list to stocktaking (RTC-31826)

Single count list or multiple count lists can be assigned to the active stocktaking.
Count list cannot be assigned to the stocktaking:

  • When there is no active stocktaking in store;
  • When count lists from different stores are selected;
  • When it's already assigned to the stocktaking.


Import of count lists (RTC-31822)

Count list created in POS and InStore App are imported to the Inventory module via POSLog transactions.
PosLogProcessor job reads POSLogs with TransactionType="Inventory" and creates Inventory.CountList.Import blobs, that are published to BatchToProcess. Those events are imported to the InventoryService database via StagingImport job.
Finally StagingMerger job reads Inventory.CountList.Import events from InventoryService database and creates Count List in Inventory Module.

The count list can be directly published to the BatchToProcess via file service as proper Inventory.CountList.Import json files.
Details about Inventory.CountList.Import event can be found in the Inventory Service swagger.

A count list can contain a maximum of 10 000 lines.

...