Added Function to Cancel Invoices

This commit is contained in:
2025-01-17 17:26:59 +01:00
parent cdb3131185
commit 6626bd568d
5 changed files with 63 additions and 9 deletions

View File

@@ -79,6 +79,13 @@ const openEmail = () => {
>
E-Mail
</UButton>
<UButton
@click="router.push(`/createDocument/edit/?linkedDocument=${itemInfo.id}&loadMode=storno`)"
variant="outline"
color="rose"
>
Stornieren
</UButton>
<UButton
v-if="itemInfo.project"
@click="router.push(`/standardEntity/projects/show/${itemInfo.project}`)"
@@ -87,6 +94,7 @@ const openEmail = () => {
>
Projekt
</UButton>
</template>
</UDashboardToolbar>
<UDashboardPanelContent>