Ausgangsbelege um Kostenstellenzuordnung erweitern
This commit is contained in:
@@ -2964,7 +2964,7 @@ export const useDataStore = defineStore('data', () => {
|
||||
labelSingle: "Leistung",
|
||||
isStandardEntity: true,
|
||||
redirect: true,
|
||||
selectWithInformation: "*, unit(*)",
|
||||
selectWithInformation: "*, unit(*), costcentre(*)",
|
||||
historyItemHolder: "service",
|
||||
filters: [{
|
||||
name: "Archivierte ausblenden",
|
||||
@@ -3019,6 +3019,15 @@ export const useDataStore = defineStore('data', () => {
|
||||
{label: "0 %", key: 0}]
|
||||
//TODO: Default Value
|
||||
},
|
||||
{
|
||||
key: "costcentre",
|
||||
label: "Kostenstellen-Vorauswahl",
|
||||
inputType: "select",
|
||||
selectDataType: "costcentres",
|
||||
selectOptionAttribute: "name",
|
||||
selectSearchAttributes: ["name", "number"],
|
||||
component: costcentre
|
||||
},
|
||||
{
|
||||
key: "servicecategories",
|
||||
label: "Leistungskategorien",
|
||||
|
||||
Reference in New Issue
Block a user