Node.js is required!!!
Steps:
- Generate datailed CSV monthly report on clockify (https://clockify.me/reports/detailed)
- Copy this file in to root directory of app. (Only one csv file should be there!)
- Set fields in conf.json file
- Run
npm i
command - Run
node .
command - Your report is generated in output folder
input_date_format field is mandatory. You have to set same date format as you have on clockify. You can find it on https://clockify.me/user/settings in section "Date Format"
Other fields are optional. But fields like name, project, invoice_number are also recommended.