{{ type }}

{{ company.phone }}
{{ company.mail }}
{{ company.webSite }}
{{ company.address }}

Nº Registro mercantil: {{ company.identificationNumber }}
Nº identificación fiscal (CIF): {{ company.taxesNumber }}
Cliente
{{ client.name }}
{{ client.address }}
# {{ type }}
{{ number }}
Proyecto
{{ title }}
Fecha
{{ date | date_format: dd/MM/yyyy }}
Total
{{ amount }}
{% for item in items %} {% /for %} {% if discount %} {% /if %} {% for tax in taxesDetails %} {% /for %}
Ítem Precio Cantidad Total (sin impuestos) Impuestos Total
{{ item.title }}{% if item.details %}
{{ item.details }}{% /if %}
{{ item.amount }} {{ item.quantity }} {{ item.totalWithoutTaxes }} {% if item.taxesRate %}{{ item.taxesRate }}{% /if %} {% if item.free %}{% /if %}{{ item.total }}{% if item.free %}
GRATIS{% /if %}
Descuento {{ discount }}
Total (sin impuestos) {{ amountWithoutTaxes }}
{{ tax.name }} {{ tax.rate }} {{ tax.amount }}
Total {{ amount }}