User Tools

Site Tools


release_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
release_notes [2025/11/06 13:45] thuthrelease_notes [2026/05/04 11:15] (current) thuth
Line 1: Line 1:
 ====== Release Notes ====== ====== Release Notes ======
 +
 +==== Version 2.1.0.7 ====
 +
 +  * **Highlights & Enhancements:**
 +    * **Reports & Statistics:**
 +      * A new submenu called "Statistics" is now available in the Reports module.
 +      * It is now possible to display the company's sickness rate as well as the sickness rate of individual employees or departments as tiles.
 +      * The evaluation can be configured flexibly using different analysis modes.
 +      * Working time reports have been extended with the new columns Start Time and End Time.
 +      * In addition, the working time reports now include the columns Remaining Vacation and Vacation Entitlement.
 +      * The values are calculated historically correct depending on the selected To Date (e.g. current remaining vacation for today or the remaining vacation at a previous point in time).
 +
 +    * **Absences & Requests:**
 +      * Employees can now continue to view their own submitted absence requests after submission.
 +      * Submitted requests therefore remain visible to the requester and no longer disappear until they are approved.
 +      * Absences are now easier to identify in the attendance list.
 +      * A tooltip displays the full absence period, for example: "Absent (Sick Leave): xx.xx.xxxx to xx.xx.xxxx".
 +      * The respective absence reason is now also displayed directly on the employee card.
 +      * A new option has been added to absence reasons: "Half-day absence allowed: Yes/No".
 +      * This allows control over whether an absence reason can be requested as a half day.
 +
 +    * **Time Tracking & Bookings:**
 +      * Four new booking functions have been added:
 +        * Start Doctor Visit
 +        * End Doctor Visit
 +        * Start Business Errand
 +        * End Business Errand
 +      * Time correction requests can no longer be submitted for the current day if there are still open bookings (e.g. only "Clock In" booked).
 +
 +    * **Approvals & Permissions:**
 +      * A new overview page for time correction requests has been introduced.
 +      * All time correction requests can now be viewed centrally and filtered by date, user, and other criteria.
 +      * Notifications now only serve as a jump-off point to the new overview and no longer contain a direct approval function.
 +      * The permission logic for the Team Absence Overview has been adjusted:
 +        * Users with this permission now only see employees in teams where they are the team leader.
 +        * Users who are only team members no longer see any employees in this overview.
 +        * The current user is not shown in the list.
 +      * As part of this change, the user permissions have been extended.
 +
 +  * **UI & Design:**
 +    * The navigation menu can now be expanded.
 +    * A pin function allows the menu to remain permanently expanded.
 +    * The display of absences in the attendance list has been improved so that relevant information can be recognized more quickly.
 +
 +  * **Bug Fixes:**
 +    * Reports & Export:
 +      * Fixed an issue in time report export so that reports are now correctly printed across multiple pages.
 +      * Fixed an issue where no values were displayed in the Working Time Report Clock In + Clock Out.
 +      * Fixed an endless loading spinner in time reports for financial projects without a name.
 +
 +    * Time Tracking & Calculations:
 +      * Fixed issues in manual time tracking.
 +      * Corrected incorrect project time calculations.
 +      * Fixed an issue where sickness hours were counted as overtime.
 +      * Corrected the calculation of absence periods.
 +      * Fixed time capping on non-working days.
 +      * Added missing validation for the status "Work Started" to prevent corrupted history displays.
 +      * Ensured that vacation days can no longer become negative.
 +
 +    * Stability & Navigation:
 +      * Fixed an issue where pressing F5 always redirected users back to the main menu.
 +      * Fixed a caching issue on the COBI.time website that caused outdated pages to be shown after updates.
 +      * Fixed an issue in user management where the pagination state was reset after editing.
 +      * Fixed a NullPointerException in user management.
 +      * Resolved errors in the Working Time Models view.
 +      * Fixed scrollbar issues in the daily history table.
 +
 +    * Absences, Translations & Miscellaneous:
 +      * Fixed an issue when saving e-mail notifications for absence requests.
 +      * Corrected an error when selecting the vacation account based on the year.
 +      * Fixed an issue when saving absences.
 +      * The KPI "Sick Days" now correctly includes employees without a working time model.
 +      * Cleaned up incomplete and inconsistent German and English translations in buttons, messages, dialogs, and notifications.
 +      * Fixed stability issues in absence management related to invalid name lengths.
 +      * Corrected user import behavior related to SAP cron job processing.
 +
 +==== Version 2.0.1.2 ====
 +
 +  * Highlights & Enhancements:
 +    * **COBI.time PWA & Tablet:**
 +      * Introduction of COBI.time [[cobi.time:progressive_web_app|Progressive Web App]] for improved usage on mobile devices.
 +      * Completely reworked Tablet View for optimized display on larger touch screens.
 +      * Updated Favicon.
 +    * **Manager & Team Functions:**
 +      * Managers can now submit absence requests on behalf of employees and add comments to reports.
 +      * Permission adjustment: "View Times" is now restricted to the user's own team instead of the entire company.
 +    * **Time Tracking & Logic:**
 +      * Flextime Model: Decoupled the dynamic booking range from target working hours.
 +      * RFID Login: Location is now automatically set to "In House" when logging in via RFID.
 +      * Overhaul of the Settings menus.
 +
 +  * UI & Design:
 +    * Increased spacing between main action buttons (Arrival, Departure, Break, Location) to prevent accidental clicks.
 +    * Layout optimization in the Absence Overview (handling of long employee names and missing profile pictures).
 +    * Dark Mode Fix: Date field in "Edit Automatic Model" is now readable.
 +
 +  * Bugfixes:
 +    * **Stability & Installation:**
 +      * Fixed issues with "Clean Install".
 +      * Fixed startup crash when the Logo setting was missing.
 +      * Resolved various errors in COBI.time Log and adjusted Prisma configuration requirements.
 +    * **Time Tracking & Calculation:**
 +      * Fixed "Arrival" window issue: Closing the window previously prevented subsequent clock-ins.
 +      * Fixed persistent warning toast "Date is in the future" during manual time recording.
 +      * Resolved issue with "Next-Day Clock-out" (consecutive bookings within the same minute).
 +      * Fixed infinite loading loop when using the "Recalculate Time Accounts" button.
 +      * Absence Report: Fixed incorrect calculation of remaining vacation per day.
 +      * Saving multiple absence reasons simultaneously is possible again.
 +    * **Display & Export:**
 +      * Excel Export: German special characters (Umlaute Ä, Ö, Ü) are now displayed correctly.
 +      * Fixed an issue where the time recording window appeared empty.
 +      * Corrected various translation errors (e.g., "RFIDReset", "Close" button, column title "icon").
  
 ==== Version 2.0.0.4 (November 2025) ==== ==== Version 2.0.0.4 (November 2025) ====
Line 37: Line 149:
     * Minor UI fixes (tooltips, column widths, translations).     * Minor UI fixes (tooltips, column widths, translations).
  
-**Version 1.9.6.1h (October 2025)**+==== Version 1.9.6.1h (October 2025) ====
  
   * New wiki entry for [[en:cobi.time:service_layer_configuration|Service Layer configuration]]: instructions for a performant and stable installation   * New wiki entry for [[en:cobi.time:service_layer_configuration|Service Layer configuration]]: instructions for a performant and stable installation
Line 68: Line 180:
  
  
-**Version 1.9.4.1 (May 2024)**+==== Version 1.9.4.1 (May 2024) ====
  
   * Possibility to post to cost centres   * Possibility to post to cost centres
Line 76: Line 188:
  
  
-**Version 1.9.4. (March 2024)**+==== Version 1.9.4. (March 2024) ====
   * Display of the business partner for selection in the case of manual time entry   * Display of the business partner for selection in the case of manual time entry
   * Requests for time correction possible, automatic adjustment of the time account   * Requests for time correction possible, automatic adjustment of the time account
Line 87: Line 199:
  
  
-**Version 1.9.3.1f (February 2024)**+==== Version 1.9.3.1f (February 2024) ====
   * Optimisation of performance when working with multiple project levels   * Optimisation of performance when working with multiple project levels
   * Bugfix: Posting business trip times   * Bugfix: Posting business trip times
  
  
-**Version 1.9.3.1e (February 2024)**+==== Version 1.9.3.1e (February 2024) ==== 
  
   *  New function: Time accounts for all employees can be recalculated in the event of discrepancies   *  New function: Time accounts for all employees can be recalculated in the event of discrepancies
Line 98: Line 210:
  
  
-**Version 1.9.3.1d (January 2024)**+==== Version 1.9.3.1d (January 2024) ==== 
   * Bugfix: Correct carryover of remaining holiday days to the new year (holiday account)   * Bugfix: Correct carryover of remaining holiday days to the new year (holiday account)
  
-**Version 1.9.3.1c (January 2024)**+==== Version 1.9.3.1c (January 2024) ==== 
   * Optimisation of the terminal mode   * Optimisation of the terminal mode
   * Bugfix: Approval of absence requests   * Bugfix: Approval of absence requests
  
-**Version 1.9.3.1b (Janauary 2024)**+==== Version 1.9.3.1b (Janauary 2024) ==== 
   * Deauthorised users are no longer displayed for selection in the time report   * Deauthorised users are no longer displayed for selection in the time report
   * Optimisation of the absence overview   * Optimisation of the absence overview
  
-**Version 1.9.3.1a (December 2023 Hotfix)**+==== Version 1.9.3.1a (December 2023 Hotfix) ==== 
   * Deactivated users are no longer displayed for selection in the time report   * Deactivated users are no longer displayed for selection in the time report
   * Bugfix: Absence requests submitted in version lower than 1.9.3 can now be authorised   * Bugfix: Absence requests submitted in version lower than 1.9.3 can now be authorised
Line 115: Line 227:
   * In the time reports exported to Excel, the working and break times are shown separately.   * In the time reports exported to Excel, the working and break times are shown separately.
  
-**Version 1.9.3.1 (December 2023)**+==== Version 1.9.3.1 (December 2023) ==== 
   * New setting: Business trip button should only appear on the day when there is an approved business trip   * New setting: Business trip button should only appear on the day when there is an approved business trip
   * Bugfix: Display business trips in the absence overview   * Bugfix: Display business trips in the absence overview
  
-**Version 1.9.3 (November 2023)**+==== Version 1.9.3 (November 2023) ==== 
   * Users can book business trips   * Users can book business trips
   * Managers and deputies can be assigned in the user administration to receive absence requests   * Managers and deputies can be assigned in the user administration to receive absence requests
Line 128: Line 240:
   * Version for mobile phones is available   * Version for mobile phones is available
  
-**Version 1.9.2.1 (August 2023)**+==== Version 1.9.2.1 (August 2023) ==== 
   * Optimisation of user and daily model management   * Optimisation of user and daily model management
   * Redesign of the manual time recording   * Redesign of the manual time recording
Line 136: Line 248:
   * The public holiday calendar for the next year can be imported at any time.   * The public holiday calendar for the next year can be imported at any time.
  
-**Version 1.9.2 (August 2023)**+==== Version 1.9.2 (August 2023) ==== 
   * Possibility to request half a day of leave   * Possibility to request half a day of leave
   * Optimisation of the absence overview   * Optimisation of the absence overview
   * New setting: You can choose in which language notifications should be generated   * New setting: You can choose in which language notifications should be generated
  
-**Version 1.9.1 (July 2023)**+==== Version 1.9.1 (July 2023) ==== 
   * Unordered List ItemExtension of the public holiday management: it is possible to import public holidays for different federal states (currently only Germany).   * Unordered List ItemExtension of the public holiday management: it is possible to import public holidays for different federal states (currently only Germany).
   * Federal states can be assigned to individual users. The federal states are now taken into account when working time is calculated.   * Federal states can be assigned to individual users. The federal states are now taken into account when working time is calculated.
   * Adaption of the dark mode to manual time recording, user group administration, user administration and time correction.   * Adaption of the dark mode to manual time recording, user group administration, user administration and time correction.
  
-**Version 1.9.0.5 (June 2023)**+==== Version 1.9.0.5 (June 2023) ==== 
   * Optimisation of the time recording   * Optimisation of the time recording
   * Optimasation of the attandance list   * Optimasation of the attandance list
          
-**Version 1.9.0 (May 2023)**+==== Version 1.9.0 (May 2023) ==== 
   * Implementation of a new User Interface (UI)   * Implementation of a new User Interface (UI)
  
-**Version 1.0.5.4** (March 2023)+==== Version 1.0.5.4 (March 2023) ==== 
  
   * New setting option : When selecting projects in project management, the name of the finance project is displayed.   * New setting option : When selecting projects in project management, the name of the finance project is displayed.
Line 161: Line 273:
   * Bugfix regarding the creation of time sheets in older SAP versions   * Bugfix regarding the creation of time sheets in older SAP versions
  
-**Version 1.0.5.3** (February 2023)+==== Version 1.0.5.3 (February 2023) ==== 
  
   * New setting option: A comment field for posting on projects can be shown or hidden.   * New setting option: A comment field for posting on projects can be shown or hidden.
   * New setting option: Automatic break correction    * New setting option: Automatic break correction 
  
-**Version 1.0.5.2** (January 2023)+==== Version 1.0.5.2 (January 2023) ==== 
  
   * New colour options for creating reasons for absence   * New colour options for creating reasons for absence
Line 176: Line 288:
   * Bugfix, when leaving the attendance list, it is no longer displayed afterwards.   * Bugfix, when leaving the attendance list, it is no longer displayed afterwards.
  
-**Version 1.0.4.5** (September 2022)+==== Version 1.0.4.5 (September 2022) ==== 
  
   * RFID-Login, ability to log into COBI.Time with a RFID chip.   * RFID-Login, ability to log into COBI.Time with a RFID chip.
   * Automatically working time capping, it is now possible to set a check mark for weekly time models, then the working time outside of the start and end time will be capped.   * Automatically working time capping, it is now possible to set a check mark for weekly time models, then the working time outside of the start and end time will be capped.
  
release_notes.1762433145.txt.gz · Last modified: by thuth

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki