new features

This commit is contained in:
Matthias Hochmeister
2026-03-23 14:01:39 +01:00
parent d2dc64d54a
commit 3326156b15
35 changed files with 1341 additions and 257 deletions

View File

@@ -71,4 +71,5 @@ export interface CreateBuchungInput {
buchungsArt: BuchungsArt;
kontaktPerson?: string | null;
kontaktTelefon?: string | null;
ganztaegig?: boolean;
}

View File

@@ -58,6 +58,7 @@ export interface FahrzeugWartungslog {
kraftstoff_liter: number | null;
kosten: number | null;
externe_werkstatt: string | null;
dokument_url: string | null;
erfasst_von: string | null;
created_at: string;
}