shared catalog in Bestellungen, catalog picker in line items, Ersatzbeschaffung flag, vendor detail flash fix
This commit is contained in:
@@ -109,6 +109,8 @@ export interface AusruestungAnfragePosition {
|
||||
geliefert: boolean;
|
||||
erstellt_am: string;
|
||||
eigenschaften?: AusruestungPositionEigenschaft[];
|
||||
ist_ersatz: boolean;
|
||||
altes_geraet_zurueckgegeben: boolean;
|
||||
}
|
||||
|
||||
export interface AusruestungAnfrageFormItem {
|
||||
@@ -117,6 +119,7 @@ export interface AusruestungAnfrageFormItem {
|
||||
menge: number;
|
||||
notizen?: string;
|
||||
eigenschaften?: { eigenschaft_id: number; wert: string }[];
|
||||
ist_ersatz?: boolean;
|
||||
}
|
||||
|
||||
// ── API Response Types ──
|
||||
@@ -158,6 +161,8 @@ export interface CreateOrderPositionPayload {
|
||||
menge: number;
|
||||
einheit?: string;
|
||||
notizen?: string;
|
||||
artikel_id?: number;
|
||||
spezifikationen?: string[];
|
||||
}
|
||||
|
||||
export interface CreateOrderPayload {
|
||||
|
||||
@@ -108,6 +108,8 @@ export interface Bestellposition {
|
||||
erstellt_am: string;
|
||||
aktualisiert_am: string;
|
||||
spezifikationen?: string[];
|
||||
artikel_id?: number;
|
||||
artikel_bezeichnung?: string;
|
||||
}
|
||||
|
||||
export interface BestellpositionFormData {
|
||||
@@ -118,6 +120,7 @@ export interface BestellpositionFormData {
|
||||
einzelpreis?: number;
|
||||
notizen?: string;
|
||||
spezifikationen?: string[];
|
||||
artikel_id?: number;
|
||||
}
|
||||
|
||||
// ── File Attachments ──
|
||||
|
||||
Reference in New Issue
Block a user