InvenTree/InvenTree/stock
2019-04-12 22:46:15 +10:00
..
migrations Initial updates required to run under django 2.2 2019-04-12 20:44:22 +10:00
templates/stock Changed 'stocklocation.items' to 'stocklocation.stock_items' 2019-04-12 22:46:15 +10:00
__init__.py Added stock page 2017-03-27 21:05:19 +11:00
admin.py PEP fixes 2018-04-16 20:46:21 +10:00
api.py Added StockTracking API 2018-05-08 22:30:32 +10:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py Item stocktake form 2018-04-30 21:03:25 +10:00
models.py Changed 'stocklocation.items' to 'stocklocation.stock_items' 2019-04-12 22:46:15 +10:00
serializers.py Display username in stock-tracking 2018-05-10 21:20:12 +10:00
tests.py Fixing python errors 2017-04-11 17:21:05 +10:00
urls.py Item stocktake form 2018-04-30 21:03:25 +10:00
views.py Updated stockitem detail page 2018-05-06 21:53:06 +10:00