InvenTree/InvenTree/part
Oliver Walters 2431ba2a04 Add new fields to Part model
- bom_checksum (stores checksum calculated when the BOM was checked)
- bom_checked_by (User who checked the BOM)
- bom_checked_date (When the BOM was last checked)
2019-05-12 12:47:28 +10:00
..
fixtures Part API test suite now uses test data fixtures 2019-05-05 00:15:25 +10:00
migrations Add new fields to Part model 2019-05-12 12:47:28 +10:00
templates/part Add function to calculate BOM hash 2019-05-12 12:42:20 +10:00
templatetags add docstrings 2019-05-04 11:28:23 +10:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py Add a 'full_name' field for Part 2019-05-12 12:16:04 +10:00
api.py Tree view now supports root URL link 2019-05-09 22:23:56 +10:00
apps.py Added PartCategory 2017-03-25 23:07:43 +11:00
forms.py Add a 'confirm_creation' input if there are possible part matches 2019-05-11 12:29:02 +10:00
models.py Add new fields to Part model 2019-05-12 12:47:28 +10:00
param_todo.py_todo Flakey 2018-04-16 01:02:17 +10:00
serializers.py Display supplier part URL in table 2019-05-12 12:20:15 +10:00
test_api.py Part API test suite now uses test data fixtures 2019-05-05 00:15:25 +10:00
test_bom_item.py Added some more BomItem tests 2019-05-05 00:00:30 +10:00
test_category.py Test recursive child count 2019-05-04 23:22:32 +10:00
test_part.py Add tests for the custom templates 2019-05-05 00:21:54 +10:00
test_supplier_part.py PEP fixes 2019-04-25 03:20:25 +10:00
urls.py Enable DnD for Company image 2019-05-07 14:47:31 +10:00
views.py Improve form management when possible part matches are found 2019-05-11 18:07:37 +10:00