productionScheduler - action time

This commit is contained in:
Michał Zieliński
2025-09-19 12:53:21 +02:00
parent 21bd1807f3
commit c447558d2a
3 changed files with 62 additions and 4 deletions

View File

@@ -153,6 +153,7 @@
<th>Data wysyłki</th>
<th>Czynność</th>
<th>Linia</th>
<th>Czas</th>
<th>Uwagi</th>
</tr>
</thead>
@@ -249,6 +250,9 @@
<td>
{$ROW.action_category}
</td>
<td>
{$ROW.action_time}
</td>
<td>
<div id="edit-description-{$ROW.id}" class="ui-icon ui-icon-pencil"
onclick="editDescription('{$ROW.id}')" style="display: inline-block;"></div>
@@ -262,6 +266,13 @@
</tr>
{/foreach}
</tbody>
<tfoot>
<tr>
<td colspan="17" style="text-align: right;"></td>
<td id="timeSummary"></td>
<td></td>
</tr>
</tfoot>
</table>
</div>