From e29e84898b370b043a672a393cdc4c4a6a417fc9 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Tue, 19 May 2026 15:21:44 +0200 Subject: [PATCH] =?UTF-8?q?Abschlagsrechnung=20als=20Dateityp=20erg=C3=A4n?= =?UTF-8?q?zen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/stores/data.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/stores/data.js b/frontend/stores/data.js index f443262..1db45ae 100644 --- a/frontend/stores/data.js +++ b/frontend/stores/data.js @@ -73,6 +73,7 @@ export const useDataStore = defineStore('data', () => { const filetagCreatedDocumentTypeOptions = [ { key: "invoices", label: "Rechnung" }, { key: "serialInvoices", label: "Serienrechnung" }, + { key: "advanceInvoice", label: "Abschlagsrechnung" }, { key: "advanceInvoices", label: "Abschlagsrechnung" }, { key: "cancellationInvoices", label: "Storno" }, { key: "quotes", label: "Angebot" },