{% extends "base.html" %} {% from "_macros.html" import app_pill, item_type_badge, action_badge, avatar, money, sparkline_widget %} {% block title %}{{ item.ident }}{% endblock %} {% block breadcrumb %}
Artikel / {{ item.ident }}
{% endblock %} {% block heading %}{{ item.ident }}{% endblock %} {% block topbar_actions %} {{ app_pill(item.source_app) }} {{ item_type_badge(item.item_type) }} Stückliste CNC-Programme 3D-Ansicht Bearbeiten {% endblock %} {% block content %} {# v1.12.0: Inline-Sparkline Verkaufs-Mengen 12 Monate #}Aktion blockiert
{{ request.query_params.get('error') }}
Beschreibung
{{ item.description or '—' }}
Hinweis
{{ item.description_2 or '—' }}
Bestand
{{ item.quantity_total }} / Min {{ item.quantity_min }} {% if item.on_order %}{{ item.on_order }} bestellt{% endif %}
Bestell-Mindestmenge
{{ item.order_quantity_min }}
Einmal-Verbrauch
{{ 'Ja' if item.is_onetime_use else 'Nein' }}
Bestellbar
{{ 'Ja' if item.is_orderable else 'Nein' }}
Keine Kategorien zugeordnet.
{% endif %}{{ locations|length }} Position(en)
| Code | Größe | Menge |
|---|---|---|
| {{ l.location_code }} | {{ l.size or '—' }} | {{ l.quantity }} |
| Lieferant | Status | Preis |
|---|---|---|
| {{ v.vendor_name }} | {% if v.is_primary %}Hauptlieferant{% else %}Alternativ{% endif %} | {{ money(v.price) }} |
Aufkleben & mit Scanner-App identifizieren
DGUV V3 / ISO-Kalibrierung
Anschaffung
{{ inspection.acquired_date or '—' }}
Intervall
{% if inspection.inspection_interval_months %}{{ inspection.inspection_interval_months }} Monate{% else %}—{% endif %}
Letzte Prüfung
{{ inspection.last_inspection_date or '—' }}
Nächste Prüfung
{{ inspection.next_inspection_date or '—' }}
Überfällig seit {{ -inspection.days_to_next }} Tagen
Prüfung muss umgehend durchgeführt werden — Verwendung kann gesperrt sein.
Fällig in {{ inspection.days_to_next }} Tagen
Prüftermin einplanen.
In Ordnung — nächste Prüfung in {{ inspection.days_to_next }} Tagen
Noch keine Prüfung erfasst
Letzte Prüfung unten eintragen, um den Zyklus zu starten.
{{ rentals|length }} offen
{{ r.first_name }} {{ r.last_name }}
{{ r.machine_name or 'Werkbank' }} · {{ r.quantity }}× · {{ r.rented_at }}
Manueller Eingang, Auslagerung, Inventur, Verschrottung
letzte {{ history|length }} Vorgänge
{{ h.first_name or '—' }} {{ h.last_name or '' }}
{{ h.created_at }}