0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-19 07:03:19 +00:00
No description
Find a file
Kevin Papst 3ac72a5c89
enhanced plugin support ()
- refactored admin controller and templates
- plugin support for entity actions
- changed column mail to email in customer table
- refactored theme events
2019-03-11 14:46:30 +01:00
.github release 0.8 () 2019-02-19 11:03:11 +01:00
assets fix for firefox datepicker focus problem in modals () 2019-03-08 01:16:10 +01:00
bin upgraded to symfony 4 () 2018-01-12 20:39:07 +01:00
config enhanced plugin support () 2019-03-11 14:46:30 +01:00
public fix for firefox datepicker focus problem in modals () 2019-03-08 01:16:10 +01:00
src enhanced plugin support () 2019-03-11 14:46:30 +01:00
templates enhanced plugin support () 2019-03-11 14:46:30 +01:00
tests enhanced plugin support () 2019-03-11 14:46:30 +01:00
translations enhanced plugin support () 2019-03-11 14:46:30 +01:00
var enhanced plugin support () 2019-03-11 14:46:30 +01:00
.editorconfig various documentation updates () 2018-06-23 21:20:20 +02:00
.env.dist prepare release 0.3 () 2018-07-23 00:43:30 +02:00
.github_changelog_generator release 0.8.1 () 2019-02-22 18:05:45 +01:00
.gitignore enhanced plugin support () 2019-03-11 14:46:30 +01:00
.php_cs.dist code styles: header_comment and ordered_imports () 2018-06-23 11:41:58 +02:00
.scrutinizer.yml added export module () 2019-02-05 21:37:33 +01:00
.travis.yml Use Symfony formatter for currency symbol placement () 2019-02-08 16:56:47 +01:00
CHANGELOG.md release 0.8.1 () 2019-02-22 18:05:45 +01:00
composer.json enhanced plugin support () 2019-03-11 14:46:30 +01:00
composer.lock enhanced plugin support () 2019-03-11 14:46:30 +01:00
CONTRIBUTING.md various documentation updates () 2018-06-23 21:20:20 +02:00
Dockerfile Better composer install in docker () 2018-12-21 14:32:04 +01:00
LICENSE post release fixes () 2019-02-22 17:20:41 +01:00
package.json updated to AdminLTE 2.4.8 () 2018-08-17 23:54:26 +02:00
phpunit.xml.dist timesheet export () 2018-09-24 16:46:10 +02:00
README.md Plugins support () 2019-02-24 15:54:38 +01:00
symfony.lock enhanced plugin support () 2019-03-11 14:46:30 +01:00
UPGRADING.md release 0.8.1 () 2019-02-22 18:05:45 +01:00
webpack.config.js timesheet export () 2018-09-24 16:46:10 +02:00
yarn.lock updated to AdminLTE 2.4.8 () 2018-08-17 23:54:26 +02:00

Kimai 2 - Time-tracking made easy

Kimai - the open source time-tracker application with a mobile-first approach (read more at the official website).

Latest Stable Version License Travis Status Code Quality Code Coverage Scrutinizer Status

Introduction

This is the reloaded version of the open source timetracker Kimai. It is built from scratch and doesn't share any source code with its predecessor. But it adapts the same ideas and a clean & simple UI for your time-tracking experience.

By now it is in an pre-stable development phase, usable and with most advanced features from Kimai 1. You can even import your data and start testing and using it today.

Kimai is a multi-language application and already translated to english, german, italian, french, spanish, russian, arabic, hungarian and portuguese.

Requirements

Documentation

Looking for more information about Kimai 2? Check out our detailed documentation.

Installation

There are multiple ways to install Kimai, all of them described in the installation docu:

Updating Kimai

Read the following documentations before you start your upgrade:

Roadmap and releases

You can see a rough development roadmap in the Milestones sections. It is open for changes and input from the community, your ideas and questions are welcome!

Kimai 2 uses a rolling release concept for delivering updates. You can upgrade Kimai at any time, you don't need to wait for the next official release. Read the upgrade docs first!

Release versions will be created on a regular base (approx. 1 per month) and you can use these tags if you are familiar with Git, but we cannot provide support for any specific version (especially older ones). Every code change, whether it's a new feature or a bug fix, will be done on the master branch. I have to do it this way, as I develop Kimai in my free time and want to put most effort into the software instead of backporting changes for old versions.

Plugins for Kimai 2

Kimai 2 was built on top of the Symfony framework and can be extended in various ways:

Credits

Kimai 2 is developed with modern frameworks like Symfony v4, Doctrine, AdminLTEBundle (based on AdminLTE theme) and many more.