Zaległy urlop z poprzednich lat
foreach ( $this -> carryover as $c ):?>
= htmlspecialchars( $c['name'] );?>
— = (int) $c['total'];?> dni
(
$parts = [];
foreach ( $c['years'] as $yd )
$parts[] = (int) $yd['year'] . ': ' . (int) $yd['remaining'] . ' dni';
echo implode( ', ', $parts );
?>)
endforeach;?>
Podsumowanie roku = (int) $this -> year;?>
| Pracownik | Limit dni | Wykorzystano | Pozostało | Akcje |
|---|---|---|---|---|
| = htmlspecialchars( $s['name'] );?> | = (int) $s['limit'];?> | = (int) $s['used'];?> | = (int) $s['remaining'];?> |
Nieobecności
| Pracownik | Od | Do | Typ | Dni rob. | Komentarz | Akcje |
|---|---|---|---|---|---|---|
| = htmlspecialchars( $v['name'] . ' ' . $v['surname'] );?> | = htmlspecialchars( $v['date_from'] );?> | = htmlspecialchars( $v['date_to'] );?> | = isset( $this -> vacation_types[ $v['type'] ] ) ? $this -> vacation_types[ $v['type'] ] : $v['type'];?> | = $business_days;?> | = htmlspecialchars( $v['comment'] );?> | |
| Brak nieobecności w wybranym okresie. | ||||||