besser required, gendern richtig, bessere bankverbindung

This commit is contained in:
scammo 2021-04-26 10:53:33 +02:00
parent b8fdcbd1e7
commit f4d0f2360f
1 changed files with 47 additions and 26 deletions

View File

@ -6,7 +6,8 @@
<h1>Beitritts-/ Beteiligungserklärung WTF eG</h1> <h1>Beitritts-/ Beteiligungserklärung WTF eG</h1>
<p> <p>
<a href="https://dejure.org/gesetze/GenG">(§§ 15, 15a und 15b GenG)</a <a href="https://dejure.org/gesetze/GenG">(§§ 15, 15a und 15b GenG)</a
><br /> >
<br class="no-print"/>
Version {{ version }} Version {{ version }}
</p> </p>
</div> </div>
@ -26,6 +27,8 @@
Dokument muss dann noch mit Ort, Datum und Unterschrift versehen werden. Dokument muss dann noch mit Ort, Datum und Unterschrift versehen werden.
Danach kannst du die Unterlagen per Post in's Büro der WTF eG versenden. Danach kannst du die Unterlagen per Post in's Büro der WTF eG versenden.
Bei Fragen gibt es unten ein FAQ. Bei Fragen gibt es unten ein FAQ.
<br/>
Alle mit * markierten Felder sind Pflichtfelder.
</p> </p>
</header> </header>
@ -51,10 +54,24 @@
per Überweisung mit dem Verwendungszweck Mitgliedsnummer (wenn per Überweisung mit dem Verwendungszweck Mitgliedsnummer (wenn
vorhanden) bzw. Name, Vorname und Geburtsdatum an folgende vorhanden) bzw. Name, Vorname und Geburtsdatum an folgende
Bankverbindung: Bankverbindung:
<span <table class="table table-striped">
>Kontoinhaberin: WTF Kooperative eG IBAN: DE67 4476 1534 2301 4210 <tr class="no-print">
00 BIC: GENO DE M1 NRD Bank: Volksbank in Südwestfalen</span <td>Kontoinhaberin:</td>
> <td>WTF Kooperative</td>
</tr>
<tr>
<td>IBAN:</td>
<td><strong>DE67 4476 1534 2</strong>301 4210 00</td>
</tr>
<tr class="no-print">
<td>Bank:</td>
<td>Volksbank in Südwestfalen</td>
</tr>
<tr class="no-print">
<td>BIC:</td>
<td> GENO DE M1 NRD</td>
</tr>
</table>
</label> </label>
</div> </div>
<div class="row"> <div class="row">
@ -103,7 +120,7 @@
<div class="col-6 col-xs-12"> <div class="col-6 col-xs-12">
<div class="mb-3"> <div class="mb-3">
<label for="shares" class="form-label" <label for="shares" class="form-label"
>Anzahl neu gezeichnete Anteile:</label >Anzahl neu gezeichnete Anteile:*</label
> >
<input <input
type="text" type="text"
@ -188,7 +205,7 @@
</p> </p>
<div class="row"> <div class="row">
<div class="col-6 col-xs-12"> <div class="col-6 col-xs-12">
<label for="first_name" class="form-label">Vorname:</label> <label for="first_name" class="form-label">Vorname:*</label>
<input <input
type="text" type="text"
class="form-control" class="form-control"
@ -199,7 +216,7 @@
/> />
</div> </div>
<div class="col-6 col-xs-12"> <div class="col-6 col-xs-12">
<label for="last_name" class="form-label">Nachname:</label> <label for="last_name" class="form-label">Nachname:*</label>
<input <input
type="text" type="text"
class="form-control" class="form-control"
@ -212,7 +229,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-6 col-xs-12"> <div class="col-6 col-xs-12">
<label for="date_of_birth" class="form-label">Geburtsdatum:</label> <label for="date_of_birth" class="form-label">Geburtsdatum:*</label>
<input <input
type="text" type="text"
class="form-control" class="form-control"
@ -223,7 +240,7 @@
/> />
</div> </div>
<div class="col-6 col-xs-12"> <div class="col-6 col-xs-12">
<label for="place_of_birth" class="form-label">Geburtsort:</label> <label for="place_of_birth" class="form-label">Geburtsort:*</label>
<input <input
type="text" type="text"
class="form-control" class="form-control"
@ -239,7 +256,7 @@
v-if="personhood_status === personhood_status_options[1]" v-if="personhood_status === personhood_status_options[1]"
> >
<div class="col-4 col-xs-12"> <div class="col-4 col-xs-12">
<label for="company_name" class="form-label">Firmenname:</label> <label for="company_name" class="form-label">Firmenname:*</label>
<input <input
type="text" type="text"
class="form-control" class="form-control"
@ -250,7 +267,7 @@
/> />
</div> </div>
<div class="col-4 col-xs-12"> <div class="col-4 col-xs-12">
<label for="company_place" class="form-label">Sitz:</label> <label for="company_place" class="form-label">Sitz:*</label>
<input <input
type="text" type="text"
class="form-control" class="form-control"
@ -262,7 +279,7 @@
</div> </div>
<div class="col-4 col-xs-12"> <div class="col-4 col-xs-12">
<label for="registration_data" class="form-label" <label for="registration_data" class="form-label"
>Registerangaben:</label >Registerangaben:*</label
> >
<input <input
type="text" type="text"
@ -278,7 +295,7 @@
<div class="row"> <div class="row">
<div class="col-6 col-xs-12"> <div class="col-6 col-xs-12">
<label for="address_1_name" class="form-label" <label for="address_1_name" class="form-label"
>Anschriftzeile 1 (Name/Firma):</label >Anschriftzeile 1 (Name/Firma)*:</label
> >
<input <input
type="text" type="text"
@ -305,7 +322,7 @@
<div class="row"> <div class="row">
<div class="col-6 col-xs-12"> <div class="col-6 col-xs-12">
<label for="address_4_street" class="form-label" <label for="address_4_street" class="form-label"
>Anschriftzeile 3 (Straße):</label >Anschriftzeile 3 (Straße)*:</label
> >
<input <input
type="text" type="text"
@ -317,7 +334,7 @@
/> />
</div> </div>
<div class="col-6 col-xs-12"> <div class="col-6 col-xs-12">
<label for="house_number" class="form-label">Hausnummer:</label> <label for="house_number" class="form-label">Hausnummer:*</label>
<input <input
type="text" type="text"
class="form-control" class="form-control"
@ -330,7 +347,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-4 col-xs-12"> <div class="col-4 col-xs-12">
<label for="city_code" class="form-label">Postleitzahl:</label> <label for="city_code" class="form-label">Postleitzahl:*</label>
<input <input
type="text" type="text"
class="form-control" class="form-control"
@ -341,7 +358,7 @@
/> />
</div> </div>
<div class="col-4 col-xs-12"> <div class="col-4 col-xs-12">
<label for="city" class="form-label">Ort:</label> <label for="city" class="form-label">Ort:*</label>
<input <input
type="text" type="text"
class="form-control" class="form-control"
@ -352,7 +369,7 @@
/> />
</div> </div>
<div class="col-4 col-xs-12"> <div class="col-4 col-xs-12">
<label for="country" class="form-label">Land:</label> <label for="country" class="form-label">Land:*</label>
<select <select
id="country" id="country"
class="form-select" class="form-select"
@ -372,7 +389,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-6 col-xs-12"> <div class="col-6 col-xs-12">
<label for="email" class="form-label">E-Mail:</label> <label for="email" class="form-label">E-Mail:*</label>
<input <input
type="email" type="email"
class="form-control" class="form-control"
@ -390,12 +407,11 @@
id="phone_number" id="phone_number"
v-model="phone_number" v-model="phone_number"
placeholder="+49 1515 123456" placeholder="+49 1515 123456"
required
/> />
</div> </div>
</div> </div>
<div> <div>
<label for="pgp" class="form-label">PGP:</label> <label for="pgp" class="form-label">PGP:*</label>
<input <input
type="text" type="text"
class="form-control" class="form-control"
@ -433,8 +449,7 @@
v-model="status_1" v-model="status_1"
type="checkbox" type="checkbox"
/> />
nicht erwerbstätig (Student, Rentner, Sozialleistungsempfänger nicht erwerbstätig (Student*in, Rentner*in, Sozialleistungsempfänger*in o.ä.)
o.ä.)
</li> </li>
<li class="list-group-item"> <li class="list-group-item">
<input <input
@ -559,7 +574,7 @@
</div> </div>
</article> </article>
</wrapper> </wrapper>
<hr /> <hr class="no-print" />
<p> <p>
Mit meiner Unterschrift bestätige ich, dass über mein Vermögen keine Mit meiner Unterschrift bestätige ich, dass über mein Vermögen keine
laufenden Insolvenzverfahren bestehen bzw. beantragt wurden. laufenden Insolvenzverfahren bestehen bzw. beantragt wurden.
@ -585,7 +600,7 @@
</div> </div>
</div> </div>
<div> <div>
<h3 class="mt-3"> <h3 class="mt-3 zulassung">
Zulassung durch die Genossenschaft: (vom Vorstand auszufüllen) Zulassung durch die Genossenschaft: (vom Vorstand auszufüllen)
</h3> </h3>
<div class="row"> <div class="row">
@ -757,6 +772,12 @@ h1 {
font-weight: bold; font-weight: bold;
} }
@media print { @media print {
h1 {
font-size: 1.2rem !important;
}
.zulassung{
font-size: 1.0rem !important;
}
.no-print, .no-print,
.no-print * { .no-print * {
display: none !important; display: none !important;