Jon Ellwood Projects Page

Adjust font size

The font size is 16px

Darker

Lighter



Salary Comparison App

One day while installing a printer at a new workstation I watched a conversation between two managers discussing a coming years budget and salary increases for employees. The pay scale has 13 pay grades and each grade has 13 steps.

The discussion involved a lot of "move them up this step means "X" increase" or "what if we move them up one step but down two grades?" - stuff like that. And each and every time they would then consult a printed spreadsheet with the hourly rate for each grade and step and calculate out what the annual amount would be and then compare it to the current grade.

Using JavaScript, HTML, and CSS I built a small calculator application that allows the selection of a grade and step for salaries 1 & 2 and then just return the rates, the annual amounts for each as well as the difference. It is essentially two long switch statements: I am sure there is a much better way to accomplish this but it works! Maybe one day with some more experience under my belt I will look at it again. Any suggestions are welcome at jonellwood@gmail.com

The reduction in errors as well as time savings it provides I can only imagine. You can see a demo version of the project here.