InvenTree/InvenTree/order
Oliver c7a2def353
Allow editing of extra line items in order table (#3888)
* Allow editing of extra line items in order table

* Allow addition of extra line items even if order is not "pending"

* Allow addition and editing of extra line items for sales orders

* javascript linting
2022-11-02 07:32:14 +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 Allow editing of extra line items in order table (#3888) 2022-11-02 07:32:14 +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