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",