InvenTree/InvenTree/stock
Oliver Walters ae4ebab957 Display table of StockItems which have been split from the current item
- The StockItem list api now allows filtering by 'ancestor'
- Add 'children' tab for StockItem
- Needed to tweak the unit testing fixtures (yay thanks MPTT)
2020-02-17 22:37:55 +11:00
..
fixtures Display table of StockItems which have been split from the current item 2020-02-17 22:37:55 +11:00
migrations Add custom migration 2020-02-17 22:11:44 +11:00
templates/stock Display table of StockItems which have been split from the current item 2020-02-17 22:37:55 +11:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py Add custom migration 2020-02-17 22:11:44 +11:00
api.py Display table of StockItems which have been split from the current item 2020-02-17 22:37:55 +11:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py Fix for bug a) 2020-02-06 23:11:47 +11:00
models.py Display table of StockItems which have been split from the current item 2020-02-17 22:37:55 +11:00
serializers.py Add ability to create new stock tracking note for a stock item 2019-07-16 00:10:24 +10:00
test_api.py PEP fixes 2019-04-27 15:25:40 +10:00
test_views.py PEP 2019-08-30 00:15:16 +10:00
tests.py Bug fix for test cases 2019-11-19 10:19:52 +11:00
urls.py Display table of StockItems which have been split from the current item 2020-02-17 22:37:55 +11:00
views.py Create new stock item from supplierpart stock page 2020-02-12 11:32:01 +11:00