feat(materials): added in a bigger window on eom transfer lots
This commit is contained in:
@@ -25,6 +25,7 @@ import bookInLabel from "./routes/labeling/bookIn.js";
|
||||
import labelRatio from "./routes/labeling/getLabelRatio.js";
|
||||
import resetRatio from "./routes/labeling/resetLabelRatio.js";
|
||||
import materialTransferLot from "./routes/materials/lotTransfer.js";
|
||||
import pendingTransfers from "./routes/materials/currentPending.js";
|
||||
import { zechitti1Connect } from "./controller/specialProcesses/zechettis/zechetti1.js";
|
||||
|
||||
const app = new OpenAPIHono();
|
||||
@@ -51,6 +52,7 @@ const routes = [
|
||||
dycoClose,
|
||||
// materials
|
||||
materialTransferLot,
|
||||
pendingTransfers,
|
||||
] as const;
|
||||
const setting = await db.select().from(settings);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user