Sistemazione menu e js per i grafici.
This commit is contained in:
parent
48ec4d62f3
commit
9f74c49b76
@ -321,21 +321,35 @@ return [
|
||||
'text' => 'Lista movimenti',
|
||||
'route' => 'movimenti',
|
||||
],
|
||||
[
|
||||
'text' => 'Categorie',
|
||||
'route' => 'categorie',
|
||||
[ 'text' => 'Liste',
|
||||
'url' => '#',
|
||||
'icon' => 'fas fa-fw fa-sync',
|
||||
'submenu' => [
|
||||
[
|
||||
'text' => 'Categorie',
|
||||
'route' => 'categorie',
|
||||
],
|
||||
[
|
||||
'text' => 'Tags',
|
||||
'route' => 'tags',
|
||||
],
|
||||
]
|
||||
],
|
||||
[
|
||||
'text' => 'Tags',
|
||||
'route' => 'tags',
|
||||
],
|
||||
[
|
||||
'text' => 'Report Movimenti',
|
||||
'route' => 'resoconto',
|
||||
],
|
||||
[
|
||||
'text' => 'Bilancio annuale',
|
||||
'route' => 'budget',
|
||||
[ 'text' => 'Reports',
|
||||
'url' => '#',
|
||||
'icon' => 'fas fa-fw fa-sync',
|
||||
'submenu' => [
|
||||
|
||||
[
|
||||
'text' => 'Report Movimenti',
|
||||
'route' => 'resoconto',
|
||||
],
|
||||
[
|
||||
'text' => 'Bilancio annuale',
|
||||
'route' => 'budget',
|
||||
],
|
||||
]
|
||||
|
||||
],
|
||||
[
|
||||
'text' => 'Import/Export',
|
||||
|
@ -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']});
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user