InvenTree/InvenTree/stock
2020-10-05 00:29:31 +11:00
..
fixtures CHange "parts" to "items" 2020-09-28 22:03:41 +10:00
migrations Add "is_building" field to StockItem model 2020-10-05 00:12:42 +11:00
templates/stock Add a custom template for the install item form 2020-10-05 00:01:01 +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 ability for stock API to be filtered by installed status 2020-09-28 20:07:25 +10:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py Remove a debug statement 2020-10-04 23:49:01 +11:00
models.py Add some unit testing 2020-10-05 00:29:06 +11:00
serializers.py Update queryset annotation for StockItem 2020-09-05 22:50:17 +10:00
test_api.py Update test fixtures 2020-09-02 19:47:07 +10:00
test_views.py PEP 2019-08-30 00:15:16 +10:00
tests.py Unit testing: fix PEP issues 2020-10-05 00:29:31 +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 a custom template for the install item form 2020-10-05 00:01:01 +11:00