Cahngees in Cards
This commit is contained in:
@@ -77,6 +77,7 @@ const setup = async () => {
|
||||
|
||||
amount = Number(amount.toFixed(2))
|
||||
|
||||
console.log(amount)
|
||||
return {
|
||||
id: i.id,
|
||||
date: dayjs(i.documentDate).format("DD-MM-YY"),
|
||||
|
||||
@@ -61,7 +61,7 @@ const calculateOpenSum = (statement) => {
|
||||
<template>
|
||||
<table>
|
||||
<tr>
|
||||
<td>Offene Ausgangsbelege:</td>
|
||||
<td>Offene Rechnungen:</td>
|
||||
<td
|
||||
v-if="unpaidInvoicesSum > 0"
|
||||
class="text-rose-600 font-bold text-nowrap"
|
||||
@@ -69,7 +69,7 @@ const calculateOpenSum = (statement) => {
|
||||
<td v-else class="text-primary-500 font-bold text-no-wrap">0 Stk / 0,00€</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Angelegte Entwürfe:</td>
|
||||
<td>Angelegte Rechnungsentwürfe:</td>
|
||||
<td
|
||||
v-if="draftInvoicesSum > 0"
|
||||
class="text-rose-600 font-bold text-nowrap"
|
||||
|
||||
Reference in New Issue
Block a user