{{ doc.type }}

Nº: {{ doc.number }}
Data: {{ doc.date }}
Vencimento: {{ doc.due_date }}
Emitente
{{ company.name }}
NIF: {{ company.nif }}
{{ company.address }}
{{ company.phone }}
{{ company.email }}
Cliente
{{ customer.name }}
NIF: {{ customer.nif }}
{{ customer.address }}
{{ customer.phone }}
{{ customer.email }}
{% for l in lines %} {% endfor %}
Produto SKU Qtd Preço IVA % Total
{{ l.name }} {{ l.sku }} {{ l.qty }} {{ l.unit_price }} {{ l.vat_rate }}% {{ l.total }}
Subtotal: {{ totals.subtotal }}
IVA: {{ totals.vat_total }}
Desconto: {{ totals.discount_total }}
Total: {{ totals.grand_total }}
Método de Pagamento: {{ doc.payment_method }}
Referência: {{ doc.reference }}
{% if qr_b64 %} {% endif %}
{% if barcode_b64 %} {% endif %}
Notas:
{{ doc.notes }}