This commit is contained in:
Tykayn 2025-02-14 14:25:23 +01:00 committed by tykayn
parent b373892ddc
commit c44ac9c522
25 changed files with 485 additions and 26 deletions

View file

@ -10,7 +10,6 @@
<tr>
<th>Id</th>
<th>Note</th>
<th>Products</th>
<th>Sum</th>
<th>Reduction</th>
<th>actions</th>
@ -21,7 +20,6 @@
<tr>
<td>{{ selling.id }}</td>
<td>{{ selling.note }}</td>
<td>{{ selling.products }}</td>
<td>{{ selling.sum }}</td>
<td>{{ selling.reduction }}</td>
<td>
@ -31,7 +29,7 @@
</tr>
{% else %}
<tr>
<td colspan="6">no records found</td>
<td colspan="5">no records found</td>
</tr>
{% endfor %}
</tbody>