diff --git a/app.vue b/app.vue index 6f8c4c3..1645ff3 100644 --- a/app.vue +++ b/app.vue @@ -36,8 +36,8 @@ useHead({ { defer: true, src: "/umami.js", - "data-website-id":"63419320-3c63-4d7a-bbb1-0103c5dcd953", - "data-host-url":"https://umami.fedeo.io" + "data-website-id":"2a9782fa-2fdf-4434-981d-93592d39edef", + "data-host-url":"https://umami.federspiel.software" } ] }) 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" }, diff --git a/pages/accounts/index.vue b/pages/accounts/index.vue new file mode 100644 index 0000000..1b31e1d --- /dev/null +++ b/pages/accounts/index.vue @@ -0,0 +1,147 @@ + + + + + + + \ No newline at end of file diff --git a/pages/accounts/show/[id].vue b/pages/accounts/show/[id].vue new file mode 100644 index 0000000..0bb1510 --- /dev/null +++ b/pages/accounts/show/[id].vue @@ -0,0 +1,112 @@ + + + + + \ No newline at end of file diff --git a/pages/banking/statements/[mode]/[[id]].vue b/pages/banking/statements/[mode]/[[id]].vue index c0e1859..f917c24 100644 --- a/pages/banking/statements/[mode]/[[id]].vue +++ b/pages/banking/statements/[mode]/[[id]].vue @@ -216,6 +216,13 @@ const archiveStatement = async () => { :ui="{center: 'flex items-stretch gap-1.5 min-w-0'}" >