Zeiterfassung Update

* Erstberechnung Überstunden 50%/100% Steuerfrei/Steuerpflichtig
 * Feiertag werden nun in der Buchungsübersicht angezeigt
This commit is contained in:
Spi
2024-04-29 20:15:39 +02:00
parent 258067ef4d
commit 45a07abf0e
5 changed files with 93 additions and 8 deletions
+4
View File
@@ -89,6 +89,10 @@ $years[time() - 31536000] = date('Y', time() - 31536000);
.form-check-label {
margin-top: 2px;
}
.holiday-text
{
color: #d70000;
}
</style>
<!-- start page title -->
@@ -139,7 +139,7 @@
month: $.trim($('#month').data('month')),
ajax: 1
}).done(function (data) {
window.location.href = "<?= self::getUrl("TimerecordingBilling", "detailClosed", ['month' => $month]) ?>";
window.location.href = "<?= self::getUrl("TimerecordingBilling", "detail", ['month' => $month]) ?>";
});
}