Introduced central Sum for Createddocuments

This commit is contained in:
2025-03-09 18:09:20 +01:00
parent 6f47b12501
commit d83f31c3c2
3 changed files with 112 additions and 34 deletions

View File

@@ -125,7 +125,7 @@
</div>
</template>
<template #amount-data="{row}">
<span v-if="row.type !== 'deliveryNotes'">{{displayCurrency(calculateDocSum(row))}}</span>
<span v-if="row.type !== 'deliveryNotes'">{{displayCurrency(useSum().getCreatedDocumentSum(row))}}</span>
</template>
</UTable>