This project is about a simple software to help you calculate if taking a PTO on a particular month will increase/decrease your income for said month.
You can download the executables for your system from here.
Some companies use a fixed amount of hours to calculate your PTO, while your monthly working hours may vary. This variation happens due to the number of business days changing each month, while your income is fixed.
Example:
With a monthly income of $500, it means that on August 2024 you had to work 22 business days, on a $2.84 hourly rate.
While on May 2024 you had to work 23 business days for the same $500, on a $2.72 hourly rate.
This variation in the hourly rate is what can cause the total income difference, when the PTO hours don't use the same value.
You need to fill in the following fields for this software to properly calculate things:
- Your Monthly Income
- Your monthly income in USD
- Daily Working Hours:
- The amount of hours you are expected to work on a daily basis.
- Default Value is 8.
- PTO Days Count
- The amount of days you intend to take as PTO for that month.
- Default Value is 0.
- Pick your month
- Select the desired month for the calculations to happen
- Monthly Hours considered for PTO
- The amount of hours that are considered when calculating your PTO.
- Usually this information is provided by your company and tends to be an annual medium of the monthly working hours.
The following fields will be automatically filled by the software:
- Monthly Working Days:
- The software already calculates the amount of business days based on the month you picked.
- Holidays are NOT included in this calculation.
- i.e. if you have a Holiday on a Wednesday, it will still count as a business day
- It automatically adjusts the number of working days by subtracting your PTO days
- i.e. if you will take 2 PTO days, it will display the total of working days for you, not the amount of business days that month.
- Your Hourly Rate
- Will display the value of your hourly rate for that particular month
- Your PTO Hourly rate
- Will display the value of your hourly rate while taking a PTO.
- This calculation is based on the amount of daily working hours and how many monthly hours are considered for the PTO calculation.
- Total Working Hours in
month
- Will display the total of working hours you are expected to do on said month.
- It adjusts accordingly to your PTO days count.
- The Expected income text
- Will display the expected income for said
month
. - It calculates the sum of your regular working hours with the pto hours.
- Will display the expected income for said
This software is distributed under the GNU GPL v3.
- Improve UI
- Cleanup the Code
- Implement better Error Handling
- Add dialogs for Error Handling
- Provide binaries for Windows
- Provide binaries for Linux
- Provide binaries for OS X