{% extends "base.html" %} {% block content %} Neuer Auftrag
Barcode | Name | Eingekauft | Gruppe | Raum | Steuergruppe | EK-Preis (Netto) | VK-Preis (Brutto) | Aktionen |
---|---|---|---|---|---|---|---|---|
{{ cart_item.barcode }} |
{{ cart_item.name }} | {{ cart_item.sales_units }} | {{ cart_item.group_name }} ({{ cart_item.group_id }}) | {{ cart_item.location_name }} ({{ cart_item.location_id }}) | {{ cart_item.tax_group_description }} ({{ cart_item.tax_group_id }}) | {{ format_currency(cart_item.net_unit_price) }} | {{ format_currency(cart_item.gross_unit_price) }} |