This commit is contained in:
Matthias Hochmeister
2026-03-26 11:25:28 +01:00
parent 3d03345107
commit d4adf9230d
5 changed files with 181 additions and 68 deletions

View File

@@ -53,8 +53,14 @@ export interface Bestellung {
bezeichnung: string;
lieferant_id?: number;
lieferant_name?: string;
lieferant_kontakt_name?: string;
lieferant_email?: string;
lieferant_telefon?: string;
lieferant_adresse?: string;
besteller_id?: string;
besteller_name?: string;
besteller_email?: string;
besteller_dienstgrad?: string;
status: BestellungStatus;
budget?: number;
steuersatz?: number;