update 1908121140

This commit is contained in:
vkservicesllc
2019-08-12 11:40:57 -04:00
parent 7d739d58b0
commit 7d36589efb
16 changed files with 1615 additions and 21 deletions

Binary file not shown.

View File

@@ -17,7 +17,7 @@ for (var i = 2; i < 14; i++) {
}
list = list.concat(
'<li style="background: beige;"><a class="h" target="_blank" ' +
'<li><a class="h" target="_blank" ' +
'title="Open Google Drive folder' + String.fromCharCode(10) +
'containing all weeks' + String.fromCharCode(10) +
'starting Dec 10, 2017" ' +

View File

@@ -20,6 +20,22 @@ const monthlySpreadsheets = {
*/
// '2019-Sep': { repTabId: '',
//
// cards: {
// CL: ['', 1, 1, 1],
// CT: ['', 1, 1, 1],
// DE: ['', 1, 1, 1],
// },
//
// money_codes: {
// CL: ['', 1],
// CT: ['', 1],
// DE: ['', 1],
// },
//
// },
'2019-Aug': { repTabId: '250126383',
cards: {
@@ -45,7 +61,7 @@ const monthlySpreadsheets = {
},
money_codes: {
CL: ['1hnxrK1FrL_XcF4kExhVkqn1Btlfvc1s7B2p7E2WjA-A', 1],
CL: ['1hnxrK1FrL_XcF4kExhVkqn1Btlfvc1s7B2p7E2WjA-A', 0],
CT: ['1XQenYPKvzp1CcjgJQDkk8PCXcS5pktfF5NpONmcGN6Q', 0],
DE: ['', 1],
},

View File

@@ -31,22 +31,6 @@ function WeeklySpreadsheet(start, key) {
// Assistance
function Months() {
this.short = [
'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
];
// this.long = [
// 'January', 'February', 'March',
// 'April', 'May', 'June',
// 'July', 'August', 'September',
// 'October', 'November', 'December'
// ];
}
function addDays(date, days) {
return new Date(date.getTime() + days * 24 * 60 * 60 * 1000);
}

View File

@@ -2,6 +2,8 @@ const weeklySpreadsheets = [
// new WeeklySpreadsheet(start, key),
new WeeklySpreadsheet('08/18/2019', '10pE4i21Vlc8BMWp5-VH-txto-TRyu3XseSftX2TPPNo'),
new WeeklySpreadsheet('08/11/2019', '1BilCh60T3GrkAm4VxK0uGGq9fzuprVTIKPnf18_k_ws'),
new WeeklySpreadsheet('08/04/2019', '1JjKOJLGLIGJuq8a51pUu_4EMPkeSAVEYFpL8_rhhOdk'),