InvenTree/InvenTree/stock
Oliver 7aee97d63b
Fix rendering of purchase_price for exporting StockItem data (#4434)
* Fix rendering of purchase_price for exporting StockItem data

* Stock item quantity is a decimal field

* Update other fields
2023-03-02 14:50:04 +11:00
..
fixtures [Plugin] Allow custom plugins for running validation routines (#3776) 2022-10-18 23:50:07 +11:00
migrations Add migration test (#4398) 2023-02-23 23:12:48 +11:00
templates/stock Js forms updates (#4378) 2023-02-21 07:24:49 +11:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Fix rendering of purchase_price for exporting StockItem data (#4434) 2023-03-02 14:50:04 +11:00
api.py Add option to filter stockitems by "external" location status (#4407) 2023-02-25 07:19:41 +11:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
filters.py Tree query improvements (#3443) 2022-08-01 13:43:27 +10:00
models.py Pricing bug fix (#4422) 2023-02-26 16:36:11 +11:00
serializers.py Add "external" field to StockLocation (#4377) 2023-02-21 00:42:18 +11:00
test_api.py Stock API filtering fix (#4350) 2023-02-17 10:34:18 +11:00
test_migrations.py Add migration test (#4398) 2023-02-23 23:12:48 +11:00
test_views.py [BUG] Fix ownership (#4244) 2023-01-25 09:28:36 +11:00
tests.py Fix for returning stock from the customer to a specified location (#4208) 2023-01-25 09:34:15 +11:00
urls.py Client side QR Codes (#4357) 2023-02-17 13:33:36 +11:00
views.py Client side QR Codes (#4357) 2023-02-17 13:33:36 +11:00