issue #8: sistemato quanto riportato nella issue

This commit is contained in:
2023-06-12 08:26:35 +02:00
parent 9952c06c71
commit a8a25063ac
11 changed files with 88 additions and 72 deletions

View File

@@ -25,9 +25,9 @@
<tbody>
@foreach( $dataSpesa as $dato )
<tr>
<td><a href="movimenti/report/movimenti_categoria?cat={{ $dato->id }}&month={{ $_GET['Month'] ?? date('m')}}">{{ $dato->cat_name; }}</a> </td>
<td><a href="/admin/movimenti/report/movimenti_categoria?cat={{ $dato->id }}&month={{ $_GET['Month'] ?? date('m')}}">{{ $dato->cat_name; }}</a> </td>
<td>{{ $dato->resoconto; }}</td>
</tr>
@endforeach
</tbody>
@@ -55,9 +55,9 @@
<tbody>
@foreach( $dataEntrate as $dato )
<tr>
<td><a href="movimenti/report/movimenti_categoria?cat={{ $dato->id }}&month={{ $_GET['Month'] ?? date('m')}}">{{ $dato->cat_name; }}</a> </td>
<td><a href="/admin/movimenti/report/movimenti_categoria?cat={{ $dato->id }}&month={{ $_GET['Month'] ?? date('m')}}">{{ $dato->cat_name; }}</a> </td>
<td>{{ $dato->resoconto; }}</td>
</tr>
@endforeach
</tbody>
@@ -67,9 +67,8 @@
</div>
</div>
</div>
@endsection
@section('script')
<script src="/js/app/conti_categorie.js"></script>
@endsection