v20211108
authorKilian Saffran <ksaffran@dks.lu>
Mon, 8 Nov 2021 13:58:31 +0000 (14:58 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Mon, 8 Nov 2021 13:58:31 +0000 (14:58 +0100)
commit97cf36adf9752392562bb3192917430b64733d9a
tree6e248befd8f5588e6e16d24ba83a0e12949d11ac
parent4c4fbf3704a5e9ecab99ebe52f5ebc9cc90b3d2b
v20211108
190 files changed:
.gitignore
app/css/font/appicons.eot
app/css/font/appicons.svg
app/css/font/appicons.ttf
app/css/font/appicons.woff
app/css/font/appicons.woff2
app/css/icons.css
app/lib/POT/Period.php
app/lib/POT/Staff.php
app/lib/lang/de.php
app/lib/lang/fr.php
app/lib/version.php
app/log/sql.log
app/tmpl/block/common_head.html
app/tmpl/index.html
app/tmpl/module/admin/companies.js
app/tmpl/module/admin/sectors.js
app/tmpl/module/admin/staffgroups.js
app/tmpl/module/admin/users.js
app/tmpl/module/admin/vacancydays.js
app/tmpl/module/admin/vacancytypes.js
app/tmpl/module/admin/worktimes.js
app/tmpl/module/archive/archive.js
app/tmpl/module/company/staffgroups.js
app/tmpl/module/company/users.js
app/tmpl/module/help/help.js
app/tmpl/module/index.html
app/tmpl/module/js/tablehelper.js
app/tmpl/module/periods/reportperiod.js
app/tmpl/module/periods/staffperiodweeks.js
app/tmpl/module/staff/staff.js
app/tmpl/module/staff/staffcontract.js
app/tmpl/module/staff/staffperiods.js
app/tmpl/module/staff/staffvacancy.js
app/tmpl/module/timeclock/timeclock.js
app/tmpl/module/vacancydays/vacancydays.js
app/tmpl/module/vacancydays/vacmonthly.js [new file with mode: 0644]
app/tmpl/module/vacmonthly.html [new file with mode: 0644]
app/tmpl/module/workplans/workplans.js
app/vendors/flatpickr/esm/index.js [new file with mode: 0644]
app/vendors/flatpickr/esm/l10n/de.js [new file with mode: 0644]
app/vendors/flatpickr/esm/l10n/default.js [new file with mode: 0644]
app/vendors/flatpickr/esm/l10n/fr.js [new file with mode: 0644]
app/vendors/flatpickr/esm/l10n/index.js [new file with mode: 0644]
app/vendors/flatpickr/esm/l10n/uk.js [new file with mode: 0644]
app/vendors/flatpickr/esm/plugins/confirmDate/confirmDate.js [new file with mode: 0644]
app/vendors/flatpickr/esm/plugins/labelPlugin/labelPlugin.js [new file with mode: 0644]
app/vendors/flatpickr/esm/plugins/minMaxTimePlugin.js [new file with mode: 0644]
app/vendors/flatpickr/esm/plugins/momentPlugin.js [new file with mode: 0644]
app/vendors/flatpickr/esm/plugins/monthSelect/index.js [new file with mode: 0644]
app/vendors/flatpickr/esm/plugins/rangePlugin.js [new file with mode: 0644]
app/vendors/flatpickr/esm/plugins/scrollPlugin.js [new file with mode: 0644]
app/vendors/flatpickr/esm/plugins/weekSelect/weekSelect.js [new file with mode: 0644]
app/vendors/flatpickr/esm/types/globals.js [new file with mode: 0644]
app/vendors/flatpickr/esm/types/instance.js [new file with mode: 0644]
app/vendors/flatpickr/esm/types/locale.js [new file with mode: 0644]
app/vendors/flatpickr/esm/types/options.js [new file with mode: 0644]
app/vendors/flatpickr/esm/utils/dates.js [new file with mode: 0644]
app/vendors/flatpickr/esm/utils/dom.js [new file with mode: 0644]
app/vendors/flatpickr/esm/utils/formatting.js [new file with mode: 0644]
app/vendors/flatpickr/esm/utils/index.js [new file with mode: 0644]
app/vendors/flatpickr/esm/utils/polyfills.js [new file with mode: 0644]
app/vendors/flatpickr/flatpickr.js
app/vendors/flatpickr/flatpickr.min.js
app/vendors/flatpickr/l10n/de.js
app/vendors/flatpickr/l10n/default.js
app/vendors/flatpickr/l10n/fr.js
app/vendors/flatpickr/l10n/index.js
app/vendors/flatpickr/plugins/confirmDate/confirmDate.js
app/vendors/flatpickr/plugins/labelPlugin/labelPlugin.js
app/vendors/flatpickr/plugins/minMaxTimePlugin.js
app/vendors/flatpickr/plugins/momentPlugin.js
app/vendors/flatpickr/plugins/monthSelect/index.js
app/vendors/flatpickr/plugins/rangePlugin.js
app/vendors/flatpickr/plugins/scrollPlugin.js
app/vendors/flatpickr/plugins/weekSelect/weekSelect.js
app/vendors/flatpickr/themes/airbnb.css
app/vendors/flatpickr/themes/confetti.css [new file with mode: 0644]
app/vendors/flatpickr/themes/dark.css [new file with mode: 0644]
app/vendors/flatpickr/themes/light.css [new file with mode: 0644]
app/vendors/flatpickr/themes/material_blue.css [new file with mode: 0644]
app/vendors/flatpickr/themes/material_green.css [new file with mode: 0644]
app/vendors/flatpickr/themes/material_orange.css [new file with mode: 0644]
app/vendors/flatpickr/themes/material_red.css [new file with mode: 0644]
app/vendors/flatpickr/types/instance.d.ts
app/vendors/flatpickr/types/locale.d.ts
app/vendors/flatpickr/types/options.d.ts
app/vendors/flatpickr/utils/dates.d.ts
app/vendors/flatpickr/utils/index.d.ts
app/vendors/luxon/luxon.js [new file with mode: 0644]
app/vendors/luxon/luxon.js.map [new file with mode: 0644]
app/vendors/luxon/luxon.min.js [new file with mode: 0644]
app/vendors/luxon/luxon.min.js.map [new file with mode: 0644]
app/vendors/tabulator/css/tabulator.css
app/vendors/tabulator/css/tabulator.min.css
app/vendors/tabulator/css/tabulator.min.css.map
app/vendors/tabulator/css/tabulator_simple.css [new file with mode: 0644]
app/vendors/tabulator/css/tabulator_simple.min.css [new file with mode: 0644]
app/vendors/tabulator/css/tabulator_simple.min.css.map [new file with mode: 0644]
app/vendors/tabulator/css/tabulator_site.css
app/vendors/tabulator/css/tabulator_site.min.css
app/vendors/tabulator/css/tabulator_site.min.css.map
app/vendors/tabulator/css/tabulator_site.min.orig.css [deleted file]
app/vendors/tabulator/js/modules/accessor.js
app/vendors/tabulator/js/modules/accessor.min.js
app/vendors/tabulator/js/modules/ajax.js
app/vendors/tabulator/js/modules/ajax.min.js
app/vendors/tabulator/js/modules/calculation_colums.js
app/vendors/tabulator/js/modules/calculation_colums.min.js
app/vendors/tabulator/js/modules/clipboard.js
app/vendors/tabulator/js/modules/clipboard.min.js
app/vendors/tabulator/js/modules/data_tree.js
app/vendors/tabulator/js/modules/data_tree.min.js
app/vendors/tabulator/js/modules/download.js
app/vendors/tabulator/js/modules/download.min.js
app/vendors/tabulator/js/modules/edit.js
app/vendors/tabulator/js/modules/edit.min.js
app/vendors/tabulator/js/modules/export.js
app/vendors/tabulator/js/modules/export.min.js
app/vendors/tabulator/js/modules/filter.js
app/vendors/tabulator/js/modules/filter.min.js
app/vendors/tabulator/js/modules/format.js
app/vendors/tabulator/js/modules/format.min.js
app/vendors/tabulator/js/modules/frozen_columns.js
app/vendors/tabulator/js/modules/frozen_columns.min.js
app/vendors/tabulator/js/modules/frozen_rows.js
app/vendors/tabulator/js/modules/frozen_rows.min.js
app/vendors/tabulator/js/modules/group_rows.js
app/vendors/tabulator/js/modules/group_rows.min.js
app/vendors/tabulator/js/modules/history.js
app/vendors/tabulator/js/modules/history.min.js
app/vendors/tabulator/js/modules/html_table_import.js
app/vendors/tabulator/js/modules/html_table_import.min.js
app/vendors/tabulator/js/modules/keybindings.js
app/vendors/tabulator/js/modules/keybindings.min.js
app/vendors/tabulator/js/modules/menu.js
app/vendors/tabulator/js/modules/menu.min.js
app/vendors/tabulator/js/modules/moveable_columns.js
app/vendors/tabulator/js/modules/moveable_columns.min.js
app/vendors/tabulator/js/modules/moveable_rows.js
app/vendors/tabulator/js/modules/moveable_rows.min.js
app/vendors/tabulator/js/modules/mutator.js
app/vendors/tabulator/js/modules/mutator.min.js
app/vendors/tabulator/js/modules/page.js
app/vendors/tabulator/js/modules/page.min.js
app/vendors/tabulator/js/modules/persistence.js
app/vendors/tabulator/js/modules/persistence.min.js
app/vendors/tabulator/js/modules/print.js
app/vendors/tabulator/js/modules/print.min.js
app/vendors/tabulator/js/modules/reactive_data.js
app/vendors/tabulator/js/modules/reactive_data.min.js
app/vendors/tabulator/js/modules/resize_columns.js
app/vendors/tabulator/js/modules/resize_columns.min.js
app/vendors/tabulator/js/modules/resize_rows.js
app/vendors/tabulator/js/modules/resize_rows.min.js
app/vendors/tabulator/js/modules/resize_table.js
app/vendors/tabulator/js/modules/resize_table.min.js
app/vendors/tabulator/js/modules/responsive_layout.js
app/vendors/tabulator/js/modules/responsive_layout.min.js
app/vendors/tabulator/js/modules/select_row.js
app/vendors/tabulator/js/modules/select_row.min.js
app/vendors/tabulator/js/modules/sort.js
app/vendors/tabulator/js/modules/sort.min.js
app/vendors/tabulator/js/modules/validate.js
app/vendors/tabulator/js/modules/validate.min.js
app/vendors/tabulator/js/tabulator.es2015.js [new file with mode: 0644]
app/vendors/tabulator/js/tabulator.es2015.min.js [new file with mode: 0644]
app/vendors/tabulator/js/tabulator.js
app/vendors/tabulator/js/tabulator.min.js
app/vendors/tabulator/js/tabulator.min.orig.js [deleted file]
app/vendors/tabulator/js/tabulator_core.js
app/vendors/tabulator/js/tabulator_core.min.js
app/vendors/xlsx/LICENSE [new file with mode: 0644]
app/vendors/xlsx/cpexcel.js [new file with mode: 0644]
app/vendors/xlsx/jszip.js [new file with mode: 0644]
app/vendors/xlsx/shim.min.js [new file with mode: 0644]
app/vendors/xlsx/xlsx.core.min.js [new file with mode: 0644]
app/vendors/xlsx/xlsx.core.min.map [new file with mode: 0644]
app/vendors/xlsx/xlsx.extendscript.js [new file with mode: 0644]
app/vendors/xlsx/xlsx.full.min.js [new file with mode: 0644]
app/vendors/xlsx/xlsx.full.min.map [new file with mode: 0644]
app/vendors/xlsx/xlsx.js [new file with mode: 0644]
app/vendors/xlsx/xlsx.min.js [new file with mode: 0644]
app/vendors/xlsx/xlsx.min.map [new file with mode: 0644]
app/vendors/xlsx/xlsx.mini.min.js [new file with mode: 0644]
app/vendors/xlsx/xlsx.mini.min.map [new file with mode: 0644]
dev/create_cssicons.ps1
icons/excel.svg
icons/home.svg
icons/report.svg [new file with mode: 0644]