feat(frontend): add inline create modal to PurchaseOrderLineItem dialog#11778
Merged
SchrodingersGat merged 6 commits intoinventree:masterfrom Apr 22, 2026
Merged
Conversation
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…hub.com/matmair/InvenTree into feat(frontend)--add-inline-create-modal
Member
|
@matmair this looks great, we have been missing a structure for multi-level modals! |
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
Member
Author
|
@SchrodingersGat adressed |
SchrodingersGat
approved these changes
Apr 22, 2026
Member
|
@matmair nice work! I think that (separately) it would be great to add a new playwright test for this, as we are implementing a brand new UI feature. But I'm happy to merge this functionality in now. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #11778 +/- ##
=======================================
Coverage 91.28% 91.28%
=======================================
Files 970 970
Lines 50325 50325
=======================================
Hits 45941 45941
Misses 4384 4384
🚀 New features to boost your workflow:
|
This was referenced Apr 22, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Based on real-world user feedback from a HW producing company this reduces the amount of required context switches by adding inline addition dialogs.


In this specific example I have chosen to keep the new dialog as slim as possible as the goal is speed - not adding a new entry point to the existing dialog. Maybe a link to the full creation dialog might be interesting.
The newly created item is directly selected in the related field. This needs to be specifically enabled per form
fixes invenhost#299