InvenTree/InvenTree/stock
2022-01-10 17:28:44 +11:00
..
fixtures Add some unit tests for the new endpoint 2021-12-20 21:25:27 +11:00
migrations Cleanup models 2021-12-21 08:49:53 +11:00
templates/stock Dont localize item.quantity in JS Code 2022-01-06 03:05:29 +01:00
__init__.py PEP fixes 2020-04-22 13:21:45 +10:00
admin.py Add autocomplete fields to admin views for "stock" app: 2021-12-04 19:25:57 +11:00
api.py Merge branch 'master' of https://github.com/inventree/InvenTree into sn-append 2021-12-29 23:45:19 +01:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py client side form for assigning stock items to customers 2021-12-09 00:20:45 +11:00
models.py Event refactoring 2022-01-10 17:28:44 +11:00
serializers.py Fixes for stock location forms 2022-01-08 20:28:57 +11:00
tasks.py Remove the "scheduled_for_deletion" field from the StockItem model 2021-12-05 18:14:14 +11:00
test_api.py Add some unit tests for the new endpoint 2021-12-20 21:25:27 +11:00
test_views.py More linting 2021-11-05 00:35:47 +11:00
tests.py Remove the "scheduled_for_deletion" field from the StockItem model 2021-12-05 18:14:14 +11:00
urls.py client side form for assigning stock items to customers 2021-12-09 00:20:45 +11:00
views.py append information about next serial numbe to fnc call 2021-12-29 03:01:52 +01:00