diff --git a/stores/data.js b/stores/data.js index ed748d1..83c545f 100644 --- a/stores/data.js +++ b/stores/data.js @@ -1712,6 +1712,20 @@ export const useDataStore = defineStore('data', () => { selectSearchAttributes: ['name'], selectMultiple: true, component: inventoryitemgroupsWithLoad + },{ + key: "customer", + label: "Kunde", + inputType: "select", + selectDataType: "customers", + selectOptionAttribute: "name", + selectSearchAttributes: ['name'], + },{ + key: "vendor", + label: "Lieferant", + inputType: "select", + selectDataType: "vendors", + selectOptionAttribute: "name", + selectSearchAttributes: ['name'], },{ key: "profiles", label: "Beteiligte Benutzer",