An open API service indexing awesome lists of open source software.

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

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)

image

3) Select the customer + project

image

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

image

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