mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-02-08 11:59:13 +00:00
trabajando en la tabla de transferencias
This commit is contained in:
@ -67,11 +67,11 @@
|
||||
</div>
|
||||
<div class="tab-pane" id="arrow-transferencias" role="tabpanel">
|
||||
<div></div>
|
||||
<!---
|
||||
|
||||
<div
|
||||
th:insert="~{imprimelibros/presupuestos/presupuesto-list-items/tabla-anonimos :: tabla-anonimos}">
|
||||
th:insert="~{imprimelibros/pagos/tabla-transferencias :: tabla-transferencias}">
|
||||
</div>
|
||||
-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -0,0 +1,30 @@
|
||||
<div th:fragment="tabla-transferencias">
|
||||
<table id="pagos-transferencias-datatable" class="table table-striped table-nowrap responsive w-100">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" th:text="#{pagos.table.cliente.nombre}"></th>
|
||||
<th scope="col" th:text="#{pagos.table.concepto-transferencia}"></th>
|
||||
<th scope="col" th:text="#{pagos.table.estado-transferencia}"></th>
|
||||
<th scope="col" th:text="#{pagos.table.pedido.id}"></th>
|
||||
<th scope="col" th:text="#{pagos.table.cantidad}"></th>
|
||||
<th scope="col" th:text="#{pagos.table.devuelto}"></th>
|
||||
<th scope="col" th:text="#{pagos.table.fecha-created}"></th>
|
||||
<th scope="col" th:text="#{pagos.table.fecha-procesed}"></th>
|
||||
<th scope="col" th:text="#{pagos.table.acciones}">Acciones</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><input type="text" class="form-control form-control-sm redsys-filter" /></th>
|
||||
<th><input type="text" class="form-control form-control-sm redsys-filter" /></th>
|
||||
<th><input type="text" class="form-control form-control-sm redsys-filter" /></th>
|
||||
<th></th>
|
||||
<th></th>
|
||||
<th></th>
|
||||
<th></th>
|
||||
<th></th>
|
||||
<th></th> <!-- Acciones (sin filtro) -->
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
Reference in New Issue
Block a user