InvenTree/InvenTree/stock
2020-10-28 18:30:38 +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 Update multiple templates with fontawesome icons 2020-10-28 18:30:38 +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 Display table of items received against a particular purchase order 2020-10-19 11:40:57 +11: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 more unit tests and validation code for the StockItem model 2020-10-05 00:49:00 +11:00
serializers.py Update queryset annotation for StockItem 2020-09-05 22:50:17 +10: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 Add some more unit tests and validation code for the StockItem model 2020-10-05 00:49:00 +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 Updated Stock permission views and templates 2020-10-06 08:55:40 -05:00