Zeiterfassung
* Feature Implementation Arbeitszeitänderungen mit History für alle möglichen historischen Berechnungen und Auswertung fertigstellung
This commit is contained in:
@@ -245,6 +245,8 @@ class TimerecordingEmployeeController extends mfBaseController
|
||||
} else if ($mode = "add") {
|
||||
$this->layout()->setFlash("Personaladministration erfolgreich angelegt", "success");
|
||||
}
|
||||
$employee = new TimerecordingController();
|
||||
$employee->updatePlushours($r->user_id);
|
||||
$this->redirect("TimerecordingEmployee");
|
||||
}
|
||||
|
||||
@@ -281,6 +283,8 @@ class TimerecordingEmployeeController extends mfBaseController
|
||||
$result[$value->enddate]['workingtime'] = $secondcounter;
|
||||
$result[$value->enddate]['id'] = $value->id;
|
||||
}
|
||||
$employee = new TimerecordingController();
|
||||
$employee->updatePlushours($userid);
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user