MIETER
Documentation
MIETER
What is this for?
With MIETER you manage the people and companies who rent things from you.
A tenant is the typical "other party" of a contract. For each tenant you can record, among other things:
- Name
- Email (also used to recognize them on homepage inquiries)
- Phone
- Address
- Notes
This plugin is a prerequisite for VERTRAG and for the automatic creation from HOMEPAGE inquiries.
Typical day-to-day tasks
- Search tenants
- Create a new tenant
- Correct master data
- Delete a tenant
Step by step
1) Open the tenant list
1. Tenants → Tenants (/mieter/mieter).
2. Browse / filter the list.
2) Create a new tenant
1. "New" (/mieter/mieter/new).
2. Fill in the fields (name, email, etc.).
3. Save (POST /mieter/mieter).
3) Edit a tenant
1. Click an entry in the list.
2. "Edit" (/mieter/mieter/{id}/edit).
3. Save (POST /mieter/mieter/{id}).
4) Delete a tenant
POST /mieter/mieter/{id}/delete– soft delete; existing contracts remain linked.
Common questions / problems
"Duplicate tenants"
- When created via the homepage, matching is done by email address. Make sure spelling is consistent (lowercase, no extra spaces).
- For manual creation: search briefly before creating.
"I can't delete a tenant"
- Check whether there are still active contracts.
- Check permissions.
Technical URLs (quick reference)
User area (/mieter/mieter):
GET /mieter/mieter– listGET /mieter/mieter/new– newPOST /mieter/mieter– createGET /mieter/mieter/{id}/edit– editPOST /mieter/mieter/{id}– savePOST /mieter/mieter/{id}/delete– delete
Notes
- MIETER is closely tied to VERTRAG and HOMEPAGE.
- If you use MAIL, make sure each tenant has a valid email address on file – otherwise mails go nowhere.