From 1a29b475832d2fcde6a0036cc757603028efdc2d Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Fri, 11 Apr 2025 18:31:16 +0200 Subject: [PATCH] Added Pages for Accounts with Allocation Listings --- components/MainNav.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/MainNav.vue b/components/MainNav.vue index ac76fad..a3174e4 100644 --- a/components/MainNav.vue +++ b/components/MainNav.vue @@ -153,6 +153,10 @@ const links = computed(() => { icon: "i-heroicons-document-currency-euro" },{ label: "Buchungskonten", + to: "/accounts", + icon: "i-heroicons-document-text" + },{ + label: "zusätzliche Buchungskonten", to: "/standardEntity/ownaccounts", icon: "i-heroicons-document-text" },