| CLIENTE | SUCURSAL | FECHA VISITA | DURACION VISITA |
|---|---|---|---|
| {{ $visita->nit }} | {{ $visita->sucursal_nombre }} | {{ Utils::fecha($visita->fechainicial) }} | {{ Utils::minutos_transcurridos($visita->fechainicial, $visita->fechafinal) }} min | @endforeach
| NUMERO | REGISTRO | ESTADO | CLIENTE | SUCURSAL | ITEMS | VALOR | + |
|---|---|---|---|---|---|---|---|
| {{ str_pad($pedido->id,6,'0',STR_PAD_LEFT) }} | {{ date('d-m-Y', strtotime($pedido->fecha)) }} | {{ $estado }} | {{ $pedido->nit }} | {{ $pedido->sucursal_nombre }} | {{ $pedido->totalitems }} | {{ number_format($pedido->total,2) }} | @endforeach |
| TOTAL PEDIDOS REGISTRADOS | 0.00 |
| CLIENTE | SUCURSAL | NUMERO | FECHA REGISTRO |
|---|---|---|---|
| {{ $recaudo->nit }} | {{ $recaudo->sucursal_nombre }} | {{ $recaudo->numero }} | {{ Utils::fecha($recaudo->fecha) }} | @endforeach
| NUMERO | CLIENTE | SUCURSAL | REGISTRO | VENCIMIENTO | DIAS VENC. | VALOR | SALDO | + |
|---|---|---|---|---|---|---|---|---|
| {{ $factura->documento }} | {{ $factura->nit }} | {{ trim($factura->sucursal_nombre) }} | {{ date('d-m-Y', strtotime($factura->fecha_documento)) }} | {{ date('d-m-Y', strtotime($factura->fecha_vencimiento)) }} | {{ $factura->dias_vencimiento.' Días' }} | {{ number_format($factura->valor_documento,2) }} | {{ number_format($factura->valor_saldo,2) }} | @endforeach |
| TOTALES | 0.00 | 0.00 |
| CLIENTE | SUCURSAL | NUMERO | FECHA REGISTRO |
|---|---|---|---|
| {{ $geo->nit }} | {{ $geo->sucursal_nombre }} | {{ $geo->latitud }}, {{ $geo->longitud }} | {{ Utils::fecha($geo->created_at) }} | @endforeach
| CLIENTE | SUCURSAL | FACTURA | FECHA REGISTRO |
|---|---|---|---|
| {{ $devolucion->nit }} | {{ $devolucion->sucursal_nombre }} | {{ $devolucion->factura_uid }} | {{ Utils::fecha($devolucion->updated_at) }} | @endforeach
| NIT | SUCURSAL | CIUDAD | + |
|---|