{% extends "base.html" %} {% from "_macros.html" import money, empty_state %} {% block title %}Normalien / Zukaufteile{% endblock %} {% block breadcrumb %}
Material & Lager / Normalien
{% endblock %} {% block heading %}Normalien & Zukaufteile{% endblock %} {% block topbar_actions %} 🛒 Sammelbestellung + Zukaufteil anlegen {% endblock %} {% block content %} {# ---------- Filter-Leiste ---------- #} {# ---------- Tabelle ---------- #} {% if parts %}Normalien, Schrauben, Lager, Dichtungen · alles was du einkaufst statt selbst zu fertigen
| SKU | Norm | Bezeichnung | Hersteller | Hersteller-Nr. | Bestand | Min | Lieferant | verbaut in | |
|---|---|---|---|---|---|---|---|---|---|
| {{ p.ident }} | {{ p.norm_reference or '—' }} |
{{ p.description or '—' }}
{% if p.description_2 %}
{{ p.description_2 }}
{% endif %}
|
{{ p.manufacturer or '—' }} | {{ p.manufacturer_part_no or '—' }} | {{ p.quantity_total }} | {{ p.quantity_min or '—' }} | {{ p.default_vendor_name or '—' }} | {% if p.used_in_boms %} {{ p.used_in_boms }}× BG {% else %} — {% endif %} | {% if below %} + Bestellen {% endif %} Öffnen |