InvenTree/InvenTree/stock
2022-04-22 01:00:02 +10:00
..
fixtures Add more fixture data 2022-04-02 09:54:55 +11:00
migrations ignore coverage in exsisting migrations 2022-02-13 17:45:46 +01:00
templates/stock Render part information in stock item tracking table (if provided) 2022-04-19 13:14:54 +10:00
__init__.py PEP fixes 2020-04-22 13:21:45 +10:00
admin.py Add autocomplete fields to admin views for "stock" app: 2021-12-04 19:25:57 +11:00
api.py Adds ability to filter stock item tables by "tracked" status 2022-04-19 18:13:48 +10:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py PEP fixes 2022-02-17 17:04:51 +11:00
models.py Account for cases where serial number could be an integer! 2022-04-22 01:00:02 +10:00
serializers.py PEP fixes 2022-02-17 17:04:51 +11:00
test_api.py Style fixes 2022-04-19 20:41:08 +10:00
test_views.py fix import 2022-02-13 05:34:06 +01:00
tests.py Further unit test fixes 2022-04-02 12:00:08 +11:00
urls.py Remove StockExport view (no longer required!) 2022-03-03 17:25:41 +11:00
views.py PEP fxies 2022-04-19 13:16:45 +10:00