Add excel export

This commit is contained in:
ronnyfriedland 2025-03-19 20:51:09 +01:00 committed by Ronny Friedland
parent f4a70121b8
commit d2ff1bcc80
9 changed files with 179 additions and 13 deletions

View file

@ -11,12 +11,15 @@ The timetracker application provides the following arguments which can be passed
| Property | Description |
|---------------|----------------------------------------------------------------------------|
| archivedata | Enables archiving timetracker status to excel archive file, default: false |
| configpath | Defines the location of the necessary files, default: /var/lib/timetracker |
## Execution
The application is triggered by a systemd timer which triggers the application via systemd unit.
*Note:* Running timetracker with ystemd unit uses the default property values. To change it you have to modify the unit file.
To enable the timer you have to (requires root privileges):
### enable the timer