add export buttons for aggregated export and pdf export

This commit is contained in:
Gregor Vostrak
2024-10-23 14:33:02 +02:00
committed by Constantin Graf
parent b0bcc4f330
commit 7c1fe35754
6 changed files with 251 additions and 37 deletions

View File

@@ -273,7 +273,9 @@ class TimeEntryController extends Controller
/**
* Export aggregated time entries in organization
*
* @operationId exportAggregatedTimeEntries
* @throws AuthorizationException
*
*/
public function aggregateExport(Organization $organization, TimeEntryAggregateExportRequest $request): JsonResponse
{