feat: Add termination functionality for rental agreements
- Introduced new entity `CKuendigung` for managing terminations. - Added fields for termination details including date, reason, type, and status. - Implemented backend service to initiate terminations from rental agreements. - Created frontend handler for termination actions with confirmation dialog. - Updated metadata and layouts for `CKuendigung` to support new functionality. - Added internationalization support for English and German languages. - Enhanced existing entities to establish relationships with terminations.
This commit is contained in:
@@ -0,0 +1,109 @@
|
||||
[
|
||||
[
|
||||
{
|
||||
"name": "name"
|
||||
},
|
||||
{
|
||||
"name": "status"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "kuendigungsart"
|
||||
},
|
||||
{
|
||||
"name": "kuendigenderPartei"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "kuendigungsdatum"
|
||||
},
|
||||
{
|
||||
"name": "kuendigungsfrist"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "vmhMietverhltnis"
|
||||
},
|
||||
{
|
||||
"name": "mietobjekt"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "kuendigungsgrund",
|
||||
"fullWidth": true
|
||||
},
|
||||
false
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "zustellungsdatum"
|
||||
},
|
||||
{
|
||||
"name": "zustellungsart"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "rueckstandsbetrag"
|
||||
},
|
||||
{
|
||||
"name": "monateMietrückstand"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "schonfristGewaehrt"
|
||||
},
|
||||
{
|
||||
"name": "schonfristDatum"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "besorgnisNichtRechtzeitigerAuszug"
|
||||
},
|
||||
false
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "description",
|
||||
"fullWidth": true
|
||||
},
|
||||
false
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "anmerkungen",
|
||||
"fullWidth": true
|
||||
},
|
||||
false
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "assignedUser"
|
||||
},
|
||||
{
|
||||
"name": "teams"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "createdAt"
|
||||
},
|
||||
{
|
||||
"name": "modifiedAt"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "createdBy"
|
||||
},
|
||||
{
|
||||
"name": "modifiedBy"
|
||||
}
|
||||
]
|
||||
]
|
||||
@@ -0,0 +1,40 @@
|
||||
[
|
||||
[
|
||||
{
|
||||
"name": "name"
|
||||
},
|
||||
{
|
||||
"name": "status"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "kuendigungsart"
|
||||
},
|
||||
{
|
||||
"name": "kuendigenderPartei"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "kuendigungsdatum"
|
||||
},
|
||||
{
|
||||
"name": "kuendigungsfrist"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "vmhMietverhltnis"
|
||||
},
|
||||
{
|
||||
"name": "mietobjekt"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "assignedUser"
|
||||
},
|
||||
false
|
||||
]
|
||||
]
|
||||
@@ -0,0 +1,30 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"link": true
|
||||
},
|
||||
{
|
||||
"name": "status"
|
||||
},
|
||||
{
|
||||
"name": "kuendigungsart"
|
||||
},
|
||||
{
|
||||
"name": "kuendigungsdatum"
|
||||
},
|
||||
{
|
||||
"name": "kuendigungsfrist"
|
||||
},
|
||||
{
|
||||
"name": "kuendigenderPartei"
|
||||
},
|
||||
{
|
||||
"name": "vmhMietverhltnis"
|
||||
},
|
||||
{
|
||||
"name": "mietobjekt"
|
||||
},
|
||||
{
|
||||
"name": "assignedUser"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user