Número de Factura: {{ invoice.number }}
Fecha de Emisión: {{ invoice.createdDate }} | Fecha de Vencimiento: {{ invoice.dueDate }}
Nombre o Razón Social: {{ client.name }}
Domicilio Fiscal: {% if client.invoiceAddressSameAsContact %} {{ client.fullAddress }} {% else %} {% if client.invoiceStreet1 %} {{ client.invoiceStreet1 }} {% endif %} {% endif %}
R.I.F./C.I.: {{ client.companyRegistrationNumber }}
N° de Telefono: {{ client.firstGeneralPhone }} | Correo Electrónico: {{ client.firstBillingEmail }}
{% if invoice.pricesWithTax %} {% else %} {% endif %} {% if invoice.pricesWithTax %} {% else %} {% endif %} {% if not invoice.pricesWithTax %} {% endif %} {% for item in items %} {% if invoice.pricesWithTax %} {% else %} {% endif %} {% for child in item.children %} {% if invoice.pricesWithTax %} {% else %} {% endif %} {% endfor %} {% endfor %}
Cantidad Descripción Cantidad Descripción Precio Unitario Libre de Impuesto Tasa de Impuesto Impuesto Monto Monto en Bs Monto en $USD
Precio Unitario Monto Precio Unitario Monto
{{ (item.quantity) }} {{ item.label }} Bs. {{ (item.priceUntaxedRaw)|number_format(2, ',', '.') }} Bs. {{ (item.totalUntaxedRaw)|number_format(2, ',', '.') }} Bs. {{ (item.taxRateRaw)|number_format(2, ',', '.') }} Bs. {{ (item.taxAmountRaw)|number_format(2, ',', '.') }} Bs. {{ (item.totalRaw)|number_format(2, ',', '.') }} Bs. {{ (item.taxAmountRaw)|number_format(2, ',', '.') }} Bs. {{ (item.totalRaw)|number_format(2, ',', '.') }} {{ (item.priceRaw)|number_format(2, ',', '.') }} {{ (item.totalRaw)|number_format(2, ',', '.') }} {{ invoice.getAttribute('precioitem1usd')|number_format(2, ',', '.') }} {{ invoice.getAttribute('totalitem1usd')|number_format(2, ',', '.') }}
{{ (child.quantity) }} {{ child.label }} Bs. {{ (child.priceUntaxedRaw)|number_format(2, ',', '.') }} Bs. {{ (child.totalUntaxedRaw)|number_format(2, ',', '.') }} Bs. {{ (child.taxRateRaw)|number_format(2, ',', '.') }} Bs. {{ (child.taxAmountRaw)|number_format(2, ',', '.') }} Bs. {{ (child.totalRaw)|number_format(2, ',', '.') }} Bs. {{ (child.taxAmountRaw)|number_format(2, ',', '.') }} Bs. {{ (child.totalRaw)|number_format(2, ',', '.') }} Bs. {{ (child.priceRaw)|number_format(2, ',', '.') }} Bs. {{ (child.totalRaw)|number_format(2, ',', '.') }} Bs. {{ (child.priceRaw)|number_format(2, ',', '.') }} Bs. {{ (child.totalRaw)|number_format(2, ',', '.') }}
{% if totals.hasDiscount or totals.taxes %} {% if totals.hasDiscount %} {% endif %} {% for tax in totals.taxes %} {% endfor %} {% endif %}
Base Imponible: {{ (totals.subtotalRaw)|number_format(2, ',', '.') }}
Descuento: {{ (totals.discountPrice)}}
I.V.A 16%: {{ (tax.priceRaw)|number_format(2, ',', '.') }}
Total: {{ (totals.totalRaw)|number_format(2, ',', '.') }}
{% if totals.hasDiscount or totals.taxes %} {% if totals.hasDiscount %} {% endif %} {% for tax in totals.taxes %} {% endfor %} {% endif %}
Base Imponible: {{ (invoice.getAttribute('subtotalusd'))|number_format(2, ',', '.') }}
Descuento: {{ (totals.discountPrice )}}
I.V.A 16%: {{ (invoice.getAttribute('totalivausd'))|number_format(2, ',', '.') }}
Total: {{ (invoice.getAttribute('totalfacturausd'))|number_format(2, ',', '.') }}
{% if taxRecapitulation is defined %} {% for tax in taxRecapitulation %} {% endfor %}
Tax recapitulation
Name Tax base Tax Total
{% if tax.taxName is null and tax.taxRate is null %} Taxes total {% elseif not tax.taxRate %} 0% {% else %} {{ tax.taxName }} - {{ tax.taxRate }}% {% endif %} {{ tax.priceUntaxed }} {{ tax.taxAmount }} {{ tax.priceWithTax }}
{% endif %}
Tasa {{ invoice.getAttribute('tasa') }} de fecha: {{ invoice.getAttribute('fechatasa') }} {{ invoice.notes|nl2br }}