-
-
Notifications
You must be signed in to change notification settings - Fork 0
Statistics
An integral part of Lasius is the easy accessibility of statistics and exports of time bookings for further processing in third-party systems or manual control.
The statistics are pre-calculated by the Lasius backend for optimal performance and are made available to the frontend so that the user can consult them.
A time booking is always assigned to the following four units:
- A user
- An organization
- A project
- Optionally, one or more tags and/or tag groups.
Based on these units, different views and exports of time bookings are available to the user, depending on their role within the project or organization.
Each user can view and export their own time bookings.

- Displayed statistics can be filtered.
- Total time bookings
- Timeline of time bookings, grouped by projects or tags
- Aggregated time bookings by projects
- Aggregated time bookings by tags
The organization statistics include all time bookings recorded in the context of the selected organization. This includes time bookings from projects shared with a user from another organization.

- Displayed statistics can be filtered.
- Total time bookings
- Timeline of time bookings, grouped by tags or users
- Aggregated time bookings by projects or users
- Aggregated time bookings by tags
Project statistics are available as pre-calculated data via API in the Lasius backend, but are not currently offered in the web application.
Statistics by tags show aggregated values of time bookings according to the assigned tags. Since a time booking can be assigned to one or more tags/tag groups, the value of the time booking is considered in all assigned tag aggregations.
This means that the sum of aggregated time bookings by tags does not correspond to the sum of all time bookings, as the same time booking can be counted multiple times.
The statistics by tags are intended to show a relationship between individual tags (e.g., Billable vs. Non-billable).
Based on the raw data, CSV exports of time bookings with different filters are available for the perspectives of user, organization, and project. These can be used, in particular, for further processing in third-party systems.