.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 {{ getPartner() }}
.voucher-ticket-from-item
label.voucher-ticket-from-label Factura nĂºmero
label.voucher-ticket-from-input {{ getInvoice() }}
.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, index) in addMove")
label.voucher-ticket-from-grid-item-left {{ formatDate(line.date_maturity) }}
label.voucher-ticket-from-grid-item-right {{ formatNumber(line.amount_residual) }} {{ getSymbol() }}
.voucher-ticket-from-item-total
label.voucher-ticket-from-label-total Total
label.voucher-ticket-from-input-total {{ getTotal() }}
.voucher-ticket-from-item-total
label.voucher-ticket-from-label-total Pagado
label.voucher-ticket-from-input-total {{ getpagado() }}
.voucher-ticket-from-item-total
label.voucher-ticket-from-label-total Saldo
label.voucher-ticket-from-input-total {{ formatResidual() }}