This repository contains an mobile optimized interface of Kimai. Its a small website that lets you start and stop your time record from mobile devices.
It is built with jQuery Mobile support and works as a developer demonstration for the Kimai Remote API. For now its has the following features:
- log in
- read projects
- read customers
- read tasks
- start the timer
- stop the timer
Its a very lightweight solution made with only one HTML script, a couple of Javascript files and some spicy CSS sugar on top.
Please note, that this is the first (experimental) release and many features of the complete version are missing. We plan to add more features soon, until then please share your thoughts and feature requests at our forum.
To install this mobile interface, just copy all the files of this directory into your kimai/ installation in a sub-directory called (for example) "mobile_new". Then point your browser to http://yourDomain/kimai/mobile_new/ and log in with your existing Kimai account.
This mobile time tracking solution only works with Kimai revision 1353 and later.
We would love to get input from all developer out there:
- Fork this repository
- Create a branch (
git checkout -b my_kimai_mobile
) - Commit your changes (
git commit -am "Added foobar"
) - Push to the branch (
git push origin my_kimai_mobile
) - Create an Issue with a link to your branch
- Now enjoy the latest episode of Big Bang Theory while we review your changes
You can get more information about Kimai:
- at our official website
- at our Kimai forum
- in our documentation pages
Thanks to the jQuery mobile Team!