fix(buchhaltung): format transaction IDs as YYYY/NR and deduplicate dashboard widgets

This commit is contained in:
Matthias Hochmeister
2026-04-14 15:00:38 +02:00
parent a94d486a42
commit e6b6639fe9
4 changed files with 15 additions and 4 deletions

View File

@@ -133,6 +133,7 @@ export interface Transaktion {
konto_id: number | null;
bankkonto_id: number | null;
laufende_nummer: number | null;
haushaltsjahr_jahr?: number;
typ: TransaktionTyp;
betrag: number;
datum: string;