0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-17 06:22:38 +00:00
No description
Find a file
2019-01-28 01:40:42 +01:00
.github simplify timesheet edit form if only one customer is existing () 2018-11-28 15:05:12 +01:00
assets pagination without reload while keeping filters applied () 2019-01-23 18:48:17 +01:00
bin upgraded to symfony 4 () 2018-01-12 20:39:07 +01:00
config Form and theme improvements () 2019-01-21 13:10:53 +01:00
public pagination without reload while keeping filters applied () 2019-01-23 18:48:17 +01:00
src prepare release 0.7 () 2019-01-28 01:40:42 +01:00
templates pagination without reload while keeping filters applied () 2019-01-23 18:48:17 +01:00
tests prepare release 0.7 () 2019-01-28 01:40:42 +01:00
translations pagination without reload while keeping filters applied () 2019-01-23 18:48:17 +01:00
var prepare release 0.7 () 2019-01-28 01:40:42 +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 prepare release 0.7 () 2019-01-28 01:40:42 +01:00
.gitignore Form and theme improvements () 2019-01-21 13:10:53 +01:00
.php_cs.dist code styles: header_comment and ordered_imports () 2018-06-23 11:41:58 +02:00
.scrutinizer.yml added invoice voter () 2018-09-22 22:38:51 +02:00
.travis.yml timesheet export () 2018-09-24 16:46:10 +02:00
CHANGELOG.md prepare release 0.7 () 2019-01-28 01:40:42 +01:00
composer.json fix segmentation fault - rollback composer dependencies () 2018-12-05 00:01:48 +01:00
composer.lock Form and theme improvements () 2019-01-21 13:10:53 +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 about screen with debug information for super-admin () 2018-10-29 15:28:52 +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 updated README and installation docu () 2018-12-05 23:47:59 +01:00
symfony.lock fix segmentation fault - rollback composer dependencies () 2018-12-05 00:01:48 +01:00
UPGRADING.md prepare release 0.7 () 2019-01-28 01:40:42 +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 our 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.

Release versions will be created on a regular base and you can use these tags if you are familiar with Git, but we will not provide support for any specific version. Every code change, whether it's a new feature or a bug fix, will be done on the master branch and intensively tested before merging. We have to do it this way, as we develop Kimai in our free time and want to put our effort into the software instead of backporting changes for old versions.

Extensions for Kimai 2

As Kimai 2 was built on top of Symfony, it can be extended like every other Symfony application. We call these extensions bundles, but you might also know them as add-ons, extensions or plugins.

All available Kimai 2 bundles can be found at the Kimai recipes repository.

Developer

Kimai 2 is developed with modern frameworks like Symfony v4, Doctrine, AdminLTE and many more.

If you want to start developing for Kimai 2, please read the following documentation: