Zeiterfassung neues Feature:

Features für Project 7832:
* Das Pickerldatum Zusatzfeld
* Auftrennen PKW und Anhänger
* Dokumente Upload
* Standardsortierung
* Ausgeschieden Flag mit Datum
* zusätzliche migration
This commit is contained in:
Daniel Spitzer
2025-03-10 14:32:45 +01:00
parent c42b409972
commit e6131cda88
5 changed files with 93 additions and 60 deletions
+1 -2
View File
@@ -68,8 +68,7 @@ $(document).ready(function () {
alert("Bitte wählen Sie ein Datum aus.");
return;
}
window.location.href = "<?= self::getUrl('TimerecordingCar', 'retire', ['id' => $timerecordingcars->id]) ?>"
+ "&retired_date=" + encodeURIComponent(retireDate);
window.location.href = requestRetireUrl + "?id=" + $('#id').val() + "&retired_date=" + encodeURIComponent(retireDate);
});
$('body').on('change', '#files-input', function () {
let fileList = $('#files-input').prop("files");