include promo code in base mix

This commit is contained in:
Paul Trowbridge 2019-04-03 12:17:54 -04:00
parent e7e2679127
commit d3332cc778
5 changed files with 8 additions and 5 deletions

View File

@ -388,7 +388,7 @@ SELECT
,b."fgent#" --0 ,b."fgent#" --0
,b."diinv#" --0 ,b."diinv#" --0
,b."dilin#" --0 ,b."dilin#" --0
,b.promo --history date mix ,m.promo --history date mix
,b.return_reas --0 ,b.return_reas --0
,b.terms --history cust mix ,b.terms --history cust mix
,b.custpo --0 ,b.custpo --0

View File

@ -386,7 +386,7 @@ SELECT
,b."fgent#" --0 ,b."fgent#" --0
,b."diinv#" --0 ,b."diinv#" --0
,b."dilin#" --0 ,b."dilin#" --0
,b.promo --history date mix ,m.promo --history date mix
,b.return_reas --0 ,b.return_reas --0
,b.terms --history cust mix ,b.terms --history cust mix
,b.custpo --0 ,b.custpo --0

View File

@ -9,7 +9,7 @@ SELECT
,0::numeric(11,0) "fgent#" --0 ,0::numeric(11,0) "fgent#" --0
,0::numeric(9,0) "diinv#" --0 ,0::numeric(9,0) "diinv#" --0
,0::numeric(3,0) "dilin#" --0 ,0::numeric(3,0) "dilin#" --0
,null::text promo --history date mix ,promo --history date mix
,null::text return_reas --0 ,null::text return_reas --0
,terms ,terms
,''::text custpo --0 ,''::text custpo --0
@ -118,6 +118,7 @@ SELECT
AND adj_orderdate <= adj_shipdate AND adj_orderdate <= adj_shipdate
GROUP BY GROUP BY
plnt ---master data plnt ---master data
,promo
,terms ,terms
,remit_to --master data ,remit_to --master data
,bill_class --master data ,bill_class --master data

View File

@ -46,7 +46,7 @@ SELECT
,0::numeric(11,0) "fgent#" --0 ,0::numeric(11,0) "fgent#" --0
,0::numeric(9,0) "diinv#" --0 ,0::numeric(9,0) "diinv#" --0
,0::numeric(3,0) "dilin#" --0 ,0::numeric(3,0) "dilin#" --0
,null::text promo --history date mix ,promo --history date mix
,null::text return_reas --0 ,null::text return_reas --0
,terms ,terms
,''::text custpo --0 ,''::text custpo --0
@ -160,6 +160,7 @@ SELECT
AND adj_orderdate <= adj_shipdate AND adj_orderdate <= adj_shipdate
GROUP BY GROUP BY
plnt ---master data plnt ---master data
,promo
,terms ,terms
,remit_to --master data ,remit_to --master data
,bill_class --master data ,bill_class --master data

View File

@ -45,7 +45,7 @@ target AS (select target_vol vincr, target_prc pincr)
,0::numeric(11,0) "fgent#" --0 ,0::numeric(11,0) "fgent#" --0
,0::numeric(9,0) "diinv#" --0 ,0::numeric(9,0) "diinv#" --0
,0::numeric(3,0) "dilin#" --0 ,0::numeric(3,0) "dilin#" --0
,null::text promo --history date mix ,promo --history date mix
,null::text return_reas --0 ,null::text return_reas --0
,terms ,terms
,''::text custpo --0 ,''::text custpo --0
@ -159,6 +159,7 @@ target AS (select target_vol vincr, target_prc pincr)
AND adj_orderdate <= adj_shipdate AND adj_orderdate <= adj_shipdate
GROUP BY GROUP BY
plnt ---master data plnt ---master data
,promo
,terms ,terms
,remit_to --master data ,remit_to --master data
,bill_class --master data ,bill_class --master data