Christian Merten
a0da26476c
members/tests: add tests for admin pages
2 years ago
Christian Merten
3622743d2c
members/pdf: normalize filenames in merge_pdf
2 years ago
Christian Merten
3e0d55c0ed
members/registration: escape special characters in user input
2 years ago
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>
2 years ago
Christian Merten
7d74e5d908
members/tests: add tests for views
2 years ago
Christian Merten
d4a8c4a515
members/models: factor out upload_registration_form_link
2 years ago
Christian Merten
593cef520d
members/tests: only test age for passed dates
2 years ago
Christian Merten
39f1700131
members/tests: skip sjr application generation
2 years ago
marius.klein
91ceaaf9f9
members/excursion: select invoice for sjr application form ( #103 )
...
Closes #61
Adds to the generate sjr application process a form in order to select one invoice.
Reviewed-on: #103
Co-authored-by: marius.klein <marius.klein@alpenverein-heidelberg.de>
Co-committed-by: marius.klein <marius.klein@alpenverein-heidelberg.de>
2 years ago
Christian Merten
98a03e4abd
members/ljp: fix calculation of participants
...
Implements the correct formula for computing the participant count according to the LJP
regulations. Also adds extensive unit tests for the formula.
2 years ago
Christian Merten
afdbb56d81
finance: don't include subsidies in theoretic total
...
Subsidies paid for night and travel costs are expected to be listed
in the bills of the associated statement. Hence, they should not be
counted a second time in the theoretic total. This affects LJP
and SJR applications.
2 years ago
Christian Merten
e2bff68471
members/admin: add check for valid allowance_to in finance overview
2 years ago
Christian Merten
17bf6e8186
members/admin: fix incorrect syntax in translation string
2 years ago
Christian Merten
8b932461b7
finance/statement: add selection fields for allowance and subsidies
...
In the statement tab on excursions, add two new fields to select to which
youth leaders the allowance and subsidies should be paid. The fields
are checked for validity based on the number of approved youth leaders.
Also add a new field on excursions to allow for additional approved youth
leaders.
The new fields are not yet used in the statement confirmation process.
2 years ago
Christian Merten
ce466671f2
members/waitinglist: fix queryset based age calculation
2 years ago
Christian Merten
afb38c118a
members/admin: add age list filter for waitinglist
2 years ago
Christian Merten
b0311dce80
members/admin: sort age in waiting list only by year
...
Previously, the age column was sorted according to the birth date. This typically
causes singleton grouping upon multi sort with age as the primary sorting key. A
typical use case is sorting by age and application date.
Now the age column is sorted only by the numerical year value, which causes
the groups to be bigger.
2 years ago
Christian Merten
1bd2895415
translations: remove line counts
2 years ago
Christian Merten
f05c8b2fb6
members/admin: translate age label and add ordering field
2 years ago
marius.klein
3b46695b49
finance/admin: validate IBAN and show EPC-QR code for transactions ( #94 )
...
1. IBAN validation in member admin.
2. In the transaction overview, for every transaction an EPC-QR code for banking apps is generated and displayed. The (necessary) BIC field is automatically derived from the IBAN. This closes #63 .
Both steps use the python library schwifty.
Reviewed-on: #94
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>
2 years ago
Christian Merten
19eb0953d5
tests: fix, generate html coverage report
2 years ago
Christian Merten
31b31a3eb3
members/waitinglist: allow editing of invite text
2 years ago
Christian Merten
a749aca7a4
finance: allow pdfs in proof field
2 years ago
Christian Merten
4c7ff39432
members/registration: pre-fill registration form
...
Instead of directly uploading the filled-in registration form, a pre-filled
registration form is provided and the signed agreement can be uploaded
in a separate step.
Co-authored by: Marius Klein <marius.klein@alpenverein-heidelberg.de>
2 years ago
Christian Merten
f87837218e
members/waitinglist: preserve waitinglist application date
2 years ago
Christian Merten
436334f23d
members/admin: show new members section also to non-waitinglist managers
2 years ago
Christian Merten
c76aebdc18
members/admin: prefetch invitations to group in admin
2 years ago
Christian Merten
55c9605428
members/admin: show last group invitation and gender in list
2 years ago
Christian Merten
fa6f31e560
admin: allow * in group names, verify that only valid group names, section urls and post urls are saved
2 years ago
Christian Merten
948850151a
members/admin: make email and phone number links
2 years ago
Christian Merten
9a221a5c9f
members/admin: reduce filters and list fields
2 years ago
Christian Merten
a27af02a27
members: personalize members landing page with list of led groups
2 years ago
Christian Merten
67aeb0c03a
members/echo: make gender editable, change wording
2 years ago
Christian Merten
0845c04001
members/echo: don't invalidate echo key after echoing, only expiry invalidates now
2 years ago
Christian Merten
d3ceb81cc3
members/echo: check key validity before password requesting password
2 years ago
Christian Merten
420f074620
members/echo: fix typo
2 years ago
Christian Merten
3d60f7e9bf
members/models: normalize usernames, use username as association name if available
2 years ago
Christian Merten
edb113562d
members: fix field permissions
2 years ago
Christian Merten
97e446f54a
members/waitinglist: fix permissions
2 years ago
Christian Merten
28c9da8168
members: fix has statement check
2 years ago
Christian Merten
dd7af67b34
translations: replace more : with *
2 years ago
Christian Merten
5a5ffea89c
members/inviteasuser: reject if mail domain not internal
2 years ago
Christian Merten
17cae5c009
translations: use gender star
2 years ago
Christian Merten
c49be3f594
startpage: fix typo
2 years ago
Christian Merten
81eced382e
import: waitinglist default fields
2 years ago
Christian Merten
7d93a4be0a
members/excursion: add V32 and improve texts
2 years ago
Christian Merten
eaccc5a5ef
members/excursion: group bills in seminar report
2 years ago
Christian Merten
79b5389107
members/excursion: add finance overview
2 years ago
Christian Merten
d19da71fef
members: add demote to waiter button and confirmation
2 years ago
Christian Merten
fcfd1b0a9d
members: remove default from gender field
2 years ago
Christian Merten
bb91d77cfc
members/views: fix prefilling of date inputs
2 years ago
Christian Merten
02db0669cd
members: don't request mail confirmation of emergency contacts
2 years ago
Christian Merten
ed445a9bc6
members: update translations
2 years ago
Christian Merten
7ef55738a5
members: provide contact info in waitinglist invitation
2 years ago
Christian Merten
5205caa6a6
chore: add read_settings templatetag
2 years ago
Christian Merten
8dafe01de0
templates: purge more ludwigsburg email addresses
2 years ago
Christian Merten
3087b8f8ee
members/admin: add help texts to excursion
2 years ago
Christian Merten
90f4ac88fc
members: make email field not required for emergency contacts in forms
2 years ago
Christian Merten
1f75d627e0
members: skip empty email addresses when requesting confirmation
2 years ago
Christian Merten
284f0b2420
members: make email field in emergency contact optional
2 years ago
Christian Merten
656438da90
startpage: fix portrait sizing issues
2 years ago
Christian Merten
0f69b8810c
members/admin: don't filter member selection fields
2 years ago
Christian Merten
3fc1b65d67
clubdesk import: assign youth leaders and omit groupless entries
2 years ago
Christian Merten
8ef0bc848b
admin: add dashboard and explanations
2 years ago
Christian Merten
8c4d97b5d1
members: seminar report mode selection
2 years ago
Christian Merten
15ab8744b8
migrations: update meta information
2 years ago
Christian Merten
3a9fca0a1e
members: confirmation step for invite as user
2 years ago
Christian Merten
e178f56369
members: invite member as user
2 years ago
Christian Merten
a49aab51b1
import: fix parsing logic for Jugendleiter
2 years ago
Christian Merten
3c94d07bae
auth: rename User and Group, remove fields
2 years ago
Christian Merten
d4974bfb32
members: adapt fields to latest clubdesk fields
2 years ago
Christian Merten
e2d660ed1e
members: rejection of invitations
2 years ago
Christian Merten
d512d2b14c
members: Teilnehmer -> Meine Jugendgruppe
2 years ago
Christian Merten
3a0df4bc4d
members/echo: ask for dav badge number
2 years ago
Christian Merten
9cb30c98e3
members/admin: only include attachment if bill has proof
2 years ago
Christian Merten
ba96bc50c6
members/excursion: add description field
2 years ago
Christian Merten
01a0f78fb4
members/excursion: fix naming place vs destination
2 years ago
Christian Merten
b62464280e
members: Freizeit -> Ausfahrt
2 years ago
Christian Merten
39dbb61c86
members/echo: update texts
2 years ago
Christian Merten
2b82235e87
members/registration: client side verification of file size and format
2 years ago
Christian Merten
39c9160a12
members/views: fix wrong password default
2 years ago
Christian Merten
1faa1a1213
member: fix translation
2 years ago
Christian Merten
d85d364572
members: add help texts
2 years ago
Christian Merten
bf5ad088cb
forms: fix file size checking
2 years ago
Christian Merten
ee126335b8
members/views: hide country, add translations
2 years ago
Christian Merten
e6dbb7a03f
members/registration: fix missing group name in waiter invitation
2 years ago
Christian Merten
6ea7d3d8a1
update translations
2 years ago
Christian Merten
d43c7cce44
members/admin: only attach bill to sjr application if statement exists
2 years ago
Christian Merten
7ec1b3555b
members/admin: re-add birth_date field
2 years ago
Christian Merten
2aa632b19c
members/views: dont send password on invalid waiter form
2 years ago
Christian Merten
e6a41b26c9
members: use correct logo and show emergency contacts
gitea/kompass/pipeline/head There was a failure building this commit
Details
2 years ago
Christian Merten
57b4d517b1
members/waitinglist: waiting list confirmation reminders
2 years ago
Christian Merten
fd29fa6199
members/waitinglist: personalize invitation mail
2 years ago
Christian Merten
f2cbac30f6
members/freizeit: sjr applications
2 years ago
Christian Merten
7d9a1bf9a6
members/group: add weekly time
gitea/kompass/pipeline/head There was a failure building this commit
Details
2 years ago
Christian Merten
3a862469ee
members: make some fields only changeable with extra permissions
gitea/kompass/pipeline/head There was a failure building this commit
Details
2 years ago
Christian Merten
a225af5905
members: automatically compute validity of good conduct certificate
2 years ago
Christian Merten
9b66301da1
members: reorganize fields on admin page
gitea/kompass/pipeline/head There was a failure building this commit
Details
2 years ago
Christian Merten
6808bf9ddb
members/tests: mail confirmation
2 years ago
Christian Merten
0b3c8807e6
migration: allow nullable alternative_email field
2 years ago