new features

This commit is contained in:
Matthias Hochmeister
2026-03-23 16:54:09 +01:00
parent 690f260b71
commit 948b211f70
6 changed files with 115 additions and 26 deletions

View File

@@ -75,6 +75,7 @@ export interface BestellungFormData {
status?: BestellungStatus;
budget?: number;
notizen?: string;
positionen?: BestellpositionFormData[];
}
// ── Line Items ──