InvenTree/InvenTree/build
miggland d4341e81f2
List PO/SO/BO by reference in API (#4083)
* API: Add filter by reference to SO, PO. Add filtering by customer to SO list

* API: Add filtering by reference to Build order list

* Add test for changes

* Increment API version

* Add test for BO reference

* Add missing description of API version
2022-12-21 21:48:30 +11:00
..
fixtures Reference fields (#3267) 2022-07-11 00:01:46 +10:00
migrations Int migration fix (#3323) 2022-07-15 11:57:27 +10:00
templates/build Update CompleteBuildOrder form (#3702) 2022-09-21 18:19:31 +10:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Merge pull request from GHSA-7rq4-qcpw-74gq 2022-06-15 18:32:35 +10:00
api.py List PO/SO/BO by reference in API (#4083) 2022-12-21 21:48:30 +11:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py Control build allocation of optional BOM items (#4090) 2022-12-21 21:22:59 +11:00
serializers.py Control build allocation of optional BOM items (#4090) 2022-12-21 21:22:59 +11:00
tasks.py Fix task register (#3805) 2022-10-18 16:54:10 +11:00
test_api.py List PO/SO/BO by reference in API (#4083) 2022-12-21 21:48:30 +11:00
test_build.py Control build allocation of optional BOM items (#4090) 2022-12-21 21:22:59 +11:00
test_migrations.py Reference fields (#3267) 2022-07-11 00:01:46 +10:00
tests.py Reference fields (#3267) 2022-07-11 00:01:46 +10:00
urls.py Allow build orders to be deleted via the API (#3155) 2022-06-08 07:45:42 +10:00
validators.py [Plugin] Allow custom plugins for running validation routines (#3776) 2022-10-18 23:50:07 +11:00
views.py Allow build orders to be deleted via the API (#3155) 2022-06-08 07:45:42 +10:00