{% extends "base.html" %} {% block content %}
ID | Barcode | Name | Preis (Netto) | Kaufdatum | Gruppe | Eingekauft | Korr. | Inventar | #AS | Raum |
---|---|---|---|---|---|---|---|---|---|---|
{{ item.item_id }} | {{ item.item_barcode }} |
{{ item.name }} | {{ format_currency(item.unit_price) }} | {{ format_date(item.bought) }} | {{ item.group_name }} ({{ item.item_group }}) | {{ item.sales_units }} | {% if item.correction_delta > 0 %}+{% endif %}{{ item.correction_delta }} | {{ item.units_left }} | {{ item.active_mappings }} | {{ item.location_name }} |