feat(eom): all endpoints created for the eom template to run in all plants
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export const consumptionCheck = `
|
||||
SELECT IdArtikelvarianten AS AV,
|
||||
Menge AS Quantity,
|
||||
CONVERT(DATE, BuchDatum) AS Prod_Date
|
||||
FROM alplaprod_test1.dbo.T_LBW (nolock)
|
||||
WHERE BuchDatum BETWEEN '[startDate]' AND '[endDate]' ORDER BY BuchDatum DESC
|
||||
`;
|
||||
Reference in New Issue
Block a user