feat(labeling): added printers and machine and other data for preprinting

This commit is contained in:
2025-10-17 07:44:39 -05:00
parent c59b6a1ec2
commit 953af5e0fe
15 changed files with 1868 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
export const machineCheck = `
SELECT [HumanReadableId]
,[Name]
,[Location]
,[Active]
,[ImportSource]
,[StagingMainMaterialMandatory]
FROM [test1_AlplaPROD2.0_Read].[masterData].[Machine] (nolock)
where Active = 1 and [Location] = [loc]`;