You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each inventory entry should be bounded to a InventorySession. An InventorySession is a way to create separate inventory while still keeping in the database the previous session. Each new Inventory entry should be bounded to the latest session and there should be no way to add information to the data from the previous Session.
InventoryTransaction
Instead of having a single 'quantity' field, each transaction should be logged to keep a history of the transaction and track the origin.
Floating number support in quantity
Some parts are not measurable with an integer. Floating numbers should be supported.
Assign an unit for the quantity
m³
pcs
l
Progress
InventorySession
InventoryTransaction
Floating number
Units
The text was updated successfully, but these errors were encountered:
InventorySession
Each inventory entry should be bounded to a
InventorySession
. An InventorySession is a way to create separate inventory while still keeping in the database the previous session. Each new Inventory entry should be bounded to the latest session and there should be no way to add information to the data from the previous Session.InventoryTransaction
Instead of having a single 'quantity' field, each transaction should be logged to keep a history of the transaction and track the origin.
Floating number support in quantity
Some parts are not measurable with an integer. Floating numbers should be supported.
Assign an unit for the quantity
Progress
The text was updated successfully, but these errors were encountered: