{% extends "base.html" %} {% block title %}Documenti Vendita - Mago4 Demo{% endblock %} {% block window_tabs %}description Documenti Vendita{% endblock %} {% block content %}
| Tipo | Numero | Data | Cliente | Imponibile | IVA | Totale | Stato | Fatt. | |
|---|---|---|---|---|---|---|---|---|---|
| {{ doc_type_label(i.doc_type) }} | {{ i.doc_no }} | {{ i.doc_date.strftime("%d/%m/%Y") }} | {{ i.customer_name }} | € {{ "%.2f"|format(i.taxable_total) }} | € {{ "%.2f"|format(i.tax_total) }} | € {{ "%.2f"|format(i.total) }} | {{ doc_status_label(i.status) }} | {% if i.issued %}check_circle {% elif i.printed %}print {% else %}edit{% endif %} | chevron_right |