Skip to content

Commit 36ecb1b

Browse files
committed
OGC-3007 Document swiss social security number and animal identification number
1 parent e7323b5 commit 36ecb1b

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

content/module/formulare/beispiele.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Preiskategorie *=
8080
Vorname * = ___
8181
Name * = ___
8282
Ledigname = ___
83-
AHV-Nummer = ___
83+
AHV-Nummer = # ch.ssn
8484
Geburtsdatum * = YYYY.MM.DD
8585
Konfession = ___
8686

@@ -112,4 +112,14 @@ Tätig seit = YYYY.MM.DD
112112
Telefon * = ___
113113
E-Mail * = @@@
114114
Bemerkung = ...
115+
```
116+
117+
## Hundesteuer
118+
119+
```ìni
120+
# Angaben zum Hund
121+
Hundename * = ___
122+
Mikrochip-Nummer * = chip-nr
123+
Geburtsdatum des Hundes * = YYYY.MM.DD
124+
In Besitz des Hundes seit * = YYYY.MM.DD
115125
```

content/module/formulare/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,9 @@ Mehrere Dateien = *.* (multiple)
309309
```
310310
IBAN (optional) = # iban
311311
IBAN (Pflicht) * = # iban
312+
AHV Nummer = # ch.ssn
313+
UID Nummer = # ch.uid
314+
MWST Nummer = # ch.vat
312315
```
313316

314317
Der hinter `#` angegebene Typ muss aus `stdnum` importierbar sein.
@@ -318,6 +321,14 @@ Dokumentation:
318321

319322
---
320323

324+
#### Tieridentifikationsnummer
325+
326+
```
327+
Tieridentifikationsnummer (Mikrochip-Nr.) = chip-nr
328+
```
329+
330+
---
331+
321332
#### Einfachauswahl (Radio Buttons)
322333

323334
```

0 commit comments

Comments
 (0)