Added Personal Composition

This commit is contained in:
2025-04-19 17:34:29 +02:00
parent 842afcfdb2
commit d762bb3228
3 changed files with 163 additions and 0 deletions

View File

@@ -1687,6 +1687,11 @@ export const useDataStore = defineStore('data', () => {
label: "Zusammensetzung Materialpreis pro Einheit",
inputType: "materialComposing",
},
{
key: "personalComposing",
label: "Zusammensetzung Personal pro Einheit",
inputType: "personalComposing",
},
{
key: "sellingPriceComposed.total",
label: "Verkaufspreis Gesamt pro Einheit",