{{--Elaborado por Ivan Salazar 05-08-2018 --}} @extends('layouts/master') @section('header') @endsection @section('content')
Oficina | Generadas | Pendientes | % | Efectividad % |
Incumplimiento % |
Realizada % |
Pendiente % |
||
{{ strtoupper($recolecta['oficina']) }} | {{ strtoupper($recolecta['total']) }} | {{ strtoupper($recolecta['totalod']) }} | {{$porcentod}} | @if ($recolecta['totalpkd'] != 0) @else @endif @if ($recolecta['totalnpk'] != 0) @else @endif @if ($recolecta['totalnpkz'] != 0) @else @endif @if ($status == 1 or $status == 2){{$recolecta['totalreprogramada']}} | @endif{{number_format((100-(strtoupper($recolecta['totalnpkz'])* 100) / strtoupper($recolecta['total'])), 2, '.', ',') }} | {{number_format(((strtoupper($recolecta['totalnpkz'])) * 100) / strtoupper($recolecta['total']), 2, '.', ',') }} | {{number_format(((strtoupper($recolecta['totalpkd'])) * 100) / strtoupper($recolecta['total']), 2, '.', ',') }} | {{number_format(((strtoupper($recolecta['totalod'])) * 100) / strtoupper($recolecta['total']), 2, '.', ',') }} | |
TOTAL: | {{$totalgen}} | {{$totalpen}} | {{number_format(((($totalpen/$totalgen)* 100)), 2, '.', ',') }} | @if ($totalrea != 0) @else @endif @if ($totalanu != 0) @else @endif @if ($totalanuz != 0) @else @endif @if ($status == 1 or $status == 2){{$totalrepro}} | {{number_format(((($totalrepro/$totalgen)* 100)), 2, '.', ',') }} | @endif{{number_format(100-((($totalanuz/$totalgen)* 100)), 2, '.', ',') }} | {{number_format(((($totalanuz/$totalgen)* 100)), 2, '.', ',') }} | {{number_format(((($totalrea/$totalgen)* 100)), 2, '.', ',') }} | {{number_format(((($totalpen/$totalgen)* 100)), 2, '.', ',') }} |