-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Please verify that this feature request has NOT been suggested before.
- I checked and didn't find a similar feature request
Problem statement
Hello! For my workflow, I would find it useful to have untracked, allocated, stock decrement as build outputs are completed for a build order. Is there a use case or workflow reason why that's not currently implemented?
I'd like to be able to have "long lived" work orders, I.e., "make 100 in february" or similar, but when I do this, as parts get used when creating outputs tied to the work order, the "in stock" amount of raw materials stays the same, while the "in stock" amount of the widgets (correctly) goes up.
Correctly, the "available" amount of the raw material is accurate since it's allocated in the build orders, but if I sell one of the widgets that came from the build output, those raw materials aren't really "allocated" they're gone.
I'm very happy with how the tracked parts are auto-installed into parts as outputs are completed, and this behaves exactly as I'd like.
Thanks for any assistance! I really tried to search for docs or other issues pertaining to this and couldn't find much, so please forgive me if this isn't the correct venue for this question/FR
Suggested solution
Implement similar behavior for allocated, non-serialized parts as exists for serialized parts
Describe alternatives you've considered
Not using "long lived" build orders but make many smaller ones.
I'm not totally opposed to this, but the existence of arbitrary number of intermediate build outputs attached to a single build order implies that build orders are able to support this behavior
Maybe I'm supposed to use child build orders connected to my "main" one? I'm happy to adjust my workflow if I can achieve the desired result of having "in stock" raw materials track real life as build outputs are completed
Examples of other systems
No response
Do you want to develop this?
- I want to develop this.