https://github.com/livingdocsio/clockodo-report
Generate a report for monthly billing
https://github.com/livingdocsio/clockodo-report
Last synced: 8 months ago
JSON representation
Generate a report for monthly billing
- Host: GitHub
- URL: https://github.com/livingdocsio/clockodo-report
- Owner: livingdocsIO
- License: mit
- Created: 2022-09-28T07:34:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:44:49.000Z (over 2 years ago)
- Last Synced: 2024-04-14T11:56:01.901Z (about 2 years ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What this does
The script generates a readable Clockodo .csv report (to save time with billing):
- CSV files containing the accumulated times on differente efforts
- A log output for the meeting times
- log outputs for the "Budgetüberwachung"
## How it works
#### Clockodoo Export
1) Go to Clockodo and select "Baukasten"
2) Select the time period (top left)

3) Select the customer + project

4) Export the selected report as Excel (.csv is currently not supported) (check "Ausgabeformat", "Inhalt der Datei", "Zeitformat")

5) Open the Excel file and save it as "input.csv" into this repository.
6) Run `npm ci && node index.js` to run the script
7) For every project a separate .csv ", ", will be created + you get a log "Budgetüberwachung" on the console