Add dateOfBirth field and localization support for CBeteiligte entity; update layouts and metadata
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"fields": {
|
||||
"dateOfBirth": "Geburtsdatum",
|
||||
"rechtsform": "Rechtsform",
|
||||
"firmenname": "Firmenname",
|
||||
"handelsregisterNummer": "Handelsregister-Nummer",
|
||||
@@ -36,6 +37,7 @@
|
||||
"Create CBeteiligte": "Beteiligte erstellen"
|
||||
},
|
||||
"tooltips": {
|
||||
"dateOfBirth": "Geburtsdatum des Beteiligten (nur bei natürlichen Personen)",
|
||||
"betnr": "Eindeutige Beteiligten-Nummer aus Advoware",
|
||||
"advowareLastSync": "Zeitpunkt der letzten Synchronisation mit Advoware",
|
||||
"syncStatus": "Status der Synchronisation: clean = erfolgreich, unclean = Abweichungen, failed = Fehler",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"fields": {
|
||||
"dateOfBirth": "Date of Birth",
|
||||
"address": "Address",
|
||||
"vmhvermieterbeteiligte": "Landlord",
|
||||
"vmhmieterbeteiligte": "Tenant",
|
||||
|
||||
@@ -11,7 +11,9 @@
|
||||
{
|
||||
"name": "name"
|
||||
},
|
||||
false
|
||||
{
|
||||
"name": "dateOfBirth"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
|
||||
@@ -123,6 +123,26 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"dateOfBirth": {
|
||||
"visible": {
|
||||
"conditionGroup": [
|
||||
{
|
||||
"type": "or",
|
||||
"value": [
|
||||
{
|
||||
"type": "equals",
|
||||
"attribute": "rechtsform",
|
||||
"value": "NatürlichePerson"
|
||||
},
|
||||
{
|
||||
"type": "isEmpty",
|
||||
"attribute": "rechtsform"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"handelsregisterArt": {
|
||||
"visible": {
|
||||
"conditionGroup": [
|
||||
|
||||
@@ -57,6 +57,13 @@
|
||||
"required": true,
|
||||
"copyToClipboard": true
|
||||
},
|
||||
"dateOfBirth": {
|
||||
"type": "date",
|
||||
"required": false,
|
||||
"tooltip": true,
|
||||
"isCustom": true,
|
||||
"isPersonalData": true
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user