InvenTree/InvenTree/part
Oliver Walters 45d16f2c42 Create new file bom.py for BOM helper functions
- New class for managing BOM upload
2019-06-27 22:46:11 +10:00
..
fixtures Rename some fields 2019-06-02 19:46:30 +10:00
migrations Add 'reference' field to BOM item model 2019-06-27 21:44:40 +10:00
templates/part Link to download a BOM template file 2019-06-27 22:15:58 +10:00
templatetags Pre-fill allocation count 2019-05-18 12:17:57 +10:00
__init__.py Move SupplierPart and SupplierPriceBreak to the 'Company' app 2019-05-18 23:08:34 +10:00
admin.py PEP fixes 2019-05-18 23:08:42 +10:00
api.py PEP fix 2019-06-24 00:01:34 +10:00
apps.py Added PartCategory 2017-03-25 23:07:43 +11:00
bom.py Create new file bom.py for BOM helper functions 2019-06-27 22:46:11 +10:00
forms.py Require certain headers to be present in the file 2019-06-27 22:16:24 +10:00
models.py Add 'reference' field to BOM item model 2019-06-27 21:44:40 +10:00
serializers.py Sliders now update the part options via AJAX 2019-06-18 19:24:10 +10:00
test_api.py Rename some fields 2019-06-02 19:46:30 +10:00
test_bom_item.py Added some more BomItem tests 2019-05-05 00:00:30 +10:00
test_category.py Fixed test cases 2019-06-18 01:38:43 +10:00
test_part.py Added further part pricing 2019-05-21 14:08:40 +10:00
test_supplier_part.py PEP fixes 2019-04-25 03:20:25 +10:00
urls.py Link to download a BOM template file 2019-06-27 22:15:58 +10:00
views.py Create new file bom.py for BOM helper functions 2019-06-27 22:46:11 +10:00