|
ANTIGUEDAD DE SALDOS Almacen: {{ $nameSucursal }} Fecha: {{ $fecha }} Usuario: {{ $usuario }} |
| CLAVE | CLIENTE | SUCURSAL | FECHA APERT. | VENDEDOR | POR VENCER | A 30 DIAS | A 60 DIAS | A 90 DIAS | MAS DE 90 DIAS | SUMAS | SALDO |
| {{ $item['codigo'] }} | {{ $item['cliente'] }} | {{ $item['sucursal'] }} | {{ date("d-m-Y", strtotime($item['fechacreado'])) }} | {{ $item['vendedor'] }} | $ {{ number_format($item['porvencer'],2,'.',',') }} | $ {{ number_format($item['a30dias'],2,'.',',') }} | $ {{ number_format($item['a60dias'],2,'.',',') }} | $ {{ number_format($item['a90dias'],2,'.',',') }} | $ {{ number_format($item['a90diasmas'],2,'.',',') }} | $ {{ number_format($item['saldoSuma'],2,'.',',') }} | $ {{ number_format($item['saldoDocto'],2,'.',',') }} |