003 costs/ number clean

This commit is contained in:
msyu
2025-06-19 14:59:50 +03:00
parent a07522702c
commit 62de4c0de6
7 changed files with 29 additions and 7 deletions
+3
View File
@@ -204,6 +204,7 @@
,iv.specification_item_version /*it is printable name not number*/
,iv.quantity
,iv.price
,iv.price*iv.quantity as cost
,iv.dt_from
,iv.dt_to
,i.specification_id
@@ -282,6 +283,7 @@
<th>Дата по</th>
<th>Кол-во</th>
<th>Цена</th>
<th>Стоимость</th>
<th>&nbsp;</th>
@@ -322,6 +324,7 @@
<td class="c">#dateFormat(dt_to,'DD.MM.YYYY')#</td>
<td class="r">#quantity#</td>
<td class="r">#price#</td>
<td class="r">#cost#</td>
<td></td>