update 1910021012
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.
4
app-new/functions-min.js
vendored
Normal file
4
app-new/functions-min.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
$(document).ready(()=>{const ss=weeklySpreadsheets;var list='',uno='<th>CAROLINA LOGISTIC  <span>70830515178332</span></th>',dos='<th>CAROLINA TRANSPORTATION  <span>70830515178290</span></th>',tres='<th>DELTA EXPRESS  <span>70830515177576</span></th>',keys=Object.keys(monthlySpreadsheets);for(var i=2;i<9;i++){if(!ss.length||i==ss.length)break;list+='<li><a class="h" target="_blank" href="';list+='https://docs.google.com/spreadsheets/d/'+ss[i].key;list+='/edit#gid=1250765514">'+ss[i].setTitle()+'</a></li>'}
|
||||
list=list.concat('<li><a class="h" target="_blank" '+'title="Open Google Drive folder'+String.fromCharCode(10)+'containing all weeks'+String.fromCharCode(10)+'starting Dec 10, 2017" '+' href="https://drive.google.com/drive/folders/1MfNPealueJQJKTeV_J9iu9vCQr6qGPn1">'+'<span>... Entire History</span></a></li>');uno=extend(uno,'CL','Carolina Logistic, Inc');dos=extend(dos,'CT','Carolina Transportation, Inc');tres=extend(tres,'DE','Delta Express, Inc');$('#tH').html(ss[0].setTitle());$('#tC').html(ss[0].createAnchor('expense'));$('#tL').html(ss[0].createAnchor('payroll'));$('#bH').html(ss[1].setTitle());$('#bC').html(ss[1].createAnchor('expense'));$('#bL').html(ss[1].createAnchor('payroll'));$('#hist').html(list);$('#uno').html(uno);$('#dos').html(dos);$('#tres').html(tres);$('#repD').html(createRepD());function extend(row,key,title){var obj1=monthlySpreadsheets[keys[1]],obj2=monthlySpreadsheets[keys[0]],mon1=keys[1].split('-')[1],mon2=keys[0].split('-')[1],now=new Date,date=new Date(mon2+' 1, '+keys[1].split('-')[0]),active=now>=date,user1='<span>Helen</span>',user2='<span>Joyce</span>';const dropCardAnchor=(cardArr,mon,shouldUseActive)=>{if(cardArr[0]){let anchorHtml='<a class="h" target="_blank" title="'+title+'" href="https://docs.google.com/spreadsheets/d/'+cardArr[0];row+='<em>'+anchorHtml+'/edit#gid=686342087">';row+=(((shouldUseActive)?active:!0)&&cardArr[1])?mon+'</a>':'</a>'+mon;row+='</em> ';row+=anchorHtml+'/edit#gid=1995296890">';row+=(((shouldUseActive)?active:!0)&&cardArr[2])?user1+'</a>':'</a>'+user1;row+=' ';row+=anchorHtml+'/edit#gid=2117669368">';row+=(((shouldUseActive)?active:!0)&&cardArr[3])?user2+'</a>':'</a>'+user2}};const dropMcAnchor=(mcArr,mon,shouldUseActive)=>{if(mcArr[0]){row+='<a class="h" target="_blank" title="'+title;row+='" href="https://docs.google.com/spreadsheets/d/'+mcArr[0];row+='/edit#gid=1165085359">';row+=(((shouldUseActive)?active:!0)&&mcArr[1])?mon+'</a>':'</a>'+mon}}
|
||||
row+='<td>';dropCardAnchor(obj1.cards[key],mon1);row+='</td>';row+='<td>';dropCardAnchor(obj2.cards[key],mon2,!0);row+='</td>';row+='<td>';dropMcAnchor(obj1.money_codes[key],mon1);row+='</td>';row+='<td>';dropMcAnchor(obj2.money_codes[key],mon2,!0);row+='</td>';return row}
|
||||
function createRepD(){var el='Reporting Drivers',mon1=keys[0].split('-')[1],mon2=keys[1].split('-')[1],now=new Date,date=new Date(mon1+' 1, '+keys[1].split('-')[0]),showNew=now>=date,id=(showNew)?monthlySpreadsheets[keys[0]].repTabId:monthlySpreadsheets[keys[1]].repTabId,mon='<span>'+((showNew)?mon1:mon2)+'<span>';if(id)el='<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/'+'1b2g3BARa4ibqdqtTj5_IQoBSI8hp6A4R5A3bSbrfA58/edit?pli=1#gid='+id+'">'+el+' '+mon+'</a>';return el}})
|
||||
@@ -1,126 +1,130 @@
|
||||
const ss = weeklySpreadsheets;
|
||||
var list = '',
|
||||
uno = '<th>CAROLINA LOGISTIC  <span>70830515178332</span></th>',
|
||||
dos = '<th>CAROLINA TRANSPORTATION  <span>70830515178290</span></th>',
|
||||
tres = '<th>DELTA EXPRESS  <span>70830515177576</span></th>',
|
||||
keys = Object.keys(monthlySpreadsheets);
|
||||
$(document).ready( () => {
|
||||
|
||||
const ss = weeklySpreadsheets;
|
||||
var list = '',
|
||||
uno = '<th>CAROLINA LOGISTIC  <span>70830515178332</span></th>',
|
||||
dos = '<th>CAROLINA TRANSPORTATION  <span>70830515178290</span></th>',
|
||||
tres = '<th>DELTA EXPRESS  <span>70830515177576</span></th>',
|
||||
keys = Object.keys(monthlySpreadsheets);
|
||||
|
||||
|
||||
for (var i = 2; i < 14; i++) {
|
||||
for (var i = 2; i < 9; i++) {
|
||||
|
||||
if (!ss.length || i == ss.length) break;
|
||||
if (!ss.length || i == ss.length) break;
|
||||
|
||||
list += '<li><a class="h" target="_blank" href="';
|
||||
list += 'https://docs.google.com/spreadsheets/d/' + ss[i].key;
|
||||
list += '/edit#gid=1250765514">' + ss[i].setTitle() + '</a></li>'
|
||||
|
||||
}
|
||||
|
||||
list = list.concat(
|
||||
'<li><a class="h" target="_blank" ' +
|
||||
'title="Open Google Drive folder' + String.fromCharCode(10) +
|
||||
'containing all weeks' + String.fromCharCode(10) +
|
||||
'starting Dec 10, 2017" ' +
|
||||
' href="https://drive.google.com/drive/folders/1MfNPealueJQJKTeV_J9iu9vCQr6qGPn1">' +
|
||||
'<span>... Entire History</span></a></li>'
|
||||
);
|
||||
|
||||
uno = extend(uno, 'CL', 'Carolina Logistic, Inc');
|
||||
dos = extend(dos, 'CT', 'Carolina Transportation, Inc');
|
||||
tres = extend(tres, 'DE', 'Delta Express, Inc');
|
||||
|
||||
|
||||
document.getElementById('tH').innerHTML = ss[0].setTitle();
|
||||
document.getElementById('tC').innerHTML = ss[0].createAnchor('expense');
|
||||
document.getElementById('tL').innerHTML = ss[0].createAnchor('payroll');
|
||||
|
||||
document.getElementById('bH').innerHTML = ss[1].setTitle();
|
||||
document.getElementById('bC').innerHTML = ss[1].createAnchor('expense');
|
||||
document.getElementById('bL').innerHTML = ss[1].createAnchor('payroll');
|
||||
|
||||
document.getElementById('hist').innerHTML = list;
|
||||
|
||||
document.getElementById('uno').innerHTML = uno;
|
||||
document.getElementById('dos').innerHTML = dos;
|
||||
document.getElementById('tres').innerHTML = tres;
|
||||
|
||||
document.getElementById('repD').innerHTML = createRepD();
|
||||
|
||||
|
||||
function extend(row, key, title) {
|
||||
|
||||
var obj1 = monthlySpreadsheets[keys[1]],
|
||||
obj2 = monthlySpreadsheets[keys[0]],
|
||||
mon1 = keys[1].split('-')[1],
|
||||
mon2 = keys[0].split('-')[1],
|
||||
now = new Date,
|
||||
date = new Date(mon2 + ' 1, ' + keys[1].split('-')[0]),
|
||||
active = now >= date,
|
||||
user1 = '<span>Helen</span>',
|
||||
user2 = '<span>Joyce</span>';
|
||||
|
||||
const dropCardAnchor = (cardArr, mon, shouldUseActive) => {
|
||||
|
||||
if (cardArr[0]) {
|
||||
|
||||
let anchorHtml = '<a class="h" target="_blank" title="' + title +
|
||||
'" href="https://docs.google.com/spreadsheets/d/' + cardArr[0];
|
||||
|
||||
row += '<em>' + anchorHtml + '/edit#gid=686342087">';
|
||||
row += (((shouldUseActive) ? active : true) && cardArr[1]) ? mon + '</a>' : '</a>' + mon;
|
||||
row += '</em> ';
|
||||
|
||||
row += anchorHtml + '/edit#gid=1995296890">';
|
||||
row += (((shouldUseActive) ? active : true) && cardArr[2]) ? user1 + '</a>' : '</a>' + user1;
|
||||
|
||||
row += ' ';
|
||||
|
||||
row += anchorHtml + '/edit#gid=2117669368">';
|
||||
row += (((shouldUseActive) ? active : true) && cardArr[3]) ? user2 + '</a>' : '</a>' + user2;
|
||||
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
const dropMcAnchor = (mcArr, mon, shouldUseActive) => {
|
||||
|
||||
if (mcArr[0]) {
|
||||
|
||||
row += '<a class="h" target="_blank" title="' + title;
|
||||
row += '" href="https://docs.google.com/spreadsheets/d/' + mcArr[0];
|
||||
row += '/edit#gid=1165085359">';
|
||||
|
||||
row += (((shouldUseActive) ? active : true) && mcArr[1]) ? mon + '</a>' : '</a>' + mon;
|
||||
|
||||
}
|
||||
list += '<li><a class="h" target="_blank" href="';
|
||||
list += 'https://docs.google.com/spreadsheets/d/' + ss[i].key;
|
||||
list += '/edit#gid=1250765514">' + ss[i].setTitle() + '</a></li>'
|
||||
|
||||
}
|
||||
|
||||
row += '<td>'; dropCardAnchor(obj1.cards[key], mon1); row += '</td>';
|
||||
row += '<td>'; dropCardAnchor(obj2.cards[key], mon2, true); row += '</td>';
|
||||
list = list.concat(
|
||||
'<li><a class="h" target="_blank" ' +
|
||||
'title="Open Google Drive folder' + String.fromCharCode(10) +
|
||||
'containing all weeks' + String.fromCharCode(10) +
|
||||
'starting Dec 10, 2017" ' +
|
||||
' href="https://drive.google.com/drive/folders/1MfNPealueJQJKTeV_J9iu9vCQr6qGPn1">' +
|
||||
'<span>... Entire History</span></a></li>'
|
||||
);
|
||||
|
||||
row += '<td>'; dropMcAnchor(obj1.money_codes[key], mon1); row += '</td>';
|
||||
row += '<td>'; dropMcAnchor(obj2.money_codes[key], mon2, true); row += '</td>';
|
||||
uno = extend(uno, 'CL', 'Carolina Logistic, Inc');
|
||||
dos = extend(dos, 'CT', 'Carolina Transportation, Inc');
|
||||
tres = extend(tres, 'DE', 'Delta Express, Inc');
|
||||
|
||||
return row;
|
||||
|
||||
}
|
||||
$('#tH').html(ss[0].setTitle());
|
||||
$('#tC').html(ss[0].createAnchor('expense'));
|
||||
$('#tL').html(ss[0].createAnchor('payroll'));
|
||||
|
||||
function createRepD() {
|
||||
$('#bH').html(ss[1].setTitle());
|
||||
$('#bC').html(ss[1].createAnchor('expense'));
|
||||
$('#bL').html(ss[1].createAnchor('payroll'));
|
||||
|
||||
var el = 'Reporting Drivers',
|
||||
mon1 = keys[0].split('-')[1],
|
||||
mon2 = keys[1].split('-')[1],
|
||||
now = new Date,
|
||||
date = new Date(mon1 + ' 1, ' + keys[1].split('-')[0]),
|
||||
showNew = now >= date,
|
||||
id = (showNew) ? monthlySpreadsheets[keys[0]].repTabId : monthlySpreadsheets[keys[1]].repTabId,
|
||||
mon = '<span>' + ((showNew) ? mon1 : mon2) + '<span>';
|
||||
$('#hist').html(list);
|
||||
|
||||
if (id) el = '<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/' +
|
||||
'1b2g3BARa4ibqdqtTj5_IQoBSI8hp6A4R5A3bSbrfA58/edit?pli=1#gid=' + id + '">' +
|
||||
el + ' ' + mon + '</a>';
|
||||
$('#uno').html(uno);
|
||||
$('#dos').html(dos);
|
||||
$('#tres').html(tres);
|
||||
|
||||
return el;
|
||||
$('#repD').html(createRepD());
|
||||
|
||||
}
|
||||
|
||||
function extend(row, key, title) {
|
||||
|
||||
var obj1 = monthlySpreadsheets[keys[1]],
|
||||
obj2 = monthlySpreadsheets[keys[0]],
|
||||
mon1 = keys[1].split('-')[1],
|
||||
mon2 = keys[0].split('-')[1],
|
||||
now = new Date,
|
||||
date = new Date(mon2 + ' 1, ' + keys[1].split('-')[0]),
|
||||
active = now >= date,
|
||||
user1 = '<span>Helen</span>',
|
||||
user2 = '<span>Joyce</span>';
|
||||
|
||||
const dropCardAnchor = (cardArr, mon, shouldUseActive) => {
|
||||
|
||||
if (cardArr[0]) {
|
||||
|
||||
let anchorHtml = '<a class="h" target="_blank" title="' + title +
|
||||
'" href="https://docs.google.com/spreadsheets/d/' + cardArr[0];
|
||||
|
||||
row += '<em>' + anchorHtml + '/edit#gid=686342087">';
|
||||
row += (((shouldUseActive) ? active : true) && cardArr[1]) ? mon + '</a>' : '</a>' + mon;
|
||||
row += '</em> ';
|
||||
|
||||
row += anchorHtml + '/edit#gid=1995296890">';
|
||||
row += (((shouldUseActive) ? active : true) && cardArr[2]) ? user1 + '</a>' : '</a>' + user1;
|
||||
|
||||
row += ' ';
|
||||
|
||||
row += anchorHtml + '/edit#gid=2117669368">';
|
||||
row += (((shouldUseActive) ? active : true) && cardArr[3]) ? user2 + '</a>' : '</a>' + user2;
|
||||
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
const dropMcAnchor = (mcArr, mon, shouldUseActive) => {
|
||||
|
||||
if (mcArr[0]) {
|
||||
|
||||
row += '<a class="h" target="_blank" title="' + title;
|
||||
row += '" href="https://docs.google.com/spreadsheets/d/' + mcArr[0];
|
||||
row += '/edit#gid=1165085359">';
|
||||
|
||||
row += (((shouldUseActive) ? active : true) && mcArr[1]) ? mon + '</a>' : '</a>' + mon;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
row += '<td>'; dropCardAnchor(obj1.cards[key], mon1); row += '</td>';
|
||||
row += '<td>'; dropCardAnchor(obj2.cards[key], mon2, true); row += '</td>';
|
||||
|
||||
row += '<td>'; dropMcAnchor(obj1.money_codes[key], mon1); row += '</td>';
|
||||
row += '<td>'; dropMcAnchor(obj2.money_codes[key], mon2, true); row += '</td>';
|
||||
|
||||
return row;
|
||||
|
||||
}
|
||||
|
||||
function createRepD() {
|
||||
|
||||
var el = 'Reporting Drivers',
|
||||
mon1 = keys[0].split('-')[1],
|
||||
mon2 = keys[1].split('-')[1],
|
||||
now = new Date,
|
||||
date = new Date(mon1 + ' 1, ' + keys[1].split('-')[0]),
|
||||
showNew = now >= date,
|
||||
id = (showNew) ? monthlySpreadsheets[keys[0]].repTabId : monthlySpreadsheets[keys[1]].repTabId,
|
||||
mon = '<span>' + ((showNew) ? mon1 : mon2) + '<span>';
|
||||
|
||||
if (id) el = '<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/' +
|
||||
'1b2g3BARa4ibqdqtTj5_IQoBSI8hp6A4R5A3bSbrfA58/edit?pli=1#gid=' + id + '">' +
|
||||
el + ' ' + mon + '</a>';
|
||||
|
||||
return el;
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
4
app-new/mc-owners-func-min.js
vendored
Normal file
4
app-new/mc-owners-func-min.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
$(document).ready(()=>{const companies=getCompanies();const pad='style="padding: 12px 54px;">',hPad='<th '+pad,dPad='<td '+pad;let table='<tr id="hdr">'+hPad+'Company</th>'+hPad+'Period 1</th>'+hPad+'Period 2</th></tr>';let compKeys=Object.keys(companies),mKeys=Object.keys(monthlySpreadsheets),lastPeriod=mKeys[0],lastMonth=lastPeriod.split('-')[1],lastYear=lastPeriod.split('-')[0],active=new Date>=new Date(lastMonth+' 1, '+lastYear),period1=monthlySpreadsheets[mKeys[1]],period2=monthlySpreadsheets[lastPeriod];for(let i=0;i<compKeys.length;i++){let sideHeader=hPad+companies[compKeys[i]]+'</th>',data1=period1[compKeys[i]],data2=period2[compKeys[i]];let anchor1='<td></td>',anchor2='<td></td>';let title=sideHeader.split('>')[1].split('<')[0].trim();if(data1&&data1[0]){let monYr=mKeys[1].split('-')[1]+' '+mKeys[1].split('-')[0];anchor1=dPad+'<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/';anchor1+=data1[0]+'/edit#gid=1165085359" title="'+title+'">';anchor1+=(data1[1])?monYr+'</a>':'</a>'+monYr;anchor1+='</td>'}
|
||||
if(data2&&data2[0]){let monYr=lastMonth+' '+lastYear;anchor2=dPad+'<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/';anchor2+=data2[0]+'/edit#gid=1165085359" title="'+title+'">';anchor2+=(data2[1]&&active)?monYr+'</a>':'</a>'+monYr;anchor2+='</td>'}
|
||||
if(anchor1=='<td></td>'&&anchor2=='<td></td>')sideHeader=sideHeader.replace('<th ','<th class="redundant" ');table+='<tr>'+sideHeader+anchor1+anchor2+'</tr>'}
|
||||
$('#omcMon').html(table)})
|
||||
@@ -1,65 +1,58 @@
|
||||
const companies = {
|
||||
$(document).ready( () => {
|
||||
|
||||
'CLs': 'CAROLINA LOGISTICS, Inc <span>70830516181943</span>',
|
||||
'DE': 'DELTA EXPRESS, Inc <span>70830515177576</span>',
|
||||
'DL': 'DELTA LOGISTICS, Inc <span>70830517302592</span>',
|
||||
'OT': 'ONTRACK TRANSPORTATION, Inc <span>70830517305886</span>',
|
||||
'PT': 'PRECISE TRANSPORTATION, Inc <span>70830517302433</span>',
|
||||
const companies = getCompanies();
|
||||
|
||||
'DES': 'DELTA EXPRESS SERVICES, Inc <span></span>',
|
||||
'RT': 'RAINIER TRANSPORTATION, Inc <span>70830517307425</span>',
|
||||
const pad = 'style="padding: 12px 54px;">',
|
||||
hPad = '<th ' + pad, dPad = '<td ' + pad;
|
||||
let table = '<tr id="hdr">' + hPad + 'Company</th>' + hPad + 'Period 1</th>' + hPad + 'Period 2</th></tr>';
|
||||
|
||||
};
|
||||
let compKeys = Object.keys(companies),
|
||||
mKeys = Object.keys(monthlySpreadsheets),
|
||||
lastPeriod = mKeys[0],
|
||||
lastMonth = lastPeriod.split('-')[1],
|
||||
lastYear = lastPeriod.split('-')[0],
|
||||
active = new Date >= new Date(lastMonth + ' 1, ' + lastYear),
|
||||
period1 = monthlySpreadsheets[mKeys[1]],
|
||||
period2 = monthlySpreadsheets[lastPeriod];
|
||||
|
||||
const pad = 'style="padding: 12px 54px;">',
|
||||
hPad = '<th ' + pad, dPad = '<td ' + pad;
|
||||
let table = '<tr id="hdr">' + hPad + 'Company</th>' + hPad + 'Period 1</th>' + hPad + 'Period 2</th></tr>';
|
||||
for (let i = 0; i < compKeys.length; i++) {
|
||||
|
||||
let compKeys = Object.keys(companies),
|
||||
mKeys = Object.keys(monthlySpreadsheets),
|
||||
lastPeriod = mKeys[0],
|
||||
lastMonth = lastPeriod.split('-')[1],
|
||||
lastYear = lastPeriod.split('-')[0],
|
||||
active = new Date >= new Date(lastMonth + ' 1, ' + lastYear),
|
||||
period1 = monthlySpreadsheets[mKeys[1]],
|
||||
period2 = monthlySpreadsheets[lastPeriod];
|
||||
let sideHeader = hPad + companies[compKeys[i]] + '</th>',
|
||||
data1 = period1[compKeys[i]],
|
||||
data2 = period2[compKeys[i]];
|
||||
|
||||
for (let i = 0; i < compKeys.length; i++) {
|
||||
let anchor1 = '<td></td>', anchor2 = '<td></td>';
|
||||
|
||||
let sideHeader = hPad + companies[compKeys[i]] + '</th>',
|
||||
data1 = period1[compKeys[i]],
|
||||
data2 = period2[compKeys[i]];
|
||||
let title = sideHeader.split('>')[1].split('<')[0].trim();
|
||||
|
||||
let anchor1 = '<td></td>', anchor2 = '<td></td>';
|
||||
if (data1 && data1[0]) {
|
||||
|
||||
let title = sideHeader.split('>')[1].split('<')[0].trim();
|
||||
let monYr = mKeys[1].split('-')[1] + ' ' + mKeys[1].split('-')[0];
|
||||
|
||||
if (data1 && data1[0]) {
|
||||
anchor1 = dPad + '<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/';
|
||||
anchor1 += data1[0] + '/edit#gid=1165085359" title="' + title + '">';
|
||||
anchor1 += (data1[1]) ? monYr + '</a>' : '</a>' + monYr;
|
||||
anchor1 += '</td>';
|
||||
|
||||
let monYr = mKeys[1].split('-')[1] + ' ' + mKeys[1].split('-')[0];
|
||||
}
|
||||
|
||||
anchor1 = dPad + '<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/';
|
||||
anchor1 += data1[0] + '/edit#gid=1165085359" title="' + title + '">';
|
||||
anchor1 += (data1[1]) ? monYr + '</a>' : '</a>' + monYr;
|
||||
anchor1 += '</td>';
|
||||
if (data2 && data2[0]) {
|
||||
|
||||
let monYr = lastMonth + ' ' + lastYear;
|
||||
|
||||
anchor2 = dPad + '<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/';
|
||||
anchor2 += data2[0] + '/edit#gid=1165085359" title="' + title + '">';
|
||||
anchor2 += (data2[1] && active) ? monYr + '</a>' : '</a>' + monYr;
|
||||
anchor2 += '</td>';
|
||||
|
||||
}
|
||||
|
||||
if (anchor1 == '<td></td>' && anchor2 == '<td></td>') sideHeader = sideHeader.replace('<th ', '<th class="redundant" ');
|
||||
|
||||
table += '<tr>' + sideHeader + anchor1 + anchor2 + '</tr>'
|
||||
|
||||
}
|
||||
|
||||
if (data2 && data2[0]) {
|
||||
$('#omcMon').html(table);
|
||||
|
||||
let monYr = lastMonth + ' ' + lastYear;
|
||||
|
||||
anchor2 = dPad + '<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/';
|
||||
anchor2 += data2[0] + '/edit#gid=1165085359" title="' + title + '">';
|
||||
anchor2 += (data2[1] && active) ? monYr + '</a>' : '</a>' + monYr;
|
||||
anchor2 += '</td>';
|
||||
|
||||
}
|
||||
|
||||
if (anchor1 == '<td></td>' && anchor2 == '<td></td>') sideHeader = sideHeader.replace('<th ', '<th class="redundant" ');
|
||||
|
||||
table += '<tr>' + sideHeader + anchor1 + anchor2 + '</tr>'
|
||||
|
||||
}
|
||||
|
||||
document.getElementById('omcMon').innerHTML = table;
|
||||
});
|
||||
|
||||
@@ -55,3 +55,25 @@ const monthlySpreadsheets = {
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
||||
const getCompanies = () => {
|
||||
|
||||
return {
|
||||
|
||||
'CLs': 'CAROLINA LOGISTICS, Inc <span>70830516181943</span>',
|
||||
'DE': 'DELTA EXPRESS, Inc <span>70830515177576</span>',
|
||||
'DL': 'DELTA LOGISTICS, Inc <span>70830517302592</span>',
|
||||
'OT': 'ONTRACK TRANSPORTATION, Inc <span>70830517305886</span>',
|
||||
'PT': 'PRECISE TRANSPORTATION, Inc <span>70830517302433</span>',
|
||||
|
||||
'DES': 'DELTA EXPRESS SERVICES, Inc <span></span>',
|
||||
'RT': 'RAINIER TRANSPORTATION, Inc <span>70830517307425</span>',
|
||||
|
||||
// 'AE': 'ALPHA EXPRESS, Inc <span></span>',
|
||||
// 'HH': 'HUGO HUNTER, Inc <span></span>',
|
||||
// 'CDT': 'CAROLINA DUMP TRUCKING, Inc <span></span>',
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
@@ -21,7 +21,7 @@ const date_time = id => {
|
||||
year + '   ' + h + ':' + m + ':' + s +
|
||||
'<span style="font-style: oblique;">US Eastern Standard Time</span>';
|
||||
|
||||
document.getElementById(id).innerHTML = result;
|
||||
$(`#${id}`).html(result);
|
||||
|
||||
setTimeout('date_time("' + id + '");', 1000);
|
||||
|
||||
|
||||
242
js/misc.js
242
js/misc.js
@@ -1,123 +1,127 @@
|
||||
const shortcuts =
|
||||
`<legend>Shortcuts</legend>
|
||||
<table class="shcuts1">
|
||||
<tr>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://drive.google.com/drive/folders/1HLWwjjp85TrvblKI65Z0PkI8ze4cSWMW">
|
||||
+ Add WORKSHEET</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://drive.google.com/drive/u/0/folders/0BxIwWlTHHQp7fjF4VVpZZzNhUzJsMk9XZlQxN09DRkhVZVcwcnFUUGJkN0VKRWJhNUh1V0U">
|
||||
Scans</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://drive.google.com/drive/u/0/folders/0BxIwWlTHHQp7fmJYa21WcTMxUDBxakZtXzl3N0o5SGpvUlRxWFVrZmZXblVhdFl6NW42R2c">
|
||||
Expense</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1vInI27Gj3mI0dz--03pbZt4TtuGdF_DZPNPVR5Vc3jM/edit#gid=0">
|
||||
Document Submission</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1wODl9QHnhej3ySdV110MpQvL0tNIr9IQbLqlDXOvTkM/edit#gid=0">
|
||||
Payroll List</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1OxJYhP2azeOHKGmkaNLxv2IuBjLoAZbTncOJsliwdzc/edit#gid=1592335978">
|
||||
Students</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="shcuts2">
|
||||
<tr>
|
||||
<td id='repD'></td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1QOqM8xouEbOFxn_Ktenx_LGB2AzBEnfFrxOisSKzSkg/edit?ts=567805bc#gid=0">
|
||||
Truck/Trailer Breakdown</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1SgC9L_M-5FNgvXV5hQJJQ4AggehmPo9ipB5Z1aHK_V0/edit?ts=5a4beef8#gid=0">
|
||||
DEF Tracker</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1FsrNZ2zATp2nF8ctbkhOf8fUllA4-C8370-UkNnRrm0/edit?pli=1#gid=0">
|
||||
Rate List</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1XIJ5TR1zuEODW8CRWTSd2QNNlyYexa5OwGLoVvnMmnk/edit#gid=1229815017">
|
||||
Towing</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/u/1/d/1jegJ8tzV45X7U0jAdHurdhE8rWrO8891h23fB-x1NLw/htmlview?sle=true#">
|
||||
Phone List</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>`;
|
||||
$( () => {
|
||||
|
||||
const additional =
|
||||
`<legend>Additional Tools (West Coast Only)</legend>
|
||||
<table class="tools">
|
||||
<tr>
|
||||
<td><a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1AoyXGtUIOiGq9siawF-WnBP4XgVgur-wWRgyilM0j2A/edit?ts=5a673d3b#gid=1558692306">
|
||||
Detention Board</a></td>
|
||||
<td><a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/173n-J5qtZKtqg4MHOZ3oUFgJo9ZmVzjFs2Zxn8Nbdug/edit?ts=5a673d8d#gid=90">
|
||||
West Coast Board</a></td>
|
||||
<td><a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1y82rNeg66Hh9DIduNXj0fTeIErlJn7B0Xe4-s59RHq4/edit?ts=5a673d99#gid=1275085378">
|
||||
West Coast AVG Rates</a></td>
|
||||
</tr>
|
||||
</table>`;
|
||||
const shortcuts =
|
||||
`<legend>Shortcuts</legend>
|
||||
<table class="shcuts1">
|
||||
<tr>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://drive.google.com/drive/folders/1HLWwjjp85TrvblKI65Z0PkI8ze4cSWMW">
|
||||
+ Add WORKSHEET</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://drive.google.com/drive/u/0/folders/0BxIwWlTHHQp7fjF4VVpZZzNhUzJsMk9XZlQxN09DRkhVZVcwcnFUUGJkN0VKRWJhNUh1V0U">
|
||||
Scans</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://drive.google.com/drive/u/0/folders/0BxIwWlTHHQp7fmJYa21WcTMxUDBxakZtXzl3N0o5SGpvUlRxWFVrZmZXblVhdFl6NW42R2c">
|
||||
Expense</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1vInI27Gj3mI0dz--03pbZt4TtuGdF_DZPNPVR5Vc3jM/edit#gid=0">
|
||||
Document Submission</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1wODl9QHnhej3ySdV110MpQvL0tNIr9IQbLqlDXOvTkM/edit#gid=0">
|
||||
Payroll List</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1OxJYhP2azeOHKGmkaNLxv2IuBjLoAZbTncOJsliwdzc/edit#gid=1592335978">
|
||||
Students</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="shcuts2">
|
||||
<tr>
|
||||
<td id='repD'></td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1QOqM8xouEbOFxn_Ktenx_LGB2AzBEnfFrxOisSKzSkg/edit?ts=567805bc#gid=0">
|
||||
Truck/Trailer Breakdown</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1SgC9L_M-5FNgvXV5hQJJQ4AggehmPo9ipB5Z1aHK_V0/edit?ts=5a4beef8#gid=0">
|
||||
DEF Tracker</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1FsrNZ2zATp2nF8ctbkhOf8fUllA4-C8370-UkNnRrm0/edit?pli=1#gid=0">
|
||||
Rate List</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1XIJ5TR1zuEODW8CRWTSd2QNNlyYexa5OwGLoVvnMmnk/edit#gid=1229815017">
|
||||
Towing</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/u/1/d/1jegJ8tzV45X7U0jAdHurdhE8rWrO8891h23fB-x1NLw/htmlview?sle=true#">
|
||||
Phone List</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>`;
|
||||
|
||||
const shortcuts2 =
|
||||
`<legend>Shortcuts</legend>
|
||||
<table class="shcuts1">
|
||||
<tr>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/u/1/d/1jegJ8tzV45X7U0jAdHurdhE8rWrO8891h23fB-x1NLw/htmlview?sle=true#">
|
||||
Phone List</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/19koCtNrSbUujxfcZfqA5ZCHCvkPCvgw7-lUaK0gBQNU/edit?ts=5a79d31c#gid=0">
|
||||
Global Board 1</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1lWaqBNQXaqhoQXOUGn2mjFpzjqm7B1JHjuSzGOcJgSg/edit?ts=5a79d2fd#gid=0">
|
||||
Global Board 2</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1vWEz3xsbWCoVAF44S9rTAZXMQKRfAi7A49c-QFxJA1g/edit?ts=5a79e18d#gid=0">
|
||||
Global Board 3</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1C1cEGyX7NKElc7IM1lhGZlw2W6dKH92uy5yElLKj6Vs/edit#gid=814976157">
|
||||
Money Codes <span>CL/CT</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>`;
|
||||
const additional =
|
||||
`<legend>Additional Tools (West Coast Only)</legend>
|
||||
<table class="tools">
|
||||
<tr>
|
||||
<td><a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1AoyXGtUIOiGq9siawF-WnBP4XgVgur-wWRgyilM0j2A/edit?ts=5a673d3b#gid=1558692306">
|
||||
Detention Board</a></td>
|
||||
<td><a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/173n-J5qtZKtqg4MHOZ3oUFgJo9ZmVzjFs2Zxn8Nbdug/edit?ts=5a673d8d#gid=90">
|
||||
West Coast Board</a></td>
|
||||
<td><a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1y82rNeg66Hh9DIduNXj0fTeIErlJn7B0Xe4-s59RHq4/edit?ts=5a673d99#gid=1275085378">
|
||||
West Coast AVG Rates</a></td>
|
||||
</tr>
|
||||
</table>`;
|
||||
|
||||
setInnerHtml('shortcuts', shortcuts);
|
||||
setInnerHtml('additional', additional);
|
||||
setInnerHtml('shortcuts2', shortcuts2);
|
||||
const shortcuts2 =
|
||||
`<legend>Shortcuts</legend>
|
||||
<table class="shcuts1">
|
||||
<tr>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/u/1/d/1jegJ8tzV45X7U0jAdHurdhE8rWrO8891h23fB-x1NLw/htmlview?sle=true#">
|
||||
Phone List</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/19koCtNrSbUujxfcZfqA5ZCHCvkPCvgw7-lUaK0gBQNU/edit?ts=5a79d31c#gid=0">
|
||||
Global Board 1</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1lWaqBNQXaqhoQXOUGn2mjFpzjqm7B1JHjuSzGOcJgSg/edit?ts=5a79d2fd#gid=0">
|
||||
Global Board 2</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1vWEz3xsbWCoVAF44S9rTAZXMQKRfAi7A49c-QFxJA1g/edit?ts=5a79e18d#gid=0">
|
||||
Global Board 3</a>
|
||||
</td>
|
||||
<td>
|
||||
<a class="h" target="_blank"
|
||||
href="https://docs.google.com/spreadsheets/d/1C1cEGyX7NKElc7IM1lhGZlw2W6dKH92uy5yElLKj6Vs/edit#gid=814976157">
|
||||
Money Codes <span>CL/CT</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>`;
|
||||
|
||||
function setInnerHtml(id, content) {
|
||||
var el = document.getElementById(id);
|
||||
if (el) el.innerHTML = content;
|
||||
}
|
||||
setInnerHtml('shortcuts', shortcuts);
|
||||
setInnerHtml('additional', additional);
|
||||
setInnerHtml('shortcuts2', shortcuts2);
|
||||
|
||||
function setInnerHtml(id, content) {
|
||||
var $el = $(`#${id}`);
|
||||
if ($el) $el.html(content);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
472
js/nav.js
472
js/nav.js
@@ -1,223 +1,249 @@
|
||||
document.getElementById('top').innerHTML =
|
||||
`<ul class="sub1">
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://www.tch.com/security/logon.jsp">
|
||||
EFS</a>
|
||||
</li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://www.dropbox.com/home">
|
||||
Dropbox</a>
|
||||
</li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://drive.google.com/drive/my-drive">
|
||||
G-Drive</a>
|
||||
</li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://mail.google.com/mail/u/0/#inbox">
|
||||
Gmail <em>Prim</em></a>
|
||||
<ul class="sub2">
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://mail.google.com/mail/u/1/#inbox">
|
||||
Gmail <em>Sec</em></a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://mail.google.com/mail/u/2/#inbox">
|
||||
Gmail <em>Ter</em></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://hangouts.google.com/">
|
||||
Hangouts <em>Prim</em></a>
|
||||
<ul class="sub2">
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://hangouts.google.com/?authuser=1">
|
||||
Hangouts <em>Sec</em></a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://hangouts.google.com/?authuser=2">
|
||||
Hangouts <em>Ter</em></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://www.google.com/maps/@35.5710764,-82.5803167,12z">
|
||||
G-Maps</a>
|
||||
</li>
|
||||
<li><a class="dropdown"
|
||||
href="">
|
||||
Tracking Apps ▾</a>
|
||||
<ul class="sub2">
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://transportation.us.spireon.com/home/signin">
|
||||
FleetLocate</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://track.rpmdispatch.com/v2/#!/login">
|
||||
<em>New</em></a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://track.rpmdispatch.com/user/login#!/login">
|
||||
<em>Old</em></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="dropdown"
|
||||
href="">
|
||||
RPM ▾</a>
|
||||
<ul class="sub2">
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="http://rpmcarolina.com/default.aspx">
|
||||
CL</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://rpmdispatch.pinghq.com/">
|
||||
CL(R)</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="http://www.rpmowners.com/default.aspx">
|
||||
CT</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="http://dispatchdelta.com/default.aspx">
|
||||
DE</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="dropdown"
|
||||
href="">
|
||||
+ New ▾</a>
|
||||
<ul class="sub2">
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://drive.google.com/drive/folders/1GuP0ad8znZxIZ34fzsqW000x7SMYFovH">
|
||||
URLs(W)</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://drive.google.com/drive/folders/10GJhehRuVkQsMlXS3NEV5ymEV74bgVYo">
|
||||
EFSC(M)</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://drive.google.com/drive/folders/1S01wzvFY7Qb2AWeJDa5iB0L5Gdydjqh6">
|
||||
MC(M)</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="dropdown"
|
||||
href="">
|
||||
Database ▾</a>
|
||||
<ul class="sub2 right">
|
||||
<li><a target="_blank" class="bl e"
|
||||
href="">
|
||||
Fleet ▸</a>
|
||||
<ul class="sub3 left">
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1W_uZrNoAIvL3HoWrdfbfGAyNC1gSiqqEvN_JV3gS9Eg/edit#gid=709800642">
|
||||
Companies</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1W_uZrNoAIvL3HoWrdfbfGAyNC1gSiqqEvN_JV3gS9Eg/edit#gid=1647351910">
|
||||
Units</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1nPg7IBUkiZQD8gyEcsn2N0ohKWavZcp4h9ATOpJvvak/edit#gid=1639097179">
|
||||
Units <em>Dist</em></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a target="_blank" class="bl e"
|
||||
href="">
|
||||
People ▸</a>
|
||||
<ul class="sub4 left">
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=2023496076">
|
||||
Contractors</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1W_uZrNoAIvL3HoWrdfbfGAyNC1gSiqqEvN_JV3gS9Eg/edit#gid=1909787109">
|
||||
Employees</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1vbXFRl_n_1ylQvThBBCas_VddiLreLIq5oJ3enjAWfE/edit#gid=1376527364">
|
||||
EFS Users</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a target="_blank" class="bl e"
|
||||
href="">
|
||||
Rates ▸</a>
|
||||
<ul class="sub5 left">
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=766944046">
|
||||
Basic</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=643630212">
|
||||
Canada</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=702297004">
|
||||
Regular Stops</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=1091142582">
|
||||
Extra Stops</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=1270985435">
|
||||
Towing</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=2102185617">
|
||||
Bonuses</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=916575852">
|
||||
Charges <span>&</span> Company Reimbursement</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a target="_blank" class="bl e"
|
||||
href="">
|
||||
HR ▸</a>
|
||||
<ul class="sub6 left">
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1Kbtbl37ZrixrErzlH-wn4xPvjVGmWzAMzjne4JNmnsA/edit#gid=1489386937">
|
||||
Hired <span>/</span> Leaving</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1qvBdZTacKE63Z9VrIPSZkaN5ugNf2D38J6AzcmpZCak/edit#gid=1142558256">
|
||||
Driver Chart</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a target="_blank" class="bl h" style="text-align: left"
|
||||
href="https://docs.google.com/spreadsheets/d/1W_uZrNoAIvL3HoWrdfbfGAyNC1gSiqqEvN_JV3gS9Eg/edit#gid=2113127033">
|
||||
Expenses</a></li>
|
||||
<li><a target="_blank" class="bl h" style="text-align: left"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=578326070">
|
||||
Methods</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="dropdown"
|
||||
href="">
|
||||
Other <span>&</span> Misc ▾</a>
|
||||
<ul class="sub2">
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://drivershr.com/hrm/login.php">
|
||||
HRM</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/19koCtNrSbUujxfcZfqA5ZCHCvkPCvgw7-lUaK0gBQNU/edit?ts=5a79d31c#gid=0">
|
||||
Global Board 1</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1lWaqBNQXaqhoQXOUGn2mjFpzjqm7B1JHjuSzGOcJgSg/edit?ts=5a79d2fd#gid=0">
|
||||
Global Board 2</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1vWEz3xsbWCoVAF44S9rTAZXMQKRfAi7A49c-QFxJA1g/edit?ts=5a79e18d#gid=0">
|
||||
Global Board 3</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1vWEz3xsbWCoVAF44S9rTAZXMQKRfAi7A49c-QFxJA1g/edit?ts=5a79e18d#gid=0">
|
||||
Owners <em>CL/CT</em></a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/18cyiVz9Ya-oqtsL-36OS8AWVGU5fNlNE-MFFBt9dEUI/edit?ts=5a56834c#gid=0">
|
||||
Carriers</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1tshqCJ1P7Bba46DeEkI8R3PeUqC25nuJ2oNtjy_TCec/edit#gid=978596437">
|
||||
Distributor</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1txvIsV3jk5qx1Dp233_PQeSyoy64Fwv-cIWVW2-A5AI/edit#gid=51909676">
|
||||
Zoho Invoices</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1qc17LJIBoFAMPf0PZf8kn5zYghyV8GzHeIKVU0t3WTo/edit#gid=0">
|
||||
EFS Accounts</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1lS8mGmZprsR8LNgb1BzcznEl2rkv-0uBDYbJkguXGis/edit#gid=176549183">
|
||||
EFS Users</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/19tBRKV_SZK3Wg4b5dabtIoTapz5iO4n0GN0K3eovWMc/edit#gid=1990489309">
|
||||
Towing <em>Input</em></a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1MOB1zwdD4aHmtpSrcNg8F2J9Ngx8k9sJRNpvZ74nbPQ/edit#gid=0">
|
||||
Students <em>Old</em></a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1C1cEGyX7NKElc7IM1lhGZlw2W6dKH92uy5yElLKj6Vs/edit#gid=814976157">
|
||||
Owners<br/><em>Money Codes</em></a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://drive.google.com/drive/folders/1je2O4kPEP3ZuJv0cTFY53BPJLbZXZlxp">
|
||||
Database</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://drive.google.com/drive/folders/0BwZYC9bOkSa5S2taNmNkVUJXX3M">
|
||||
Tools <em>Backup</em></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>`;
|
||||
$( () => {
|
||||
|
||||
const efs = `<li><a target="_blank" class="bl h"
|
||||
href="https://www.tch.com/security/logon.jsp">
|
||||
EFS</a>
|
||||
</li>`,
|
||||
|
||||
dropbox = `<li><a target="_blank" class="h"
|
||||
href="https://www.dropbox.com/home">
|
||||
Dropbox</a>
|
||||
</li>`,
|
||||
|
||||
drive = `<li><a target="_blank" class="h"
|
||||
href="https://drive.google.com/drive/my-drive">
|
||||
G-Drive</a>
|
||||
</li>`,
|
||||
|
||||
mail = `<li><a target="_blank" class="h"
|
||||
href="https://mail.google.com/mail/u/0/#inbox">
|
||||
Gmail <em>Prim</em></a>
|
||||
<ul class="sub2">
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://mail.google.com/mail/u/1/#inbox">
|
||||
Gmail <em>Sec</em></a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://mail.google.com/mail/u/2/#inbox">
|
||||
Gmail <em>Ter</em></a></li>
|
||||
</ul>
|
||||
</li>`,
|
||||
|
||||
hangouts = `<li><a target="_blank" class="h"
|
||||
href="https://hangouts.google.com/">
|
||||
Hangouts <em>Prim</em></a>
|
||||
<ul class="sub2">
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://hangouts.google.com/?authuser=1">
|
||||
Hangouts <em>Sec</em></a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://hangouts.google.com/?authuser=2">
|
||||
Hangouts <em>Ter</em></a></li>
|
||||
</ul>
|
||||
</li>`,
|
||||
|
||||
map = `<li><a target="_blank" class="h"
|
||||
href="https://www.google.com/maps/@35.5710764,-82.5803167,12z">
|
||||
G-Maps</a>
|
||||
</li>`,
|
||||
|
||||
tracking = `<li><a class="dropdown"
|
||||
href="">
|
||||
Tracking Apps ▾</a>
|
||||
<ul class="sub2">
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://transportation.us.spireon.com/home/signin">
|
||||
FleetLocate</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://track.rpmdispatch.com/v2/#!/login">
|
||||
<em>New</em></a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://track.rpmdispatch.com/user/login#!/login">
|
||||
<em>Old</em></a></li>
|
||||
</ul>
|
||||
</li>`,
|
||||
|
||||
rpm = `<li><a class="dropdown"
|
||||
href="">
|
||||
RPM ▾</a>
|
||||
<ul class="sub2">
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="http://rpmcarolina.com/default.aspx">
|
||||
CL</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://rpmdispatch.pinghq.com/">
|
||||
CL(R)</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="http://www.rpmowners.com/default.aspx">
|
||||
CT</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="http://dispatchdelta.com/default.aspx">
|
||||
DE</a></li>
|
||||
</ul>
|
||||
</li>`,
|
||||
|
||||
add = `<li><a class="dropdown"
|
||||
href="">
|
||||
+ New ▾</a>
|
||||
<ul class="sub2">
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://drive.google.com/drive/folders/1GuP0ad8znZxIZ34fzsqW000x7SMYFovH">
|
||||
URLs(W)</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://drive.google.com/drive/folders/10GJhehRuVkQsMlXS3NEV5ymEV74bgVYo">
|
||||
EFSC(M)</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://drive.google.com/drive/folders/1S01wzvFY7Qb2AWeJDa5iB0L5Gdydjqh6">
|
||||
MC(M)</a></li>
|
||||
</ul>
|
||||
</li>`,
|
||||
|
||||
database = `<li><a class="dropdown"
|
||||
href="">
|
||||
Database ▾</a>
|
||||
<ul class="sub2 right">
|
||||
<li><a target="_blank" class="bl e"
|
||||
href="">
|
||||
Fleet ▸</a>
|
||||
<ul class="sub3 left">
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1W_uZrNoAIvL3HoWrdfbfGAyNC1gSiqqEvN_JV3gS9Eg/edit#gid=709800642">
|
||||
Companies</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1W_uZrNoAIvL3HoWrdfbfGAyNC1gSiqqEvN_JV3gS9Eg/edit#gid=1647351910">
|
||||
Units</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1nPg7IBUkiZQD8gyEcsn2N0ohKWavZcp4h9ATOpJvvak/edit#gid=1639097179">
|
||||
Units <em>Dist</em></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a target="_blank" class="bl e"
|
||||
href="">
|
||||
People ▸</a>
|
||||
<ul class="sub4 left">
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=2023496076">
|
||||
Contractors</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1W_uZrNoAIvL3HoWrdfbfGAyNC1gSiqqEvN_JV3gS9Eg/edit#gid=1909787109">
|
||||
Employees</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1vbXFRl_n_1ylQvThBBCas_VddiLreLIq5oJ3enjAWfE/edit#gid=1376527364">
|
||||
EFS Users</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a target="_blank" class="bl e"
|
||||
href="">
|
||||
Rates ▸</a>
|
||||
<ul class="sub5 left">
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=766944046">
|
||||
Basic</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=643630212">
|
||||
Canada</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=702297004">
|
||||
Regular Stops</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=1091142582">
|
||||
Extra Stops</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=1270985435">
|
||||
Towing</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=2102185617">
|
||||
Bonuses</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=916575852">
|
||||
Charges <span>&</span> Company Reimbursement</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a target="_blank" class="bl e"
|
||||
href="">
|
||||
HR ▸</a>
|
||||
<ul class="sub6 left">
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1Kbtbl37ZrixrErzlH-wn4xPvjVGmWzAMzjne4JNmnsA/edit#gid=1489386937">
|
||||
Hired <span>/</span> Leaving</a></li>
|
||||
<li><a target="_blank" class="h"
|
||||
href="https://docs.google.com/spreadsheets/d/1qvBdZTacKE63Z9VrIPSZkaN5ugNf2D38J6AzcmpZCak/edit#gid=1142558256">
|
||||
Driver Chart</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a target="_blank" class="bl h" style="text-align: left"
|
||||
href="https://docs.google.com/spreadsheets/d/1W_uZrNoAIvL3HoWrdfbfGAyNC1gSiqqEvN_JV3gS9Eg/edit#gid=2113127033">
|
||||
Expenses</a></li>
|
||||
<li><a target="_blank" class="bl h" style="text-align: left"
|
||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=578326070">
|
||||
Methods</a></li>
|
||||
</ul>
|
||||
</li>`,
|
||||
|
||||
misc = `<li><a class="dropdown"
|
||||
href="">
|
||||
Other <span>&</span> Misc ▾</a>
|
||||
<ul class="sub2">
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://drivershr.com/hrm/login.php">
|
||||
HRM</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/19koCtNrSbUujxfcZfqA5ZCHCvkPCvgw7-lUaK0gBQNU/edit?ts=5a79d31c#gid=0">
|
||||
Global Board 1</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1lWaqBNQXaqhoQXOUGn2mjFpzjqm7B1JHjuSzGOcJgSg/edit?ts=5a79d2fd#gid=0">
|
||||
Global Board 2</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1vWEz3xsbWCoVAF44S9rTAZXMQKRfAi7A49c-QFxJA1g/edit?ts=5a79e18d#gid=0">
|
||||
Global Board 3</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1vWEz3xsbWCoVAF44S9rTAZXMQKRfAi7A49c-QFxJA1g/edit?ts=5a79e18d#gid=0">
|
||||
Owners <em>CL/CT</em></a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/18cyiVz9Ya-oqtsL-36OS8AWVGU5fNlNE-MFFBt9dEUI/edit?ts=5a56834c#gid=0">
|
||||
Carriers</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1tshqCJ1P7Bba46DeEkI8R3PeUqC25nuJ2oNtjy_TCec/edit#gid=978596437">
|
||||
Distributor</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1txvIsV3jk5qx1Dp233_PQeSyoy64Fwv-cIWVW2-A5AI/edit#gid=51909676">
|
||||
Zoho Invoices</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1qc17LJIBoFAMPf0PZf8kn5zYghyV8GzHeIKVU0t3WTo/edit#gid=0">
|
||||
EFS Accounts</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1lS8mGmZprsR8LNgb1BzcznEl2rkv-0uBDYbJkguXGis/edit#gid=176549183">
|
||||
EFS Users</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/19tBRKV_SZK3Wg4b5dabtIoTapz5iO4n0GN0K3eovWMc/edit#gid=1990489309">
|
||||
Towing <em>Input</em></a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1MOB1zwdD4aHmtpSrcNg8F2J9Ngx8k9sJRNpvZ74nbPQ/edit#gid=0">
|
||||
Students <em>Old</em></a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://docs.google.com/spreadsheets/d/1C1cEGyX7NKElc7IM1lhGZlw2W6dKH92uy5yElLKj6Vs/edit#gid=814976157">
|
||||
Owners<br/><em>Money Codes</em></a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://drive.google.com/drive/folders/1je2O4kPEP3ZuJv0cTFY53BPJLbZXZlxp">
|
||||
Database</a></li>
|
||||
<li><a target="_blank" class="bl h"
|
||||
href="https://drive.google.com/drive/folders/0BwZYC9bOkSa5S2taNmNkVUJXX3M">
|
||||
Tools <em>Backup</em></a></li>
|
||||
</ul>
|
||||
</li>`;
|
||||
|
||||
|
||||
$('#top').html(`<ul class="sub1">
|
||||
${efs}
|
||||
${dropbox}
|
||||
${drive}
|
||||
${mail}
|
||||
${hangouts}
|
||||
${map}
|
||||
${tracking}
|
||||
${rpm}
|
||||
${add}
|
||||
${database}
|
||||
${misc}
|
||||
</ul>`);
|
||||
|
||||
});
|
||||
|
||||
BIN
rpm/# go to git 'rpm'.lnk
Normal file
BIN
rpm/# go to git 'rpm'.lnk
Normal file
Binary file not shown.
BIN
rpm/# go to this 'app'.lnk
Normal file
BIN
rpm/# go to this 'app'.lnk
Normal file
Binary file not shown.
@@ -14,7 +14,14 @@
|
||||
|
||||
<link rel="stylesheet" href="../css/styles.css">
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
|
||||
<script src="../js/date-time.js"></script>
|
||||
<script src="../js/nav.js"></script>
|
||||
<script src="../js/misc.js"></script>
|
||||
<script src="../app-new/objects.js"></script>
|
||||
<script src="../app-new/weeks.js"></script>
|
||||
<script src="../app-new/months.js"></script>
|
||||
<script src="../app-new/functions-min.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
@@ -66,16 +73,6 @@
|
||||
|
||||
<fieldset class="favs" id="additional"></fieldset>
|
||||
|
||||
<script src="../js/nav.js"></script>
|
||||
<script src="../js/misc.js"></script>
|
||||
|
||||
<script src="../app-new/objects.js"></script>
|
||||
|
||||
<script src="../app-new/weeks.js"></script>
|
||||
<script src="../app-new/months.js"></script>
|
||||
|
||||
<script src="../app-new/functions.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -14,7 +14,12 @@
|
||||
|
||||
<link rel="stylesheet" href="../css/styles.css">
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
|
||||
<script src="../js/date-time.js"></script>
|
||||
<script src="../js/nav.js"></script>
|
||||
<script src="../js/misc.js"></script>
|
||||
<script src="../app-new/mc-owners-ss.js"></script>
|
||||
<script src="../app-new/mc-owners-func-min.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
@@ -34,12 +39,6 @@
|
||||
<table id="omcMon" class="monit"></table>
|
||||
</fieldset>
|
||||
|
||||
<script src="../js/nav.js"></script>
|
||||
<script src="../js/misc.js"></script>
|
||||
|
||||
<script src="../app-new/mc-owners-ss.js"></script>
|
||||
<script src="../app-new/mc-owners-func.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user