True Pay Calculator - How much do you really make?

Document Actions
So your boss told you that you were getting paid $20 an hour? Don't believe it! This calculator will show you how much you're REALLY profiting from each hour you devote to working--both paid and unpaid.
//By Daniel C. Peterson //Web Winder Website Services, 1997-2006 All Rights Reserved. //Distribution, editing or reselling of this script is strictyly prohibited //without expressed written permission from Daniel C. Peterson. //For commercial grade (professional) versions of this and many other //calculators, visit http://www.webwinder.com. function compute(form) { form.MoIncome.value = (form.takehome.value * form.ppy.value / 12); form.MoExp.value = (eval(form.carmiles.value * form.workdays.value * form.ppy.value / 12 * .32) + eval(form.othertran.value * form.workdays.value * form.ppy.value / 12) + eval(form.daycare.value * form.ppy.value /12) + eval(form.meals.value * form.workdays.value * form.ppy.value / 12 * .66) + eval(form.clothing.value)); form.MoProfit.value = eval(form.MoIncome.value) - eval(form.MoExp.value); form.MoHours.value = (((eval(form.unpaidmin.value) + eval(form.commute.value) + eval(form.getready.value)) /60) + eval(form.paidhrs.value)) * eval(form.workdays.value) * eval(form.ppy.value) / 12; form.RHW.value = eval(form.MoProfit.value) / eval(form.MoHours.value); } function ClearForm(form) { form.takehome.value = ""; form.ppy.value = ""; form.workdays.value = ""; form.paidhrs.value = ""; form.unpaidmin.value = ""; form.commute.value = ""; form.getready.value = ""; form.carmiles.value = ""; form.othertran.value = ""; form.daycare.value = ""; form.meals.value = ""; form.clothing.value = ""; form.MoIncome.value = ""; form.MoExp.value = ""; form.MoProfit.value = ""; form.MoHours.value = ""; form.RHW.value = ""; }
  True Pay Calculator
So your boss told you that you were getting paid $20 an hour? Don't believe it! This calculator will show you how much you're REALLY profiting from each hour you devote to working--both paid and unpaid.
Take Home Pay
Enter your take-home pay per pay period:
Number of pay periods per year:
Time Allocated to Work
Enter number of work days per pay period:
Enter number of paid work hours per workday:
Enter minutes of unpaid breaks per work day:
Enter minutes of work-related commute time per work day:
Enter minutes spent getting ready for work per work day:
Work-Related Expenses (not reimbursed)
Number of work-related miles you drive your own car per work day:
Other work-related transportation costs per work day:
Your share of daycare expenses per pay period:
Food costs per work day:
Work-related clothing expenses per month:
Results
Monthly Take-Home Pay:
Monthly work-related expenses:
Monthly net-profit:
Monthly work-related hours:
Real hourly wage:
Copyright © 1997-2006 Web Winder Site Traffic Magnets. All rights reserved.
Created by jason
Last modified 2008-02-05 10:14
Banner