| + {{ col.label }} + | +|||||
|---|---|---|---|---|---|
|
+
+
+ |
+ |||||
| + {{ row.account ? bankaccounts.find(i => i.id === row.account)?.iban : "" }} + | +{{ $dayjs(row.valueDate).format("DD.MM.YY") }} | ++ + {{ displayCurrency(row.amount) }} + + | ++ {{ Number(calculateOpenSum(row)) !== 0 ? displayCurrency(calculateOpenSum(row)) : '-' }} + | ++ {{ row.amount < 0 ? row.credName : row.debName }} + | ++ {{ row.text }} + | +
|
+
+
+ Keine Buchungen gefunden + |
+ |||||