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.
MG-95 1a0d3b3733 Merge pull request 'Automatically get the latest json file if only given a folder as path' (#33) from automatically-get-latest-file into master
Reviewed-on: #33
7 months ago
.gitignore add __pycache__ to .gitignore 3 years ago
README.md Update Readme 7 months ago
base_data_model.py zeilenumbrueche im stammdaten formular entfernt 3 years ago
edit_data_form.py Use better variant to get the last element 7 months ago
example.json json schema: flatten dict structure to ease parsing of form entries 3 years ago
financial_data_model.py Zeilenumbrueche in finanzdaten formlar entfernt 3 years ago
id.py add id handling & creation to data_form 3 years ago
membership_data_model.py Zeilenumbrueche in finanzdatenmodell entfernt 3 years ago
requirements.txt initial commit after move from prozesse 3 years ago

README.md

Stammdatenformular

Daten eines neuen Mitglieds

python3 edit_data_form.py

Daten eines bestehenden Mitglieds ändern

Eine Nennung des Ordners des Members genügt. Dann wird stets die aktuelle json-Datei verwendet.

python3 edit_data_form.py <path/to/member/>

Alternativ kann die json-Datei explizit genannt werden:

python3 edit_data_form.py <path/to/member/member.json>