| SUC | FECHA DE FACTURA | TIPO DOC | Nº DOCUMENTO | FECHA VENCE | DEBITOS | CREDITOS | SALDO | PLAZO | DIAS VENCIDO |
|---|---|---|---|---|---|---|---|---|---|
| {{ $cuentas1->sucursal }} | {{ $cuentas1->fecha }} | {{ $cuentas1->tipo }} | {{ $cuentas1->documento }} | {{ $cuentas1->vence }} | {{ number_format($cuentas1->debitos) }} | {{ number_format($cuentas1->creditos) }} | {{ number_format($cuentas1->saldo) }} | {{ \Utils::dateDiffDays($cuentas1->fecha, $cuentas1->vence) }} | {{ $cuentas1->dias }} |
| TOTAL: | ${{ number_format( $totalDebitos ) }} | ${{ number_format( $totalCreditos ) }} | ${{ number_format( $totalSaldo ) }} | ${{ number_format( $totalVencidoFVC + $totalVencidoFVD + $totalVencidoFVS ) }} |
| TIPO DOC. | SALDO | SALDO VENCIDO |
|---|---|---|
| FVC | ${{ number_format( $totalFVC3 ) }} | ${{ number_format( $totalVencidoFVC ) }} |
| FVD | ${{ number_format( $totalFVD3 ) }} | ${{ number_format( $totalVencidoFVD ) }} |
| FVS | ${{ number_format( $totalFVS3 ) }} | ${{ number_format( $totalVencidoFVS ) }} |
| CHD | ${{ number_format( $totalCH3 ) }} | |
| CHB | ${{ number_format( $totalCHB3 ) }} | |
| CHL | ${{ number_format( $totalCHL3 ) }} | |
| NCC | ${{ number_format( $totalNCC3 ) }} | |
| RC | ${{ number_format( $totalRC3 ) }} | |
| RCB | ${{ number_format( $totalRCB3 ) }} | |
| RCL | ${{ number_format( $totalRCL3 ) }} | |
| RCC | ${{ number_format( $totalRCC3 ) }} | |
| RCT | ${{ number_format( $totalRCT3 ) }} |
| SUC | FECHA DE FACTURA | TIPO DOC | Nº DOC | VALOR | FECHA VENCE | FECHA CANCELA | PLAZO | DIAS PAGO | DIAS VENCIDO |
|---|---|---|---|---|---|---|---|---|---|
| TOTAL: | ${{ number_format( $total2Credito ) }} | PROMEDIO: | {{ round($promedioPago / $contProm) }} | {{ round($promedioVence / $contProm) }} |