2021-04-25 12:48:03 +02:00
|
|
|
<template>
|
|
|
|
<header class="container">
|
|
|
|
<div class="row">
|
2021-04-27 12:16:27 +02:00
|
|
|
<div class="col-6">
|
2021-04-26 09:09:46 +02:00
|
|
|
<img src="/img/wtf_logo.svg" style="height: 7rem" />
|
2021-05-05 22:57:41 +02:00
|
|
|
<h1>Beitritts-/ Beteiligungserklärung zur WTF Kooperative eG</h1>
|
2021-05-05 22:56:24 +02:00
|
|
|
WTF Kooperative eG, Forsmannstr. 14 b, 22303 Hamburg
|
2021-04-25 12:48:03 +02:00
|
|
|
<p>
|
|
|
|
<a href="https://dejure.org/gesetze/GenG">(§§ 15, 15a und 15b GenG)</a
|
2021-04-26 10:53:33 +02:00
|
|
|
>
|
|
|
|
<br class="no-print"/>
|
2021-04-25 12:48:03 +02:00
|
|
|
Version {{ version }}
|
|
|
|
</p>
|
2021-05-04 20:46:07 +02:00
|
|
|
|
2021-04-25 12:48:03 +02:00
|
|
|
</div>
|
2021-04-27 12:16:27 +02:00
|
|
|
<div class="col-6">
|
2021-04-25 12:48:03 +02:00
|
|
|
<qrcode-vue
|
2021-05-04 20:46:07 +02:00
|
|
|
class="main-qr-code"
|
2021-04-25 12:48:03 +02:00
|
|
|
:value="contentQrCode"
|
2021-04-27 12:16:27 +02:00
|
|
|
:size="350"
|
2021-04-25 12:48:03 +02:00
|
|
|
level="L"
|
2021-04-27 12:16:27 +02:00
|
|
|
renderAs="svg"
|
|
|
|
margin="10"
|
2021-04-25 12:48:03 +02:00
|
|
|
style="margin: 0 auto; display: block"
|
|
|
|
/>
|
|
|
|
<!-- {{contentQrCode}} -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<p class="no-print">
|
2021-04-26 09:09:46 +02:00
|
|
|
Bitte fülle alle Felder aus und klicke dann auf "Drucken". Das gedruckte
|
|
|
|
Dokument muss dann noch mit Ort, Datum und Unterschrift versehen werden.
|
2021-05-05 22:56:24 +02:00
|
|
|
Danach kannst Du die Unterlagen per Post ins Büro der WTF Kooperative eG versenden.
|
|
|
|
Bei Fragen gibt es unten ein FAQ. Am besten aktivierst Du beim Drucken die Hintergrundgrafiken.
|
2021-04-26 10:53:33 +02:00
|
|
|
<br/>
|
|
|
|
Alle mit * markierten Felder sind Pflichtfelder.
|
2021-04-25 12:48:03 +02:00
|
|
|
</p>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<main class="container">
|
|
|
|
<form @submit.prevent="onSubmit">
|
2021-04-26 09:09:46 +02:00
|
|
|
<section>
|
|
|
|
<h2>Beitrittserklärung und Anteilszeichnung</h2>
|
|
|
|
<div class="form-check mb-3">
|
|
|
|
<input
|
|
|
|
class="form-check-input"
|
|
|
|
type="checkbox"
|
|
|
|
value=""
|
|
|
|
v-model="confirm_membership"
|
|
|
|
id="confirm_membership"
|
|
|
|
required
|
|
|
|
/>
|
2021-04-27 12:16:27 +02:00
|
|
|
<label class="form-check-label beantraungs-text" for="flexCheckDefault">
|
2021-04-26 09:09:46 +02:00
|
|
|
Ich beantrage hiermit die Aufnahme in die WTF Kooperative eG,
|
2021-05-13 14:49:13 +02:00
|
|
|
bestätige die mir zur Verfügung gestellte <a href="https://wtf-eg.de/dokumente/wtf-satzung.pdf">Satzung</a> und verpflichte
|
2021-04-26 09:09:46 +02:00
|
|
|
mich zur Leistung nach Gesetz und Satzung vorgesehenen Zahlungen in
|
|
|
|
Höhe von 100 € je Geschäftsanteil, einer einmaligen Aufnahmegebühr
|
|
|
|
von 100 €, sowie einem jährlichen Beitrag in Höhe von 100 €, selbst
|
|
|
|
per Überweisung mit dem Verwendungszweck Mitgliedsnummer (wenn
|
|
|
|
vorhanden) bzw. Name, Vorname und Geburtsdatum an folgende
|
|
|
|
Bankverbindung:
|
2021-04-27 11:15:19 +02:00
|
|
|
<table class="table table-striped mt-2">
|
2021-04-26 10:53:33 +02:00
|
|
|
<tr class="no-print">
|
|
|
|
<td>Kontoinhaberin:</td>
|
2021-05-05 22:56:24 +02:00
|
|
|
<td>WTF Kooperative eG</td>
|
2021-04-26 10:53:33 +02:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>IBAN:</td>
|
2021-05-05 22:56:24 +02:00
|
|
|
<td><strong>DE67 4476 1534 </strong>2301 4210 00</td>
|
2021-04-26 10:53:33 +02:00
|
|
|
</tr>
|
|
|
|
<tr class="no-print">
|
|
|
|
<td>Bank:</td>
|
2021-05-05 22:56:24 +02:00
|
|
|
<td>Volksbank in Südwestfalen eG</td>
|
2021-04-26 10:53:33 +02:00
|
|
|
</tr>
|
|
|
|
<tr class="no-print">
|
|
|
|
<td>BIC:</td>
|
|
|
|
<td> GENO DE M1 NRD</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2021-04-26 09:09:46 +02:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-6 col-xs-12">
|
|
|
|
<div class="mb-3">
|
|
|
|
<label for="membership_type" class="form-label">Ich bin: </label>
|
|
|
|
<select
|
|
|
|
id="membership_type"
|
|
|
|
class="form-select"
|
|
|
|
aria-label="Mitgliedsart. Standard neues Mitglied"
|
|
|
|
v-model="membership_type"
|
|
|
|
required
|
2021-04-25 12:48:03 +02:00
|
|
|
>
|
2021-04-26 09:09:46 +02:00
|
|
|
<option
|
|
|
|
v-for="(item, index) in membership_type_options"
|
|
|
|
:key="index"
|
|
|
|
>
|
|
|
|
{{ item }}
|
|
|
|
</option>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-6 col-xs-12">
|
|
|
|
<div class="mb-3">
|
|
|
|
<label for="personhood_status" class="form-label"
|
|
|
|
>Personen-Status</label
|
|
|
|
>
|
|
|
|
<select
|
|
|
|
class="form-select"
|
|
|
|
aria-label="todo"
|
|
|
|
v-model="personhood_status"
|
|
|
|
id="personhood_status"
|
|
|
|
>
|
|
|
|
<option
|
|
|
|
v-for="(item, index) in personhood_status_options"
|
|
|
|
:key="index"
|
|
|
|
>
|
|
|
|
{{ item }}
|
|
|
|
</option>
|
|
|
|
</select>
|
|
|
|
</div>
|
2021-04-25 12:48:03 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-04-26 09:09:46 +02:00
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-6 col-xs-12">
|
|
|
|
<div class="mb-3">
|
|
|
|
<label for="shares" class="form-label"
|
2021-04-26 10:53:33 +02:00
|
|
|
>Anzahl neu gezeichnete Anteile:*</label
|
2021-04-25 12:48:03 +02:00
|
|
|
>
|
2021-04-26 09:09:46 +02:00
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
|
|
|
id="shares"
|
|
|
|
placeholder="21"
|
|
|
|
v-model="shares"
|
|
|
|
required
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="col-6 col-xs-12"
|
|
|
|
v-if="membership_type != membership_type_options[0]"
|
|
|
|
>
|
|
|
|
<div class="mb-3">
|
|
|
|
Gesamtanzahl Anteile:
|
|
|
|
<label for="shares_total" class="form-label"
|
|
|
|
>Daraus folgende Gesamtanzahl:</label
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
|
|
|
id="shares_total"
|
|
|
|
placeholder="42"
|
|
|
|
v-model="shares_total"
|
|
|
|
required
|
|
|
|
/>
|
|
|
|
</div>
|
2021-04-25 12:48:03 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2021-04-26 09:09:46 +02:00
|
|
|
<h3 class="mt-3">
|
|
|
|
Angaben zu deiner
|
|
|
|
<span v-if="personhood_status === personhood_status_options[0]"
|
|
|
|
>Person</span
|
|
|
|
>
|
|
|
|
<span v-if="personhood_status === personhood_status_options[1]"
|
|
|
|
>Firma</span
|
|
|
|
>
|
|
|
|
</h3>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-4 col-xs-12">
|
|
|
|
<label for="nickname" class="form-label">Nickname:</label>
|
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
|
|
|
id="nickname"
|
|
|
|
v-model="nickname"
|
|
|
|
placeholder=""
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div class="col-4 col-xs-12">
|
|
|
|
<label for="pronouns" class="form-label">Pronomen:</label>
|
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
|
|
|
id="pronouns"
|
|
|
|
v-model="pronouns"
|
|
|
|
placeholder=""
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="col-4 col-xs-12"
|
|
|
|
v-if="membership_type != membership_type_options[0]"
|
|
|
|
>
|
|
|
|
<label for="membership_number" class="form-label"
|
|
|
|
>Deine Mitgliedsnummer: (sofern vorhanden)</label
|
2021-04-25 12:48:03 +02:00
|
|
|
>
|
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
2021-04-26 09:09:46 +02:00
|
|
|
id="membership_number"
|
|
|
|
v-model="membership_number"
|
|
|
|
placeholder=""
|
2021-04-25 12:48:03 +02:00
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-04-26 09:09:46 +02:00
|
|
|
<p>
|
2021-05-05 22:56:24 +02:00
|
|
|
Folgende Angaben bitte genau so, wie sie in Deinem Personalausweis
|
2021-04-26 09:09:46 +02:00
|
|
|
stehen:
|
|
|
|
</p>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-6 col-xs-12">
|
2021-04-26 10:53:33 +02:00
|
|
|
<label for="first_name" class="form-label">Vorname:*</label>
|
2021-04-25 12:48:03 +02:00
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
2021-04-26 09:09:46 +02:00
|
|
|
id="first_name"
|
|
|
|
v-model="first_name"
|
|
|
|
placeholder=""
|
|
|
|
required
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div class="col-6 col-xs-12">
|
2021-04-26 10:53:33 +02:00
|
|
|
<label for="last_name" class="form-label">Nachname:*</label>
|
2021-04-26 09:09:46 +02:00
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
|
|
|
id="last_name"
|
|
|
|
v-model="last_name"
|
|
|
|
placeholder=""
|
2021-04-25 12:48:03 +02:00
|
|
|
required
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-05-04 20:46:07 +02:00
|
|
|
<div class="row" v-if="personhood_status === personhood_status_options[0]">
|
2021-04-26 09:09:46 +02:00
|
|
|
<div class="col-6 col-xs-12">
|
2021-04-26 10:53:33 +02:00
|
|
|
<label for="date_of_birth" class="form-label">Geburtsdatum:*</label>
|
2021-04-26 09:09:46 +02:00
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
|
|
|
id="date_of_birth"
|
|
|
|
v-model="date_of_birth"
|
|
|
|
placeholder=""
|
|
|
|
required
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div class="col-6 col-xs-12">
|
2021-04-26 10:53:33 +02:00
|
|
|
<label for="place_of_birth" class="form-label">Geburtsort:*</label>
|
2021-04-26 09:09:46 +02:00
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
|
|
|
id="place_of_birth"
|
|
|
|
v-model="place_of_birth"
|
|
|
|
placeholder=""
|
|
|
|
required
|
|
|
|
/>
|
|
|
|
</div>
|
2021-04-25 12:48:03 +02:00
|
|
|
</div>
|
|
|
|
<div
|
2021-04-26 09:09:46 +02:00
|
|
|
class="row"
|
|
|
|
v-if="personhood_status === personhood_status_options[1]"
|
2021-04-25 12:48:03 +02:00
|
|
|
>
|
2021-04-27 12:16:27 +02:00
|
|
|
<div class="col-6 col-xs-12">
|
2021-04-26 10:53:33 +02:00
|
|
|
<label for="company_name" class="form-label">Firmenname:*</label>
|
2021-04-26 09:09:46 +02:00
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
|
|
|
id="company_name"
|
|
|
|
v-model="company_name"
|
|
|
|
placeholder=""
|
|
|
|
required
|
|
|
|
/>
|
|
|
|
</div>
|
2021-04-27 12:16:27 +02:00
|
|
|
<div class="col-3 col-xs-12">
|
2021-04-26 10:53:33 +02:00
|
|
|
<label for="company_place" class="form-label">Sitz:*</label>
|
2021-04-26 09:09:46 +02:00
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
|
|
|
id="company_place"
|
|
|
|
v-model="company_place"
|
|
|
|
placeholder=""
|
|
|
|
required
|
|
|
|
/>
|
|
|
|
</div>
|
2021-04-27 12:16:27 +02:00
|
|
|
<div class="col-3 col-xs-12">
|
2021-04-26 09:09:46 +02:00
|
|
|
<label for="registration_data" class="form-label"
|
2021-04-26 10:53:33 +02:00
|
|
|
>Registerangaben:*</label
|
2021-04-25 12:48:03 +02:00
|
|
|
>
|
2021-04-26 09:09:46 +02:00
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
|
|
|
id="registration_data"
|
|
|
|
v-model="registration_data"
|
|
|
|
placeholder=""
|
|
|
|
required
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<h3 class="mt-3">Deine Kontaktdaten</h3>
|
|
|
|
<div class="row">
|
2021-04-27 12:16:27 +02:00
|
|
|
<div class="col-8 col-xs-12">
|
2021-04-26 09:09:46 +02:00
|
|
|
<label for="address_1_name" class="form-label"
|
2021-04-26 10:53:33 +02:00
|
|
|
>Anschriftzeile 1 (Name/Firma)*:</label
|
2021-04-25 12:48:03 +02:00
|
|
|
>
|
2021-04-26 09:09:46 +02:00
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
|
|
|
id="address_1_name"
|
|
|
|
v-model="address_1_name"
|
|
|
|
placeholder=""
|
|
|
|
required
|
|
|
|
/>
|
|
|
|
</div>
|
2021-04-27 12:16:27 +02:00
|
|
|
<div class="col-4 col-xs-12">
|
2021-04-26 09:09:46 +02:00
|
|
|
<label for="address_2_addtional" class="form-label"
|
|
|
|
>Anschriftzeile 2 (Gebäude/Wohnung):</label
|
2021-04-25 12:48:03 +02:00
|
|
|
>
|
2021-04-26 09:09:46 +02:00
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
|
|
|
id="address_2_addtional"
|
|
|
|
v-model="address_2_addtional"
|
|
|
|
placeholder=""
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
2021-04-27 12:16:27 +02:00
|
|
|
<div class="col-8 col-xs-12">
|
2021-04-26 09:09:46 +02:00
|
|
|
<label for="address_4_street" class="form-label"
|
2021-04-26 10:53:33 +02:00
|
|
|
>Anschriftzeile 3 (Straße)*:</label
|
2021-04-25 12:48:03 +02:00
|
|
|
>
|
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
2021-04-26 09:09:46 +02:00
|
|
|
id="address_4_street"
|
|
|
|
v-model="address_4_street"
|
2021-04-25 12:48:03 +02:00
|
|
|
placeholder=""
|
2021-04-26 09:09:46 +02:00
|
|
|
required
|
2021-04-25 12:48:03 +02:00
|
|
|
/>
|
|
|
|
</div>
|
2021-04-27 12:16:27 +02:00
|
|
|
<div class="col-4 col-xs-12">
|
2021-04-26 10:53:33 +02:00
|
|
|
<label for="house_number" class="form-label">Hausnummer:*</label>
|
2021-04-25 12:48:03 +02:00
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
2021-04-26 09:09:46 +02:00
|
|
|
id="house_number"
|
|
|
|
v-model="house_number"
|
2021-04-25 12:48:03 +02:00
|
|
|
placeholder=""
|
2021-04-26 09:09:46 +02:00
|
|
|
required
|
2021-04-25 12:48:03 +02:00
|
|
|
/>
|
|
|
|
</div>
|
2021-04-26 09:09:46 +02:00
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-4 col-xs-12">
|
2021-04-26 10:53:33 +02:00
|
|
|
<label for="city_code" class="form-label">Postleitzahl:*</label>
|
2021-04-25 12:48:03 +02:00
|
|
|
<input
|
2021-04-26 09:09:46 +02:00
|
|
|
type="text"
|
|
|
|
class="form-control"
|
|
|
|
id="city_code"
|
|
|
|
v-model="city_code"
|
|
|
|
placeholder=""
|
|
|
|
required
|
2021-04-25 12:48:03 +02:00
|
|
|
/>
|
|
|
|
</div>
|
2021-04-26 09:09:46 +02:00
|
|
|
<div class="col-4 col-xs-12">
|
2021-04-26 10:53:33 +02:00
|
|
|
<label for="city" class="form-label">Ort:*</label>
|
2021-04-26 09:09:46 +02:00
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
|
|
|
id="city"
|
|
|
|
v-model="city"
|
|
|
|
placeholder=""
|
|
|
|
required
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div class="col-4 col-xs-12">
|
2021-04-26 10:53:33 +02:00
|
|
|
<label for="country" class="form-label">Land:*</label>
|
2021-04-26 09:09:46 +02:00
|
|
|
<select
|
|
|
|
id="country"
|
|
|
|
class="form-select"
|
|
|
|
aria-label="Mitgliedsart. Standard neues Mitglied"
|
|
|
|
v-model="country"
|
|
|
|
required
|
|
|
|
>
|
|
|
|
<option
|
|
|
|
v-for="(item, index) in iso3166"
|
|
|
|
:key="index"
|
|
|
|
:value="item.alpha3"
|
|
|
|
>
|
|
|
|
{{ item.name }}
|
|
|
|
</option>
|
|
|
|
</select>
|
|
|
|
</div>
|
2021-04-25 12:48:03 +02:00
|
|
|
</div>
|
2021-04-26 09:09:46 +02:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-6 col-xs-12">
|
2021-04-26 10:53:33 +02:00
|
|
|
<label for="email" class="form-label">E-Mail:*</label>
|
2021-04-26 09:09:46 +02:00
|
|
|
<input
|
|
|
|
type="email"
|
|
|
|
class="form-control"
|
|
|
|
id="email"
|
|
|
|
v-model="email"
|
|
|
|
placeholder="beate@beispiel.de"
|
|
|
|
required
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div class="col-6 col-xs-12">
|
|
|
|
<label for="phone_number" class="form-label">Telefonnummer:</label>
|
|
|
|
<input
|
|
|
|
type="tel"
|
|
|
|
class="form-control"
|
|
|
|
id="phone_number"
|
|
|
|
v-model="phone_number"
|
|
|
|
placeholder="+49 1515 123456"
|
|
|
|
/>
|
|
|
|
</div>
|
2021-04-25 12:48:03 +02:00
|
|
|
</div>
|
2021-04-26 09:09:46 +02:00
|
|
|
<div>
|
2021-04-26 10:53:33 +02:00
|
|
|
<label for="pgp" class="form-label">PGP:*</label>
|
2021-04-26 09:09:46 +02:00
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
|
|
|
id="pgp"
|
|
|
|
v-model="pgp"
|
|
|
|
placeholder=""
|
|
|
|
required
|
|
|
|
/>
|
2021-04-25 12:48:03 +02:00
|
|
|
</div>
|
2021-04-26 09:09:46 +02:00
|
|
|
<p class="no-print">
|
|
|
|
Die Nutzung von PGP-Verschlüsselung ist zwingende Voraussetzung für
|
2021-05-05 22:56:24 +02:00
|
|
|
deine Interaktion mit der Genossenschaft. Bitte lade Deinen Public-Key
|
2021-04-26 09:09:46 +02:00
|
|
|
entweder auf übliche Keyserver hoch oder sende ihn uns von genau der
|
|
|
|
angegebenen Mailadresse als Mail-Anhang:
|
|
|
|
<a href="mailto:office@wtf-eg.de">office@wtf-eg.de</a>. (als Betreff
|
|
|
|
deinen Nick wie oben angegeben).
|
|
|
|
</p>
|
|
|
|
<p class="no-print">
|
2021-05-05 23:02:42 +02:00
|
|
|
Wenn Du noch kein PGP-Key-Paar hast, musst Du Dir eines anlegen. Im
|
2021-05-05 22:56:24 +02:00
|
|
|
Zweifelsfall helfen wir Dir dabei. Du kannst unter
|
2021-05-04 17:55:41 +02:00
|
|
|
<a href='mailto:helpdesk@wtf-eg.de'>helpdesk@wtf-eg.de</a>
|
2021-05-05 22:56:24 +02:00
|
|
|
Hilfe bekommen. Nützliche Tipps dazu findest Du auch auf
|
2021-05-04 17:55:41 +02:00
|
|
|
<a href='https://howtopgp.jugendhackt.de/'>howtopgp.jugendhackt.de</a>.
|
|
|
|
Es gibt übrigens auch Anbieter, die
|
2021-05-05 22:56:24 +02:00
|
|
|
Mailverschlüsselung per Webmail anbieten, z. B.
|
2021-04-26 09:09:46 +02:00
|
|
|
<a href="https://posteo.de/de">posteo.de</a> oder
|
|
|
|
<a href="https://mailbox.org/de/">mailbox.org</a>. Es ist gar nicht so
|
2021-05-05 22:56:24 +02:00
|
|
|
schwer! :)
|
2021-04-26 09:09:46 +02:00
|
|
|
</p>
|
|
|
|
<wrapper class="job_chaos">
|
|
|
|
<article class="job_situation">
|
|
|
|
<h3>Berufliche Situation & Finanzen</h3>
|
|
|
|
<label>Ich bin zur Zeit:</label>
|
|
|
|
<ul class="list-group">
|
2021-04-27 12:16:27 +02:00
|
|
|
<li class="list-group-item"
|
|
|
|
:class="{ 'no-print': !status_1 }">
|
2021-04-26 09:09:46 +02:00
|
|
|
<input
|
|
|
|
class="form-check-input me-1"
|
|
|
|
v-model="status_1"
|
|
|
|
type="checkbox"
|
|
|
|
/>
|
2021-04-27 12:16:27 +02:00
|
|
|
nicht erwerbstätig <span class="no-print">(Student:in, Rentner:in, Sozialleistungsempfänger:in o.ä.)</span>
|
2021-04-26 09:09:46 +02:00
|
|
|
</li>
|
2021-04-27 12:16:27 +02:00
|
|
|
<li class="list-group-item"
|
|
|
|
:class="{ 'no-print': !status_2 }">
|
2021-04-26 09:09:46 +02:00
|
|
|
<input
|
|
|
|
class="form-check-input me-1"
|
|
|
|
v-model="status_2"
|
|
|
|
type="checkbox"
|
|
|
|
/>
|
|
|
|
Angestellt
|
|
|
|
</li>
|
2021-04-27 12:16:27 +02:00
|
|
|
<li class="list-group-item"
|
|
|
|
:class="{ 'no-print': !status_3}">
|
2021-04-26 09:09:46 +02:00
|
|
|
<input
|
|
|
|
class="form-check-input me-1"
|
|
|
|
v-model="status_3"
|
|
|
|
type="checkbox"
|
|
|
|
/>
|
|
|
|
Selbständig, und zwar:
|
|
|
|
</li>
|
|
|
|
<li
|
|
|
|
class="list-group-item secondary-item"
|
|
|
|
v-if="status_3"
|
|
|
|
:class="{ 'no-print': !status_4 }"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="form-check-input me-1"
|
|
|
|
v-model="status_4"
|
|
|
|
type="checkbox"
|
|
|
|
/>
|
|
|
|
Freiberufler:in
|
|
|
|
</li>
|
|
|
|
<li
|
|
|
|
class="list-group-item secondary-item"
|
|
|
|
v-if="status_3"
|
|
|
|
:class="{ 'no-print': !status_5 }"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="form-check-input me-1"
|
|
|
|
v-model="status_5"
|
|
|
|
type="checkbox"
|
|
|
|
/>
|
|
|
|
Kleinunternehmer:in im nach § 19 UStG
|
|
|
|
</li>
|
|
|
|
<li
|
|
|
|
class="list-group-item secondary-item"
|
|
|
|
v-if="status_3"
|
|
|
|
:class="{ 'no-print': !status_6 }"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="form-check-input me-1"
|
|
|
|
v-model="status_6"
|
|
|
|
type="checkbox"
|
|
|
|
/>
|
|
|
|
(Mit)Inhaber:in einer Firma
|
|
|
|
</li>
|
|
|
|
<li
|
|
|
|
class="list-group-item secondary-item"
|
|
|
|
v-if="status_3"
|
|
|
|
:class="{ 'no-print': !status_7 }"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="form-check-input me-1"
|
|
|
|
v-model="status_7"
|
|
|
|
type="checkbox"
|
|
|
|
aria-label="Wenn Selbständig und nicht Freiberuflicher, Kleinunternehmer oder Mitinhaber"
|
|
|
|
/>
|
|
|
|
Sonstiges
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</article>
|
|
|
|
<article class="chaos_connection">
|
|
|
|
<h3 class="mt-3">Chaos-Connection</h3>
|
|
|
|
<p class="no-print">
|
2021-05-05 22:56:24 +02:00
|
|
|
Diese Angaben sind freiwillig, helfen uns aber dabei, Deinen
|
2021-04-26 09:09:46 +02:00
|
|
|
Mitgliedsantrag zeitnah zu bearbeiten.
|
|
|
|
</p>
|
|
|
|
<div>
|
|
|
|
<label for="chaos_connection" class="form-label"
|
|
|
|
>Meine Verbindung zum Chaos:
|
|
|
|
</label>
|
2021-05-04 20:46:07 +02:00
|
|
|
<textarea
|
2021-04-26 09:09:46 +02:00
|
|
|
class="form-control"
|
|
|
|
id="chaos_connection"
|
|
|
|
v-model="chaos_connection"
|
2021-05-04 20:46:07 +02:00
|
|
|
></textarea>
|
2021-04-26 09:09:46 +02:00
|
|
|
</div>
|
|
|
|
<p class="no-print">
|
2021-05-05 22:56:24 +02:00
|
|
|
(Wo liegt Dein Hackspace/Erfa/Chaostreff, unter welchen Nicks
|
|
|
|
kennt man Dich dort? Mit wem von dort dürfen wir Kontakt
|
2021-04-26 09:09:46 +02:00
|
|
|
aufnehmen?)
|
|
|
|
</p>
|
|
|
|
<div>
|
|
|
|
<label for="public_nick" class="form-label"
|
|
|
|
>Meine Aktivitäten im Netz:
|
|
|
|
</label>
|
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
class="form-control"
|
|
|
|
id="public_nick"
|
|
|
|
v-model="public_nick"
|
|
|
|
placeholder=""
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<p class="no-print">
|
2021-05-05 22:56:24 +02:00
|
|
|
(Welche coolen Sachen machst Du in diesem Internet? Wo hat man
|
|
|
|
Dich oder Deine Projekte schon mal gesehen? (Videos, Podcast,
|
2021-04-26 09:09:46 +02:00
|
|
|
Vorträge, Blog, github, …)
|
|
|
|
</p>
|
|
|
|
<div class="form-check">
|
|
|
|
<input
|
|
|
|
class="form-check-input"
|
|
|
|
type="checkbox"
|
|
|
|
value=""
|
|
|
|
v-model="status_public_projects"
|
|
|
|
id="status_public_projects"
|
|
|
|
/>
|
|
|
|
<label class="form-check-label" for="status_public_projects">
|
2021-04-27 12:16:27 +02:00
|
|
|
Auf mich trifft das alles nicht so zu<span class="no-print">, aber ich kenne Leute aus
|
2021-05-05 22:56:24 +02:00
|
|
|
dem Chaos / aus der WTF Kooperative eG, die meinen, die Genossenschaft wäre
|
2021-04-27 12:16:27 +02:00
|
|
|
was für mich. (ggf. Name / Nick / Email angeben)</span>
|
2021-04-26 09:09:46 +02:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</article>
|
|
|
|
</wrapper>
|
2021-04-26 10:53:33 +02:00
|
|
|
<hr class="no-print" />
|
2021-04-26 09:09:46 +02:00
|
|
|
<p>
|
|
|
|
Mit meiner Unterschrift bestätige ich, dass über mein Vermögen keine
|
|
|
|
laufenden Insolvenzverfahren bestehen bzw. beantragt wurden.
|
|
|
|
</p>
|
2021-04-25 12:48:03 +02:00
|
|
|
<div class="row">
|
2021-04-26 09:09:46 +02:00
|
|
|
<div class="col-4">
|
|
|
|
Ort:
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<hr />
|
|
|
|
</div>
|
|
|
|
<div class="col-4">
|
|
|
|
Datum:
|
2021-04-25 12:48:03 +02:00
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<hr />
|
|
|
|
</div>
|
2021-04-26 09:09:46 +02:00
|
|
|
<div class="col-4">
|
|
|
|
Unterschrift:
|
2021-04-25 12:48:03 +02:00
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<hr />
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-04-26 09:09:46 +02:00
|
|
|
<div>
|
2021-04-26 10:53:33 +02:00
|
|
|
<h3 class="mt-3 zulassung">
|
2021-04-26 09:09:46 +02:00
|
|
|
Zulassung durch die Genossenschaft: (vom Vorstand auszufüllen)
|
|
|
|
</h3>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col">
|
|
|
|
Ort, Datum / Stempel:
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<hr />
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
Unterschrift des Vorstands:
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<hr />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<br />
|
|
|
|
</div>
|
|
|
|
<div class="mt-1">
|
2021-05-05 22:56:24 +02:00
|
|
|
Impressums- und Postanschrift: WTF Kooperative eG, Forsmannstr. 14 b,
|
2021-04-26 09:09:46 +02:00
|
|
|
22303 Hamburg
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<section class="no-print mt-4">
|
|
|
|
<button class="btn btn-wtf" type="submit">Jetzt drucken</button>
|
|
|
|
<p class="mt-4">
|
|
|
|
Wenn möglich, dann verändere bitte keine Daten mehr auf dem
|
|
|
|
ausgedruckten Dokument. Außer Unterschrift, Datum und Ort ;)
|
|
|
|
</p>
|
|
|
|
</section>
|
2021-04-25 12:48:03 +02:00
|
|
|
</form>
|
|
|
|
</main>
|
|
|
|
<faq></faq>
|
|
|
|
<footer class="container no-print">
|
2021-05-04 21:59:52 +02:00
|
|
|
<a href="https://wtf-eg.de/impressum/" class="m-4">Impressum</a>
|
|
|
|
<a href="https://wtf-eg.de/datenschutz/" class="m-4">Datenschutz</a>
|
|
|
|
<a href="https://git.wtf-eg.de/scammo/digitale-online-offline-registration/" class="m-4">git(ea)</a>
|
2021-04-25 12:48:03 +02:00
|
|
|
</footer>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
|
|
/* eslint-disable */
|
2021-04-26 09:09:46 +02:00
|
|
|
// NPM Component
|
2021-04-25 12:48:03 +02:00
|
|
|
import QrcodeVue from 'qrcode.vue'
|
|
|
|
|
2021-04-26 09:09:46 +02:00
|
|
|
// JSON
|
|
|
|
import iso3166Import from '@/assets/iso3166.json'
|
|
|
|
|
|
|
|
// Internal Component
|
2021-04-25 12:48:03 +02:00
|
|
|
import Faq from '@/components/faq'
|
|
|
|
|
|
|
|
export default {
|
2021-04-26 09:09:46 +02:00
|
|
|
name: "App",
|
2021-04-25 12:48:03 +02:00
|
|
|
components: {
|
|
|
|
QrcodeVue,
|
2021-04-26 09:09:46 +02:00
|
|
|
Faq,
|
2021-04-25 12:48:03 +02:00
|
|
|
},
|
|
|
|
data() {
|
|
|
|
return {
|
2021-06-04 13:38:51 +02:00
|
|
|
version: "2021-06-04",
|
2021-04-25 12:48:03 +02:00
|
|
|
confirm_membership: false,
|
|
|
|
membership_type_options: [
|
2021-04-26 09:09:46 +02:00
|
|
|
"Neues Mitglied",
|
|
|
|
"Bestehendes Mitglied",
|
|
|
|
"Übernehmendes Mitglied",
|
2021-04-25 12:48:03 +02:00
|
|
|
],
|
2021-04-26 09:09:46 +02:00
|
|
|
membership_type: "Neues Mitglied", // See membership_type_option
|
2021-04-25 12:48:03 +02:00
|
|
|
shares: 0, // Integer
|
|
|
|
shares_total: 0, // Integer
|
2021-04-26 09:09:46 +02:00
|
|
|
nickname: "",
|
|
|
|
pronouns: "",
|
|
|
|
membership_number: "",
|
|
|
|
personhood_status: "Natürliche Person",
|
|
|
|
personhood_status_options: ["Natürliche Person", "Juristische Person"],
|
|
|
|
first_name: "",
|
|
|
|
last_name: "",
|
|
|
|
date_of_birth: "",
|
|
|
|
place_of_birth: "",
|
|
|
|
company_name: "",
|
|
|
|
company_place: "",
|
|
|
|
registration_data: "",
|
|
|
|
address_1_name: "",
|
|
|
|
address_2_addtional: "",
|
|
|
|
address_4_street: "",
|
|
|
|
house_number: "",
|
|
|
|
city: "",
|
|
|
|
city_code: "",
|
|
|
|
country: "deu", // String; default: DEU,
|
|
|
|
phone_number: "",
|
|
|
|
email: "",
|
|
|
|
pgp: "",
|
|
|
|
chaos_connection: "",
|
|
|
|
public_nick: "",
|
|
|
|
status_public_projects: "",
|
2021-04-25 12:48:03 +02:00
|
|
|
status_1: false,
|
|
|
|
status_2: false,
|
|
|
|
status_3: false,
|
|
|
|
status_4: false,
|
|
|
|
status_5: false,
|
|
|
|
status_6: false,
|
|
|
|
status_7: false,
|
2021-04-26 09:09:46 +02:00
|
|
|
iso3166: iso3166Import
|
2021-04-25 12:48:03 +02:00
|
|
|
};
|
|
|
|
},
|
|
|
|
computed: {
|
|
|
|
contentQrCode: {
|
|
|
|
get() {
|
|
|
|
let membership = {
|
2021-06-04 13:38:51 +02:00
|
|
|
email: this.email,
|
2021-04-25 12:48:03 +02:00
|
|
|
membership_type: this.membership_type,
|
|
|
|
shares: this.shares,
|
|
|
|
shares_total: this.shares_total,
|
|
|
|
nickname: this.nickname,
|
|
|
|
pronouns: this.pronouns,
|
|
|
|
personhood_status: this.personhood_status,
|
|
|
|
first_name: this.first_name,
|
|
|
|
last_name: this.last_name,
|
|
|
|
date_of_birth: this.date_of_birth,
|
|
|
|
place_of_birth: this.place_of_birth,
|
|
|
|
address_1_name: this.address_1_name,
|
|
|
|
address_2_addtional: this.address_2_addtional,
|
|
|
|
address_4_street: this.address_4_street,
|
|
|
|
house_number: this.house_number,
|
|
|
|
city: this.city,
|
|
|
|
city_code: this.city_code,
|
|
|
|
country: this.country,
|
|
|
|
phone_number: this.phone_number,
|
2021-04-27 10:51:04 +02:00
|
|
|
pgp: this.pgp,
|
2021-04-27 12:16:27 +02:00
|
|
|
chaos_connection: this.chaos_connection.substring(0,200),
|
|
|
|
public_nick: this.public_nick.substring(0,100),
|
2021-04-25 12:48:03 +02:00
|
|
|
};
|
|
|
|
|
2021-04-26 09:09:46 +02:00
|
|
|
if (this.status_1) membership.nicht_erwerbstaetig = true;
|
|
|
|
if (this.status_2) membership.arbeitnehmer = true;
|
|
|
|
if (this.status_3) membership.selbststaendig = true;
|
|
|
|
if (this.status_4) membership.freiberufler = true;
|
|
|
|
if (this.status_5) membership.kleinunternehmer = true;
|
|
|
|
if (this.status_6) membership.gesellschafter = true;
|
|
|
|
if (this.status_7) membership.sonstiges = true;
|
2021-04-25 12:48:03 +02:00
|
|
|
|
|
|
|
if (this.personhood_status === this.personhood_status_options[1]) {
|
|
|
|
// Wenn Juristische Person
|
|
|
|
membership = {
|
|
|
|
...membership,
|
|
|
|
company_name: this.company_name,
|
|
|
|
company_place: this.company_place,
|
|
|
|
registration_data: this.registration_data,
|
|
|
|
};
|
|
|
|
}
|
2021-05-04 20:46:07 +02:00
|
|
|
|
2021-04-27 12:16:27 +02:00
|
|
|
Object.keys(membership).map((item, index)=>{
|
|
|
|
console.log(index, item)
|
|
|
|
membership[index] = membership[item];
|
|
|
|
delete membership[item]
|
|
|
|
})
|
2021-05-04 20:46:07 +02:00
|
|
|
|
2021-04-25 12:48:03 +02:00
|
|
|
return JSON.stringify(membership);
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
onSubmit() {
|
|
|
|
window.print();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
</script>
|
|
|
|
<style >
|
2021-04-27 11:15:19 +02:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Lato";
|
|
|
|
src: url("/fonts/Lato-Regular.eot");
|
|
|
|
src: url("/fonts/Lato-Regular.woff") format("woff"),
|
|
|
|
}
|
|
|
|
body{
|
|
|
|
font-family: 'Lato' !important;
|
|
|
|
}
|
2021-04-26 09:09:46 +02:00
|
|
|
h1 {
|
2021-04-25 12:48:03 +02:00
|
|
|
font-size: 2rem !important;
|
|
|
|
}
|
2021-04-26 09:09:46 +02:00
|
|
|
.secondary-item {
|
2021-04-25 12:48:03 +02:00
|
|
|
padding-left: 3rem !important;
|
|
|
|
}
|
2021-04-26 09:09:46 +02:00
|
|
|
.btn-wtf {
|
2021-04-25 12:48:03 +02:00
|
|
|
background-color: #ef7c21 !important;
|
|
|
|
}
|
2021-04-26 09:09:46 +02:00
|
|
|
.form-label {
|
2021-04-25 12:48:03 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2021-05-04 20:46:07 +02:00
|
|
|
.main-qr-code{
|
|
|
|
height: 200px;
|
|
|
|
}
|
2021-04-25 12:48:03 +02:00
|
|
|
@media print {
|
2021-04-27 12:16:27 +02:00
|
|
|
.container{
|
|
|
|
max-width: 100% !important;
|
|
|
|
margin-left: none !important;
|
|
|
|
margin-right: none !important;
|
|
|
|
}
|
2021-05-04 20:46:07 +02:00
|
|
|
.main-qr-code{
|
|
|
|
height: 350px !important;
|
|
|
|
}
|
2021-04-26 10:53:33 +02:00
|
|
|
h1 {
|
|
|
|
font-size: 1.2rem !important;
|
|
|
|
}
|
2021-04-27 12:16:27 +02:00
|
|
|
h2{
|
|
|
|
font-size: 1.1rem !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
h3{
|
|
|
|
font-size: 1.1rem !important;
|
|
|
|
}
|
|
|
|
.mt-3{
|
|
|
|
margin-top: none !important;
|
|
|
|
}
|
|
|
|
input{
|
|
|
|
font-size: 0.5rem;
|
|
|
|
}
|
|
|
|
.beantraungs-text{
|
|
|
|
font-size: 0.8rem !important;
|
|
|
|
}
|
2021-04-26 10:53:33 +02:00
|
|
|
.zulassung{
|
|
|
|
font-size: 1.0rem !important;
|
|
|
|
}
|
2021-04-25 12:48:03 +02:00
|
|
|
.no-print,
|
|
|
|
.no-print * {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
.job_chaos {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
.chaos_connection,
|
|
|
|
.job_situation {
|
|
|
|
flex: 1 0 0%;
|
|
|
|
padding: 15px;
|
|
|
|
}
|
2021-04-27 12:16:27 +02:00
|
|
|
|
2021-04-25 12:48:03 +02:00
|
|
|
}
|
|
|
|
</style>
|