Keleo / kimai2-grandtotal

A plugin to import timesheet data from Kimai in GrandTotal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Delete the ZIP
  • ZIP the Kimai2.grandtotalplugin directory
  • Push the ZIP
  • Create a new GitHub release and attach the ZIP
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');

About

A plugin to import timesheet data from Kimai in GrandTotal

License:Other


Languages

Language:JavaScript 100.0%