| ID | Titolo | Categoria | Tipo intervento | Assegnato a | Priorita | Stato | Apertura | Azioni |
|---|---|---|---|---|---|---|---|---|
| #{{ (int) $ticket->id }} |
{{ $ticket->titolo }}
@if(((int) ($ticket->attachments_count ?? 0)) > 0)
Allegati {{ (int) $ticket->attachments_count }}
@endif
|
{{ optional($ticket->categoriaTicket)->nome ?: '-' }} | {{ $this->getTipoInterventoLabel($ticket) }} | {{ optional($ticket->assegnatoAUser)->name ?: '-' }} | {{ $ticket->priorita }} | {{ $ticket->stato }} | {{ optional($ticket->data_apertura)->format('d/m/Y H:i') }} |
@if((int) ($ticket->assegnato_a_fornitore_id ?? 0) > 0)
@endif
@if(in_array($ticket->stato, ['Aperto'], true))
@endif
@if(in_array($ticket->stato, ['Aperto', 'Preso in Carico'], true))
@endif
@if(in_array($ticket->stato, ['Aperto', 'Preso in Carico', 'In Lavorazione', 'In Attesa Approvazione', 'In Attesa Ricambi'], true))
@endif
@if(in_array($ticket->stato, ['Risolto'], true))
@endif
|
| Nessun ticket per il filtro selezionato. | ||||||||
| Fornitore | Contatti | Ticket attivi | Interventi aperti | Come procede | Accesso fornitore | Azioni |
|---|---|---|---|---|---|---|
| {{ $f['nome'] ?: ('Fornitore #' . $f['id']) }} | {{ $f['email'] ?: '-' }} {{ $f['telefono'] ?: '-' }} |
{{ (int) $f['ticket_attivi'] }} | {{ (int) $f['interventi_aperti'] }} |
Stati intervento: {{ $f['intervento_stati'] ?: 'N/D' }}
Ultimo aggiornamento: {{ $f['ultimo_aggiornamento'] ?: '-' }}
@if(!empty($f['ticket_focus']))
{{ implode(', ', $f['ticket_focus']) }}
@endif
|
Dipendenti: {{ (int) ($f['dipendenti_count'] ?? 0) }}
@if((int) ($f['linked_user_id'] ?? 0) > 0)
Accesso attivo (utente #{{ (int) $f['linked_user_id'] }})
@else
Nessun accesso attivo
@endif
|
@if((int) ($f['linked_user_id'] ?? 0) > 0)
@endif
Scheda operativa
Anagrafica
|
| Nessun fornitore attivo su ticket aperti. | ||||||