ui: update ProductPerformanceProfitability page to enhance table views and tabs management
This commit is contained in:
@@ -216,10 +216,11 @@ func productPerformanceStockSQL() string {
|
||||
;WITH ActiveWarehouses AS (
|
||||
SELECT WarehouseCode
|
||||
FROM (VALUES
|
||||
('1-0-14'),('1-0-10'),('1-0-8'),('1-2-5'),('1-2-4'),('1-0-12'),
|
||||
('100'),('1-0-28'),('1-0-24'),('1-2-6'),('1-1-14'),('1-0-2'),
|
||||
('1-0-52'),('1-1-2'),('1-0-21'),('1-1-3'),('1-0-33'),('101'),
|
||||
('1-014'),('1-0-49'),('1-0-36')
|
||||
('1-0-12'),('1.01.2014'),('1.02.2005'),('1.02.2004'),('1-0-43'),
|
||||
('4.02.2001'),('1-0-55'),('1.01.2003'),('1-0-21'),('1-0-2'),
|
||||
('1.01.2004'),('1-0-49'),('1-0-37'),('1-0-29'),('1-0-28'),
|
||||
('1-0-10'),('100'),('1.02.2006'),('1-0-42'),('1.01.2002'),
|
||||
('1-0-52')
|
||||
) W(WarehouseCode)
|
||||
),
|
||||
Raw AS (
|
||||
|
||||
Reference in New Issue
Block a user