InvenTree/InvenTree/build
Oliver 37c1fe1ccb
BOM / Build Updates (#6604)
* Fix for build line table

- Prefill source location correctly

* Refactor API filtering for BomList

- Make use of RestFilter class

* Add "external stock" field to BomItem serializer

* Simplify custom filtering

* Add "structural" column to part table

* Update BOM tables:

- Display indication of "external stock"

* Annotate "external_stock" to part serializer

- Update PartTable [PUI]

* Annotate BuildLine serializer too

* BuildLine endpoint - filter available stock based on source build order

- If build order is specified, and has a source location, use that to filter available stock!

* Add message above build line table

* Update BuildLineTable

* Bump API version
2024-02-29 16:16:28 +11:00
..
fixtures Reference fields (#3267) 2022-07-11 00:01:46 +10:00
migrations Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
templates/build BOM / Build Updates (#6604) 2024-02-29 16:16:28 +11:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
api.py BOM / Build Updates (#6604) 2024-02-29 16:16:28 +11:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py Seperate CUI url paths and tests (#6543) 2024-02-22 22:56:50 +00:00
serializers.py BOM / Build Updates (#6604) 2024-02-29 16:16:28 +11:00
tasks.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
test_api.py Bug fix for allocating items to build (#6532) 2024-02-21 10:35:26 +11:00
test_build.py [WIP] Test result table (#6430) 2024-02-18 23:26:01 +11:00
test_migrations.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
tests.py Seperate CUI url paths and tests (#6543) 2024-02-22 22:56:50 +00:00
urls.py Move more paths to basic path (#6251) 2024-01-18 17:05:10 +11:00
validators.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
views.py Build Order Updates (#4855) 2023-06-13 20:18:32 +10:00