| ID | Titolo & Allegati | Categoria | Assegnato a | Priorità | Stato | Data Apertura | Azioni |
|---|---|---|---|---|---|---|---|
| #{{ (int) $ticket->id }} |
{{ $ticket->titolo }}
@if(((int) ($ticket->attachments_count ?? 0)) > 0)
📎 {{ (int) $ticket->attachments_count }}
@endif
@if($ticket->stabile)
{{ $ticket->stabile->codice_stabile }} - {{ $ticket->stabile->denominazione }}
@endif
|
{{ optional($ticket->categoriaTicket)->nome ?: '—' }} | {{ optional($ticket->assegnatoAUser)->name ?: (optional($ticket->assegnatoAFornitore)->ragione_sociale ?: '—') }} | {{ $ticket->priorita }} | {{ $ticket->stato }} | {{ optional($ticket->data_apertura)->format('d/m/Y H:i') ?: '—' }} |
@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 presente 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. | ||||||