Ausgangsbelege um Kostenstellenzuordnung erweitern
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user