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
2020-04-25 16:34:15 +02:00
.github update funding for sponsors information 2020-03-28 10:49:32 +01:00
assets using font awesome icon to render color dot (#1656) 2020-04-23 16:47:50 +02:00
bin update to Symfony 4.4 (#1275) 2020-02-04 15:29:26 +01:00
config added internal rates (#1591) 2020-04-08 14:50:15 +02:00
public using font awesome icon to render color dot (#1656) 2020-04-23 16:47:50 +02:00
src fix removing single permissions from event (#1661) 2020-04-24 19:02:21 +02:00
templates display more columns in invoice template listing (#1663) 2020-04-25 16:34:15 +02:00
tests fix removing single permissions from event (#1661) 2020-04-24 19:02:21 +02:00
translations Update Czech translation (#1630) 2020-04-12 18:36:59 +02:00
var added colors to tags (#1631) 2020-04-14 14:18:11 +02:00
.codecov.yml added installation command (#838) 2019-06-04 23:51:37 +02:00
.editorconfig allow empty date in export (#1338) 2019-12-31 20:24:47 +01:00
.env.dist replaced mailer library, added email templates (#1462) 2020-02-12 16:05:13 +01:00
.github_changelog_generator bump version 2020-04-19 15:39:19 +02:00
.gitignore customize html and pdf exports with twig templates (#1582) 2020-03-23 01:51:02 +01:00
.php_cs.dist Code improvements (#1649) 2020-04-19 14:37:14 +02:00
CHANGELOG.md bump version 2020-04-19 15:39:19 +02:00
composer.json Code improvements (#1649) 2020-04-19 14:37:14 +02:00
composer.lock added internal rates (#1591) 2020-04-08 14:50:15 +02:00
CONTRIBUTING.md support custom fields for timesheets, customers, projects and activities (#871) 2019-06-26 00:39:05 +02:00
Dockerfile docker fix to hide details for 500 errors (#1173) 2019-10-21 16:22:29 +02:00
LICENSE post release fixes (#584) 2019-02-22 17:20:41 +01:00
package.json code improvements (#1423) 2020-01-31 17:07:14 +01:00
phpstan.neon added internal rates (#1591) 2020-04-08 14:50:15 +02:00
phpunit.xml.dist replaced mailer library, added email templates (#1462) 2020-02-12 16:05:13 +01:00
README.md show short summary under export table (#1547) 2020-03-12 17:05:51 +01:00
SECURITY.md prepare release 1.9 (#1635) 2020-04-19 19:31:43 +02:00
symfony.lock ensure user attributes are truncated (#1580) 2020-03-21 00:21:06 +01:00
UPGRADING.md delete invoices (#1652) 2020-04-23 12:19:07 +02:00
webpack.config.js inline css for html invoices (#1526) 2020-03-06 03:21:39 +01:00
yarn.lock code improvements (#1423) 2020-01-31 17:07:14 +01:00

Kimai 2 - online time-tracker

CI Status Code Coverage Latest Stable Version License Gitter Bountysource

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.9 or higher
  • Database (MySQL/MariaDB, SQLite for development)
  • Webserver (nginx, Apache)
  • A modern browser
  • Other libraries

About

This is the 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, authentication via SAML/LDAP/Database, customizable role permissions, responsive and ready for your mobile device, user specific rates, advanced search & 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. one release per month) and you should use these tags if you are not familiar with git. Every code change, whether it's a new feature or a bug fix, will be done on the master branch. I develop Kimai in my free time and want to put my effort into the software instead of backporting changes for old versions. The only exception is a critical security issue, which I would fix in the last version as well.

Credits

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