summaryrefslogtreecommitdiff
path: root/contrib/redux.de.json
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/redux.de.json')
-rw-r--r--contrib/redux.de.json27
1 files changed, 12 insertions, 15 deletions
diff --git a/contrib/redux.de.json b/contrib/redux.de.json
index 862a463..e62f24a 100644
--- a/contrib/redux.de.json
+++ b/contrib/redux.de.json
@@ -25,30 +25,27 @@
},
{
"type": "string",
+ "name": "social_security_number",
+ "label": "Social security number",
+ "tooltip": "Deutsche Sozialversicherungsnummer",
+ "widget": "anastasis_gtk_ia_ssn_de",
+ "uuid": "d5e2aa79-1c88-4cf4-a4d2-252508b38e05",
+ "validation-regex": "^[0-9]{8}[[:upper:]][0-9]{3}$",
+ "validation-logic": "DE_SVN_check",
+ "optional" : true
+ },
+ {
+ "type": "string",
"name": "tax_number",
"label": "Taxpayer identification number",
"label_i18n":{
"de_DE": "Steuerliche Identifikationsnummer",
"en": "German taxpayer identification number"
},
- "widget": "anastasis_gtk_ia_tax_de",
+ "widget": "anastasis_gtk_ia_tin_de",
"uuid": "dae48f85-e3ff-47a4-a4a3-ed981ed8c3c6",
"validation-regex": "^[0-9]{11}$",
"validation-logic": "DE_TIN_check"
- },
- {
- "type": "string",
- "name": "social_security_number",
- "label": "Social security number",
- "label_i18n":{
- "de_DE": "Deutsche Sozialversicherungsnummer",
- "en": "German Social security number"
- },
- "widget": "anastasis_gtk_ia_ssn_de",
- "uuid": "d5e2aa79-1c88-4cf4-a4d2-252508b38e05",
- "validation-regex": "^[0-9]{8}[[:upper:]][0-9]{3}$",
- "validation-logic": "DE_SVN_check",
- "optional" : true
}
]
}