Sistemazione menu e js per i grafici.

This commit is contained in:
2023-10-04 16:12:58 +02:00
parent 48ec4d62f3
commit 9f74c49b76
4 changed files with 38 additions and 23 deletions

View File

@@ -321,21 +321,35 @@ return [
'text' => 'Lista movimenti',
'route' => 'movimenti',
],
[
'text' => 'Categorie',
'route' => 'categorie',
],
[
'text' => 'Tags',
'route' => 'tags',
],
[
'text' => 'Report Movimenti',
'route' => 'resoconto',
],
[
'text' => 'Bilancio annuale',
'route' => 'budget',
[ 'text' => 'Liste',
'url' => '#',
'icon' => 'fas fa-fw fa-sync',
'submenu' => [
[
'text' => 'Categorie',
'route' => 'categorie',
],
[
'text' => 'Tags',
'route' => 'tags',
],
]
],
[ 'text' => 'Reports',
'url' => '#',
'icon' => 'fas fa-fw fa-sync',
'submenu' => [
[
'text' => 'Report Movimenti',
'route' => 'resoconto',
],
[
'text' => 'Bilancio annuale',
'route' => 'budget',
],
]
],
[
'text' => 'Import/Export',