Configurazione Barcode e test sulla visualizzazione delle categorie.
This commit is contained in:
@@ -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> <a
|
||||
class="btn btn-danger"
|
||||
href="/admin/categorie/delete?id={{ $categoria->id}}"><i
|
||||
class="fa fa-trash-o fa-fw"></i></a>
|
||||
href="/admin/categorie/delete?id={{ $categoria->id}}">Canc</a>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user