Kategorien dazu

This commit is contained in:
2026-03-01 11:26:44 +00:00
parent 319ac8699e
commit ed6bc21248
8 changed files with 126 additions and 14 deletions

View File

@@ -6,6 +6,7 @@ export interface AusgabenEntry {
WochTag: string;
Wo: string;
Was: string;
Kat: string;
Wieviel: number;
Wie: string;
TYP: number;
@@ -16,6 +17,7 @@ export interface CreateAusgabenEntry {
WochTag: string;
Wo: string;
Was: string;
Kat: string;
Wieviel: string | number;
Wie: string;
TYP: number;