{% extends 'bom/bom-base.html' %} {% load static %} {% block head-title %}{{ title }}{% endblock %} {% block main %} {% endblock %} {% block bom-menu %}
To batch create parts, upload a csv that contains columns with the headers {% if organization.number_scheme == 'S' %}'part_class' or {% endif %}'part_number', 'description' or 'value' along with 'value_units', and 'revision'. {% if organization.number_scheme == 'S' %}If you specify a part number then it must be one that is not already being used. If you don't specify a part number then IndaBOM will create one for you.{% endif %}
You may optionally specify a manufacturer and manufacturer's part number using columns with the headers 'manufacturer' and a 'manufacturer_part_number'. For the names of other optional columns click here. {% else %} {% include 'bom/nothing-to-see.html' with required_privilege='Admin' %} {% endif %}