2.3.43. Inventory Controller
Extension: Inventory Controller – Controlls the Inventory Report
View name - Detail
The view name that is used to show the inventory report for ‘Group by’ = Detail.
This means that the inventory report can be customized.
It is possible to ADD additional columns to this view.
Localization key - Detail
When the inventory report is called for ‘Group by’ = Detail, this translation key will be used.
There is the possibility to select one of the existing sortings.
Order by - Details
When the inventory report is called for ‘Group by’ = Detail, this sorting will be used on the query.
There is the possibility to select one of the existing sortings.
But it is also possible to just type text for the order by statement.
The text in the field will be added to the ORDER BY clause of the query.
There is no need to start the text with ORDER BY.
Possible values:
- ItemCode ASC, InternalKey ASC: This will sort it on the item code, and next the row key of the inventory.
- InternalKey ASC: This will sort based on the row key of the inventory.
- StorLocCode ASC, ItemCode: This will sort on the storage location code and next on the item code.