papel rotativa

This commit is contained in:
amazuecos
2025-03-27 01:21:52 +01:00
parent 1b38861465
commit e6ce820480
10 changed files with 112 additions and 44 deletions

View File

@ -7,6 +7,7 @@
<th><?= lang('Produccion.datatable.gramaje') ?> (gr)</th>
<th><?= lang('Produccion.datatable.tareas') ?></th>
<th><?= lang('Produccion.datatable.tiradas') ?></th>
<th><?= lang('Produccion.datatable.metros') ?></th>
<th><?= lang('Produccion.datatable.tiempo') ?>(HH:MM)</th>
<th></th>
@ -15,5 +16,14 @@
<tbody>
</tbody>
<tfoot>
<tr>
<th colspan="4" style="text-align:right">Total:</th>
<th id="total-metros"></th>
<th id="total-tiempo-papel"></th>
<th></th>
</tr>
</tfoot>
</table>
</div>

View File

@ -25,7 +25,7 @@
<th></th>
<th><input type="text" class="form-control planning-filter" name="maquina_ancho" placeholder="Ancho"></th>
<th><input type="text" class="form-control planning-filter" name="maquina_alto" placeholder="Alto"></th>
<th><select class="select2 form-select select-maquina" id="papel-impresion-select-filter" name="maquina_planning_nombre"></select></th>
<th><select class="select2 form-select select-maquina" id="papel-impresion-select-filter" name="papel_impresion"></select></th>
<th><input type="text" class="form-control planning-filter" name=""></th>
<th></th>
@ -34,5 +34,6 @@
<tbody>
</tbody>
</table>
</div>

View File

@ -50,6 +50,7 @@
<div id="accordionPlanningRotativaContainer" class="accordion-collapse collapse show"
data-bs-parent="#accordionPlanningRotativa">
<div class="accordion-body">
<h6 id="papel-impresion-name-header" class="text-secondary "></h6>
<?= view("themes/vuexy/components/tables/planning_rot_table.php", ["id" => "planning-rotativa-datatable"]) ?>
</div>