almost finish buy part

This commit is contained in:
babak alizadeh 2024-07-08 16:41:21 +03:30
parent 387cd11935
commit d76f1fe80a
2 changed files with 2 additions and 2 deletions

View file

@ -192,7 +192,7 @@
{{ item.commodity.name }}</td> {{ item.commodity.name }}</td>
<td class="center item">{{ item.des }}</td> <td class="center item">{{ item.des }}</td>
<td class="center item"> <td class="center item">
{{ item.commdityCount | number_format }} {{ item.commdityCount }}
{{ item.commodity.unit.name }} {{ item.commodity.unit.name }}
</td> </td>
<td class="center item">{{ ((item.bd - item.tax + item.discount) / item.commdityCount) | number_format }}</td> <td class="center item">{{ ((item.bd - item.tax + item.discount) / item.commdityCount) | number_format }}</td>

View file

@ -192,7 +192,7 @@
{{ item.commodity.name }}</td> {{ item.commodity.name }}</td>
<td class="center item">{{ item.des }}</td> <td class="center item">{{ item.des }}</td>
<td class="center item"> <td class="center item">
{{ item.commdityCount | number_format }} {{ item.commdityCount }}
{{ item.commodity.unit.name }} {{ item.commodity.unit.name }}
</td> </td>
<td class="center item">{{ ((item.bs - item.tax + item.discount) / item.commdityCount) | number_format }}</td> <td class="center item">{{ ((item.bs - item.tax + item.discount) / item.commdityCount) | number_format }}</td>