0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-18 14:52:53 +00:00
No description
Find a file
Kevin Papst 984c852ab6
Release 1.6.2 (#1289)
* include user teams in user entity
* prevent unauthorized access via API
* improve teamlead permission handling in team timesheets
* add team data to user entity
* add security tests
* highlight menu for invoice template copy
* unified handling of invoice data across all templates
* access to the current users data in invoice templates
* permission improvement in invoice form
* allow to skip record rows
* allow to add new invoice locations without overwriting the global ones
* allow to order user preferences
* change permission for normal users with access to view_other_timesheets
* properly validate invoice template field length
* allow to replace multiple variables in cell values text
* upgraded office invoice template
* doctrine deprecation fix
* upgrade phpoffice/phpword
* fix future begin check for default rounding rules
* dashboard widget counter: respect visibility and teams - fixes #1161
* fix future begin check for default rounding rules
* added new events for pre and post invoice rendering
* fix permission issue for users without team seeing all records
* prevent error in spreadsheet renderer for empty invoices
2019-12-02 10:57:03 +01:00
.github added hourly and money budgets to activity, project and customer (#843) 2019-06-11 13:18:57 +02:00
assets Danish translations (#1296) 2019-12-02 00:25:28 +01:00
bin upgraded FosUserBundle and Symfony 4.3 (#1005) 2019-08-02 16:52:30 +02:00
config Release 1.6.2 (#1289) 2019-12-02 10:57:03 +01:00
public Danish translations (#1296) 2019-12-02 00:25:28 +01:00
src Release 1.6.2 (#1289) 2019-12-02 10:57:03 +01:00
templates Release 1.6.2 (#1289) 2019-12-02 10:57:03 +01:00
tests Release 1.6.2 (#1289) 2019-12-02 10:57:03 +01:00
translations Danish translations (#1296) 2019-12-02 00:25:28 +01:00
var added new invoice fields, improved invoice templates (#1258) 2019-11-18 12:01:26 +01: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 release 1.6 (#1277) 2019-11-24 15:29:01 +01:00
.gitignore added new invoice fields, improved invoice templates (#1258) 2019-11-18 12:01:26 +01:00
.php_cs.dist code styles: header_comment and ordered_imports (#175) 2018-06-23 11:41:58 +02:00
.travis.yml support different formats in user timesheet exports (#1222) 2019-11-08 16:10:38 +01:00
CHANGELOG.md Release 1.6.1 (#1282) 2019-11-26 17:22:31 +01:00
composer.json Release 1.6.2 (#1289) 2019-12-02 10:57:03 +01:00
composer.lock Release 1.6.2 (#1289) 2019-12-02 10:57:03 +01: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 Update and delete multi timesheets and tags (#1240) 2019-11-15 01:25:31 +01:00
phpstan.neon rounding rules via admin screen, round begin when starting record (#1229) 2019-11-10 13:57:05 +01:00
phpunit.xml.dist improved calendar (#784) 2019-05-19 16:16:20 +02:00
README.md Release 1.6.2 (#1289) 2019-12-02 10:57:03 +01:00
SECURITY.md prepare release 1.6 (#1270) 2019-11-24 00:02:43 +01:00
symfony.lock added csv importer for timesheet and project data (#1216) 2019-11-23 22:02:55 +01:00
UPGRADING.md Release 1.6.2 (#1289) 2019-12-02 10:57:03 +01:00
webpack.config.js updated frontend stack to latest versions (#729) 2019-06-03 01:43:49 +02:00
yarn.lock release 1.6 (#1277) 2019-11-24 15:29:01 +01:00

Kimai 2 - online time-tracker

Latest Stable Version License Travis Status Code Coverage 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 or higher
  • Database (MySQL, MariaDB, SQLite)
  • 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, 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. one release per month) and you can 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 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.