Sistemazione menu e js per i grafici.
This commit is contained in:
parent
48ec4d62f3
commit
9f74c49b76
@ -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' => '#',
|
||||||
|
@ -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']});
|
||||||
|
@ -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">
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user