Manuelle Buchungen in Statementallocations integrieren

This commit is contained in:
2026-04-23 16:28:44 +02:00
parent df4b591be4
commit 743bf0660c
8 changed files with 518 additions and 39 deletions

View File

@@ -156,6 +156,11 @@ 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",