{{ $help::empresa()->empresa }}
{{ $help::empresa()->direccion }}
ANALISIS DE SALDO POR CLIENTE
AL: {{ $dateFormater($al) }}
CLIENTES LOCALES
CLIENTE: {{ $cliente[0]->nombre_cliente }} | ||||||||||||||||||
TIPO FACTURA |
N° DE DOCUMENTO | CONDICIÓN | MONTO | EMITIDO | VENCIMIENTO | DIAS | DE 1-30 DIAS | DE 31-60 DIAS | DE 61-90 DIAS | DE 91-120 DIAS | MAS DE 121 DIAS | Total | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $tipoFormater($documento->tipo) }} | {{ $documento->documento_code }} | {{ $documento->condicion }} | @if ($documento->cancelado == 1) @php $documento->total_cancelar = 0.0; $documento->timeline_abonos->abonos_01_30 = 0.0; $documento->timeline_abonos->abonos_31_60 = 0.0; $documento->timeline_abonos->abonos_61_90 = 0.0; $documento->timeline_abonos->abonos_91_120 = 0.0; $documento->timeline_abonos->abonos_121_plus = 0.0; $Totalfinal = 0.0; $total_01_30A = 0; $total_31_60A = 0; $total_121_plusA = 0; $TotalfinalA = 0; @endphp @endif${{ number_format($documento->total_cancelar, 2) }} | {{ $fechaEmision }} | {{ $fechaVencimiento }} | {{ $documento->dias_credito }} | $ | {{ number_format($documento->timeline_abonos->abonos_01_30, 2) }} | $ | {{ number_format($documento->timeline_abonos->abonos_31_60, 2) }} | $ | {{ number_format($documento->timeline_abonos->abonos_61_90, 2) }} | $ | {{ number_format($documento->timeline_abonos->abonos_91_120, 2) }} | $ | {{ number_format($documento->timeline_abonos->abonos_121_plus, 2) }} | $ | {{ number_format($Totalfinal, 2) }} |
Total | $ | {{ number_format($total_01_30A, 2) }} | $ | {{ number_format($total_31_60A, 2) }} | $ | {{ number_format($total_61_90A, 2) }} | $ | {{ number_format($total_91_120A, 2) }} | $ | {{ number_format($total_121_plusA, 2) }} | $ | {{ number_format($TotalfinalA, 2) }} |
DE 1-30 DIAS | DE 31-60 DIAS | DE 61-90 DIAS | DE 91-120 DIAS | MAS DE 121 DIAS | Total | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
TOTAL CUENTAS POR COBRAR GENERAL | $ | {{ number_format($totalFinal_01_30, 2) }} | $ | {{ number_format($totalFinal_31_60, 2) }} | $ | {{ number_format($totalFinal_61_90, 2) }} | $ | {{ number_format($totalFinal_91_120, 2) }} | $ | {{ number_format($totalFinal_121_plus, 2) }} | $ | {{ number_format($totalFinal_Final, 2) }} |