exclude short ships and update notes on walk
This commit is contained in:
parent
99c9136580
commit
9584f8026a
@ -40,3 +40,9 @@ CI
|
|||||||
* integrate with 2020 open to get to 2021 sales (osm_stack)
|
* integrate with 2020 open to get to 2021 sales (osm_stack)
|
||||||
* show 2021 forecasted order as forecast
|
* show 2021 forecasted order as forecast
|
||||||
* show 2021 forecasted sales (need to update ship season so it is not null)
|
* show 2021 forecasted sales (need to update ship season so it is not null)
|
||||||
|
|
||||||
|
Walk Issues
|
||||||
|
* canceled orders
|
||||||
|
* changed orders
|
||||||
|
* short ships
|
||||||
|
* exchange rates
|
@ -153,6 +153,7 @@ gld AS (
|
|||||||
)
|
)
|
||||||
AND fs_line = '41010'
|
AND fs_line = '41010'
|
||||||
AND calc_status <> 'CANCELED'
|
AND calc_status <> 'CANCELED'
|
||||||
|
AND NOT (calc_status = 'CLOSED' AND flag = 'REMAINDER')
|
||||||
GROUP BY
|
GROUP BY
|
||||||
o.fspr
|
o.fspr
|
||||||
,plnt
|
,plnt
|
||||||
|
Loading…
Reference in New Issue
Block a user