Log 4558
12/01/2025 2025-01-12 13:48$group_total = #סה”כ#;
$result = round($group_total / 60, 2);
$remarks = ”;
if (strpos($group_total, #זמן יציאה#) === false) {
$current_date = date(‘d/m/Y’);
if ($current_date == ’10/12/2022′) {
$remarks = ‘מונה פעיל בעבודה’;
} elseif ($current_date < '10/12/2022') {
$remarks = 'לא בוצעה יציאה כנדרש';
} else {
$remarks = 'יום נוכחות עתידי';
}
}
return $result;
return $remarks;