| # | Factura | Cliente | Fecha | Importe | ||
|---|---|---|---|---|---|---|
| Factura | ||||||
| Comprobantes: | Total Deuda: | {{(getTotalDeuda() / cobranza.cotizacion.VENDEDOR) | currency: cobranza.moneda.SIMBOLO}} | Total Cobrado: | {{(getTotalCobrado() / cobranza.cotizacion.VENDEDOR) | currency: cobranza.moneda.SIMBOLO}} | DF: | {{((getTotalCobrado() - getTotalDeuda()) / cobranza.cotizacion.VENDEDOR) | currency: cobranza.moneda.SIMBOLO}} |
| # | Cobro | Fecha | Importe | |||
|---|---|---|---|---|---|---|
| Cheque | Efectivo | |||||
| Cobros: | Total Deuda: | {{(getTotalDeuda() / cobranza.cotizacion.VENDEDOR) | currency: cobranza.moneda.SIMBOLO}} | Total Cobrado: | {{(getTotalCobrado() / cobranza.cotizacion.VENDEDOR) | currency: cobranza.moneda.SIMBOLO}} | DF: | {{((getTotalCobrado() - getTotalDeuda()) / cobranza.cotizacion.VENDEDOR) | currency: cobranza.moneda.SIMBOLO}} |
| # |
Factura
Fecha
Importe
|
|
|---|---|---|
|
|
||
| Cantidad Items: | ||
| # |
Cobro
Fecha
Importe
|
|
|---|---|---|
|
|
||
| Cantidad Items: |
| Deuda: | Cobrado: | Diferencia: | {{(getTotalDeuda() / cobranza.cotizacion.VENDEDOR) | currency: cobranza.moneda.SIMBOLO}} | {{(getTotalCobrado() / cobranza.cotizacion.VENDEDOR) | currency: cobranza.moneda.SIMBOLO}} | {{((getTotalCobrado() - getTotalDeuda()) / cobranza.cotizacion.VENDEDOR) | currency: cobranza.moneda.SIMBOLO}} |