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

[Feature] Build allocation export #7611

Merged

Conversation

SchrodingersGat
Copy link
Member

This PR adds a new "panel" to the build order page, showing a flattened table of all stock items allocated against the build order.

Separate to the "allocate stock" tab (which has now been renamed to "line items"), this allows for the complete dataset of "allocated stock" to be viewed in the one place. Importantly, it now also allows this dataset to be exported in a simple manner.

@SchrodingersGat SchrodingersGat added enhancement This is an suggested enhancement or new feature user interface User interface api Relates to the API build Build orders Platform UI Related to the React based User Interface labels Jul 10, 2024
@SchrodingersGat SchrodingersGat added this to the 0.16.0 milestone Jul 10, 2024
Copy link

netlify bot commented Jul 10, 2024

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

Name Link
🔨 Latest commit 523e5ce
🔍 Latest deploy log https://app.netlify.com/sites/inventree-web-pui-preview/deploys/668f5726ee32fc00083f705c
😎 Deploy Preview https://deploy-preview-7611--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: 92 (no change from production)
SEO: 70 (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 Jul 10, 2024

Codecov Report

Attention: Patch coverage is 91.66667% with 5 lines in your changes missing coverage. Please review.

Project coverage is 83.91%. Comparing base (5e040c4) to head (523e5ce).
Report is 319 commits behind head on master.

Files with missing lines Patch % Lines
...tend/src/tables/build/BuildAllocatedStockTable.tsx 82.60% 4 Missing ⚠️
src/frontend/src/components/render/Build.tsx 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7611      +/-   ##
==========================================
- Coverage   83.94%   83.91%   -0.04%     
==========================================
  Files        1094     1095       +1     
  Lines       48138    48239     +101     
  Branches     1489     1490       +1     
==========================================
+ Hits        40410    40479      +69     
- Misses       7333     7360      +27     
- Partials      395      400       +5     
Flag Coverage Δ
backend 85.28% <100.00%> (-0.01%) ⬇️
pui 65.82% <82.75%> (+0.30%) ⬆️

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 6650f3e into inventree:master Jul 11, 2024
25 checks passed
@SchrodingersGat SchrodingersGat deleted the build-allocation-export branch July 11, 2024 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Relates to the API build Build orders enhancement This is an suggested enhancement or new feature Platform UI Related to the React based User Interface user interface User interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consumed Stock Table Data - Complete List of Desired Fields Exportable Allocate Stock to Build Table Data
1 participant