How can I find out how much stock is actually at this second in my inventory? #4512
Replies: 1 comment 4 replies
-
https://docs.inventree.org/en/latest/part/stocktake/
They are not deleted from the database, but they are also not counted towards "current stock". You can view the current available stock for a given part from the part detail page. This does not take into account any stock items which have been consumed for a build order, or sold against a sales order. |
Beta Was this translation helpful? Give feedback.
-
I'm afraid I don't understand the intention behind inventree's handling of stock.
When I need to find out the stock levels of all items at any given time, I need for each item:
unallocated stock
plus
allocated stock
minus
shipped stock
But I suspect that shipped stock is never deducted from the system, and neither are sub-parts that are contents of a BOM of shipped parts. In the end, I would never know how many parts are available, since sold parts are never removed from stock.
Before adding a feature request, I'd like to know: Is there a way to remove shipped parts from the system, so that they (and their BOM parts) are reduced from stock?
Or am I getting this totally wrong?
Beta Was this translation helpful? Give feedback.
All reactions