alter scnaerio package for part, bill, ship

This commit is contained in:
Trowbridge 2019-03-18 16:02:45 -04:00
parent 7f5277546b
commit 191b735061
2 changed files with 10 additions and 9 deletions

View File

@ -33,6 +33,7 @@ Postgres.FirstRow = function (inSQL, args, inResponse) {
server.get('/', (req, res) => res.send('node.js express is up and running')) server.get('/', (req, res) => res.send('node.js express is up and running'))
server.get('/login', (req, res) => res.sendFile('//mnt/c/Users/PTrowbridge/Documents/forecast_api/msauth.html'))
server.get('/logs', (req, res) => res.sendFile('~/forecast_api/logs.html')) server.get('/logs', (req, res) => res.sendFile('~/forecast_api/logs.html'))

View File

@ -23,10 +23,10 @@ mseq AS (
--select * from mseq --select * from mseq
,base AS ( ,base AS (
SELECT SELECT
order_season --order_season
,order_month --,order_month
,version --,version
,iter --,iter
,part_descr ,part_descr
,bill_cust_descr ,bill_cust_descr
,ship_cust_descr ,ship_cust_descr
@ -37,10 +37,10 @@ FROM
WHERE WHERE
where_clause where_clause
GROUP BY GROUP BY
order_season --order_season
,order_month --,order_month
,version --,version
,iter --,iter
,part_descr ,part_descr
,bill_cust_descr ,bill_cust_descr
,ship_cust_descr ,ship_cust_descr