InvenTree/InvenTree/order
Oliver 4b13f3b0de
Fix location priority when receiving items (#5661)
* Fix location priority when receiving items

Fixes POReceiveBarcodeHandler

* Unit test adjustment
2023-10-05 00:31:50 +11:00
..
fixtures Add Metadata to more models (#4898) 2023-06-02 19:26:20 +10:00
migrations [Feature] Company Addresses (#4732) 2023-06-17 21:55:25 +10:00
templates/order Child items table (#5114) 2023-06-28 15:22:23 +10:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Handle purchase price export for .xls files (#5362) 2023-07-28 15:28:50 +10:00
api.py [PUI] Attachment table (#5525) 2023-09-12 11:45:23 +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 Fix: Allow allocation of variants to sales order lines (#5656) 2023-10-04 10:39:22 +11:00
serializers.py Fix location priority when receiving items (#5661) 2023-10-05 00:31:50 +11:00
tasks.py Refactor states/status (#4857) 2023-06-09 10:27:26 +10:00
test_api.py Fix location priority when receiving items (#5661) 2023-10-05 00:31:50 +11:00
test_migrations.py Refactor states/status (#4857) 2023-06-09 10:27:26 +10:00
test_sales_order.py Fix: Allow allocation of variants to sales order lines (#5656) 2023-10-04 10:39:22 +11:00
test_views.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
tests.py Change target of PurchaseOrder notification (#4905) 2023-05-29 21:04:31 +10:00
urls.py [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00
validators.py [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00
views.py [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00