{% extends 'bom/bom-base.html' %} {% load materializecss %} {% load static %} {% block head-title %}{{ title }}{% endblock %} {% block main %} {% endblock %} {% block content %}
Deleting your account is permanent. If you are the organization owner, your organization will also be deleted unless you transfer ownership before proceeding.
You are a member of {{ organization.name }}.
File Storage
(Google Drive)Store part files in Google Drive. Connecting grants IndaBOM access to a folder for your part files — this is a separate, optional permission layered on top of your sign-in. {% if not organization.google_drive_parent %} {% if organization.owner == user %}As the organization owner, connecting will create an IndaBOM Part Files folder in your Drive.{% else %}Your organization owner must connect first to set up file storage.{% endif %} {% endif %}
{% if google_drive_connected %}check_circle Google Drive connected{% if google_authentication %} as {{ google_authentication.uid }}{% endif %}.
Look up live distributor pricing using your organization's own provider API credentials. Credentials are stored encrypted and never displayed. Enable sourcing per part class under Part Classes.
{% if sourcing_configured %}check_circle Connected to {{ sourcing_provider_label }}.
Warning, the only way back in to {{ organization.name }} is if you are invited by an organization administrator.
Define part properties (e.g. Capacitance, Length, Sheen), their data type, and their associated quantity of measure.
{% if property_definitions.count > 0 %}| Name | Type | Required | Quantity of Measure | Options |
|---|---|---|---|---|
| {{ prop.name }} | {{ prop.get_type_display }} | {% if prop.required %}Yes{% else %}No{% endif %} | {{ prop.quantity_of_measure.name|default:"-" }} | {% if prop.organization == organization %} {% if perms.bom.manage_schema %} editEdit delete {% else %} lock Edit {% endif %} {% else %} lock System {% endif %} |
No global property definitions defined.
{% endif %} {% if perms.bom.manage_schema %} {% endif %}Define quantities of measure (e.g. Length, Resistance) and their associated units (e.g. m, mm, Ohm, kOhm).
{% if quantities_of_measure.count > 0 %}| Quantity | Units | Options |
|---|---|---|
| {{ qom.name }} | {% for unit in qom.units.all|slice:":3" %} {{ unit.symbol }}{% if not forloop.last %}, {% endif %} {% endfor %} {% if qom.units.count > 3 %} (+{{ qom.units.count|add:"-3" }} more) {% endif %} | {% if qom.organization == organization %} {% if perms.bom.manage_schema %} editEdit delete {% else %} lock Edit {% endif %} {% else %} lock System {% endif %} |
No quantities of measure defined.
{% endif %} {% if perms.bom.manage_schema %} {% endif %}Your organization's number scheme is currently: {{ organization.get_number_scheme_display }}
You can read more about the options here.
{% if organization_parts_count > 0 %}You've already created {{ organization_parts_count }} part{{ organization_parts_count|pluralize }}. Since changing your organization number scheme requires changing your parts numbers, please manually delete your parts then come back here to change your organization number scheme. Alternatively we can help delete your parts if you reach out to info@indabom.com.
{% else %} {% endif %}