Build Orders & Serialised Items #8642
-
Hi, This is my first post on this forum. I have just deployed Inventree for a SMB in the UK who make composite materials. I love the project, and think there's tonnes of useful features. I've already deployed a plugin to print to an internal web endpoint and am excited to do more. I have a couple of questions about build orders:
Where I am struggling, however, is that a part has to be trackable (serialised) to have part tests associated with it. However, a Build Output producing a serialised part cannot have Build Outputs with non-integer quantities. This is difficult when my stock is not counted by units but by area (metres squared). What I have so far is:
Is there a fix / workaround for this?
Can anyone tell me what actual logic the 'Delete on Deplete' option is controlling? I have dug through the docs and the source code but not found any actions taken on the basis of the option's state. Any and all help is much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @guidoBlee thanks for the kind feedback :) Testable vs Trackable PartsIn the upcoming
(Note that these docs are for the latest version, not the stable version). So, you can define tests independent of the serial number requirement. The Delete on DepleteThis controls the behaviour of the particular stock item when the quantity depletes to zero. If enabled, it will remove the stock item (and all associated history) from the database |
Beta Was this translation helpful? Give feedback.
Hey @guidoBlee thanks for the kind feedback :)
Testable vs Trackable Parts
In the upcoming
0.17.0
release, we have separated the concepts of "testable" and "trackable":(Note that these docs are for the latest version, not the stable version).
So, you can define tests independent of the serial number requirement. The
0.17.0
version should be out before Christmas.Delete on Deplete
This controls the behaviour of the particular stock item when the quantity depletes to zero. If enabled, it will remove the stock item (and all associated history) from the database