{% extends 'bom/bom-base.html' %} {% load materializecss %} {% load staticfiles %} {% block head-title %}Create Your Organization{% endblock %} {% block main %} {% endblock %} {% block content %}

Welcome to IndaBOM!

Let's create your organization.

Join an existing organization.

{% csrf_token %}

1) Type a name for your organization.

You can always change this later.

{{ form.name|materializecss }}

2) What type of numbering scheme do you want your organization to use?

We recommend using "Semi-intelligent" numbering systems to take advantage of all of the IndaBOM features.

  • Semi-intelligent e.g. CCC-NNNN-YY
    Consists of 3 components: a 3-digit part class, a N-digit part number, and a 2-digit variation. IndaBOM part numbers are designed to be simple to assign and simple to subsequently write, type, or speak. You define the part classes in your organization, and how long your N-digit part number is below.
  • Intelligent You control your numbers.
    Intelligent part numbering on IndaBOM allows the user to assign any part number to a part. The part number contains descriptive details embedded within that provides noteworthy information about the part. For example, a capacitor may be named C0402X5R33PF to indicate that it is a capacitor of size "0402", using a X5R dialectric, and is 33pF.

You can read more about the options here. Some times the "intelligent" way isn't the best way 😉.

Important! Once you've created parts, you cannot change your organization type without having to delete your parts (export is available).

{{ form.number_scheme|materializecss }}

3) How long do you want your item numbers to be?

Your part numbers will have a part class (C), item number (N) and a variation (V) in the format CCC-NNNN-VV. You can always increase this number, but you can't decrease it. We recommend starting with 4 digits.

{{ form.number_item_len|materializecss }}
{% endblock %}