https://github.com/rickdgray/calc-pto
Don't overuse your PTO over the year
https://github.com/rickdgray/calc-pto
Last synced: about 1 year ago
JSON representation
Don't overuse your PTO over the year
- Host: GitHub
- URL: https://github.com/rickdgray/calc-pto
- Owner: rickdgray
- License: gpl-3.0
- Created: 2021-06-01T19:57:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T17:57:02.000Z (about 1 year ago)
- Last Synced: 2025-04-14T18:35:34.496Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PTO Accrual Calculator
This tool generates a calendar file (`PTO Accrual.ics`) for PTO (Paid Time Off) accrual over exactly one year starting on January first of the current year, based on a specified accrual rate. The accrual rate is adjusted by how much PTO you want reserved for future plans such as the holidays. The generated calendar file can be used to track PTO accrual over time, so you do not overuse your PTO throughout the year.
## Usage
Your own PTO accrual rate must be given, and reserved days defaults to 0.
Examples:
```bash
calc-pto --days-earned-per-year 10 --reserved-days 0
calc-pto --days-earned-per-year 20
calc-pto ---earned 10 --reserved 5
calc-pto -e 10 -r 5
calc-pto -e 20
```