calendar and vehicle booking rework

This commit is contained in:
Matthias Hochmeister
2026-03-25 15:44:11 +01:00
parent e49639e2a6
commit 74d978171c
12 changed files with 1413 additions and 1835 deletions

View File

@@ -63,6 +63,14 @@ export interface MaintenanceWindow {
ausser_dienst_bis: string;
}
export interface BuchungsKategorie {
id: number;
bezeichnung: string;
farbe: string;
aktiv: boolean;
sort_order: number;
}
export interface CreateBuchungInput {
fahrzeugId: string;
titel: string;