v20210419 master
authorKilian Saffran <ksaffran@dks.lu>
Mon, 19 Apr 2021 14:04:21 +0000 (16:04 +0200)
committerKilian Saffran <ksaffran@dks.lu>
Mon, 19 Apr 2021 14:04:21 +0000 (16:04 +0200)
commit82c44b73da7557402b0bb6795477ce659a341a0c
treed19d18a81f724794369ffc6778e5f2bb5ed055b7
parent5a972c24b3022a4bc71706c27ed27db3c82ce70d
v20210419
327 files changed:
.hourtrax/hourtrax.sql
.hourtrax/potsync.conf
.vscode/sftp.json
bin/CGI/api/db.cgi [new file with mode: 0644]
bin/CGI/api/fingerprint.cgi [new file with mode: 0644]
bin/CGI/api/lib/dksconfig.pm [new file with mode: 0644]
bin/CGI/api/lib/dksdb.pm [new file with mode: 0644]
bin/CGI/api/lib/sendemail.pm [new file with mode: 0644]
bin/CGI/api/lib/session.pm [new file with mode: 0644]
bin/CGI/api/service.cgi [new file with mode: 0644]
bin/CGI/api/system.cgi [new file with mode: 0644]
bin/CGI/api/tools/fingerdelete.py [new file with mode: 0644]
bin/CGI/api/tools/fingerenroll.py [new file with mode: 0644]
bin/CGI/api/tools/fingerledoff.py [new file with mode: 0644]
bin/CGI/api/tools/fingerledon.py [new file with mode: 0644]
bin/CGI/api/tools/fingersearch.py [new file with mode: 0644]
bin/CGI/api/tools/pyfingerprint2/__init__.py [new file with mode: 0644]
bin/CGI/api/tools/pyfingerprint2/__init__.pyc [new file with mode: 0644]
bin/CGI/api/tools/pyfingerprint2/pyfingerprint.py [new file with mode: 0644]
bin/CGI/api/tools/pyfingerprint2/pyfingerprint.pyc [new file with mode: 0644]
bin/CGI/index.cgi [new file with mode: 0644]
bin/CGI/tmpl/app/hourtrax/index.tt [new file with mode: 0644]
bin/CGI/tmpl/app/hourtrax/module/members/index.js [new file with mode: 0644]
bin/CGI/tmpl/app/hourtrax/module/members/index.tt [new file with mode: 0644]
bin/CGI/tmpl/app/hourtrax/module/settings/index.js [new file with mode: 0644]
bin/CGI/tmpl/app/hourtrax/module/settings/index.tt [new file with mode: 0644]
bin/CGI/tmpl/app/hourtrax/module/timetrack/index.js [new file with mode: 0644]
bin/CGI/tmpl/app/hourtrax/module/timetrack/index.tt [new file with mode: 0644]
bin/CGI/tmpl/app/timeclock/index.js [new file with mode: 0644]
bin/CGI/tmpl/app/timeclock/index.tt [new file with mode: 0644]
bin/CGI/tmpl/block/snackbar.tt [new file with mode: 0644]
bin/CGI/tmpl/macro/fields.tt [new file with mode: 0644]
bin/CGI/tmpl/skeleton/app.tt [new file with mode: 0644]
bin/CGI/tmpl/skeleton/file.tt [new file with mode: 0644]
bin/CGI/tmpl/skeleton/index.tt [new file with mode: 0644]
bin/CGI/tmpl/skeleton/module.tt [new file with mode: 0644]
bin/htdocs/css/admin.css [new file with mode: 0644]
bin/htdocs/css/clock.css [new file with mode: 0644]
bin/htdocs/css/clock2.css [new file with mode: 0644]
bin/htdocs/css/w3pro.css [new file with mode: 0644]
bin/htdocs/img/dks_1000.png [new file with mode: 0644]
bin/htdocs/img/hourtrax.png [new file with mode: 0644]
bin/htdocs/img/hourtrax.svg [new file with mode: 0644]
bin/htdocs/img/icons/Adobe_Acrobat.svg [new file with mode: 0644]
bin/htdocs/img/icons/Adobe_PDF_Export.svg [new file with mode: 0644]
bin/htdocs/img/icons/Agreement_01.svg [new file with mode: 0644]
bin/htdocs/img/icons/Bill.svg [new file with mode: 0644]
bin/htdocs/img/icons/Document_Save.svg [new file with mode: 0644]
bin/htdocs/img/icons/Save.svg [new file with mode: 0644]
bin/htdocs/img/icons/address.svg [new file with mode: 0644]
bin/htdocs/img/icons/address_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/apps.svg [new file with mode: 0644]
bin/htdocs/img/icons/apps_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/archive.svg [new file with mode: 0644]
bin/htdocs/img/icons/archive_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/calendar.svg [new file with mode: 0644]
bin/htdocs/img/icons/calendar_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/clocktime.svg [new file with mode: 0644]
bin/htdocs/img/icons/clocktime_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/club.svg [new file with mode: 0644]
bin/htdocs/img/icons/club_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/clubs.svg [new file with mode: 0644]
bin/htdocs/img/icons/clubs_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/code.svg [new file with mode: 0644]
bin/htdocs/img/icons/cube.svg [new file with mode: 0644]
bin/htdocs/img/icons/cube_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/cubelight.svg [new file with mode: 0644]
bin/htdocs/img/icons/cubelight_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/dashboard.svg [new file with mode: 0644]
bin/htdocs/img/icons/dashboard_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/download.svg [new file with mode: 0644]
bin/htdocs/img/icons/download_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/duplicate.svg [new file with mode: 0644]
bin/htdocs/img/icons/duplicate_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/edit.svg [new file with mode: 0644]
bin/htdocs/img/icons/edit_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/file.svg [new file with mode: 0644]
bin/htdocs/img/icons/file/dir.png [new file with mode: 0644]
bin/htdocs/img/icons/file/doc.png [new file with mode: 0644]
bin/htdocs/img/icons/file/docx.png [new file with mode: 0644]
bin/htdocs/img/icons/file/file.png [new file with mode: 0644]
bin/htdocs/img/icons/file/jpg.png [new file with mode: 0644]
bin/htdocs/img/icons/file/pdf.png [new file with mode: 0644]
bin/htdocs/img/icons/file/png.png [new file with mode: 0644]
bin/htdocs/img/icons/file/txt.png [new file with mode: 0644]
bin/htdocs/img/icons/file/xls.png [new file with mode: 0644]
bin/htdocs/img/icons/file/xlsx.png [new file with mode: 0644]
bin/htdocs/img/icons/file_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/folder.svg [new file with mode: 0644]
bin/htdocs/img/icons/folder_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/globe.svg [new file with mode: 0644]
bin/htdocs/img/icons/globe_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/inbox.svg [new file with mode: 0644]
bin/htdocs/img/icons/inbox_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/library.svg [new file with mode: 0644]
bin/htdocs/img/icons/library_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/license.svg [new file with mode: 0644]
bin/htdocs/img/icons/license_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/list.svg [new file with mode: 0644]
bin/htdocs/img/icons/list_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/logout.svg [new file with mode: 0644]
bin/htdocs/img/icons/logout_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/menu.svg [new file with mode: 0644]
bin/htdocs/img/icons/menu_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/newspaper.svg [new file with mode: 0644]
bin/htdocs/img/icons/newspaper_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/numberlist.svg [new file with mode: 0644]
bin/htdocs/img/icons/numberlist_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/package.svg [new file with mode: 0644]
bin/htdocs/img/icons/package_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/pictures.svg [new file with mode: 0644]
bin/htdocs/img/icons/pictures_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/plus.svg [new file with mode: 0644]
bin/htdocs/img/icons/plus_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/remove.svg [new file with mode: 0644]
bin/htdocs/img/icons/remove_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/squares.svg [new file with mode: 0644]
bin/htdocs/img/icons/squares_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/target.svg [new file with mode: 0644]
bin/htdocs/img/icons/target_white.svg [new file with mode: 0644]
bin/htdocs/img/icons/user.svg [new file with mode: 0644]
bin/htdocs/img/icons/user_white.svg [new file with mode: 0644]
bin/htdocs/js/admin.js [new file with mode: 0644]
bin/htdocs/js/admin_ht.js [new file with mode: 0644]
bin/htdocs/js/fieldsave.js [new file with mode: 0644]
bin/htdocs/js/formsave.js [new file with mode: 0644]
bin/htdocs/js/moduleglobal.js [new file with mode: 0644]
bin/htdocs/js/request.js [new file with mode: 0644]
bin/htdocs/js/sysconfig.js [new file with mode: 0644]
bin/htdocs/vendor/choices/base.css [new file with mode: 0644]
bin/htdocs/vendor/choices/base.min.css [new file with mode: 0644]
bin/htdocs/vendor/choices/choices.css [new file with mode: 0644]
bin/htdocs/vendor/choices/choices.js [new file with mode: 0644]
bin/htdocs/vendor/choices/choices.min.css [new file with mode: 0644]
bin/htdocs/vendor/choices/choices.min.js [new file with mode: 0644]
bin/htdocs/vendor/choices/scripts/choices.js [new file with mode: 0644]
bin/htdocs/vendor/choices/scripts/choices.min.js [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/flatpickr.css [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/flatpickr.js [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/flatpickr.min.css [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/flatpickr.min.js [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/ie.css [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/index.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/l10n/de.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/l10n/de.js [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/l10n/default.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/l10n/default.js [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/l10n/fr.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/l10n/fr.js [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/l10n/lu.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/l10n/lu.js [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/plugins/confirmDate/confirmDate.css [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/plugins/confirmDate/confirmDate.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/plugins/confirmDate/confirmDate.js [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/plugins/labelPlugin/labelPlugin.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/plugins/labelPlugin/labelPlugin.js [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/plugins/minMaxTimePlugin.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/plugins/minMaxTimePlugin.js [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/plugins/monthSelect/index.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/plugins/monthSelect/index.js [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/plugins/monthSelect/style.css [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/plugins/monthSelect/tests.spec.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/plugins/rangePlugin.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/plugins/rangePlugin.js [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/plugins/scrollPlugin.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/plugins/scrollPlugin.js [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/plugins/weekSelect/weekSelect.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/plugins/weekSelect/weekSelect.js [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/themes/airbnb.css [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/themes/confetti.css [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/themes/dark.css [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/themes/light.css [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/themes/material_blue.css [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/themes/material_green.css [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/themes/material_orange.css [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/themes/material_red.css [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/types/globals.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/types/instance.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/types/locale.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/types/options.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/typings.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/utils/dates.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/utils/dom.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/utils/formatting.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/utils/index.d.ts [new file with mode: 0644]
bin/htdocs/vendor/flatpickr/utils/polyfills.d.ts [new file with mode: 0644]
bin/htdocs/vendor/moment/moment-with-locales.min.js [new file with mode: 0644]
bin/htdocs/vendor/moment/moment.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/bootstrap/tabulator_bootstrap.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/bootstrap/tabulator_bootstrap.min.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/bootstrap/tabulator_bootstrap.min.css.map [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/bootstrap/tabulator_bootstrap4.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/bootstrap/tabulator_bootstrap4.min.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/bootstrap/tabulator_bootstrap4.min.css.map [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/bulma/tabulator_bulma.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/bulma/tabulator_bulma.min.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/bulma/tabulator_bulma.min.css.map [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/semantic-ui/tabulator_semantic-ui.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/semantic-ui/tabulator_semantic-ui.min.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/semantic-ui/tabulator_semantic-ui.min.css.map [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/tabulator.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/tabulator.min.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/tabulator.min.css.map [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/tabulator_midnight.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/tabulator_midnight.min.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/tabulator_midnight.min.css.map [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/tabulator_modern.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/tabulator_modern.min.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/tabulator_modern.min.css.map [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/tabulator_simple.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/tabulator_simple.min.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/tabulator_simple.min.css.map [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/tabulator_site.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/tabulator_site.min.css [new file with mode: 0644]
bin/htdocs/vendor/tabulator/css/tabulator_site.min.css.map [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/jquery_wrapper.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/jquery_wrapper.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/accessor.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/accessor.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/ajax.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/ajax.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/calculation_colums.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/calculation_colums.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/clipboard.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/clipboard.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/data_tree.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/data_tree.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/download.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/download.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/edit.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/edit.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/filter.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/filter.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/format.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/format.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/frozen_columns.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/frozen_columns.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/frozen_rows.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/frozen_rows.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/group_rows.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/group_rows.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/history.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/history.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/html_table_export.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/html_table_export.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/html_table_import.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/html_table_import.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/keybindings.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/keybindings.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/moveable_columns.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/moveable_columns.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/moveable_rows.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/moveable_rows.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/mutator.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/mutator.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/page.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/page.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/persistence.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/persistence.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/print.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/print.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/reactive_data.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/reactive_data.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/resize_columns.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/resize_columns.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/resize_rows.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/resize_rows.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/resize_table.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/resize_table.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/responsive_layout.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/responsive_layout.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/select_row.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/select_row.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/sort.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/sort.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/validate.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/modules/validate.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/tabulator.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/tabulator.min.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/tabulator_core.js [new file with mode: 0644]
bin/htdocs/vendor/tabulator/js/tabulator_core.min.js [new file with mode: 0644]
bin/syncup.pl
bin/websrv.pl [new file with mode: 0644]
desktopapp/img/touch.svg
dev/main.py
install/.hourtrax/ht.sql
install/bin/electron/resources/app/css/clock.css
install/bin/electron/resources/app/img/fingerprint/finger1.svg
install/bin/electron/resources/app/img/fingerprint/finger2.svg
install/bin/electron/resources/app/img/fingerprint/finger3.svg
install/bin/electron/resources/app/img/fingerprint/finger4.svg
install/bin/electron/resources/app/img/fingerprint/finger5.svg
install/bin/electron/resources/app/img/fingerprint/fingerprint-check.svg
install/bin/electron/resources/app/img/fingerprint/fingerprint-crosshair.svg
install/bin/electron/resources/app/img/fingerprint/fingerprint-remove.svg
install/bin/electron/resources/app/img/fingerprint/fingerprint-remove_white.svg
install/bin/electron/resources/app/img/fingerprint/fingerprint-scanning-index.svg
install/bin/electron/resources/app/img/fingerprint/fingerprint-scanning.svg
install/bin/electron/resources/app/img/fingerprint/fingerprint-search.svg
install/bin/electron/resources/app/img/fingerprint/fingerprint-simple.svg
install/bin/electron/resources/app/img/pot.svg
install/bin/electron/resources/app/img/touch.svg
install/bin/electron/resources/app/js/admin.js
install/bin/electron/resources/app/js/app.js
install/bin/electron/resources/app/main.js
install/bin/electron/resources/app/package-lock.json
install/bin/electron/resources/app/package.json
latest/bin/electron/resources/app/css/clock.css
latest/bin/electron/resources/app/img/fingerprint/finger1.svg
latest/bin/electron/resources/app/img/fingerprint/finger2.svg
latest/bin/electron/resources/app/img/fingerprint/finger3.svg
latest/bin/electron/resources/app/img/fingerprint/finger4.svg
latest/bin/electron/resources/app/img/fingerprint/finger5.svg
latest/bin/electron/resources/app/img/fingerprint/fingerprint-check.svg
latest/bin/electron/resources/app/img/fingerprint/fingerprint-crosshair.svg
latest/bin/electron/resources/app/img/fingerprint/fingerprint-remove.svg
latest/bin/electron/resources/app/img/fingerprint/fingerprint-remove_white.svg
latest/bin/electron/resources/app/img/fingerprint/fingerprint-scanning-index.svg
latest/bin/electron/resources/app/img/fingerprint/fingerprint-scanning.svg
latest/bin/electron/resources/app/img/fingerprint/fingerprint-search.svg
latest/bin/electron/resources/app/img/fingerprint/fingerprint-simple.svg
latest/bin/electron/resources/app/img/pot.svg
latest/bin/electron/resources/app/img/touch.svg
latest/bin/electron/resources/app/js/app.js
latest/bin/electron/resources/app/main.js
latest/bin/electron/resources/app/package-lock.json
latest/bin/electron/resources/app/package.json