- fix: Return value had not been provided - using working hours had previously thrown an error
- fix: Issues when having teams with no members
- fix: TypeError in the WeekReportController class has been fixed
- Support the new work contract types
- fix: History of approvals could not have been seen by users
- fix: Reject message did contain "Approved" when no reason was provided
- code cleanup & PHPStan fixes
- Two new options to allow to deactivate sending of mails
- Mails for approval request, accept or deny contains week in subject field
- Mail when a user submitted a timesheet contains now the correct user link when an admin submits the approval
- Mails will use the displayName instead of the Username
- Deletion of users who had approvals had not been possible, this is now fixed (new install needed)
bin/console kimai:reload
bin/console kimai:bundle:approval:install
- Remove other deprecations
- Remove deprecated security annotations
- Corrected URL in mail when an approval was granted
- Removal of display class for "To Approve" rows to enable dark-theme using white text color
- Lockdown didn't lock approved weeks - this has been corrected
- Fix in migration for strict SQL settings
- Fix for 'now' issue in some circumstances
- new option to allow system-administrators to be included in approvals
- new option to allow teamlead to self-approve the own weeks
- Compatibility with Kimai 2 (tested with 2.6.0)
- 6h-no-break-check corrected
- new overtime by all report with select date option
- fix "overtime" invalid calculation (sunday is ignored) when new workday settings are done
- manual overtime adoption is now also considered for the "week_by_user" view when the approval is performed on
- Teamlead does not see the own entry for "to approval" tab
- Users can see the overtime also without being teamlead or admin
- Teamlead (according role) having no team, see only tabs with the own entries
- Settings for workdays - entries can now also be deleted (recalculation of vacation/holidays/hours done)
- Bugfix: Overtime storage along approvals corrected - sunday working times had been excluded before
- new overtime settings to allow manual +/- updates
- Break worktime check updates
- check to not work on Sundays
- check to not work of days off
- check to not work more than 6 hours at a row without 30 minute break
- Documentation update
- Default Role "view_team_approval" for Teamleads
- Update: on updated working weekdays, update days-off-hours timesheets beginning with last-year on 1st Jan (not older)
- Fix: for teamlead view on teammembers, "expected" is no longer using the hours from the "first-in-list", but the selected user
- Fix: MetaFieldSettings-Issue - return 0 if not available for this user
- Fix: on updated working weekdays, update first days-off-hours and then recalculate approval expected/actual hours
- Fix: enhanced null handling
- enhance overtime display & API overtime overview
- use display name for user selections
- new setting "Calculate breaktime issues" to allow to disable the breaktime issue calculation and display (German law has different rules for breaks)
- added security checks for overtime display
- overview of weeks with approval has new category "future weeks", for this "current week" only displays the last finished week (previous Monday weeks)
- new overtime handling
- new option under settings "Display Overtime"
- if active - new tab "Overtime" to display the approval weeks including expected and actual hours
- if active - new tab "Setting Workdays" to allow different daily working hours on specific shift dates, for example when an employee works 40 hours and beginning with a specific time frame 20 hours
- new API endpoint "/overtime_year" to get overtime for a date starting with the beginning of the year
- fix for Kimai 1.30 "mixed" caused an issue
- fix BreakTimeCheck on Null issue
- fix access bug caused by using user-display-name on weekly report selection
- new CI tools
- A new interface and service to use the bundle WITHOUT meta-fields and daily working times - fixes Approval without duration #4
- Code style and fixes
- display user-alias when available, otherwise use username
- update translations - remove [ccnet-test2]
- error handling -> when the end date for break time is not available, don't through an error but give a user error message
- usort optimization
- New setting "Approval Start Date", only weeks with this date or later are considered for approval listing/workflow
- Enhanced E-Mail text
- New warning if Sunday is used as user-setting (in per-user screen, if user or displayed user use this not supported setting)
- Fix: current week display contains now also the last week also on Monday of the following week and not only when it is already Tuesday
- Fix: email if month closed: only if it is a past month and also include the very first week which might start in the previous month
- enhance tooltips
- when a week is set to no approval, all later weeks which had been submitted or approved are reset to open
- enhance documentation