Skip to content

v0.0.9

Compare
Choose a tag to compare
@strombringer strombringer released this 09 Dec 20:34
· 1 commit to main since this release
db9c5c3

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