v0.0.9
Happy Ho Ho Ho Holidays!
Added a parameter that lets you add your vacation days, so they are considered in the "Working days left":
- use the TIMESHEET_VACATION parameter with the Docker container
- use -v or -vacation with the Python script
- you can add single days ("12"), date ranges ("5-10") or a start date until the end of the month ("26-")
- mix and match as you like: "8,12-18,28-"
e.g.
docker run -t -v $(pwd)/data:/data -e TIMESHEET_VACATION=19- strombringer/timesheet