add grouping by tag on reporting page

This commit is contained in:
Gregor Vostrak
2025-09-23 18:07:25 +02:00
parent 9827a74ae2
commit a9673de861
5 changed files with 337 additions and 304 deletions

View File

@@ -20,6 +20,7 @@ enum TimeEntryAggregationType: string
case Client = 'client';
case Billable = 'billable';
case Description = 'description';
case Tag = 'tag';
public static function fromInterval(TimeEntryAggregationTypeInterval $timeEntryAggregationTypeInterval): TimeEntryAggregationType
{