InvenTree/InvenTree/stock
2022-02-02 12:40:10 +11:00
..
fixtures Add some unit tests for the new endpoint 2021-12-20 21:25:27 +11:00
migrations Prevent AttributeError from being thrown 2022-02-02 12:40:10 +11:00
templates/stock Display allocations for individual stock items 2022-01-27 15:21:04 +11: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 JS linting fixes 2022-01-28 08:28:52 +11: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 Handle case when aggregation returns None 2022-01-27 10:49:30 +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 Fix data mutability issues 2022-01-27 13:37:42 +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