mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-05 19:41:41 +00:00
[Feature] External build order (#9312)
* Add BuildOrder reference to PurchaseOrderLineItem * Add setting to enable / disable external build orders * Fix for supplier part detail * Update forms * Filter build list by "external" status * Add "external" attribute to BuildOrder * Filter by external build when selecting against purchase order line item * Add frontend elements * Prevent creation of build outputs * Tweak related model field - Send filters when fetching initial data * Fix migrations * Fix some existing typos * Add build info when receiving line items * Logic fix * Bump API version * Updated relationship * Add external orders tab for order * Display table of external purchase orders against a build order * Fix permissions * Tweak field definition * Add unit tests * Tweak api_version.py * Playwright testing * Fix discrepancy in 'building' filter * Add basic documentation ( more work required ) * Tweak docs macros * Migration fix * Adjust build page tabs * Fix imports * Fix broken import * Update playywright tests * Bump API version * Handle DB issues * Improve filter * Cleaner code * Fix column ordering bug * Add filters to build output table * Documentation * Tweak unit test * Add "scheduled_for_production" field * Add helper function to part model * Cleanup
This commit is contained in:
BIN
docs/docs/assets/images/build/external_build_detail.png
Normal file
BIN
docs/docs/assets/images/build/external_build_detail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 135 KiB |
BIN
docs/docs/assets/images/build/external_build_fulfilment.png
Normal file
BIN
docs/docs/assets/images/build/external_build_fulfilment.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
BIN
docs/docs/assets/images/build/external_build_incomplete.png
Normal file
BIN
docs/docs/assets/images/build/external_build_incomplete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
BIN
docs/docs/assets/images/build/external_build_receive_items.png
Normal file
BIN
docs/docs/assets/images/build/external_build_receive_items.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
BIN
docs/docs/assets/images/build/external_build_select_build.png
Normal file
BIN
docs/docs/assets/images/build/external_build_select_build.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
Reference in New Issue
Block a user