0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-18 06:42:53 +00:00
No description
Find a file
2019-07-24 19:38:46 +02:00
.github added hourly and money budgets to activity, project and customer (#843) 2019-06-11 13:18:57 +02:00
assets added slovakian translations (#952) 2019-07-12 15:52:30 +02:00
bin upgraded to symfony 4 #74 (#81) 2018-01-12 20:39:07 +01:00
config added slovakian translations (#952) 2019-07-12 15:52:30 +02:00
public toolbar dropdown and visibility improvements (#933) 2019-07-09 16:34:11 +02:00
src prepare release 1.1 (#983) 2019-07-24 19:38:46 +02:00
templates trigger template events in authentication layout as well (#981) 2019-07-24 15:32:46 +02:00
tests added invoice calculator to sum by day (#982) 2019-07-24 18:36:06 +02:00
translations added invoice calculator to sum by day (#982) 2019-07-24 18:36:06 +02:00
var run migrations always in kimai:install command (#944) 2019-07-10 19:19:03 +02:00
.codecov.yml added installation command (#838) 2019-06-04 23:51:37 +02:00
.editorconfig LDAP authentication support (#815) 2019-06-07 22:48:39 +02:00
.env.dist added cors bundle to allow external api access (#655) 2019-03-23 11:04:55 +01:00
.github_changelog_generator prepare release 1.1 (#983) 2019-07-24 19:38:46 +02:00
.gitignore updated frontend stack to latest versions (#729) 2019-06-03 01:43:49 +02:00
.php_cs.dist code styles: header_comment and ordered_imports (#175) 2018-06-23 11:41:58 +02:00
.travis.yml added hourly and money budgets to activity, project and customer (#843) 2019-06-11 13:18:57 +02:00
CHANGELOG.md prepare release 1.1 (#983) 2019-07-24 19:38:46 +02:00
composer.json project grouped invoice calculator (#892) 2019-07-24 17:45:51 +02:00
composer.lock project grouped invoice calculator (#892) 2019-07-24 17:45:51 +02:00
CONTRIBUTING.md support custom fields for timesheets, customers, projects and activities (#871) 2019-06-26 00:39:05 +02:00
Dockerfile updated dockerfile (#840) 2019-06-05 13:56:31 +02:00
LICENSE post release fixes (#584) 2019-02-22 17:20:41 +01:00
package.json updated frontend stack to latest versions (#729) 2019-06-03 01:43:49 +02:00
phpstan.neon fix LDAP install for systems without ldap extension (#846) 2019-06-11 01:25:49 +02:00
phpunit.xml.dist improved calendar (#784) 2019-05-19 16:16:20 +02:00
README.md Release 1.0 (#885) 2019-07-02 02:36:46 +02:00
SECURITY.md prepare release 1.1 (#983) 2019-07-24 19:38:46 +02:00
symfony.lock pre-populate tags for new timesheet records via request params (#930) 2019-07-09 16:32:40 +02:00
UPGRADING.md prepare release 1.1 (#983) 2019-07-24 19:38:46 +02:00
webpack.config.js updated frontend stack to latest versions (#729) 2019-06-03 01:43:49 +02:00
yarn.lock updated frontend stack to latest versions (#729) 2019-06-03 01:43:49 +02:00

Kimai 2 - online time-tracker

Latest Stable Version License Travis Status Code Coverage Gitter

Kimai is a free, open source and online time-tracking software designed for small businesses and freelancers. It is built with modern technologies such as Symfony, Bootstrap, RESTful API, Doctrine, AdminLTE, Webpack, ES6 etc.

Introduction

Requirements

  • PHP 7.2 or higher
  • Database (MySQL, MariaDB, SQLite)
  • Webserver (nginx, Apache)
  • A modern browser
  • Other libraries

About

This is new version of the open source timetracker Kimai. It is stable and production ready, ships with most advanced features from Kimai 1 and many new ones, including but not limited to:

JSON API, invoicing, data exports, multi-timer and punch-in punch-out mode, tagging, multi-user and multi-timezones, LDAP and built-in authentication, customizable role permissions, responsive and ready for your mobile device, hourly and fixed rates, advanced filtering, money and time budgets with report, support for plugins and many more.

Installation

Updating Kimai

Plugins

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.

Release versions will be created on a regular base (approx. every second month) and you can use these tags if you are familiar with git. 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 my effort into the software instead of backporting changes for old versions.

Credits

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