STATISTIK
Documentation
STATISTIK
What is this for?
The STATISTIK plugin (Statistics) shows reports / key figures for your tenant:
- Number of contracts over time periods
- Distribution by status / Kanban column
- Tenant / Landlord counts
- Optionally, inventory utilization
- Top lists / trends
It is intended as an overview page to quickly see "how the business is doing".
> The plugin needs no database of its own — it reads from the existing data of other plugins (especially VERTRAG).
Common tasks (day-to-day)
- Open the overview
- View details for a single value / time period
- Apply filters (time period, status, etc.)
Step by step
1) Open the overview
1. Statistics in the menu (/statistik).
2. You see tiles / charts for the current situation.
2) Show details
- Click on a tile / value →
GET /statistik/detailswith the corresponding filter parameters. - There the underlying records (e.g., a list of contracts in this status) are shown.
3) Time period / filters
- Use the filter bar to limit the time period (month, quarter, year, custom).
- Filters are passed in the URL as query parameters → you can save a state as a bookmark or share it via link.
Common questions / problems
"Values do not match my expectations"
- Take soft-deleted contracts into account: depending on the report, they are counted differently.
- Check the selected time period.
- For "per month" views, the contract start date is often the relevant one, not the creation date.
"Statistics are empty"
- There simply is no data for the selected period.
- Is the VERTRAG plugin active?
"A number is way too high"
- Check filters.
- For "all contracts", inquiries, soft deletes, etc. may be counted as well.
Technical URLs (quick reference)
User area:
GET /statistik— overviewGET /statistik/details— drill-down details
Notes
- STATISTIK is read-only and does not change any data.
- Reports are calculated live — with very many records this can take a moment. Setting filters helps.