Manuelle Buchungen im Menü hinter Bank verschieben

This commit is contained in:
2026-04-23 17:39:22 +02:00
parent 543952dbf8
commit 9c608cbf71

View File

@@ -156,11 +156,6 @@ const links = computed(() => {
to: "/accounting/bwa",
icon: "i-heroicons-chart-bar-square",
} : null,
(featureEnabled("accounts") || featureEnabled("ownaccounts")) ? {
label: "Manuelle Buchungen",
to: "/accounting/manual-bookings",
icon: "i-heroicons-arrows-right-left",
} : null,
featureEnabled("banking") ? {
label: "Liquidität",
to: "/accounting/liquidity",
@@ -188,6 +183,11 @@ const links = computed(() => {
to: "/banking",
icon: "i-heroicons-document-text",
} : null,
(featureEnabled("accounts") || featureEnabled("ownaccounts")) ? {
label: "Manuelle Buchungen",
to: "/accounting/manual-bookings",
icon: "i-heroicons-arrows-right-left",
} : null,
]
const inventoryChildren = [