Test commit
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
-- DROP VIEW public.vw_utility_stock_movements;
|
-- 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
|
CREATE OR REPLACE VIEW public.vw_utility_stock_movements AS
|
||||||
SELECT sm.id AS "intStockId",
|
SELECT sm.id AS "intStockId",
|
||||||
sm.company AS "intCompanyId",
|
sm.company AS "intCompanyId",
|
||||||
|
|||||||
Reference in New Issue
Block a user