Zeiterfassung Update/Bugfix

* TimerecordingReportController.php verweist in einer gewissen Datenbank-Eintragskonstellation auf einen ungültigen Array Index. Hab die gesamtsollzeitberechnung temporär ausgeschalten
* Neu Migration (Vorbereiten der DB auf eigenes Ü-Zeitkonto)
This commit is contained in:
Spitzer Daniel
2024-02-22 19:08:32 +01:00
parent 67336d632a
commit 30409c4a23
3 changed files with 39 additions and 3 deletions
@@ -6,7 +6,10 @@ class TimerecordingEmployeeModel
private $type;
private $auto_workinghours;
private $holidays;
private $holidays_now;
private $plushours;
private $plushours_now;
private $overtime;
private $startdate;