From bd15ac8b2df15c356e5ee86c9e29fe80235e4de6 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Fri, 21 Mar 2025 14:53:27 +0100 Subject: [PATCH] Added Kostenstellen und Buchungskonten --- components/MainNav.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/MainNav.vue b/components/MainNav.vue index a875108..ac76fad 100644 --- a/components/MainNav.vue +++ b/components/MainNav.vue @@ -147,6 +147,14 @@ const links = computed(() => { label: "Eingangsbelege", to: "/incomingInvoices", icon: "i-heroicons-document-text" + },{ + label: "Kostenstellen", + to: "/standardEntity/costcentres", + icon: "i-heroicons-document-currency-euro" + },{ + label: "Buchungskonten", + to: "/standardEntity/ownaccounts", + icon: "i-heroicons-document-text" }, { label: "Bank",