feat(materials): added in a bigger window on eom transfer lots

This commit is contained in:
2025-08-28 10:14:41 -05:00
parent 0a6ddea8c0
commit 53ed2c4e6a
5 changed files with 286 additions and 39 deletions

View File

@@ -0,0 +1,4 @@
export const shiftChange = `
select top(1) convert(varchar(8) ,convert(time,startdate), 108) as shiftChange
from [test1_AlplaPROD2.0_Read].[masterData].[ShiftDefinition] where teamNumber = 1
`;