From 104fad602c2b8f5382b63961e82ee73411d0c451 Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Wed, 25 Mar 2026 11:38:24 +0100 Subject: [PATCH] AiUserSetting + Spacing von Transkription Button --- .../AI/Controls/VoiceToTextButtonControl.xaml | 5 +- .../Controls/VoiceToTextButtonControl.xaml.cs | 45 +- BeWo/AI/View/AiTranskriptionView.xaml | 12 +- BeWo/AI/View/AiTranskriptionView.xaml.cs | 529 ++-- BeWo/BeWo.csproj | 1 + .../GeneratedAiEnhancedService.cs | 18 + BeWo/ServiceProxy/GeneratedCustomerService.cs | 1818 +++++------ BeWo/ServiceProxy/GeneratedEmployeeService.cs | 406 +-- .../GeneratedOperationsService.cs | 2780 ++++++++--------- BeWo/ServiceProxy/GeneratedResourceService.cs | 44 +- .../Controls/AI/AiConversationButton.xaml | 20 +- .../AI/AiPromptbausteinComplexTreeView.xaml | 4 +- .../Zeiterfassung/ServiceRecordView2.xaml | 8 +- BeWo/ViewModel/AiUserSettingVM.cs | 43 + .../ListViewModel/ServiceRecordListVM.cs | 28 +- Data/Access/GenericSearchDAO.cs | 10 +- Data/Data.csproj | 2 + Data/Entities/AiUserSetting.cs | 30 + Data/Mappings/AiUserSetting.hbm.xml | 21 + Model/Changes_2026-03-24 AiUserSettings.txt | 102 + .../AiUserSettingDC_AiUserSetting.cs | 35 + Service/DCEntityMapper/MapperFactory.cs | 1 + Service/Plugins/AiService2.cs | 40 + Service/Service.csproj | 1 + .../Enhanced/IAiEnhancedService.cs | 9 + .../Enhanced/AiEnhancedServiceImp.cs | 7 + Shared/BeWoEntityEnums.cs | 3 +- .../Feature/AI/AiUserSettingDC.cs | 11 + Shared/Shared.csproj | 1 + 29 files changed, 3214 insertions(+), 2820 deletions(-) create mode 100644 BeWo/ViewModel/AiUserSettingVM.cs create mode 100644 Data/Entities/AiUserSetting.cs create mode 100644 Data/Mappings/AiUserSetting.hbm.xml create mode 100644 Model/Changes_2026-03-24 AiUserSettings.txt create mode 100644 Service/DCEntityMapper/AiUserSettingDC_AiUserSetting.cs create mode 100644 Shared/DataContracts/Feature/AI/AiUserSettingDC.cs diff --git a/BeWo/AI/Controls/VoiceToTextButtonControl.xaml b/BeWo/AI/Controls/VoiceToTextButtonControl.xaml index e0da721fb..153d2ddb7 100644 --- a/BeWo/AI/Controls/VoiceToTextButtonControl.xaml +++ b/BeWo/AI/Controls/VoiceToTextButtonControl.xaml @@ -7,7 +7,10 @@ - + + Aufnahme zukünftig automatisch initiieren +