Zeiterfassung Update
* Feature Update Urklaubsaufbuchung/Minderung im BMD Import
This commit is contained in:
@@ -336,6 +336,16 @@ class TimerecordingBillingController extends mfBaseController
|
||||
fputcsv($file, $bodyarray, ";");
|
||||
}
|
||||
}
|
||||
if ($timerecordingBillingEmployee->holidays>0) {
|
||||
//last day of month
|
||||
|
||||
$month= strtotime("01." . $month);
|
||||
$monthend = date("d.m.Y", strtotime("last day of this month", $month));
|
||||
|
||||
$bodyarray = [$companybmd, $employee_number, 1, "1", "", "4", $monthend, $monthend, $timerecordingBillingEmployee->holidays, '0'];
|
||||
fputcsv($file, $bodyarray, ";");
|
||||
|
||||
}
|
||||
}
|
||||
if ($timerecordingBillingEmployee->diet > 0 && $nlz == 0) {
|
||||
$dietsum = round($timerecordingBillingEmployee->diet, 2);
|
||||
|
||||
Reference in New Issue
Block a user