No description
Find a file
2020-10-22 11:24:58 +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 json schema: flatten dict structure to ease parsing of form entries 2020-03-10 16:00:18 +01: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 Status: Display long names and input value handling 2020-03-26 11:28:13 +01: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