-
-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom fields for timesheets, customers, projects and activities #871
Conversation
# Conflicts: # src/Controller/TimesheetAbstractController.php
Codecov Report
@@ Coverage Diff @@
## master #871 +/- ##
============================================
+ Coverage 94.29% 94.36% +0.07%
- Complexity 2453 2570 +117
============================================
Files 262 277 +15
Lines 7724 8016 +292
============================================
+ Hits 7283 7564 +281
- Misses 441 452 +11
|
Thank you I will check it out in July and get back to you br |
hello, I cannot find how to activate those fiedls on master; did I miss something ? or is it the paid module https://www.kimai.org/store/custom-fields-bundle.html br |
Either that or programmatically: https://www.kimai.org/documentation/meta-fields.html |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. If you use Kimai on a daily basis, please consider donating to support further development of Kimai. |
Description
Adds new tables and methods to define custom fields for:
These fields are internally available and will be exported (if configured as public visible):
Fixes #760
Fixes #697
Related to #497
These fields can be attached via EventListener, see documentation.
I am planning to build a plugin, which allows to configure the custom fields via UI.
Types of changes
Checklist
composer kimai:code-check
)