No description
Find a file
2022-10-24 23:51:29 +02:00
.gitignore add __pycache__ to .gitignore 2020-03-14 15:04:07 +01:00
base_data_model.py zeilenumbrueche im stammdaten formular entfernt 2020-10-22 11:20:49 +02:00
edit_data_form.py add id handling & creation to data_form 2020-08-23 18:47:35 +02:00
example.json Revert "Update example.json to hold schließberechtigung tags" 2022-10-24 23:51:29 +02:00
financial_data_model.py Zeilenumbrueche in finanzdaten formlar entfernt 2020-10-22 11:24:58 +02:00
id.py add id handling & creation to data_form 2020-08-23 18:47:35 +02:00
membership_data_model.py Add four options for schliessberechtigung 2022-10-24 22:14:33 +02:00
README.md add readme 2020-10-20 19:44:50 +02:00
requirements.txt initial commit after move from prozesse 2020-03-06 23:37:21 +01:00

Stammdatenformular

Daten eines neuen Mitglieds

python3 edit_data_form.py

Daten eines bestehenden Mitglieds ändern

MEMBER_FILE=<path/to/member/json>
python3 edit_data_form.py $MEMBER_FILE