{% extends "base.html" %} {% load i18n %} {% block page_title %}{% trans "Smart Parts" %} | {{ block.super }}{% endblock %} {% block content %}
Barcode Scanned
MPN
Qty
Batch

Smart Parts – Control Center

Search for an MPN, verify all data in the editor, and save specifically into InvenTree.

MPN Search

Batch Import Upload Excel/CSV for bulk creation API Settings Configure & test API keys Parameter Dashboard Map & normalize parameters Activity Log View search & creation history

API Status

Mouser {% if mouser_enabled %}Active{% else %}Inactive{% endif %}
DigiKey {% if digikey_enabled %}Active{% else %}Inactive{% endif %}
LCSC {% if lcsc_enabled %}Active{% else %}Inactive{% endif %}
Farnell / element14 {% if element14_enabled %}Active{% else %}Inactive{% endif %}
TME {% if tme_enabled %}Active{% else %}Inactive{% endif %}

Recent Activity

{% for log in recent_logs %}
{{ log.timestamp|truncatechars:19 }} {{ log.level }} {{ log.message }}
{% empty %}

No activity yet. Try searching for a part!

{% endfor %}
{% endblock %}