Commit Graph

603 Commits

Author SHA1 Message Date
e54b42bc83 work on mix change route 2025-04-06 01:45:44 -04:00
ce2fe219f4 commit: 2025-04-05 22:46:04 2025-04-05 22:46:04 -04:00
fb749ffde5 commit: 2025-04-05 21:06:09 2025-04-05 21:06:09 -04:00
2ffb052722 commit: 2025-04-05 21:05:57 2025-04-05 21:05:57 -04:00
1db8e4c8eb commit: 2025-04-05 15:27:01 2025-04-05 15:27:01 -04:00
66af258d7b commit: 2025-04-05 15:01:44 2025-04-05 15:01:44 -04:00
1990d69196 commit: 2025-04-05 15:00:39 2025-04-05 15:00:39 -04:00
da287484cd commit: 2025-04-05 14:59:07 2025-04-05 14:59:07 -04:00
e87caff7f6 save the tags and comments when converting the pool; debug and work on how to adjust mix as simply as possible 2025-04-05 14:04:09 -04:00
efba5e2a6d totals source 2025-04-04 15:51:53 -04:00
f0c8fe4de9 add samples to manually curl the webservice 2025-04-04 14:25:21 -04:00
db3dc8bc73 increment sql 2025-04-04 13:43:47 -04:00
77e1fc1f55 commit: 2025-04-03 16:32:36 2025-04-03 16:32:36 -04:00
6c41a4e928 commit: 2025-04-03 00:55:08 2025-04-03 00:55:08 -04:00
7c5c0b1134 cordone scripts related to pounds based forecast 2025-04-02 20:20:49 -04:00
2d24c9e0e5 commit: 2025-03-31 19:45:22 2025-03-31 19:45:22 -04:00
c46402c1cb commit: 2025-03-31 15:21:01 2025-03-31 15:21:01 -04:00
aa8367e6e7 commit: 2025-03-31 15:17:12 2025-03-31 15:17:12 -04:00
a5546ecea7 commit: 2025-03-31 15:12:57 2025-03-31 15:12:57 -04:00
89223b09dd commit: 2025-03-27 23:53:31 2025-03-27 23:53:31 -04:00
92f14f5726 snap season 2025-03-27 21:39:02 -04:00
4af21a1d65 add channel 2025-03-27 20:27:55 -04:00
d2f5f6bc51 commit: 2025-03-27 19:00:41 2025-03-27 19:00:41 -04:00
f54081f69d include guidance logic 2025-03-27 13:59:04 -04:00
eaba629002 only gross sales 2025-03-27 13:46:05 -04:00
4f675a62a3 aggregate to month level 2025-03-27 11:12:39 -04:00
c265917a56 fix gld join and snap dsm to be default rep 2025-03-26 22:37:29 -04:00
aa50440ec5 increase range 2025-03-26 22:22:33 -04:00
57adefbd4b updates 2025-03-26 22:12:57 -04:00
4edd2aee40 commit: 2025-03-20 02:09:17 2025-03-20 02:09:17 -04:00
1434021bfe commit: 2025-03-20 00:36:00 2025-03-20 00:36:00 -04:00
dde2e8d581 commit: 2025-03-20 00:35:32 2025-03-20 00:35:32 -04:00
f2f4dcedae commit: 2025-03-19 17:19:13 2025-03-19 17:19:13 -04:00
6b76d9d935 commit: 2025-03-19 15:42:11 2025-03-19 15:42:11 -04:00
2941e0f3a4 commit: 2025-03-19 15:31:38 2025-03-19 15:31:38 -04:00
2a6419b386 trim fs_line 2024-05-14 10:30:13 -04:00
b7309bb3f3 use the pounds from pool in case of fake parts 2024-05-14 09:06:24 -04:00
8fc5d0e689 round when moving to plan in case it was not already done 2024-05-14 08:51:42 -04:00
d9e78e285f lowercase kg 2024-05-14 08:49:23 -04:00
PhilRunninger
025b3b8c12 Update the minimum version number. 2024-04-01 18:09:24 -04:00
PhilRunninger
5033b753ff Make the obsolescence message work in and older version of node. 2024-04-01 18:06:23 -04:00
PhilRunninger
44dd489377 Use streamlined code to get pivot table key fields.
This allows me to get rid of unnecessary (and duplicated) code.
2024-04-01 17:54:09 -04:00
PhilRunninger
5b1333b8c1 Add file location of current workbook to obselescence message.
This is to help the user know where a functioning workbook (the one
they're currently in) needs to be located to continue working.
2024-04-01 17:52:02 -04:00
PhilRunninger
2df666a44f Allow getting the list of changes for director or segment pools. 2024-04-01 17:48:45 -04:00
PhilRunninger
2c46764be2 Updating the binary files recently changed. 2024-04-01 12:24:43 -04:00
PhilRunninger
1505221961 Limit who can use the Shipments sheet. 2024-04-01 12:24:14 -04:00
PhilRunninger
1cf13e4f57 Fix rounding of percent change. 2024-04-01 12:22:50 -04:00
PhilRunninger
ae6b21b197 Simplify parsing the (different) JSON sent to shift_ship_date.sql. 2024-04-01 12:07:30 -04:00
PhilRunninger
9933e66c77 Add code to do ship_date shifting. Workbook changes not finished yet. 2024-04-01 03:14:44 -04:00
PhilRunninger
22c2375f44 Add a mechanism to self-upgrade the workbook.
It's not completely seamless, but it should work adequately well. The
workbook (aka client) inserts the workbook version into the http request
body. The server code compares that version number against its minimum
supported client version.

If the client is too old, an error message is sent back to the client.

When the client receives the "Obsolete" error message, it launches the
https://<server>:<port>/template URL in the default browser, which
enables the user to save the downloaded new workbook file.
2024-03-22 18:33:04 -04:00