From d762bb32283193850c5a4b378776eeac6deacd2e Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Sat, 19 Apr 2025 17:34:29 +0200 Subject: [PATCH] Added Personal Composition --- components/EntityEdit.vue | 9 ++ components/personalComposing.vue | 149 +++++++++++++++++++++++++++++++ stores/data.js | 5 ++ 3 files changed, 163 insertions(+) create mode 100644 components/personalComposing.vue diff --git a/components/EntityEdit.vue b/components/EntityEdit.vue index 4c05219..7e1a4c3 100644 --- a/components/EntityEdit.vue +++ b/components/EntityEdit.vue @@ -1,6 +1,7 @@ + + + + \ No newline at end of file diff --git a/stores/data.js b/stores/data.js index b35b8f9..7238447 100644 --- a/stores/data.js +++ b/stores/data.js @@ -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",