InvenTree/InvenTree/stock
Oliver Walters e1558a7a96 Add ability to filter stock items by part category
- Using the REST API
- Add &category=x to the query string
- Add &include_child_categories to include child categories
2019-05-16 18:54:14 +10:00
..
fixtures More test coverage for Stock 2019-05-13 18:45:52 +10:00
migrations Allow null values for StockItem.updated 2019-05-12 21:20:43 +10:00
templates/stock Add some more secondary modals 2019-05-15 07:50:54 +10:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py Remove 'simple-history' 2019-04-18 21:28:09 +10:00
api.py Add ability to filter stock items by part category 2019-05-16 18:54:14 +10:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py Upon successful creation (in a secondary modal) update the field in the primary modal 2019-05-14 23:04:49 +10:00
models.py Bug fix 2019-05-13 18:52:54 +10:00
serializers.py Add a 'full_name' field for Part 2019-05-12 12:16:04 +10:00
test_api.py PEP fixes 2019-04-27 15:25:40 +10:00
tests.py Bug fix 2019-05-13 18:52:54 +10:00
urls.py QR code improvements 2019-05-04 18:46:57 +10:00
views.py Hide supplier_part field if the part cannot be purchased 2019-05-09 18:43:22 +10:00