From 9584f8026a47cd3291e407d46f6a21ff441af0da Mon Sep 17 00:00:00 2001 From: pt Date: Mon, 24 Feb 2020 22:51:17 -0500 Subject: [PATCH] exclude short ships and update notes on walk --- README.md | 8 +++++++- build/build_forecast.sql | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6123956..8253912 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file + * show 2021 forecasted sales (need to update ship season so it is not null) + +Walk Issues +* canceled orders +* changed orders +* short ships +* exchange rates \ No newline at end of file diff --git a/build/build_forecast.sql b/build/build_forecast.sql index dacdb51..1eb0d7b 100644 --- a/build/build_forecast.sql +++ b/build/build_forecast.sql @@ -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