Refactor eviction and rent collection features; migrate logic from Mietobjekt to Mietverhältnis; update localization and UI handlers

This commit is contained in:
2026-01-24 12:28:37 +01:00
parent 6e0c104c6f
commit 2bc3158cd5
12 changed files with 599 additions and 230 deletions

View File

@@ -5,22 +5,6 @@
],
"color": "#dea185",
"iconClass": "fas fa-house",
"menu": {
"detail": {
"buttons": [
{
"label": "Räumungsklage einleiten",
"name": "initiateEviction",
"iconHtml": "<span class=\"fas fa-gavel fa-sm\"></span>",
"style": "danger",
"acl": "edit",
"handler": "custom:handlers/mietobjekt/eviction-action",
"initFunction": "initEvictionAction",
"actionFunction": "initiateEviction"
}
]
}
},
"relationshipPanels": {
"vmhMietverhltnises2Mietobjekt": {
"layout": null,