-
-
Notifications
You must be signed in to change notification settings - Fork 814
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
Sales order improvements #8445
Sales order improvements #8445
Conversation
- Allow allocation against order with null shipment
✅ 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 #8445 +/- ##
==========================================
- Coverage 84.52% 83.31% -1.21%
==========================================
Files 1170 1171 +1
Lines 53468 54338 +870
Branches 2005 2011 +6
==========================================
+ Hits 45192 45271 +79
- Misses 7751 8536 +785
- Partials 525 531 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This PR provides some general UI improvements for managing sales orders.
Additionally, it allows stock items to be allocated against a sales order, but without specifying a shipment. This is a useful addition as it allows users to allocate stock items against the sales order first, and decide on shipping details later on.