InvenTree/InvenTree/stock
Oliver Walters e02536071d Add a "completed" field to the Build model
- Keeps track of how many outputs have been produced
- Will not be directly editable by the user
2020-10-20 23:59:37 +11:00
..
fixtures CHange "parts" to "items" 2020-09-28 22:03:41 +10:00
migrations Add "is_building" field to StockItem model 2020-10-05 00:12:42 +11:00
templates/stock Add a "completed" field to the Build model 2020-10-20 23:59:37 +11:00
__init__.py PEP fixes 2020-04-22 13:21:45 +10:00
admin.py PEP fix 2020-09-30 07:56:44 +10:00
api.py Add "install_into" field for BuildItem 2020-10-20 20:37:57 +11:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py Automagically disable 'serial_numbers' field for StockItemCreate form 2020-10-20 22:37:55 +11:00
models.py Add a "completed" field to the Build model 2020-10-20 23:59:37 +11:00
serializers.py Create an initial stockitem output when a new build is created 2020-10-20 23:27:43 +11:00
test_api.py Update creation of StockItem via API 2020-10-18 22:24:45 +11:00
test_views.py Added Test user and all permissions 2020-10-06 09:02:10 -05:00
tests.py Add some more unit tests and validation code for the StockItem model 2020-10-05 00:49:00 +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 Automagically disable 'serial_numbers' field for StockItemCreate form 2020-10-20 22:37:55 +11:00