File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Preiskategorie *=
8080Vorname * = ___
8181Name * = ___
8282Ledigname = ___
83- AHV-Nummer = ___
83+ AHV-Nummer = # ch.ssn
8484Geburtsdatum * = YYYY.MM.DD
8585Konfession = ___
8686
@@ -112,4 +112,14 @@ Tätig seit = YYYY.MM.DD
112112Telefon * = ___
113113E-Mail * = @@@
114114Bemerkung = ...
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```
Original file line number Diff line number Diff line change @@ -309,6 +309,9 @@ Mehrere Dateien = *.* (multiple)
309309```
310310IBAN (optional) = # iban
311311IBAN (Pflicht) * = # iban
312+ AHV Nummer = # ch.ssn
313+ UID Nummer = # ch.uid
314+ MWST Nummer = # ch.vat
312315```
313316
314317Der 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```
You can’t perform that action at this time.
0 commit comments