InvenTree/InvenTree/order
Oliver 62362455b8
Sales order variant stock (#5415)
* Annotate available variant stock to SalesOrderLine serializer

* Filter variant stock by:

- active = True
- salable = True

* Add 'salable' filter to StockList API

* Filter available stock in sales order table:

- Must be salable
- Must be active

* Update table display

* Bump API version
2023-08-09 21:45:12 +10: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 fix: generic status import (#5192) 2023-07-09 08:39:26 +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 [Feature] Company Addresses (#4732) 2023-06-17 21:55:25 +10:00
serializers.py Sales order variant stock (#5415) 2023-08-09 21:45:12 +10:00
tasks.py Refactor states/status (#4857) 2023-06-09 10:27:26 +10:00
test_api.py Refactor states/status (#4857) 2023-06-09 10:27:26 +10:00
test_migrations.py Refactor states/status (#4857) 2023-06-09 10:27:26 +10:00
test_sales_order.py Build Order Updates (#4855) 2023-06-13 20:18:32 +10: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