InvenTree/InvenTree/part
2019-04-28 23:22:54 +10:00
..
migrations Add 'active' field to Part model 2019-04-28 23:00:38 +10:00
templates/part Hide inactive parts in parts list 2019-04-28 23:22:54 +10:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py Remove 'simple-history' 2019-04-18 21:28:09 +10:00
api.py Enable Part API to filter by active status 2019-04-28 23:15:30 +10:00
apps.py Added PartCategory 2017-03-25 23:07:43 +11:00
forms.py Add generic method for retriving GET or POST params 2019-04-28 09:53:42 +10:00
models.py Add 'active' field to Part model 2019-04-28 23:00:38 +10:00
param_todo.py_todo Flakey 2018-04-16 01:02:17 +10:00
serializers.py Enable Part API to filter by active status 2019-04-28 23:15:30 +10:00
test_api.py Added further testing for Part/Bom API 2019-04-27 14:50:49 +10:00
test_bom_item.py PEP fixes 2019-04-25 03:20:25 +10:00
test_category.py PEP fixes 2019-04-25 18:50:22 +10:00
test_part.py PEP fixes 2019-04-25 18:50:22 +10:00
test_supplier_part.py PEP fixes 2019-04-25 03:20:25 +10:00
urls.py Documentation for Part app 2019-04-27 22:18:07 +10:00
views.py Limit SupplierPart options in CreateBomItem form 2019-04-28 11:24:26 +10:00