InvenTree/InvenTree/order
Oliver fd789d28db
Add confirmation field for incomplete purchase orders (#3615)
* Add confirmation field for incomplete purchase orders

* Add similar functionality for SalesOrder

- Complete form is now context sensitive
- Allow user to specify if order should be closed with incomplete lines

* Update API version

* JS linting

* Updated unit tests
2022-09-05 14:00:41 +10: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/order Add confirmation field for incomplete purchase orders (#3615) 2022-09-05 14:00:41 +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 Fix default ordering for build orders (#3626) 2022-09-01 12:25:08 +10:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
forms.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py Add confirmation field for incomplete purchase orders (#3615) 2022-09-05 14:00:41 +10:00
serializers.py Add confirmation field for incomplete purchase orders (#3615) 2022-09-05 14:00:41 +10:00
tasks.py Overdue order notification (#3114) 2022-06-06 19:12:29 +10:00
test_api.py Add confirmation field for incomplete purchase orders (#3615) 2022-09-05 14:00:41 +10:00
test_migrations.py Int migration fix (#3323) 2022-07-15 11:57:27 +10:00
test_sales_order.py Reference fields (#3267) 2022-07-11 00:01:46 +10:00
test_views.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tests.py Reference fields (#3267) 2022-07-11 00:01:46 +10:00
urls.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
validators.py Reference fields (#3267) 2022-07-11 00:01:46 +10:00
views.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00