.voucher-ticket
.voucher-ticket-wrapper
form.voucher-ticket-from
.voucher-ticket-from-separator
h3 Detalles de pagos
hr
.voucher-ticket-from-item
label.voucher-ticket-from-label Cliente
label.voucher-ticket-from-input {{ customer.name|| '' }}
.voucher-ticket-from-item
label.voucher-ticket-from-label Factura nĂºmero
label.voucher-ticket-from-input {{ invoice.number || '' }}
.voucher-ticket-from-grid-header
label.voucher-ticket-from-grid-header-left Vencimiento
label.voucher-ticket-from-grid-header-right Monto
.voucher-ticket-from-grid
.voucher-ticket-from-grid-item(v-for="line in items")
label.voucher-ticket-from-grid-item-left {{ line.dateMaturity | dateFormat}}
label.voucher-ticket-from-grid-item-right {{ line.amountResidualCurrency | currency(...invoice.currency) }}
.voucher-ticket-from-item-total
label.voucher-ticket-from-label-total Total
.ticket-currency-total-wrapper
.ticket-currency-total-item(v-for="item in currencyAmount")
h3.currency-total-symbol {{ item.symbolCurrency }}
input.currency-total-amount(readonly :value='item.amount | currency( ...item)')
//- .ticket-currency-total-item
//- label.voucher-ticket-from-input-total {{ totalPayments | currency(...invoice.currency) }}
//- .voucher-ticket-from-item-total
//- label.voucher-ticket-from-label-total Pagado
//- label.voucher-ticket-from-input-total {{ paymentTotal | currency(...invoice.currency) }}
//- .voucher-ticket-from-item-total
//- label.voucher-ticket-from-label-total Saldo
//- label.voucher-ticket-from-input-total {{ paymentBalance | currency(...invoice.currency) }}