You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kompass/jdav_web/finance
marius.klein e7dcbb47ab finance/statement: show IBAN validity in submit views (#104)
* Add new attribute `iban_valid` to `Member`.
* Submit pages of regular expenses and activity expenses now include an overview which people with expenses have a valid IBAN.
* Add a note that IBAN validity should be checked manually before submitting.

Right now, no technical barriers are in place that prevent missing/wrong IBANs when a statement is submitted. This is intentional to preserve maximal flexibility.

In a follow-up PR, one could add custom warning messages on top of page when some IBANs are invalid.

Reviewed-on: #104
Reviewed-by: Christian Merten <christian@merten.dev>
Co-authored-by: marius.klein <marius.klein@alpenverein-heidelberg.de>
Co-committed-by: marius.klein <marius.klein@alpenverein-heidelberg.de>
11 months ago
..
locale/de/LC_MESSAGES finance/statement: show IBAN validity in submit views (#104) 11 months ago
migrations finance/statement: make allowance_to optional 11 months ago
templates/admin finance/statement: show IBAN validity in submit views (#104) 11 months ago
__init__.py finance: add initial structre, including models and admin page, add some customization 3 years ago
admin.py finance/statement: show IBAN validity in submit views (#104) 11 months ago
apps.py finance: fix some translations, add statement submit button for excursions 3 years ago
models.py finance/tests: adapt to new logic with allowance_to and subsidy_to 11 months ago
rules.py multiple: use object level permissions 3 years ago
tests.py finance/tests: adapt to new logic with allowance_to and subsidy_to 11 months ago
views.py finance: add initial structre, including models and admin page, add some customization 3 years ago