Test commit

This commit is contained in:
AzureAD\SylvainDUVERNAY
2026-01-06 16:31:18 +01:00
parent 12f2bab209
commit 0d02c89192

View File

@@ -2,6 +2,8 @@
-- DROP VIEW public.vw_utility_stock_movements;
--Comments: This view provides a comprehensive overview of stock movements, including details such as stock IDs, company IDs, lot IDs, cost prices, currencies, effective dates, product IDs, locations, origins, movement types, quantities, units, and states.
CREATE OR REPLACE VIEW public.vw_utility_stock_movements AS
SELECT sm.id AS "intStockId",
sm.company AS "intCompanyId",