New Backend changes

This commit is contained in:
2025-09-02 18:47:12 +02:00
parent 6d76acc0bc
commit 27af6a0953
54 changed files with 485 additions and 684 deletions

View File

@@ -1,13 +1,13 @@
<template>
<!-- <UDashboardNavbar title="Home">
<UDashboardNavbar title="Home">
<template #right>
<UTooltip text="Notifications" :shortcuts="['N']">
<!-- <UTooltip text="Notifications" :shortcuts="['N']">
<UButton color="gray" variant="ghost" square @click="isNotificationsSlideoverOpen = true">
<UChip :show="unreadMessages" color="primary" inset>
<UIcon name="i-heroicons-bell" class="w-5 h-5" />
</UChip>
</UButton>
</UTooltip>
</UTooltip>-->
</template>
</UDashboardNavbar>
@@ -23,13 +23,11 @@
<UPageGrid>
<UDashboardCard
title="Buchhaltung"
v-if="profileStore.ownTenant.features.accounting"
>
<display-open-balances/>
</UDashboardCard>
<UDashboardCard
title="Bank"
v-if="profileStore.ownTenant.features.accounting"
>
<display-bankaccounts/>
</UDashboardCard>
@@ -38,7 +36,7 @@
>
<display-projects-in-phases/>
</UDashboardCard>
<UDashboardCard
<!--<UDashboardCard
title="Anwesende"
>
<display-present-profiles/>
@@ -52,14 +50,14 @@
title="Anwesenheiten"
>
<display-running-working-time/>
</UDashboardCard>
</UDashboardCard>-->
<UDashboardCard
title="Aufgaben"
>
<display-open-tasks/>
</UDashboardCard>
</UPageGrid>
</UDashboardPanelContent>-->
</UDashboardPanelContent>
</template>
<script setup>