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) * Kalender Feiertagsdescription angepasst * Geburtstage nun möglich in Personaladministration und Kalender * Initiale Überstunden sind nun möglich * Berechnung Urlaubstage nun exakt
This commit is contained in:
@@ -7,10 +7,16 @@ class TimerecordingEmployeeModel
|
||||
private $auto_workinghours;
|
||||
private $holidays;
|
||||
private $holidays_now;
|
||||
private $holidays_timestamp;
|
||||
private $plushours;
|
||||
private $plushours_now;
|
||||
private $plushours_timestamp;
|
||||
private $overtime;
|
||||
private $overtime_now;
|
||||
private $overtime_timestamp;
|
||||
private $bpahours;
|
||||
private $startdate;
|
||||
private $birthday;
|
||||
|
||||
|
||||
public static function find($data)
|
||||
|
||||
Reference in New Issue
Block a user