Kalender Anpassungen
- Kalender Freigaben für Conny
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
<th class="text-center">Mitarbeiter</th>
|
||||
<th class="text-center">LZ</th>
|
||||
<th class="text-center">NLZ</th>
|
||||
<th class="text-center">Urlaub</th>
|
||||
<th class="text-center">LZ + NLZ</th>
|
||||
<th class="text-center">Sollst.</th>
|
||||
<th class="text-center">Sollabweichung</th>
|
||||
@@ -61,6 +62,7 @@
|
||||
<th class="text-center"></th>
|
||||
<th class="text-center"></th>
|
||||
<th class="text-center"></th>
|
||||
<th class="text-center"></th>
|
||||
<?php if ($me->superexpertEnabled()): ?>
|
||||
<th></th>
|
||||
<?php endif; ?>
|
||||
@@ -105,6 +107,7 @@
|
||||
<td data-order="<?= $timerecordingbillingsemployee->timerecordingEmployee->user->name . $timerecordingbillingsemployee->timerecordingBilling->month ?>"><?= "(" . $employee_number . ") " . $timerecordingbillingsemployee->timerecordingEmployee->user->name ?></td>
|
||||
<td class="text-center"><?= number_format(round($timerecordingbillingsemployee->ishours / 3600, 2), "2", ",", ".") ?></td>
|
||||
<td class="text-center"><?= $nlz ?></td>
|
||||
<td class="text-center"><?= $holidays[$timerecordingbillingsemployee->timerecordingEmployee->user_id] ?></td>
|
||||
<td class="text-center"><?= number_format(round($timerecordingbillingsemployee->ishourssum / 3600, 2), "2", ",", ".") ?></td>
|
||||
<td class="text-center"><?= number_format(round($timerecordingbillingsemployee->musthours / 3600, 2), "2", ",", ".") ?></td>
|
||||
<td class="text-center"><?= number_format(round(($timerecordingbillingsemployee->ishourssum - $timerecordingbillingsemployee->musthours) / 3600, 2), "2", ",", ".") ?></td>
|
||||
|
||||
Reference in New Issue
Block a user