From 006186626f66931947ecc42545920eff1788c772 Mon Sep 17 00:00:00 2001 From: Jon Rumsey Date: Wed, 17 Apr 2024 13:03:14 -0700 Subject: [PATCH 01/16] switch to commas. --- Bigfoot-Bib-Report-Initial.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Bigfoot-Bib-Report-Initial.html b/Bigfoot-Bib-Report-Initial.html index 0e0c13c..fde7156 100644 --- a/Bigfoot-Bib-Report-Initial.html +++ b/Bigfoot-Bib-Report-Initial.html @@ -95,7 +95,7 @@ document.getElementById('msgsubject').value = regulartitle; document.getElementById('MessageNumber').value = storedMsgNumber; var formatNoteText = - '* The entries in this email are TAB delimited. This allows you to copy and paste into a spreadsheet.'; + '* The entries in this email are comma delimited. This allows you to copy and paste into a spreadsheet.'; document.getElementById('FormatNote').value = formatNoteText; copyPreviousRecordFromLsToElement(); } @@ -126,7 +126,7 @@ document.getElementById('numlines').disabled = false; document.getElementById('numlines').value = '0'; var formatNoteText = - '* The entries in this email are TAB delimited. This allows you to copy and paste into a spreadsheet.'; + '* The entries in this email are comma delimited. This allows you to copy and paste into a spreadsheet.'; document.getElementById('FormatNote').value = formatNoteText; } @@ -388,13 +388,13 @@ return ( tRunner + - '\t' + + ', ' + action + - '\t' + + ', ' + newTime + - '\t' + + ', ' + doM + - '\t' + + ', ' + loc + '\n' + pTime @@ -518,9 +518,9 @@ // takes values stored in parseme hidden element, iterates through form elements and populates them with values function populateForm() { - console.log('entered populateForm function'); + // console.log('entered populateForm function'); const parseMeValue = JSON.parse(document.getElementById('parseme').value); - console.log('parseMeValue from hidden element', parseMeValue); + // console.log('parseMeValue from hidden element', parseMeValue); if (!Object.prototype.toString.call(parseMeValue) === '[object Object]') { console.log('parseme element value could not be parsed by JSON. Exiting function.'); return; @@ -963,7 +963,7 @@ + value="* The entries in this email are comma delimited. This allows you to copy and paste into a spreadsheet." /> @@ -1154,7 +1154,7 @@

The information that is sent via WinLink can be copied and pasted directly into an excel spreadsheet, - or saved to a file and then imported as a "Tab Delimited" file. + or saved to a file and then imported as a "Comma-Delimited" file.

The Subject Line will be formatted for you, for example: From ea913d82974ff73fc65242caf7f3e4ac181032ce Mon Sep 17 00:00:00 2001 From: Jon Rumsey Date: Thu, 25 Apr 2024 12:35:26 -0700 Subject: [PATCH 02/16] exploring many feature ideas at once. --- Bigfoot-Bib-Report-Initial.html | 959 ++++++++++++-------------------- 1 file changed, 359 insertions(+), 600 deletions(-) diff --git a/Bigfoot-Bib-Report-Initial.html b/Bigfoot-Bib-Report-Initial.html index 0e0c13c..ac89e68 100644 --- a/Bigfoot-Bib-Report-Initial.html +++ b/Bigfoot-Bib-Report-Initial.html @@ -13,27 +13,81 @@ Bigfoot Bib Tracker