feat(printer delay): printer delay option to grab the delay based off cycle time

This commit is contained in:
2025-10-03 14:57:57 -05:00
parent 356dd5a578
commit a7e1fcd3be
3 changed files with 124 additions and 0 deletions

View File

@@ -280,6 +280,14 @@ const newSettings = [
serviceBelowsTo: "admin",
roleToChange: "admin",
},
{
name: "lotPrintDelay",
value: `0`,
description:
"Changes the print delay to be based on the pallet completion time",
serviceBelowsTo: "admin",
roleToChange: "admin",
},
];
export const areSettingsIn = async () => {
// get the roles