alter scnaerio package for part, bill, ship
This commit is contained in:
parent
7f5277546b
commit
191b735061
1
index.js
1
index.js
@ -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'))
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user