InvenTree/InvenTree/order
Oliver 1691f45578
Order editing updates (#3902)
* Add extra setting to guard whether purchase order items can be edited "after the fact"

* Improvements for "extra" purchase order line table

* Similar changes for sales order table

* Improvements for image download helper

(cherry picked from commit 43b0d3ca55)
2022-11-07 13:56:50 +11:00
..
fixtures Add explicit reference_int values for order fixtures (#3645) 2022-09-05 21:37:59 +10:00
migrations Int migration fix (#3323) 2022-07-15 11:57:27 +10:00
templates/order Order editing updates (#3902) 2022-11-07 13:56:50 +11: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 Adds 'status_text' functions to models (#3752) 2022-10-07 00:18:11 +11:00
serializers.py [Plugin] Allow custom plugins for running validation routines (#3776) 2022-10-18 23:50:07 +11:00
tasks.py Fix task register (#3805) 2022-10-18 16:54:10 +11:00
test_api.py Barcode Refactor (#3640) 2022-09-15 14:14:51 +10:00
test_migrations.py Int migration fix (#3323) 2022-07-15 11:57:27 +10:00
test_sales_order.py Fix email notification setting (#3832) 2022-10-22 18:56:38 +11:00
test_views.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tests.py Fix email notification setting (#3832) 2022-10-22 18:56:38 +11: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