finale 2.0.0
This commit is contained in:
@@ -132,6 +132,7 @@ class ReportColumnRegistry
|
||||
'contatti.telefono' => ['label' => 'Telefono (da contatti)', 'type' => 'relation'],
|
||||
'contatti.cellulare' => ['label' => 'Cellulare (da contatti)', 'type' => 'relation'],
|
||||
'gruppi.nome' => ['label' => 'Gruppi', 'type' => 'relation'],
|
||||
'tags.nome' => ['label' => 'Tag', 'type' => 'relation'],
|
||||
],
|
||||
|
||||
'gruppi' => [
|
||||
@@ -151,6 +152,7 @@ class ReportColumnRegistry
|
||||
'parent.nome' => ['label' => 'Gruppo Padre', 'type' => 'relation'],
|
||||
'diocesi.nome' => ['label' => 'Diocesi', 'type' => 'relation'],
|
||||
'individui_count' => ['label' => 'Numero Membri', 'type' => 'relation'],
|
||||
'tags.nome' => ['label' => 'Tag', 'type' => 'relation'],
|
||||
],
|
||||
|
||||
'eventi' => [
|
||||
@@ -171,6 +173,7 @@ class ReportColumnRegistry
|
||||
'info_ricorrenza' => ['label' => 'Info Ricorrenza', 'type' => 'accessor'],
|
||||
'gruppi.nome' => ['label' => 'Gruppi', 'type' => 'relation'],
|
||||
'responsabili.nome_completo' => ['label' => 'Responsabili', 'type' => 'relation'],
|
||||
'tags.nome' => ['label' => 'Tag', 'type' => 'relation'],
|
||||
],
|
||||
|
||||
'documenti' => [
|
||||
@@ -183,6 +186,7 @@ class ReportColumnRegistry
|
||||
'note' => ['label' => 'Note', 'type' => 'direct'],
|
||||
'created_at' => ['label' => 'Data Caricamento', 'type' => 'direct'],
|
||||
'user.name' => ['label' => 'Caricato Da', 'type' => 'relation'],
|
||||
'tags.nome' => ['label' => 'Tag', 'type' => 'relation'],
|
||||
],
|
||||
|
||||
'contatti' => [
|
||||
|
||||
Reference in New Issue
Block a user