Nº PRESUPUESTO {{ invoice_number }}
Fecha: {{ date }}
{{ customer_full_name | upper }}
{{ identification_number | upper }}
{{ direction }}
{% set total = 0 %} {% set currency = '' %} {% for concept in concepts %} {% set total = total + ( concept.price) %} {% set currency = concept.currency %} {% endfor %} Total {{ total }} {{ currency }}
{% for concept in concepts %} {% endfor %} {% if detalle |length %} {% endif %}
Producto Descripción Precio
{{ concept.productName }} {{ concept.detalle }} {{ concept.price }} {{ concept.currency }}


Detalle:
{{ detalle | raw }}

Total

{{ total |number_format(2, '.', ',') }} {{ currency }}

Forma de pago {{ payment_method }}

Los precios informados no contienen impuestos.

Dirección: {{ empresa.address}}

Email: {{ empresa.email}}

Tel: {{ empresa.phone}}