Estadisticas de servicio Mes {{ $month }}, Año {{ $year }}
@if(auth()->user()->clase == 'Inspector')
@endif
@if(auth()->user()->clase == 'Inspector')
Abiertos
En Proceso
En Revisión
Cerrados
| Especialidad | Cant. Ticket | % |
|---|---|---|
| {{ $especialidad->tipoTarea }} | {{ $especialidad->cantidad }} | @if($total > 0){{ round(($especialidad->cantidad / $total) * 100, 1) }} | @else 0 @endif
| Técnicos | Cant. Ticket | % |
|---|---|---|
| {{ $responsable->responsable }} | {{ $responsable->cantidad }} | @if($total > 0){{ round(($responsable->cantidad / $total) * 100, 1) }} | @else 0 @endif
| Tipo de Tarea | Producción |
|---|---|
| {{ $tipo_tarea }} | ${{ $p }} |
| Generador por | Cant. Ticket | % |
|---|---|---|
| {{ $solicitadoPor->solicitadoPor }} | {{ $solicitadoPor->cantidad }} | @if($total > 0){{ round(($solicitadoPor->cantidad / $total) * 100, 1) }} | @else 0 @endif
| Ciudad | Cantidad de Tickets/Ciudad |
|---|---|
| {{ $ciudad }} | {{ $cantidad }} |
| Zona | Cantidad de Tickets/Sector |
|---|---|
| {{ $sector }} | {{ $cantidad }} |