Changed Sorting in Profiles to Lastname

Added Index Card check for Anwesenheiten
Added Type Sorting to Receipts list
This commit is contained in:
2024-04-07 12:04:36 +02:00
parent 88bca67745
commit cd79725a27
3 changed files with 33 additions and 1 deletions

View File

@@ -29,6 +29,8 @@
<UDashboardPanelContent>
<UDashboardCard
title="Anwesenheiten"
v-if="dataStore.getStartedWorkingTimes().length > 0"
>
<p v-for="time in dataStore.getStartedWorkingTimes()"><UIcon name="i-heroicons-check"/>{{dataStore.getProfileById(time.profile).fullName}}</p>
</UDashboardCard>