-
-
Notifications
You must be signed in to change notification settings - Fork 790
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8191 +/- ##
==========================================
- Coverage 84.61% 84.60% -0.01%
==========================================
Files 1178 1178
Lines 53641 53601 -40
Branches 2026 2024 -2
==========================================
- Hits 45387 45349 -38
+ Misses 7730 7729 -1
+ Partials 524 523 -1 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
…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