Aggiunto documenti generici

This commit is contained in:
2023-10-18 13:39:31 +02:00
parent b64d954309
commit cea9baa838
4 changed files with 61 additions and 28 deletions

View File

@@ -309,13 +309,13 @@ return [
[
'text' => 'Dashboard',
'url' => '/admin',
'can' => 'manage-blog',
// 'can' => 'manage-blog',
],
[
'text' => 'Gestione Economica',
'url' => '#',
'icon' => 'fas fa-fw fa-money-bill', //<i class="fa-solid fa-money-bill"></i>
'can' => ['conti'],
'submenu' => [
[
'text' => 'Lista movimenti',
@@ -376,33 +376,40 @@ return [
],
],
],
['header' => 'GESTIONE BENI'],
['header' => 'GESTIONE DOCUMENTALE'],
[
'text' => 'Documenti gen.',
'url' => '/admin/documenti',
'icon' => 'fas fa-fw fa-newspaper',
'can' => ['documenti'],
],
[
'text' => 'Contratti',
'route' => 'contratti',
'icon' => 'fas fa-fw fa-newspaper',
'can' => 'contratti',
],
[
'text' => 'Automobili',
'url' => '/admin/auto',
'icon' => 'fas fa-fw fa-car',
'can' => ['contratti'],
],
[
'text' => 'Progetti',
'route' => 'progetti',
'icon' => 'fas fa-fw fa-diagram-project',
'can' => ['progetti'],
],
['header' => 'GESTIONE BENI'],
[
'text' => 'Attività',
'route' => 'tasks',
'icon' => 'fas fa-fw fa-circle-check',
'text' => 'Automobili',
'url' => '/admin/auto',
'icon' => 'fas fa-fw fa-car',
'can' => ['automobili'],
],
['header' => 'GESTIONE PIM'],
[
'text' => 'Contatti',
'url' => '/admin/contatti',
'icon' => 'fas fa-fw fa-user',
'can' => ['contatti'],
'submenu' => [
[
'text' => 'Nuovo Contatto',
@@ -416,17 +423,24 @@ return [
],
],
],
[
'text' => 'Attività',
'route' => 'tasks',
'icon' => 'fas fa-fw fa-circle-check',
'can' => ['tasks'],
],
[
'text' => 'Appuntamenti',
'route' => 'calendario',
'icon' => 'fas fa-fw fa-calendar',
// 'can' => 'appuntamenti',
],
['header' => 'CONSUMI'],
[
'text' => 'GAS',
'route' => 'gas',
'icon' => 'fas fa-fw fa-fire',
'can' => ['consumi']
'can' => ['consumi'],
],
['header' => 'AMMINISTRAZIONE'],
[
@@ -440,7 +454,7 @@ return [
'text' => 'Meeting Room',
'route' => 'meeting',
'icon' => 'fas fa-fw fa-file-video',
// 'can' => ['amministrazione']
'can' => ['meetingroom']
],
],