Merge branch 'spidev' into 'master'

Zeiterfassung Update

See merge request fronk/thetool!1868
This commit is contained in:
Daniel Spitzer
2025-11-05 20:19:13 +00:00

View File

@@ -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);