feat: Leases & tenant management — rental agreements, move-in/move-out #4

Open
opened 2026-06-29 14:04:40 +00:00 by jmiller · 1 comment
Owner

Summary

Storage rental agreement lifecycle. Links tenants (CRM contacts) to units with billing terms.

Features

  • Lease creation with start date, rate, billing cycle (monthly)
  • Lease status: active, past-due, locked-out, vacated
  • Move-in checklist and unit condition documentation
  • Move-out process with unit inspection
  • Tenant profile linked to CRM contact
  • Auto-pay enrollment
  • Lease rate increase workflow (notice period, new rate effective date)
  • Insurance requirement tracking (tenant liability coverage)

Technical Requirements

  • LeasesModel / LeaseModel
  • TenantsModel / TenantModel
  • LeaseHelper in plg_system — rate increase, insurance tracking
  • Site view: Tenant portal (view lease, make payment, gate code)
## Summary Storage rental agreement lifecycle. Links tenants (CRM contacts) to units with billing terms. ## Features - Lease creation with start date, rate, billing cycle (monthly) - Lease status: active, past-due, locked-out, vacated - Move-in checklist and unit condition documentation - Move-out process with unit inspection - Tenant profile linked to CRM contact - Auto-pay enrollment - Lease rate increase workflow (notice period, new rate effective date) - Insurance requirement tracking (tenant liability coverage) ## Technical Requirements - `LeasesModel` / `LeaseModel` - `TenantsModel` / `TenantModel` - `LeaseHelper` in plg_system — rate increase, insurance tracking - Site view: Tenant portal (view lease, make payment, gate code)
Author
Owner

Branch created: feature/4-feat-leases-tenant-management-rental-agr

git fetch origin
git checkout feature/4-feat-leases-tenant-management-rental-agr
Branch created: [`feature/4-feat-leases-tenant-management-rental-agr`](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteStorage/src/branch/feature/4-feat-leases-tenant-management-rental-agr) ```bash git fetch origin git checkout feature/4-feat-leases-tenant-management-rental-agr ```
Sign in to join this conversation.
Priority Medium
Type Feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteStorage#4