Bläddra i källkod

miss push

production
CANCERYS\kw093 3 veckor sedan
förälder
incheckning
04c7e2f315
2 ändrade filer med 6 tillägg och 0 borttagningar
  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 Visa fil

@@ -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 Visa fil

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




Laddar…
Avbryt
Spara