include promo code in base mix
This commit is contained in:
parent
e7e2679127
commit
d3332cc778
@ -388,7 +388,7 @@ SELECT
|
||||
,b."fgent#" --0
|
||||
,b."diinv#" --0
|
||||
,b."dilin#" --0
|
||||
,b.promo --history date mix
|
||||
,m.promo --history date mix
|
||||
,b.return_reas --0
|
||||
,b.terms --history cust mix
|
||||
,b.custpo --0
|
||||
|
@ -386,7 +386,7 @@ SELECT
|
||||
,b."fgent#" --0
|
||||
,b."diinv#" --0
|
||||
,b."dilin#" --0
|
||||
,b.promo --history date mix
|
||||
,m.promo --history date mix
|
||||
,b.return_reas --0
|
||||
,b.terms --history cust mix
|
||||
,b.custpo --0
|
||||
|
@ -9,7 +9,7 @@ SELECT
|
||||
,0::numeric(11,0) "fgent#" --0
|
||||
,0::numeric(9,0) "diinv#" --0
|
||||
,0::numeric(3,0) "dilin#" --0
|
||||
,null::text promo --history date mix
|
||||
,promo --history date mix
|
||||
,null::text return_reas --0
|
||||
,terms
|
||||
,''::text custpo --0
|
||||
@ -118,6 +118,7 @@ SELECT
|
||||
AND adj_orderdate <= adj_shipdate
|
||||
GROUP BY
|
||||
plnt ---master data
|
||||
,promo
|
||||
,terms
|
||||
,remit_to --master data
|
||||
,bill_class --master data
|
||||
|
@ -46,7 +46,7 @@ SELECT
|
||||
,0::numeric(11,0) "fgent#" --0
|
||||
,0::numeric(9,0) "diinv#" --0
|
||||
,0::numeric(3,0) "dilin#" --0
|
||||
,null::text promo --history date mix
|
||||
,promo --history date mix
|
||||
,null::text return_reas --0
|
||||
,terms
|
||||
,''::text custpo --0
|
||||
@ -160,6 +160,7 @@ SELECT
|
||||
AND adj_orderdate <= adj_shipdate
|
||||
GROUP BY
|
||||
plnt ---master data
|
||||
,promo
|
||||
,terms
|
||||
,remit_to --master data
|
||||
,bill_class --master data
|
||||
|
@ -45,7 +45,7 @@ target AS (select target_vol vincr, target_prc pincr)
|
||||
,0::numeric(11,0) "fgent#" --0
|
||||
,0::numeric(9,0) "diinv#" --0
|
||||
,0::numeric(3,0) "dilin#" --0
|
||||
,null::text promo --history date mix
|
||||
,promo --history date mix
|
||||
,null::text return_reas --0
|
||||
,terms
|
||||
,''::text custpo --0
|
||||
@ -159,6 +159,7 @@ target AS (select target_vol vincr, target_prc pincr)
|
||||
AND adj_orderdate <= adj_shipdate
|
||||
GROUP BY
|
||||
plnt ---master data
|
||||
,promo
|
||||
,terms
|
||||
,remit_to --master data
|
||||
,bill_class --master data
|
||||
|
Loading…
Reference in New Issue
Block a user