v20240610151210 0.20.1
authorKilian Saffran <ksaffran@dks.lu>
Mon, 10 Jun 2024 13:15:01 +0000 (15:15 +0200)
committerKilian Saffran <ksaffran@dks.lu>
Mon, 10 Jun 2024 13:15:01 +0000 (15:15 +0200)
commit6865861ac7f908d7d486c32322d3fc24941d6f1d
tree3c8f6af50d242c6925d45a2186a57b73a125d9aa
parent8df94c7a0b63ca2d9c0851997fc0426aa99e89ee
v20240610151210
82 files changed:
dev/release_app.sh
icons/appicons-v1.0.zip [new file with mode: 0644]
icons/appicons-v1.0/Read Me.txt [new file with mode: 0644]
icons/appicons-v1.0/demo-files/demo.css [new file with mode: 0644]
icons/appicons-v1.0/demo-files/demo.js [new file with mode: 0644]
icons/appicons-v1.0/demo.html [new file with mode: 0644]
icons/appicons-v1.0/fonts/appicons.svg [moved from public_html/css/fonts/pot.svg with 89% similarity]
icons/appicons-v1.0/fonts/appicons.ttf [moved from public_html/css/fonts/pot.ttf with 73% similarity]
icons/appicons-v1.0/fonts/appicons.woff [moved from public_html/css/fonts/pot.woff with 73% similarity]
icons/appicons-v1.0/icons.css [new file with mode: 0644]
icons/appicons-v1.0/selection.json [new file with mode: 0644]
icons/appicons.zip [new file with mode: 0644]
icons/credit_cards_card.svg [new file with mode: 0644]
public_html/css/font/appicons.eot [deleted file]
public_html/css/font/appicons.svg [deleted file]
public_html/css/font/appicons.ttf [deleted file]
public_html/css/font/appicons.woff [deleted file]
public_html/css/font/appicons.woff2 [deleted file]
public_html/css/fonts/appicons.svg [new file with mode: 0644]
public_html/css/fonts/appicons.ttf [moved from public_html/css/fonts/pot.eot with 73% similarity]
public_html/css/fonts/appicons.woff [new file with mode: 0644]
public_html/css/icons.css
public_html/css/icons.min.css
public_html/lib/App/Bankaccounts.php [new file with mode: 0644]
public_html/lib/App/Cotisations.php
public_html/lib/App/Countries.php
public_html/lib/App/Members.php
public_html/lib/App/Payments.php
public_html/lib/App/Sepa.php
public_html/lib/App/ZipCodes.php
public_html/lib/Config.php
public_html/lib/Database.php
public_html/lib/Form.php
public_html/lib/Session.php
public_html/lib/version.php
public_html/scripts/exportsepaxml.php
public_html/scripts/importcsv.php [new file with mode: 0644]
public_html/scripts/parsestatements.php [new file with mode: 0644]
public_html/tmpl/common/foot_js.php
public_html/tmpl/common/head.php
public_html/tmpl/dialogs/dlg_bank_statements.php [new file with mode: 0644]
public_html/tmpl/index.php
public_html/tmpl/js/app/app.min.js.php
public_html/tmpl/js/app/bankaccounts.min.js [new file with mode: 0644]
public_html/tmpl/js/app/banks.min.js
public_html/tmpl/js/app/comitees.min.js
public_html/tmpl/js/app/dataform.min.js
public_html/tmpl/js/app/index.min.js
public_html/tmpl/js/app/invoicing.min.js
public_html/tmpl/js/app/myapp.min.js
public_html/tmpl/js/app/progressinfo.min.js
public_html/tmpl/js/app/publicrequest.min.js
public_html/tmpl/js/app/quotatypes.min.js
public_html/tmpl/js/app/releasetypes.min.js
public_html/tmpl/js/app/roles.min.js
public_html/tmpl/js/app/sections.min.js
public_html/tmpl/js/app/sepacodes.min.js
public_html/tmpl/js/app/sepagroups.min.js
public_html/tmpl/js/app/tablehelper.min.js
public_html/tmpl/js/app/users.min.js
public_html/tmpl/js/app/zipcodes.min.js
public_html/tmpl/js/common/dataform.js
public_html/tmpl/js/common/progressinfo.js
public_html/tmpl/js/common/tablehelper.js
public_html/tmpl/js/myapp.js
public_html/tmpl/js/pages/bankaccounts.js [new file with mode: 0644]
public_html/tmpl/js/pages/banks.js
public_html/tmpl/js/pages/comitees.js
public_html/tmpl/js/pages/index.js
public_html/tmpl/js/pages/invoicing.js
public_html/tmpl/js/pages/quotatypes.js
public_html/tmpl/js/pages/releasetypes.js
public_html/tmpl/js/pages/roles.js
public_html/tmpl/js/pages/sections.js
public_html/tmpl/js/pages/sepacodes.js
public_html/tmpl/js/pages/sepagroups.js
public_html/tmpl/js/pages/users.js
public_html/tmpl/js/pages/zipcodes.js
public_html/tmpl/js/publicrequest.js
public_html/tmpl/pages/bankaccounts.php [new file with mode: 0644]
public_html/tmpl/pages/index.php
public_html/tmpl/pages/invoicing.php