Quellcode durchsuchen

miss push

production
CANCERYS\kw093 vor 4 Wochen
Ursprung
Commit
04c7e2f315
2 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. +4
    -0
      src/app/api/do/actions.tsx
  2. +2
    -0
      src/app/api/do/index.tsx

+ 4
- 0
src/app/api/do/actions.tsx Datei anzeigen

@@ -40,6 +40,10 @@ export interface DoDetailLine {
uomCode?: string;
uom?: string;
shortUom?: string;
/** AVAILABLE lot lines: sum(in - out - hold), same unit as DO line qty. */
stockQty?: number;
/** `available` | `insufficient` */
availableStatus?: string;
}

export interface DoSearchAll {


+ 2
- 0
src/app/api/do/index.tsx Datei anzeigen

@@ -38,6 +38,8 @@ export interface DoDetailLine {
uomCode?: string;
uom?: string;
shortUom?: string;
stockQty?: number;
availableStatus?: string;
}




Laden…
Abbrechen
Speichern