v20240612090138 0.23.0
authorKilian Saffran <ksaffran@dks.lu>
Wed, 12 Jun 2024 07:04:18 +0000 (09:04 +0200)
committerKilian Saffran <ksaffran@dks.lu>
Wed, 12 Jun 2024 07:04:18 +0000 (09:04 +0200)
commite6f32485fe250402feb3d55d2c1c53ae71e49f36
treef043a3a30a2cc7424629b88e48748acb8f08db91
parent6865861ac7f908d7d486c32322d3fc24941d6f1d
v20240612090138
62 files changed:
.vscode/snippets.code-snippets
dev/release_app.sh
public_html/changelog.txt [new file with mode: 0644]
public_html/db.php
public_html/index.php
public_html/lib/App/Bankaccounts.php
public_html/lib/App/Help.php [new file with mode: 0644]
public_html/lib/Config.php
public_html/lib/version.php
public_html/scripts/importcsv.php
public_html/scripts/parsestatements.php
public_html/scripts/test.php [new file with mode: 0644]
public_html/tmpl/common/foot_js.php
public_html/tmpl/dialogs/dlg_bank_statements.php
public_html/tmpl/index.php
public_html/tmpl/js/app/about.min.js [new file with mode: 0644]
public_html/tmpl/js/app/app.min.js.php
public_html/tmpl/js/app/bankaccounts.min.js
public_html/tmpl/js/app/comitees.min.js
public_html/tmpl/js/app/countries.min.js
public_html/tmpl/js/app/employers.min.js
public_html/tmpl/js/app/help.min.js [new file with mode: 0644]
public_html/tmpl/js/app/invoicing.min.js
public_html/tmpl/js/common/db.js
public_html/tmpl/js/common/progressinfo.js
public_html/tmpl/js/common/tablehelper.js
public_html/tmpl/js/common/timecalc.js
public_html/tmpl/js/myapp.js
public_html/tmpl/js/pages/about.js [new file with mode: 0644]
public_html/tmpl/js/pages/bankaccounts.js
public_html/tmpl/js/pages/comitees.js
public_html/tmpl/js/pages/countries.js
public_html/tmpl/js/pages/employers.js
public_html/tmpl/js/pages/help.js [new file with mode: 0644]
public_html/tmpl/js/pages/invoicing.js
public_html/tmpl/js/request.js
public_html/tmpl/js/sw.js
public_html/tmpl/pages/about.php [new file with mode: 0644]
public_html/tmpl/pages/help.php [new file with mode: 0644]
public_html/vendor/marked/marked.min.js [new file with mode: 0644]
tmp/node_modules/.bin/marked [new file with mode: 0644]
tmp/node_modules/.bin/marked.cmd [new file with mode: 0644]
tmp/node_modules/.bin/marked.ps1 [new file with mode: 0644]
tmp/node_modules/.package-lock.json [new file with mode: 0644]
tmp/node_modules/marked/LICENSE.md [new file with mode: 0644]
tmp/node_modules/marked/README.md [new file with mode: 0644]
tmp/node_modules/marked/bin/main.js [new file with mode: 0644]
tmp/node_modules/marked/bin/marked.js [new file with mode: 0644]
tmp/node_modules/marked/lib/marked.cjs [new file with mode: 0644]
tmp/node_modules/marked/lib/marked.cjs.map [new file with mode: 0644]
tmp/node_modules/marked/lib/marked.d.cts [new file with mode: 0644]
tmp/node_modules/marked/lib/marked.d.ts [new file with mode: 0644]
tmp/node_modules/marked/lib/marked.esm.js [new file with mode: 0644]
tmp/node_modules/marked/lib/marked.esm.js.map [new file with mode: 0644]
tmp/node_modules/marked/lib/marked.umd.js [new file with mode: 0644]
tmp/node_modules/marked/lib/marked.umd.js.map [new file with mode: 0644]
tmp/node_modules/marked/man/marked.1 [new file with mode: 0644]
tmp/node_modules/marked/man/marked.1.md [new file with mode: 0644]
tmp/node_modules/marked/marked.min.js [new file with mode: 0644]
tmp/node_modules/marked/package.json [new file with mode: 0644]
tmp/package-lock.json [new file with mode: 0644]
tmp/package.json [new file with mode: 0644]