{% extends "FactelBundle::Layout.html.twig" %} {% block css %} {% endblock %} {% block panel_title %}
{{ flashMessage }}
{{ flashMessage }}
{{item.mensaje}}
{{item.informacionAdicional}}
{% endfor %}Cantidad | Código | Descripción | Precio | Descuento | Total | ICE | IRBPNR |
---|---|---|---|---|---|---|---|
{{item.cantidad}} | {{item.codigoProducto}} | {{item.nombre}} | {{item.precioUnitario}} | {{item.descuento}} | {{item.valorTotal}} | {% set ice = "0.00" %} {% set irbpnr = "0.00" %} {% for impuesto in item.impuestos %} {% if impuesto.codigo == "3" %} {% set ice = impuesto.valor %} {% endif %} {% if impuesto.codigo == "5" %} {% set irbpnr = impuesto.valor %} {% endif %} {% endfor %}{{ ice }} | {{ irbpnr }} |
{{entity.totalSinImpuestos}}
{{entity.subtotal12}}
{{entity.subtotal0}}
{{entity.subtotalNoIVA}}
{{entity.subtotalExentoIVA}}
{{entity.totalDescuento}}
{{entity.valorICE}}
{{entity.valorIRBPNR}}
{{entity.iva12}}
{{entity.propina}}
{{entity.valorTotal}}