Maintenance Request Tracker
Track property maintenance requests
Inputs
Provide the following 3 values to run the Maintenance Request Tracker:
- Urgency Level [select] (required)
- Estimated Cost (£) [number] (required)
- Category [select] (required)
What it calculates
This tool returns:
- Priority — primary result
- Response Target (days)
- Est. Cost
Worked example
For the sample inputs below:
- Urgency Level: 1
- Estimated Cost (£): 1000
- Category: plumbing
the Maintenance Request Tracker produces:
- Priority: Critical
- Response Target: 1 days
- Est. Cost: £1000.00
How it works
The result is derived through the following steps:
responseDays = parseInt(urgency)priorityLevel = responseDays === 1 ? 'Critical' : responseDays <= 3 ? 'High' : responseDays <= 7 ? 'Medium' : 'Low'
Frequently Asked Questions
How does the Maintenance Request Tracker work?
The Maintenance Request Tracker allows property managers to log and monitor maintenance requests from tenants, ensuring timely resolution and efficient communication.
Can I customize the request categories?
Yes, the tool allows you to customize categories for different types of maintenance requests, making it easier to manage specific issues.
Is the Maintenance Request Tracker suitable for all property types?
Absolutely! It is designed to work for any property type, including residential, commercial, and multi-family properties.
Is there a mobile version of the tool?
Yes, the Maintenance Request Tracker is mobile-friendly, allowing you to manage requests on-the-go from any device.
Can tenants submit requests directly through the tool?
Yes, tenants can submit maintenance requests directly through the tool, streamlining the process and improving communication.