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,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',

View File

@ -1,5 +1,5 @@
@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">
google.charts.load('current', {'packages':['corechart']});

View File

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

View File

@ -1,10 +1,11 @@
@extends('adminlte::page')
@section('content_header')
<h1>Rapporto dei movimenti</h1>
@endsection
@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="col-lg-6">
<div class="panel panel-default">