InvenTree/InvenTree/stock
Oliver Walters 8dd8505a2c More tab updates
- Add Stock tab
- Add Stock table for supplier part
- Allow stock API to be filtered by supplier-part ID
- Add Orders tab
2020-02-12 11:09:37 +11:00
..
fixtures Fixed tests 2019-09-08 19:41:54 +10:00
migrations Fix for bug b) 2020-02-06 23:22:55 +11:00
templates/stock Float parsing on StockItem tracking page 2020-02-12 08:19:08 +11:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py Export full_name for parts 2019-09-15 22:23:34 +10:00
api.py More tab updates 2020-02-12 11:09:37 +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 Fix for bug b) 2020-02-06 23:22: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 Markdownify the 'notes' field for StockItem 2020-02-02 12:11:18 +11:00
views.py Fix for bug b) 2020-02-06 23:22:55 +11:00