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

@@ -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",