aggiunto selezione anno per il report per categorie

Per riuscire a vedere il report degli anni anche passati
This commit is contained in:
2023-05-03 13:15:46 +02:00
parent 25c1050e4a
commit bac43417da
4 changed files with 35 additions and 3 deletions

View File

@@ -18,6 +18,17 @@
Rapporto spese per categoria nell'arco dell'anno {{ $anno ?? '' }}
</div>
<div class="panel-body">
<div class="row">
<form action="" method="POST">
@csrf
<select name="anno">
@foreach($sel_anni as $sel)
<option value="{{ $sel->anno }}">{{ $sel->anno }}</option>
@endforeach
</select>
<input type="submit" name="Seleziona">
</form>
</div>
<table class="table table-striped table-bordered table-hover" id="listrapporto">
<thead>
<tr>