0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-05-07 18:40:54 +00:00
No description
Find a file
Kevin Papst a230be77dd
beta 3 (#3780)
* merge master - allow to upload twig invoice templates via UI
* support adding existing teams with same name
* permissions cannot be set right after role was created - fixes #3777
* allow to deactivate unique customer number validation - fixes #3762 
* invalid message when trying to edit locked or exported timesheets in calendar - fixes #3766
* updated icons and manifest - fixes #3761
2023-01-21 14:49:55 +01:00
.github fix bug report template 2023-01-12 21:32:44 +01:00
assets beta 3 (#3780) 2023-01-21 14:49:55 +01:00
bin Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
config release 2.0 beta 2 (#3757) 2023-01-18 14:47:48 +01:00
migrations Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
public beta 3 (#3780) 2023-01-21 14:49:55 +01:00
src beta 3 (#3780) 2023-01-21 14:49:55 +01:00
templates beta 3 (#3780) 2023-01-21 14:49:55 +01:00
tests beta 3 (#3780) 2023-01-21 14:49:55 +01:00
translations beta 3 (#3780) 2023-01-21 14:49:55 +01:00
var Drop SQLite support (#2405) 2021-03-08 16:06:22 +01:00
.codecov.yml release 2.0 beta (#3722) 2023-01-12 12:10:11 +01:00
.editorconfig Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
.env.dist Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
.eslintrc.js Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
.gitignore Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
.php-cs-fixer.dist.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
babel.config.js Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
CHANGELOG.md changed repository url (#3708) 2022-12-26 17:09:07 +01:00
composer.json release 2.0 beta 2 (#3757) 2023-01-18 14:47:48 +01:00
composer.lock release 2.0 beta 2 (#3757) 2023-01-18 14:47:48 +01:00
CONTRIBUTING.md Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
LICENSE Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
package.json Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
phpstan.neon beta 3 (#3780) 2023-01-21 14:49:55 +01:00
phpunit.xml.dist Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
README.md release 2.0 beta (#3722) 2023-01-12 12:10:11 +01:00
SECURITY.md Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
symfony.lock release 2.0 beta 2 (#3757) 2023-01-18 14:47:48 +01:00
UPGRADING.md release 2.0 beta (#3722) 2023-01-12 12:10:11 +01:00
webpack.config.js Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
yarn.lock beta 3 (#3780) 2023-01-21 14:49:55 +01:00

Kimai logo

CI Status Code Coverage Latest stable version License Mastodon

Kimai - time-tracker

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, Tabler, Webpack, ES6 and many more.

Introduction

Requirements

  • PHP 8.1 minimum
  • MariaDB or MySQL
  • A webserver and subdomain
  • PHP extensions: gd, intl, json, mbstring, pdo, xsl, zip

About

The evolution of the most known(?) open source project time-tracker Kimai. It is stable, production ready and ships with many advanced features, 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 and team permissions, responsive and ready for your mobile device, user/customer/project specific rates, advanced search & filtering, money and time budgets, reporting, support for plugins and so 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.

Release versions will be created on a regular basis, every couple of weeks. Every code change, whether it's a new feature or a bugfix, will be done on the main branch.

Contributing

You want to contribute to this repository? This is so great! The best way to start is to open a new issue for bugs or feature requests or a discussion for questions, support and such.

In case you want to contribute, but you wouldn't know how, here are some suggestions:

  • Spread the word: More user means more people testing and contributing to Kimai - which in turn means better stability and more and better features. Please vote for Kimai on platforms like Slant, Product Hunt, Softpedia or AlternativeTo, you can toot or tweet about it, share it on LinkedIn, reddit or any of your favorite social media platforms. Every bit helps!
  • Answer questions: You know the answer to another user's problem? Share your knowledge.
  • Something can be done better? An essential feature is missing? Create a feature request.
  • Report bugs: that shouldn't happen too often.
  • You don't have to be programmer, the documentation and translation could use some love as well.
  • Sponsor the project: free software costs money to create!

There is one simple rule in our "Code of conduct": Don't be an ass!