{{ $help::empresa()->empresa }}
{{ $help::empresa()->direccion }}
ANALISIS DE SALDO POR CLIENTE
AL: {{$dateFormater($al)}}
CLIENTES DE EXTERIOR
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}} | ${{number_format($documento->total_cancelar,2)}} | {{$dateFormater($documento->fecha)}} | {{$dateFormater($documento->vencimiento)}} | {{$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_30,2)}} | $ | {{number_format($total_31_60,2)}} | $ | {{number_format($total_61_90,2)}} | $ | {{number_format($total_91_120,2)}} | $ | {{number_format($total_121_plus,2)}} | $ | {{number_format($Totalfinal,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)}} |