Ausgangsbelege um Kostenstellenzuordnung erweitern

This commit is contained in:
2026-05-26 16:21:24 +02:00
parent b59599cb92
commit cb09651d8d
11 changed files with 208 additions and 10 deletions

View File

@@ -54,6 +54,7 @@ const optionsToImport = ref({
contactPerson: true,
plant: true,
project:true,
costcentre: true,
description: true,
startText: false,
rows: true,
@@ -74,6 +75,7 @@ const mappings = ref({
contactPerson: "Ansprechpartner Mitarbeiter",
plant: "Objekt",
project: "Projekt",
costcentre: "Kostenstelle",
description: "Beschreibung",
startText: "Einleitung",
rows: "Positionen",