v20200910
authorkilian@dks-pc1 <ksaffran@dks.lu>
Fri, 9 Oct 2020 05:51:43 +0000 (07:51 +0200)
committerkilian@dks-pc1 <ksaffran@dks.lu>
Fri, 9 Oct 2020 05:51:43 +0000 (07:51 +0200)
commitacd7843e3da15e31342040748afb0b466ea20340
tree68c8877599ee459341b1ed896489534665e636be
parentab6ea0ce0f0e24a42b107a459d4d7d06238b8e14
v20200910
96 files changed:
.gitignore
.vscode/settings.json
DeveloperReadMe.md [new file with mode: 0644]
app/db.cgi
app/lib/POT/Company.pm
app/lib/POT/Period.pm
app/lib/POT/Workplan.pm
app/lib/dksdb.pm
app/static/css/icons.min.css [new file with mode: 0644]
app/static/css/theme.min.css [new file with mode: 0644]
app/static/js/app.min.js [new file with mode: 0644]
app/static/js/dataform.js
app/static/js/dataform.min.js [new file with mode: 0644]
app/static/js/report.min.js [new file with mode: 0644]
app/static/js/request.min.js [new file with mode: 0644]
app/static/js/timecalc.min.js [new file with mode: 0644]
app/static/vendors/flatpickr/flatpickr.min.js
app/static/vendors/flatpickr/flatpickr.min.orig.js [new file with mode: 0644]
app/static/vendors/flatpickr/l10n/fr.min.js [new file with mode: 0644]
app/static/vendors/flatpickr/themes/airbnb.min.orig.css [new file with mode: 0644]
app/static/vendors/slimselect/slimselect.min.css
app/static/vendors/slimselect/slimselect.min.orig.css [new file with mode: 0644]
app/static/vendors/slimselect/slimselect.min.xx.js [new file with mode: 0644]
app/static/vendors/slimselect/slimselect.xx.js [moved from app/static/vendors/slimselect/slimselect.js with 100% similarity]
app/static/vendors/tabulator/css/tabulator_midnight.css [deleted file]
app/static/vendors/tabulator/css/tabulator_midnight.min.css [deleted file]
app/static/vendors/tabulator/css/tabulator_midnight.min.css.map [deleted file]
app/static/vendors/tabulator/css/tabulator_modern.css [deleted file]
app/static/vendors/tabulator/css/tabulator_modern.min.css [deleted file]
app/static/vendors/tabulator/css/tabulator_modern.min.css.map [deleted file]
app/static/vendors/tabulator/css/tabulator_simple.css [deleted file]
app/static/vendors/tabulator/css/tabulator_simple.min.css [deleted file]
app/static/vendors/tabulator/css/tabulator_simple.min.css.map [deleted file]
app/static/vendors/tabulator/css/tabulator_site.min.css
app/static/vendors/tabulator/css/tabulator_site.min.orig.css [new file with mode: 0644]
app/static/vendors/tabulator/js/tabulator.min.js
app/static/vendors/tabulator/js/tabulator.min.orig.js [new file with mode: 0644]
app/tmpl/block/head.tt [deleted file]
app/tmpl/index.tt
app/tmpl/login.tt
app/tmpl/module/admin.tt
app/tmpl/module/admin/companies.js
app/tmpl/module/admin/companies.min.js [new file with mode: 0644]
app/tmpl/module/admin/dlg_dataset.tt
app/tmpl/module/admin/dlg_staffgroups.tt
app/tmpl/module/admin/pnl_basedata.tt
app/tmpl/module/admin/schemadataset.js
app/tmpl/module/admin/schemadataset.min.js [new file with mode: 0644]
app/tmpl/module/admin/sectors.js
app/tmpl/module/admin/sectors.min.js [new file with mode: 0644]
app/tmpl/module/admin/staffgroups.js
app/tmpl/module/admin/staffgroups.min.js [new file with mode: 0644]
app/tmpl/module/admin/users.js
app/tmpl/module/admin/users.min.js [new file with mode: 0644]
app/tmpl/module/admin/vacancydays.js
app/tmpl/module/admin/vacancydays.min.js [new file with mode: 0644]
app/tmpl/module/admin/vacancytypes.js
app/tmpl/module/admin/vacancytypes.min.js [new file with mode: 0644]
app/tmpl/module/admin/worktimes.min.js [new file with mode: 0644]
app/tmpl/module/company.tt
app/tmpl/module/company/company.min.js [new file with mode: 0644]
app/tmpl/module/company/staffgroups.min.js [new file with mode: 0644]
app/tmpl/module/company/users.js
app/tmpl/module/company/users.min.js [new file with mode: 0644]
app/tmpl/module/index.tt
app/tmpl/module/index/index.min.js [new file with mode: 0644]
app/tmpl/module/periods.tt
app/tmpl/module/periods/periodvalidation.min.js [new file with mode: 0644]
app/tmpl/module/periods/reportperiod.min.js [new file with mode: 0644]
app/tmpl/module/periods/staffperiodweeks.js
app/tmpl/module/periods/staffperiodweeks.min.js [new file with mode: 0644]
app/tmpl/module/profile/dlgpassword.tt [deleted file]
app/tmpl/module/profile/profile.js [deleted file]
app/tmpl/module/sectors.tt
app/tmpl/module/staff.tt
app/tmpl/module/staff/staff.js
app/tmpl/module/staff/staff.min.js [new file with mode: 0644]
app/tmpl/module/staff/staffcontract.min.js [new file with mode: 0644]
app/tmpl/module/staff/staffperiods.min.js [new file with mode: 0644]
app/tmpl/module/vacancydays.tt
app/tmpl/module/vacancytypes.tt
app/tmpl/module/workplans.tt
app/tmpl/module/workplans/workplans.js
app/tmpl/module/workplans/workplans.min.js [new file with mode: 0644]
dev/conf.sh [new file with mode: 0644]
dev/diff_app.sh
dev/diff_website.sh
dev/getlists.txt [deleted file]
dev/parseexcel.pl [deleted file]
dev/parsexlsx.pl [deleted file]
dev/potpwd.txt [new file with mode: 0644]
dev/setgroupaccess.sh [new file with mode: 0644]
dev/setlocalenv.sh [new file with mode: 0644]
dev/sourcefiles.local.txt [deleted file]
dev/sourcefiles.remote.txt [deleted file]
dev/testuxtime.pl [deleted file]