Add Vereinsadresse to config with option to use Vorsitzender address, add full address fields for Vorstand

This commit is contained in:
Torsten Schulz (local)
2025-10-21 16:51:37 +02:00
parent c3dbaa0c95
commit 30674c1f49
3 changed files with 121 additions and 16 deletions

View File

@@ -94,30 +94,30 @@
"email": "j.dichmann@gmx.de"
},
"stellvertreter": {
"vorname": "",
"nachname": "",
"vorname": "Jürgen",
"nachname": "Kratz",
"strasse": "",
"plz": "",
"ort": "",
"telefon": "",
"telefon": "06101-43221",
"email": ""
},
"kassenwart": {
"vorname": "",
"nachname": "",
"vorname": "Olaf",
"nachname": "Nüßlein",
"strasse": "",
"plz": "",
"ort": "",
"telefon": "",
"telefon": "06101-47469",
"email": ""
},
"schriftfuehrer": {
"vorname": "",
"nachname": "",
"vorname": "Jürgen",
"nachname": "Dichmann",
"strasse": "",
"plz": "",
"ort": "",
"telefon": "",
"telefon": "06101-4992227",
"email": ""
},
"sportwart": {
@@ -146,5 +146,4 @@
"email": "tsschulz@tsschulz.de"
}
}
}
}