Dashboard
Total Properties
= $total_properties ?? 0 ?>
Total Tenants
= $total_tenants ?? 0 ?>
Maintenance Requests
= $total_requests ?? 0 ?>
Total Payments
$= number_format($total_payments ?? 0, 2) ?>
Monthly Payments (Current Year)
Maintenance Requests Status
Properties
Add New Property| Name | Address | Rent | Actions |
|---|---|---|---|
| $ | Edit | ||
| No properties found. | |||
Tenants
Add New Tenant| Name | Property | Lease End | Status | Actions | |
|---|---|---|---|---|---|
| Edit | |||||
| No tenants found. | |||||
Payments
Add New Payment| Tenant | Property | Amount | Payment Date | Actions |
|---|---|---|---|---|
| = htmlspecialchars($payment['tenant_name']) ?> | = htmlspecialchars($payment['property_name']) ?> | $= htmlspecialchars(number_format($payment['amount'], 2)) ?> | = htmlspecialchars($payment['payment_date']) ?> | Edit |
| No payments found. | ||||
Maintenance Requests
Add New Request| Property | Tenant | Description | Status | Reported Date | Actions |
|---|---|---|---|---|---|
| Edit | |||||
| No maintenance requests found. | |||||