feat: Mietvertrag hinterlegen pro Objekt (Link + Bezeichnung)
- Property.leaseContractUrl? + leaseContractName? im Domain - PropertyDetailOverview: Mietvertrag-Block in "Miet- & Mieterinformationen" — View-Modus: Öffnen-Button oder "Noch kein Vertrag"-Hinweis — Edit-Modus: URL-Feld + Bezeichnungsfeld (gespeichert via updateProperty) - ReminderDetailDrawer: Mietvertrag-Link im "Objekt"-Abschnitt (lädt Property über usePropertyById) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -135,6 +135,8 @@ export interface Property {
|
||||
description?: string
|
||||
images?: string[]
|
||||
floorPlanUrl?: string
|
||||
leaseContractUrl?: string // link to the signed lease document
|
||||
leaseContractName?: string // display label, e.g. "Mietvertrag 2021–2026"
|
||||
|
||||
propertyNumber?: string
|
||||
units?: PropertyUnit[]
|
||||
|
||||
Reference in New Issue
Block a user