InvenTree/InvenTree/part
Oliver Walters 2d21bf0626 Part BOM list now shows how many of each sub-item are available
- If there are enough to build the available quantity is shown in green
- Otherwise, shown in orange
2019-04-12 22:09:50 +10:00
..
migrations Initial updates required to run under django 2.2 2019-04-12 20:44:22 +10:00
templates/part Part BOM list now shows how many of each sub-item are available 2019-04-12 22:09:50 +10:00
__init__.py Added PartCategory 2017-03-25 23:07:43 +11:00
admin.py PEP style fixes 2018-04-23 21:18:35 +10:00
api.py Draft API endpoint RUD class 2018-05-05 01:26:01 +10:00
apps.py Added PartCategory 2017-03-25 23:07:43 +11:00
forms.py Deleted extraneous form code 2018-04-30 00:59:36 +10:00
models.py Better string formatting for models 2018-05-09 00:17:39 +10:00
param_todo.py_todo Flakey 2018-04-16 01:02:17 +10:00
serializers.py Part BOM list now shows how many of each sub-item are available 2019-04-12 22:09:50 +10:00
tests.py Fixing python errors 2017-04-11 17:21:05 +10:00
urls.py Javascript consolidation 2018-04-29 12:25:07 +10:00
views.py Consolidated 'Part' app views 2018-05-04 18:55:55 +10:00