InvenTree/InvenTree/stock
2020-11-03 20:19:24 +11:00
..
fixtures Update fixtues for unit testing 2020-11-01 15:34:42 +11:00
migrations Add "is_building" field to StockItem model 2020-10-05 00:12:42 +11:00
templates/stock Merge remote-tracking branch 'inventree/master' into build-fixes 2020-10-29 15:23:51 +11:00
__init__.py PEP fixes 2020-04-22 13:21:45 +10:00
admin.py PEP fix 2020-09-30 07:56:44 +10:00
api.py Add "install_into" field for BuildItem 2020-10-20 20:37:57 +11:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py Automagically disable 'serial_numbers' field for StockItemCreate form 2020-10-20 22:37:55 +11:00
models.py Fix unit tests 2020-11-03 20:19:24 +11:00
serializers.py Create an initial stockitem output when a new build is created 2020-10-20 23:27:43 +11:00
test_api.py Update creation of StockItem via API 2020-10-18 22:24:45 +11:00
test_views.py Added Test user and all permissions 2020-10-06 09:02:10 -05:00
tests.py Update fixtues for unit testing 2020-11-01 15:34:42 +11:00
urls.py Add form / view for installing a stock item into another stock item 2020-10-04 20:41:28 +11:00
views.py Add forms / views for creating a new build output, and completing the build 2020-11-02 22:56:26 +11:00