Sistemazione menu e js per i grafici.

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

View File

@ -321,6 +321,10 @@ return [
'text' => 'Lista movimenti', 'text' => 'Lista movimenti',
'route' => 'movimenti', 'route' => 'movimenti',
], ],
[ 'text' => 'Liste',
'url' => '#',
'icon' => 'fas fa-fw fa-sync',
'submenu' => [
[ [
'text' => 'Categorie', 'text' => 'Categorie',
'route' => 'categorie', 'route' => 'categorie',
@ -329,6 +333,13 @@ return [
'text' => 'Tags', 'text' => 'Tags',
'route' => 'tags', 'route' => 'tags',
], ],
]
],
[ 'text' => 'Reports',
'url' => '#',
'icon' => 'fas fa-fw fa-sync',
'submenu' => [
[ [
'text' => 'Report Movimenti', 'text' => 'Report Movimenti',
'route' => 'resoconto', 'route' => 'resoconto',
@ -337,6 +348,9 @@ return [
'text' => 'Bilancio annuale', 'text' => 'Bilancio annuale',
'route' => 'budget', 'route' => 'budget',
], ],
]
],
[ [
'text' => 'Import/Export', 'text' => 'Import/Export',
'url' => '#', 'url' => '#',

View File

@ -1,5 +1,5 @@
@extends('conti.report.list') @extends('conti.report.list')
@section('head_additional') @section('js')
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript"> <script type="text/javascript">
google.charts.load('current', {'packages':['corechart']}); google.charts.load('current', {'packages':['corechart']});

View File

@ -2,9 +2,9 @@
@extends('adminlte::page') @extends('adminlte::page')
@section('content_header') @section('content_header')
@endsection
<h1>Rapporto dei movimenti</h1> <h1>Rapporto dei movimenti</h1>
@endsection
@section('content') @section('content')
<div class="row"> <div class="row">
<div class="col"> <div class="col">

View File

@ -1,10 +1,11 @@
@extends('adminlte::page') @extends('adminlte::page')
@section('content_header')
<h1>Rapporto dei movimenti</h1>
@endsection
@section('content') @section('content')
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Rapporto dei movimenti</h1>
</div>
</div>
<div class="row"> <div class="row">
<div class="col-lg-6"> <div class="col-lg-6">
<div class="panel panel-default"> <div class="panel panel-default">