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