{{ det.tipoDoc|catalog('01') }} {{ det.serieNro }}
{% if det.docReferencia %}
{% set ref = det.docReferencia %}
DOC. REF. {{ ref.tipoDoc|catalog('01') }} {{ ref.nroDoc }}
{% endif %}
|
{{ det.estado|catalog('19') }} |
IGV {{ det.mtoIGV|n_format }}
{% if det.mtoISC %}
ISC {{ det.mtoISC|n_format }}
{% endif %}
{% if det.mtoIcbper %}
ICBPER {{ det.mtoIcbper|n_format }}
{% endif %}
{% if det.mtoOtrosTributos %}
Otros Tributos {{ det.mtoOtrosTributos|n_format }}
{% endif %}
{% if det.mtoOtrosCargos %}
Otros Cargos {{ det.mtoOtrosCargos|n_format }}
{% endif %}
|
{% if det.mtoOperGravadas %}
Gravadas {{ det.mtoOperGravadas|n_format }}
{% endif %}
{% if det.mtoOperInafectas %}
Inafectas {{ det.mtoOperInafectas|n_format }}
{% endif %}
{% if det.mtoOperExoneradas %}
Exoneradas {{ det.mtoOperExoneradas|n_format }}
{% endif %}
{% if det.mtoOperGratuitas %}
Gratuitas {{ det.mtoOperGratuitas|n_format }}
{% endif %}
|
{{ det.total|n_format }}
{% if det.percepcion and det.percepcion.mto %}
{% set perc = det.percepcion %}
Percepción {{ perc.mto|n_format }}
Total Pagar {{ perc.mtoTotal|n_format }}
{% endif %}
|
{% endfor %}