Abschlagsrechnung als Dateityp ergänzen
This commit is contained in:
@@ -73,6 +73,7 @@ export const useDataStore = defineStore('data', () => {
|
|||||||
const filetagCreatedDocumentTypeOptions = [
|
const filetagCreatedDocumentTypeOptions = [
|
||||||
{ key: "invoices", label: "Rechnung" },
|
{ key: "invoices", label: "Rechnung" },
|
||||||
{ key: "serialInvoices", label: "Serienrechnung" },
|
{ key: "serialInvoices", label: "Serienrechnung" },
|
||||||
|
{ key: "advanceInvoice", label: "Abschlagsrechnung" },
|
||||||
{ key: "advanceInvoices", label: "Abschlagsrechnung" },
|
{ key: "advanceInvoices", label: "Abschlagsrechnung" },
|
||||||
{ key: "cancellationInvoices", label: "Storno" },
|
{ key: "cancellationInvoices", label: "Storno" },
|
||||||
{ key: "quotes", label: "Angebot" },
|
{ key: "quotes", label: "Angebot" },
|
||||||
|
|||||||
Reference in New Issue
Block a user