Keleo / kimai2-grandtotal

A plugin to import timesheet data from Kimai in GrandTotal
Other
1 stars 4 forks source link
grandtotal grandtotal-plugin kimai kimai-timetracking

Grandtotal - Kimai importer plugin

This is a Grandtotal plugin to import timesheet data from Kimai the open-source time-tracker, and it's cloud based time-tracker companion.

How to create a new release

rm Kimai2.grandtotalplugin.zip
zip -r Kimai2.grandtotalplugin.zip Kimai2.grandtotalplugin -x ".*" -x "__MACOSX" -x "Kimai2.grandtotalplugin.zip" -x ".DS_Store"
git add Kimai2.grandtotalplugin.zip
git commit -m "Updated release"
git push

How to open the JS log in GrandTotal

The console will open automatically if some debug code is included:

log('a message');