0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-19 15:13:19 +00:00
No description
Find a file
2020-08-22 19:15:54 +02:00
.github new system-config to prevent overlapping records (#1720) 2020-06-28 22:09:50 +02:00
assets Bugfix in JS for project/activity selection in timesheet edit dialog (#1894) 2020-08-16 16:20:24 +02:00
bin remove usage of getenv from codebase (#1861) 2020-08-02 01:02:04 +02:00
config added team permissions for activities (#1872) 2020-08-08 18:50:04 +02:00
public Bugfix in JS for project/activity selection in timesheet edit dialog (#1894) 2020-08-16 16:20:24 +02:00
src cleanup for 1.10 (#1906) 2020-08-22 19:15:54 +02:00
templates more extension points for plugins (#1904) 2020-08-21 19:38:17 +02:00
tests cleanup for 1.10 (#1906) 2020-08-22 19:15:54 +02:00
translations updated dutch translations (#1905) 2020-08-21 21:52:24 +02:00
var added team permissions for activities (#1872) 2020-08-08 18:50:04 +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 prepare release 1.10 (#1837) 2020-07-21 17:07:40 +02:00
.gitignore improve configurations for usage in multi-environment setups (#1775) 2020-06-11 01:26:57 +02:00
.php_cs.dist cleanup for 1.10 (#1906) 2020-08-22 19:15:54 +02:00
CHANGELOG.md prepare release 1.10 (#1837) 2020-07-21 17:07:40 +02:00
composer.json new system-config to prevent overlapping records (#1720) 2020-06-28 22:09:50 +02:00
composer.lock bump serializer bundle (#1867) 2020-08-04 10:28:43 +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 added team permissions for activities (#1872) 2020-08-08 18:50:04 +02:00
phpstan.neon updated composer dependencies (#1796) 2020-06-28 15:43:38 +02:00
phpunit.xml.dist replaced mailer library, added email templates (#1462) 2020-02-12 16:05:13 +01:00
README.md prepare release 1.10 (#1837) 2020-07-21 17:07:40 +02:00
SECURITY.md prepare release 1.10 (#1837) 2020-07-21 17:07:40 +02:00
symfony.lock updated composer dependencies (#1796) 2020-06-28 15:43:38 +02:00
UPGRADING.md remove usage of getenv from codebase (#1861) 2020-08-02 01:02:04 +02:00
webpack.config.js added pdf template and other invoice improvements (#1693) 2020-05-10 16:19:59 +02:00
yarn.lock added team permissions for activities (#1872) 2020-08-08 18:50:04 +02:00

Kimai 2 - online time-tracker

Kimai logo

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. The master branch is always deployable, release tags are only snapshots of the current development version.

Release versions will be created on a regular base (approx. one release every 4-8 weeks). Every code change, whether it's a new feature or a bug fix, will be done on the master branch. Kimai is actively developed in my spare time and I 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 latest stable version as well.

Credits

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