-
-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Build order consume #8191
base: master
Are you sure you want to change the base?
[WIP] Build order consume #8191
Conversation
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8191 +/- ##
==========================================
- Coverage 84.44% 84.24% -0.21%
==========================================
Files 1170 1166 -4
Lines 53456 52205 -1251
Branches 1999 1828 -171
==========================================
- Hits 45141 43979 -1162
+ Misses 7793 7764 -29
+ Partials 522 462 -60 ☔ View full report in Codecov by Sentry. |
…nTree into build-order-consume
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice addition!
This is a large(ish) feature branch which allows stock to be consumed by a build order before the build order is complete.
This allows more complex (and useful) workflows, where the build might take some significant time, but the stock is consumed at the start. e.g. a batch of PCBs are loaded, but then require a lot of testing, etc.
Currently, the allocated stock must "languish" in the build order, and this makes tracking of real stock quantities difficult.
Given that this feature might take a while to integrate and test, I am targetting it (for now at least) against 1.0.0. This will not be implemented in the legacy user interface.
TODO