diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json
index baba95e..f7a183e 100644
--- a/src-tauri/capabilities/default.json
+++ b/src-tauri/capabilities/default.json
@@ -15,6 +15,7 @@
"fs:default",
"fs:allow-read-text-file",
"fs:allow-resource-read-recursive",
+ "fs:allow-write-text-file",
"shell:allow-open",
"sql:default",
"sql:allow-execute",
diff --git a/src/components/DynamicReportMenu.vue b/src/components/DynamicReportMenu.vue
index 765c919..2dbb883 100644
--- a/src/components/DynamicReportMenu.vue
+++ b/src/components/DynamicReportMenu.vue
@@ -19,21 +19,48 @@
-
+
-
Print/Save as PDF
+ -
+
+ Save as CSV
+
-