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/members
marius.klein cfcde2da3a finance/statement: make `subsidy_to` and `allowance_to` optional (#112)
closes #108

- fields for receivers of allowance `a` and subsidies `s` are not compulsory anymore. If receivers are given, `a` and `s` are payed out for them. `s` can only be payed out in total, disregarding the number of receivers given for `a`.
- In the overview pages (activity and statement), we are now distinguishing between theoretical `a` + `s` and what has been payed out practically. If no receiver was given for either things, it is made clear that nothing is payed out. All combinations of `0`, ..., `n` payed allowances (`n` being number of approved participating YLs) and `0, `1` payed subsidies are possible.
- transaction generation logic adapted accordingly

Reviewed-on: #112
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: make `subsidy_to` and `allowance_to` optional (#112) 11 months ago
management/commands add new management command to retrieve assocation emails 5 years ago
migrations finance/statement: add selection fields for allowance and subsidies 11 months ago
templates finance/statement: make `subsidy_to` and `allowance_to` optional (#112) 11 months ago
templatetags finance/statement: show IBAN validity in submit views (#104) 11 months ago
__init__.py added member system 9 years ago
admin.py finance/statement: make `subsidy_to` and `allowance_to` optional (#112) 11 months ago
apps.py members: Teilnehmer -> Meine Jugendgruppe 1 year ago
models.py members/models: use section name in signature on SJR application 11 months ago
pdf.py members/pdf: normalize filenames in merge_pdf 11 months ago
rules.py multiple: use object level permissions 3 years ago
tasks.py members/waitinglist: waiting list confirmation reminders 1 year ago
tests.py members/tests: add more admin tests 11 months ago
urls.py members/registration: pre-fill registration form 1 year ago
views.py members/registration: pre-fill registration form 1 year ago