exclude short ships and update notes on walk
This commit is contained in:
parent
99c9136580
commit
9584f8026a
@ -39,4 +39,10 @@ CI
|
||||
* adjust 2021 orders
|
||||
* integrate with 2020 open to get to 2021 sales (osm_stack)
|
||||
* 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 calc_status <> 'CANCELED'
|
||||
AND NOT (calc_status = 'CLOSED' AND flag = 'REMAINDER')
|
||||
GROUP BY
|
||||
o.fspr
|
||||
,plnt
|
||||
|
Loading…
Reference in New Issue
Block a user