This tool helps me assigning my working hours to projects at work.
Getting prebuilt binaries:
- Launching the tool with docker
- Download the latest release and use the start script
Building from source:
This tool saves its configuration using QSettings. On linux, the configuration files are placed in ~/.config/db-software/zeiterfassung.conf
. Be careful! This config file contains your password in plain text (if you log in correctly). You can alter the code in main.cpp to change the behaviour of QSettings (for example: saving into an ini file at working directory).