Custom calculator to handle reimbursement of driving time at hourly rates.
Employees are reimbursed based on driving time, not mileage. Their total miles at a given hourly rate are converted into hours of their normal hourly rate.
Uses CSS from Foundation Essentials
- Make sure you have npm and elm installed
- Clone repository
npm install
to install build plumbing- Use
gulp
orgulp watch
to compile and copy files to the dist directory.
- You will need to call
gulp
the first time you build the project. - These tasks automatically call
elm-init
which will download required elm packages.
- Improve rounding in view::formatFloat
- validate int vs float inputs, currently resets to zero
- HTML5 local-storage for storing last values
- better distribution creation