commit: 2025-04-10 16:26:50

This commit is contained in:
Paul Trowbridge 2025-04-10 16:26:50 -04:00
parent d9513aa891
commit 5385deaae8
2 changed files with 4 additions and 1 deletions

View File

@ -136,6 +136,7 @@ customers AS (
-----------------scenario---------------------------- -----------------scenario----------------------------
-- AND version IN ('b26') -- AND version IN ('b26')
AND order_season = 2026 AND order_season = 2026
AND ship_season = 2026
-----------------additional params------------------- -----------------additional params-------------------
AND calc_status||flag <> 'CLOSEDREMAINDER' --exclude short ships when building order adjustments AND calc_status||flag <> 'CLOSEDREMAINDER' --exclude short ships when building order adjustments
AND order_date <= ship_date AND order_date <= ship_date

View File

@ -4511,13 +4511,14 @@ cflag AS MATERIALIZED (
AND c.dsm = o.dsm AND c.dsm = o.dsm
WHERE WHERE
VERSION = 'Actual' VERSION = 'Actual'
AND o.oseas >= 2018 AND o.oseas >= 2025
AND calc_status <> 'CANCELED' AND calc_status <> 'CANCELED'
AND o.fs_line = '41010' AND o.fs_line = '41010'
AND o.part <> '' AND o.part <> ''
AND substring(o.glec,1,1) <= '2' AND substring(o.glec,1,1) <= '2'
AND o.qty <> 0 AND o.qty <> 0
AND o.sseas IS NOT NULL AND o.sseas IS NOT NULL
AND o.sales_usd <> 0
-- AND customer in (select distinct renamed FROM newc ) -- AND customer in (select distinct renamed FROM newc )
GROUP BY GROUP BY
o.bill_dba o.bill_dba
@ -4559,6 +4560,7 @@ cflag AS MATERIALIZED (
FROM FROM
pgrp pgrp
) )
-- SELECT * FROM seq WHERE ship_dba like 'COSTA%'
,partlist AS ( ,partlist AS (
SELECT SELECT
billto_group billto_group