Manuelle Buchungen in Statementallocations integrieren
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user