Skip to content
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

Merged
merged 29 commits into from
Nov 8, 2024

Conversation

SchrodingersGat
Copy link
Member

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.

@SchrodingersGat SchrodingersGat added enhancement This is an suggested enhancement or new feature order Related to purchase orders / sales orders user interface api Relates to the API migration Data or schema migrations Platform UI Related to the React based User Interface labels Nov 7, 2024
@SchrodingersGat SchrodingersGat added this to the 0.17.0 milestone Nov 7, 2024
Copy link

netlify bot commented Nov 7, 2024

Deploy Preview for inventree-web-pui-preview ready!

Name Link
🔨 Latest commit ed4e593
🔍 Latest deploy log https://app.netlify.com/sites/inventree-web-pui-preview/deploys/672df890632fcc0008c3c9f7
😎 Deploy Preview https://deploy-preview-8445--inventree-web-pui-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100 (no change from production)
Accessibility: 86 (no change from production)
Best Practices: 100 (no change from production)
SEO: 78 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Nov 7, 2024

Codecov Report

Attention: Patch coverage is 75.51020% with 24 lines in your changes missing coverage. Please review.

Project coverage is 83.31%. Comparing base (8f24119) to head (ed4e593).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
...end/src/tables/sales/SalesOrderAllocationTable.tsx 31.57% 10 Missing and 3 partials ⚠️
src/backend/InvenTree/order/api.py 57.14% 3 Missing ⚠️
src/backend/InvenTree/order/serializers.py 83.33% 2 Missing ⚠️
src/backend/InvenTree/stock/api.py 92.30% 2 Missing ⚠️
...ntend/src/tables/sales/SalesOrderLineItemTable.tsx 71.42% 1 Missing and 1 partial ⚠️
src/backend/InvenTree/order/models.py 91.66% 1 Missing ⚠️
src/frontend/src/tables/bom/BomTable.tsx 0.00% 1 Missing ⚠️
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     
Flag Coverage Δ
backend 85.86% <87.30%> (-0.05%) ⬇️
pui 68.57% <54.28%> (-0.22%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@SchrodingersGat SchrodingersGat merged commit 2c294d6 into inventree:master Nov 8, 2024
26 checks passed
@SchrodingersGat SchrodingersGat deleted the sales-orders branch November 8, 2024 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Relates to the API enhancement This is an suggested enhancement or new feature migration Data or schema migrations order Related to purchase orders / sales orders Platform UI Related to the React based User Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants