- Removed the "Kündigungen" field from the German and English rental object JSON files. - Updated the termination JSON files to reflect new field names and structure, including renaming "kuendigungsart" to "beendigungsTatbestand" and "kuendigungsgrund" to "kuendigungsgrund" with updated options. - Deleted the old "CKuendigung" entity definition and related metadata, consolidating functionality into "CKndigung". - Adjusted the service logic to accommodate the new structure, ensuring proper linking of landlords and tenants. - Updated dynamic visibility logic for fields based on conditions related to termination reasons and delivery methods. - Cleaned up metadata definitions for both termination and rental object entities, removing unnecessary relationships and fields. - Incremented cache and microtime values in the configuration file.
98 lines
3.9 KiB
JSON
98 lines
3.9 KiB
JSON
{
|
|
"fields": {
|
|
"name": "Name",
|
|
"assignedUser": "Assigned User",
|
|
"teams": "Teams",
|
|
"createdAt": "Created At",
|
|
"modifiedAt": "Modified At",
|
|
"createdBy": "Created By",
|
|
"modifiedBy": "Modified By",
|
|
"freigeschalteteNutzer": "Authorized Users",
|
|
"collaborators": "Collaborators",
|
|
"advowareAktenzeichen": "Advoware File Number",
|
|
"betnr": "Case Number",
|
|
"advowareLastSync": "Last Sync",
|
|
"syncStatus": "Sync Status",
|
|
"beendigungsTatbestand": "Termination Event",
|
|
"kuendigungsgrund": "Termination Reason",
|
|
"kuendigungsgrundDetails": "Termination Reason Details",
|
|
"kuendigungsdatum": "Termination Date",
|
|
"zustelldatum": "Delivery Date",
|
|
"beendigungstermin": "End Date",
|
|
"status": "Status",
|
|
"zustellart": "Delivery Method",
|
|
"sendungsverfolgungsnummer": "Tracking Number",
|
|
"mietrueckstand": "Rent Arrears",
|
|
"vorzeitigeRaeumungZulaessig": "Early Eviction Permitted",
|
|
"beschreibungBesorgnisgrund": "Description of Concern"
|
|
},
|
|
"links": {
|
|
"meetings": "Meetings",
|
|
"calls": "Calls",
|
|
"tasks": "Tasks",
|
|
"collaborators": "Collaborators",
|
|
"vmhMietverhltnises": "Tenancies",
|
|
"kuendiger": "Landlord",
|
|
"gekuendigte": "Tenant",
|
|
"dokumenteskuendigung": "Documents",
|
|
"contactsKuendigung": "Portal Access"
|
|
},
|
|
"labels": {
|
|
"Create CKndigung": "Create Termination",
|
|
"CKndigung": "Termination"
|
|
},
|
|
"options": {
|
|
"beendigungsTatbestand": {
|
|
"Kündigung Vermieter": "Termination by Landlord",
|
|
"Kündigung Mieter": "Termination by Tenant",
|
|
"Aufhebungsvertrag": "Termination Agreement",
|
|
"Befristung": "Fixed-term Expiry",
|
|
"ZVG Zuschlagsbeschluss": "Forced Sale Award"
|
|
},
|
|
"kuendigungsgrund": {
|
|
"Mietrückstand": "Rent Arrears",
|
|
"Eigenbedarf": "Owner's Need",
|
|
"Fehlverhalten": "Misconduct",
|
|
"Verwertung": "Exploitation",
|
|
"ZVG Eigenbedarf": "Forced Sale Owner's Need",
|
|
"573a Abs. 1 (nicht mehr als 2 Whng.)": "573a Par. 1 (no more than 2 units)",
|
|
"573a Abs. 2 (Einliegerwohnung)": "573a Par. 2 (granny flat)",
|
|
"GewerbeOrdentlich": "Commercial Regular"
|
|
},
|
|
"status": {
|
|
"Entwurf": "Draft",
|
|
"Versendet": "Sent",
|
|
"Zugestellt": "Delivered",
|
|
"Akzeptiert": "Accepted",
|
|
"Bestritten": "Disputed",
|
|
"Abgewickelt": "Settled",
|
|
"Zurückgezogen": "Withdrawn"
|
|
},
|
|
"zustellart": {
|
|
"Einschreiben": "Registered Mail",
|
|
"Persoenlich": "Personal Delivery",
|
|
"Bote": "Courier",
|
|
"Brief": "Mail"
|
|
},
|
|
"vorzeitigeRaeumungZulaessig": {
|
|
"Nein": "No",
|
|
"JaKeinWohnraum257ZPO": "Yes, Non-Residential, § 257 ZPO",
|
|
"JaBesorgnisgrund259ZPO": "Yes, Concern, § 259 ZPO"
|
|
},
|
|
"syncStatus": {
|
|
"clean": "Synchronized",
|
|
"unclean": "Changes Pending",
|
|
"failed": "Failed"
|
|
}
|
|
},
|
|
"tooltips": {
|
|
"advowareAktenzeichen": "File number from Advoware for synchronization",
|
|
"betnr": "Case number from Advoware",
|
|
"syncStatus": "Synchronization status with Advoware",
|
|
"sendungsverfolgungsnummer": "Tracking number for registered mail",
|
|
"mietrueckstand": "Total amount of rent arrears (only for termination reason rent arrears)",
|
|
"vorzeitigeRaeumungZulaessig": "Is early eviction permitted under § 257 or § 259 ZPO?",
|
|
"beschreibungBesorgnisgrund": "Description of the concern for early eviction under § 259 ZPO"
|
|
}
|
|
}
|