Zeiterfassung Feature Updates
* Reports wurde um Soll/Ist Detail Auswertung erweitert * Nachtzulage wird nun auch in der Verrechnungsübersicht angezeigt * M25,Ü50,Ü100 werden nun in Stichtagsauswertung mit berechnet * Bei der offenen Arbeitstage Auswertung wird nun die Arbeitszeitverschiebung rausgerechnet
This commit is contained in:
@@ -56,6 +56,26 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="feature col-lg-6 card h-100 mt-3">
|
||||
<div class="card-body">
|
||||
<form class="form-horizontal" method="post"
|
||||
action="<?= self::getUrl("TimerecordingReportExport", "generateworkdaysdetail") ?>">
|
||||
<h3 class="fs-2 text-body-emphasis">Soll/Ist Detail Auswertung <i
|
||||
class="fa-duotone fa-solid fa-file-xls fa-xls-calendar"></i></h3>
|
||||
<p>Hier wird eine XLS Auswertung pro Mitarbeiter generiert mit Soll, Ist und Differenz für jeden Arbeitstag im Monat.<br>
|
||||
</p>
|
||||
<div class="row">
|
||||
|
||||
<div class="input-group col-12 col-lg-6">
|
||||
<input type="month" name="month" class="form-control" value="<?= date('Y-m'); ?>" aria-label="Monat">
|
||||
<button class="btn btn-outline-secondary" type="submit">Auswerten</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user