feat(settings): added in more settings
This commit is contained in:
@@ -62,6 +62,24 @@ const newSettings = [
|
|||||||
description: "How far back do we want to check for fifo default 45, putting 0 will ignore.",
|
description: "How far back do we want to check for fifo default 45, putting 0 will ignore.",
|
||||||
moduleName: "ocme",
|
moduleName: "ocme",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "dayCheck",
|
||||||
|
value: "3",
|
||||||
|
description: "how many days +/- to check for shipments in alplaprod",
|
||||||
|
moduleName: "ocme",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "maxLotPerTruck",
|
||||||
|
value: "3",
|
||||||
|
description: "How mant lots can we have per truck?",
|
||||||
|
moduleName: "ocme",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "monitorAddress",
|
||||||
|
value: "8",
|
||||||
|
description: "What address is monitored to be limited to the amount of lots that can be added to a truck.",
|
||||||
|
moduleName: "ocme",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
export const areSettingsIn = async () => {
|
export const areSettingsIn = async () => {
|
||||||
// get the roles
|
// get the roles
|
||||||
|
|||||||
Reference in New Issue
Block a user