| {{ t.documentNumber }}/{{ t.totalDocuments }} |
{{ t.proposedPaymentDate|date('d-m-Y') }} |
{{ (t.transactionAmount *-1)|price }} |
{% if t.reference != 'Pago Inicial' %}
{{ (t.transactionAmount * fastPaymentFactor * -1)|price }} |
{% else %}
{{ (t.transactionAmount * -1)|price }} |
{% endif %}
{{ t.getPayedAmount|price }} |
{{ t.getPendingAmount|price }} |
{{ t.getNoPayedStcPaymentPromisesTransactions|length > 0?'SI':'NO' }} |
|
|