InvenTree/InvenTree/stock
2021-01-06 21:00:45 +11:00
..
fixtures Improve unit testing for StockItem API 2021-01-04 01:22:43 +11:00
migrations Add "expiry_date" field to StockItem model 2021-01-03 23:56:35 +11:00
templates/stock Auto-populate expiry date for stockitem when created via the API 2021-01-05 00:21:26 +11:00
__init__.py PEP fixes 2020-04-22 13:21:45 +10:00
admin.py Remove defunct 'build_order' field from StockItem model 2020-11-10 20:12:39 +11:00
api.py Auto-populate expiry date for stockitem when created via the API 2021-01-05 00:21:26 +11:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py Pre-fill stockitem expiry date in CreateStockItem form 2021-01-04 23:40:51 +11:00
models.py Add ability to filter by 'expired' status in API 2021-01-04 00:19:48 +11:00
serializers.py Improve unit testing for StockItem API 2021-01-04 01:22:43 +11:00
test_api.py Auto-populate expiry date for stockitem when created via the API 2021-01-05 00:21:26 +11:00
test_views.py Exclude expired stock from builds 2021-01-06 21:00:45 +11:00
tests.py Improve unit testing for StockItem API 2021-01-04 01:22:43 +11:00
urls.py Add form / view for installing a stock item into another stock item 2020-10-04 20:41:28 +11:00
views.py Add option to enable / disable stock expiry feature 2021-01-05 08:50:07 +11:00