2844-item last entries show the total cost in the "cost" column #585

Merged
carlosjr merged 6 commits from 2844-item_lastEntries_sum into dev 2021-03-26 11:26:30 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 393b9ba38c - Show all commits

View File

@ -75,7 +75,7 @@
<vn-td translate number
class="expendable"
ng-init="
itemCostTotal =
itemTotalCost =
entry.buyingValue +
entry.packageValue +
entry.freightValue +
@ -85,7 +85,7 @@
{{::$ctrl.$t('Package')}}: {{::entry.packageValue| dashIfEmpty}} +
{{::$ctrl.$t('Freight')}}: {{::entry.freightValue| dashIfEmpty}} +
{{::$ctrl.$t('Comission')}}: {{::entry.comissionValue| dashIfEmpty}}">
{{itemCostTotal | dashIfEmpty}}
{{itemTotalCost | dashIfEmpty}}
</vn-td>
<vn-td number>{{::entry.weight | dashIfEmpty}}</vn-td>
<vn-td number>{{::entry.packageFk | dashIfEmpty}}</vn-td>