" + "Savings Analysis For " + document.roi.company.value + "
"); newWindow.document.write("Human Error Factor
"); newWindow.document.write("You stated your inaccuracy in calculation of payroll hours by manually adding time cards or time sheets is approximately " + document.roi.error.value + "%." + "
"); newWindow.document.write(""); newWindow.document.write("
"); newWindow.document.write(" Number of Employees
" + document.roi.emplnum.value + "
"); newWindow.document.write(" Average Hourly Rate
$" + document.roi.emplwage.value + "
"); newWindow.document.write(" Average Hours Per Week
" + document.roi.hours.value + "
"); newWindow.document.write(" Total Weekly Payroll
$" + doRound(total) + "
"); newWindow.document.write(" Your Estimated Human Error Factor
" + document.roi.error.value + "%
"); newWindow.document.write("
Weekly Savings$" + newErr + "
"); newWindow.document.write("Audit Savings
"); newWindow.document.write("Your estimate for manually auditing and entry of time cards takes " + document.roi.audit.value + " minutes per card each week. An automated time and attendance system will reduce that to 1 minute." + "
"); newWindow.document.write(""); newWindow.document.write("
"); newWindow.document.write(" Number of Employees
" + document.roi.emplnum.value + "
"); newWindow.document.write(" Audit Minutes Saved
" + Number(document.roi.audit.value - 1) + "
"); newWindow.document.write(" Total Minutes Saved Weekly
" + Number((document.roi.audit.value - 1) * document.roi.emplnum.value) + "
"); newWindow.document.write(" Total Hours Saved Weekly
" + auditHour + "
"); newWindow.document.write(" Rate Of Person Doing Audits
$" + doRound(document.roi.auditwage.value) + "
"); newWindow.document.write("
Audit Person's Labor Savings$" + auditsave + "
"); newWindow.document.write("Lost Time Savings
"); newWindow.document.write("Lost time primarily consists of wages recaptured by our rounding and restriction capabilities. To calculate this lost time, you assumed an average of " + document.roi.timelost.value + " minutes per day are lost." + "
"); newWindow.document.write(""); newWindow.document.write("
"); newWindow.document.write(" Your Assumed Lost Productivity
" + document.roi.timelost.value + "
"); newWindow.document.write(" Average Employee's Rate
$" + document.roi.emplwage.value + "
"); newWindow.document.write(" Average Wages Overpaid Daily
$" + dailylost + "
"); newWindow.document.write(" Average Wages Overpaid Weekly
$" + weeklost + "
"); newWindow.document.write("
Total Wages Recaptured
$" + weeklost + "
By Installing A Time Spot System, Your Savings Would Be:
"); newWindow.document.write(""); newWindow.document.write(""); newWindow.document.write("
"); newWindow.document.write(" Total Daily Savings:
$" + daySave + "
"); newWindow.document.write(" Total Weekly Savings:
$" + weekSave + "
"); newWindow.document.write(" Total Monthly Savings:
$" + monthSave + "
"); newWindow.document.write("
Total Annual Savings:$" + yearSave + "