InvenTree/InvenTree/stock
2020-05-25 22:19:28 +10:00
..
fixtures Add functions to test if a stock item has passed all tests 2020-05-17 22:03:55 +10:00
migrations Allow stock items to be created for template parts 2020-05-25 14:20:35 +10:00
templates/stock Form / view / etc for performing StockItem conversion 2020-05-25 14:16:38 +10:00
__init__.py PEP fixes 2020-04-22 13:21:45 +10:00
admin.py Add StockItemTestResult to the admin interface 2020-05-16 20:55:30 +10:00
api.py Include 'key' field in StockItemTestResult serializer 2020-05-24 20:04:34 +10:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py Form / view / etc for performing StockItem conversion 2020-05-25 14:16:38 +10:00
models.py Allow stock items to be created for template parts 2020-05-25 14:20:35 +10:00
serializers.py Allow API upload of file attachments against StockItemTestResult objects 2020-05-25 22:19:28 +10:00
test_api.py Allow files to be uploaded alongside a test report 2020-05-16 22:53:23 +10:00
test_views.py PEP 2019-08-30 00:15:16 +10:00
tests.py Add unit tests 2020-05-24 21:10:00 +10:00
urls.py Type fixes 2020-05-25 14:24:29 +10:00
views.py Type fixes 2020-05-25 14:24:29 +10:00