{% extends 'bom/bom-base.html' %} {% load materializecss %} {% load staticfiles %} {% block head-title %}{{ title }}{% endblock %} {% block main %} {% endblock %} {% block content %}
There are no additional users in this organization: {{ organization }}.
Connect your Google account. Organization owners can enable file storage using Google Drive. {% if organization.owner == user %} Since you are the owner, you are able to enable file storage!{% else %}Contact your organization owner to enable.{% endif %}
When you connect, we will create a folder called IndaBOM Part Files in your root of Google drive (and can be moved anywhere in your drive). To add files to a part,
navigate to the part in IndaBOM, and on the part's Specifications tab, click the Google Drive link.
This will create a folder for your part in your root IndaBOM directory, or take you there if it already exists.
You'll be able to access the files directly through Google Drive, and through IndaBOM.
Logged in to Google as: {{ google_authentication.uid }}
Note! You may get a warning from Google saying: "This app isn't verified".
This is because we're a small project and have not yet gotten verified as an app by Google. Since the project is open source, feel free to review the code if you have security concerns, or proceed through the warning if you are comfortable.
{% endif %}No connection required. To enable sourcing via mouser, select which part classes you'd like enabled on the Settings INDABOM tab. Once enabled, sourcing information will appear on part detail pages in which there are parts sourced via Mouser.
{% else %}Nothing to see here 🙈 because you are not the organization owner. Please contact {{ organization.owner.email }} for assistance.
{% endif %}