update 1908121140
This commit is contained in:
BIN
app-new/# go to git 'app-new'.lnk
Normal file
BIN
app-new/# go to git 'app-new'.lnk
Normal file
Binary file not shown.
@@ -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" ' +
|
||||
|
||||
@@ -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],
|
||||
},
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user