InvenTree/InvenTree/stock
Oliver Walters 7575a39b7f Add form / view for serializing a stock item
- Back end doesn't do anything yet
2019-08-28 21:46:26 +10:00
..
fixtures More test coverage for Stock 2019-05-13 18:45:52 +10:00
migrations Added descriptive help text 2019-07-15 23:53:25 +10:00
templates/stock Add form / view for serializing a stock item 2019-08-28 21:46:26 +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 Merge pull request #411 from SchrodingersGat/bom-upload 2019-07-10 15:17:58 +10:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py Add form / view for serializing a stock item 2019-08-28 21:46:26 +10:00
models.py Add ablity to serialize an existing quantity of stock 2019-08-28 21:12:16 +10: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 fixes 2019-08-09 20:14:47 +10:00
tests.py Add ablity to serialize an existing quantity of stock 2019-08-28 21:12:16 +10:00
urls.py Add form / view for serializing a stock item 2019-08-28 21:46:26 +10:00
views.py Add form / view for serializing a stock item 2019-08-28 21:46:26 +10:00