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

@@ -1728,6 +1728,10 @@ export const useDataStore = defineStore('data', () => {
label: "Abschlagsrechnungen",
labelSingle: "Abschlagsrechnung"
},
cancellationInvoices: {
label: "Stornorechnungen",
labelSingle: "Stornorechnung"
},
quotes: {
label: "Angebote",
labelSingle: "Angebot"