InvenTree/InvenTree/stock
2020-06-12 11:14:33 +10:00
..
fixtures Add functions to test if a stock item has passed all tests 2020-05-17 22:03:55 +10:00
migrations Make description fields optional 2020-06-05 19:33:32 +10:00
templates/stock Add the concept of "action groups" to the buttons for the Stock Location view 2020-06-12 11:14:33 +10:00
__init__.py PEP fixes 2020-04-22 13:21:45 +10:00
admin.py Add StockItemTestResult to the admin interface 2020-05-16 20:55:30 +10:00
api.py Filter stock list by "customer" 2020-06-05 09:05:57 +10:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py Add forms/views for manually assigning a stock item to a customer 2020-06-04 19:45:41 +10:00
models.py Use stock status for determining "in stock" 2020-06-05 09:08:46 +10:00
serializers.py Mark some fields as not-required via the API 2020-05-28 20:33:33 +10:00
test_api.py Allow files to be uploaded alongside a test report 2020-05-16 22:53:23 +10:00
test_views.py PEP 2019-08-30 00:15:16 +10:00
tests.py Add unit tests 2020-05-24 21:10:00 +10:00
urls.py Add forms/views for manually assigning a stock item to a customer 2020-06-04 19:45:41 +10:00
views.py Update translations 2020-06-12 10:25:07 +10:00