Zeiterfassung Update
This commit is contained in:
@@ -267,6 +267,11 @@ class TimerecordingBillingController extends mfBaseController
|
||||
$bodyarray = [$monthbmd, "1", $employee_number, $employee_type, $hours, "", "", "", "", "", ""];
|
||||
fputcsv($file, $bodyarray, ";");
|
||||
}
|
||||
if ($employee_number == '1029' && $nlz == 0) {
|
||||
$bodyarray = [$monthbmd, $companybmd, $employee_number, "4080", "", "", '17,42', "", "", "", ""];
|
||||
fputcsv($file, $bodyarray, ";");
|
||||
}
|
||||
|
||||
if ($timerecordingBillingEmployee->plushours25 > 0) {
|
||||
$plushours25 = $timerecordingBillingEmployee->plushours25 / 3600;
|
||||
$plushours25 = round($plushours25, 2);
|
||||
|
||||
Reference in New Issue
Block a user