{{--Vista Creada por Junior Medina 12/12/18--}} @extends('layouts/master') @section('content') @foreach($Resp as $ofic) @php $ofi_nombre = $ofic['oficina']['entidadRespuesta'][0]['nombre']; @endphp @endforeach @php if((!empty($filtro['fechadesde']) && ($filtro['fechadesde'] != '')) && (!empty($filtro['fechahasta']) && ($filtro['fechahasta'] != ''))){ $fecha_f = 'Fecha Guia Desde: '.$filtro['fechadesde'].' Hasta: '.$filtro['fechahasta']; }else{ $fecha_f = ''; } if((!empty($filtro['fechaprodesde']) && ($filtro['fechaprodesde'] != '')) && (!empty($filtro['fechaprohasta']) && ($filtro['fechaprohasta'] != ''))){ $fechapro_f = ' Fecha Proceso Guia Desde: '.$filtro['fechaprodesde'].' Hasta: '.$filtro['fechaprohasta']; }else{ $fechapro_f = ''; } if((!empty($filtro['fechaoddesde']) && ($filtro['fechaoddesde'] != '')) && (!empty($filtro['fechaodhasta']) && ($filtro['fechaodhasta'] != ''))){ $fechaod_f = ' Fecha Proceso Guia Desde: '.$filtro['fechaoddesde'].' Hasta: '.$filtro['fechaodhasta']; }else{ $fechaod_f = ''; } if($filtro['OficDestino'] != 0){ $oficina_nombre = 'Oficina Destino: '.$ofi_nombre; }else{ $oficina_nombre = 'Oficina Destino: Todas'; } if( !empty($filtro['codcliente']) && $filtro['codcliente'] != ''){ $cliente = ' Cliente: '.$filtro['codcliente'].' - '.$filtro['nombreCliente']; }else{ $cliente = ''; } @endphp
ID | Nro Guia | Fecha | Estatus | Ruta | Fecha Pro. | Oficina Estatus | Días Pen. | Días Ven. | Estatus ADMON | Total a Pagar | Fecha Pago Elect. | Total Pagado Elect. | Total Cobrado | Días Pen ADMON. | Solicitud N/C | N/C |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$oficina['nombre']}} | ||||||||||||||||
{{$j}} | {{$reporte['codguia']}} | {{$fecha}} | {{$reporte['estatus']['siglas']}} |
{{$reporte['ruta']['numerorut']}} |
{{$fechapro}} | {{$reporte['ultimotracking']['oficina']['siglas']}} |
{{$pen_pro}} | {{$diasV}} | {{$reporte['pagodoc']['pago']['listestatuspago']['siglas']}} |
{{number_format($total_pagar, 2, ",", ".")}} Bs |
{{$fechapago}} | {{number_format($pago_elec, 2, ",", ".")}} Bs |
{{number_format($total_cobrado, 2, ",", ".")}} Bs |
{{$pen_admod}} Días | {{$solicitud_nota}} | {{$reporte['notadebitocreditoofi']['notadebitocredito']['numeronota']}} |
Total | {{$j-1}} |
{{number_format($total_pagar_, 2, ",", ".")}} Bs |
{{number_format($total_pago_elec, 2, ",", ".")}} Bs |
{{number_format($total_cobrado_, 2, ",", ".")}} Bs |
||||||||||||
Totales Generales | {{$k}} |
{{number_format($total_pagar_aux, 2, ",", ".")}}Bs |
{{number_format($total_pago_elec_aux, 2, ",", ".")}}Bs |
{{number_format($total_cobrado_aux, 2, ",", ".")}}Bs |