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

1
resources/js/types/reporting.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
export type ExportFormat = 'xlsx' | 'csv' | 'ods' | 'pdf';