Configurazione Barcode e test sulla visualizzazione delle categorie.

This commit is contained in:
2024-07-24 09:58:55 +00:00
parent 036981f16e
commit 8928383f95
3 changed files with 13 additions and 4 deletions

View File

@@ -24,6 +24,7 @@
<th>Categoria</th>
<th>Classificazione</th>
<th>Azione</th>
<!--<th>Test</th>-->
</tr>
</thead>
<tbody>
@@ -44,9 +45,11 @@
<button class="btn btn-warning btn-detail open_modal"
value="{{$categoria->id}}">Edit</button>&nbsp; <a
class="btn btn-danger"
href="/admin/categorie/delete?id={{ $categoria->id}}"><i
class="fa fa-trash-o fa-fw"></i></a>&nbsp;
href="/admin/categorie/delete?id={{ $categoria->id}}">Canc</a>&nbsp;
</td>
<!--<td>
<img src="data:image/png;base64,{{ DNS2D::getBarcodePNG('https://gestionale.lavorain.cloud/admin/movimenti/report/movimentibycat?cat='.$categoria->id, 'QRCODE');}}" alt="barcode" />
</td>-->
</tr>
@endforeach
</tbody>