KI-AGENT: Mandantenbezogenen IMAP-Dokumentenimport umsetzen

This commit is contained in:
2026-08-07 21:07:05 +02:00
parent 75d7bfab38
commit 519a90bdc1
10 changed files with 823 additions and 0 deletions

View File

@@ -316,6 +316,11 @@ const links = computed(() => {
to: "/settings/emailaccounts",
icon: "i-heroicons-envelope",
} : null,
featureEnabled("files") ? {
label: "Dokumentenimporte",
to: "/settings/document-imports",
icon: "i-heroicons-inbox-arrow-down",
} : null,
featureEnabled("settingsBanking") ? {
label: "Bankkonten",
to: "/settings/banking",