{% extends BASE_TEMPLATE %} {% load staticfiles %} {% block head-title %}{{ title }}{% endblock %} {% block main %} {% endblock %} {% block menu %}
To batch add parts, upload a csv that contains at least three columns with the headers: 'part_class', 'description', and 'revision' at a minimum. You may also specify a 'manufacturer_part_number' and a 'manufacturer'. If neither is specified the manufacturer_part_number will default to the generated part number, and the manufacturer will default to your organization.
Code | Name | Description | {% for partclass in partclasses %}{{ partclass.code }} | {{ partclass.name }} | {{ partclass.comment }} | {% endfor %}
---|