InvenTree/InvenTree/stock
Oliver Walters 222c9f1876 Allow quantity editing via /api/stock/ endpoint
- Allows creation of a new StockItem with a specified quantity
2019-06-13 22:58:02 +10:00
..
fixtures More test coverage for Stock 2019-05-13 18:45:52 +10:00
migrations Rename some fields 2019-06-02 19:46:30 +10:00
templates/stock Re-enable image hovering where appropriate 2019-06-03 22:03:22 +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 Replace other choice fields with commonized status code 2019-06-04 23:38:52 +10:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py Making PEP happy 2019-06-02 12:47:40 +10:00
models.py Replace other choice fields with commonized status code 2019-06-04 23:38:52 +10:00
serializers.py Allow quantity editing via /api/stock/ endpoint 2019-06-13 22:58:02 +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 Remove some now unused forms / views / etc 2019-06-02 12:45:44 +10:00
views.py Remove some now unused forms / views / etc 2019-06-02 12:45:44 +10:00