diff --git a/BeWo.sln b/BeWo.sln index 8ec5b989f..dd8525bd0 100644 --- a/BeWo.sln +++ b/BeWo.sln @@ -369,6 +369,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BetreuungsBueroScholzReport EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BAPBielefelderAmbulantePflege", "ReportImp\BAPBielefelderAmbulantePflege\BAPBielefelderAmbulantePflege.csproj", "{7A7E980E-447C-444C-B43B-A23A20F52C02}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LebenshilfeMannheimEV", "ReportImp\LebenshilfeMannheimEV\LebenshilfeMannheimEV.csproj", "{0FDF87A6-B39E-4494-AE31-0CE302D8BA80}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|.NET = Debug|.NET @@ -2728,6 +2730,18 @@ Global {7A7E980E-447C-444C-B43B-A23A20F52C02}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU {7A7E980E-447C-444C-B43B-A23A20F52C02}.Release|Mixed Platforms.Build.0 = Release|Any CPU {7A7E980E-447C-444C-B43B-A23A20F52C02}.Release|x86.ActiveCfg = Release|Any CPU + {0FDF87A6-B39E-4494-AE31-0CE302D8BA80}.Debug|.NET.ActiveCfg = Debug|Any CPU + {0FDF87A6-B39E-4494-AE31-0CE302D8BA80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0FDF87A6-B39E-4494-AE31-0CE302D8BA80}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0FDF87A6-B39E-4494-AE31-0CE302D8BA80}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {0FDF87A6-B39E-4494-AE31-0CE302D8BA80}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {0FDF87A6-B39E-4494-AE31-0CE302D8BA80}.Debug|x86.ActiveCfg = Debug|Any CPU + {0FDF87A6-B39E-4494-AE31-0CE302D8BA80}.Release|.NET.ActiveCfg = Release|Any CPU + {0FDF87A6-B39E-4494-AE31-0CE302D8BA80}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0FDF87A6-B39E-4494-AE31-0CE302D8BA80}.Release|Any CPU.Build.0 = Release|Any CPU + {0FDF87A6-B39E-4494-AE31-0CE302D8BA80}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {0FDF87A6-B39E-4494-AE31-0CE302D8BA80}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {0FDF87A6-B39E-4494-AE31-0CE302D8BA80}.Release|x86.ActiveCfg = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -2908,5 +2922,6 @@ Global {56D310FE-DB98-4EFE-8527-DF94628657F8} = {D8A691C5-146D-4613-86CC-438F02FE9106} {606566D9-B8B5-4522-A2B4-175F4BCE98DD} = {D8A691C5-146D-4613-86CC-438F02FE9106} {7A7E980E-447C-444C-B43B-A23A20F52C02} = {D8A691C5-146D-4613-86CC-438F02FE9106} + {0FDF87A6-B39E-4494-AE31-0CE302D8BA80} = {D8A691C5-146D-4613-86CC-438F02FE9106} EndGlobalSection EndGlobal diff --git a/BeWo/BeWo.csproj b/BeWo/BeWo.csproj index a55204e7c..eb3650fc2 100644 --- a/BeWo/BeWo.csproj +++ b/BeWo/BeWo.csproj @@ -182,6 +182,10 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + MSBuild:Compile Designer @@ -432,6 +436,10 @@ MSBuild:Compile Designer + + MSBuild:Compile + Designer + MSBuild:Compile Designer @@ -534,6 +542,9 @@ ProxyLoginView.xaml + + KrankheitsZeitraumView.xaml + SchulbegleitenderDienstBearbeitungsView.xaml @@ -623,7 +634,10 @@ + + + @@ -823,6 +837,9 @@ ChatEmojisView.xaml + + EmployeeArbeitszeitView.xaml + SchulbegleitenderDienstCustomer.xaml diff --git a/BeWo/MainControl.xaml b/BeWo/MainControl.xaml index 842144f26..30e0bc6bf 100644 --- a/BeWo/MainControl.xaml +++ b/BeWo/MainControl.xaml @@ -247,7 +247,7 @@ - + diff --git a/BeWo/Scheduler/View/NewSchedulerView.xaml.cs b/BeWo/Scheduler/View/NewSchedulerView.xaml.cs index 2a0ad8f3c..19af5f7ff 100644 --- a/BeWo/Scheduler/View/NewSchedulerView.xaml.cs +++ b/BeWo/Scheduler/View/NewSchedulerView.xaml.cs @@ -1464,8 +1464,6 @@ namespace BeWo.Scheduler.View OnPropertyChanged("SelectedEmployees"); OnPropertyChanged("SelectedItems"); OnPropertyChanged("ViewModel"); - - Scheduler.ActiveView.LayoutChanged(); } //private void ExportAsiCal(object sender, RoutedEventArgs e) diff --git a/BeWo/Scheduler/ViewModel/NewSchedulerViewModel.cs b/BeWo/Scheduler/ViewModel/NewSchedulerViewModel.cs index b49b61905..c6b55ce6e 100644 --- a/BeWo/Scheduler/ViewModel/NewSchedulerViewModel.cs +++ b/BeWo/Scheduler/ViewModel/NewSchedulerViewModel.cs @@ -30,11 +30,13 @@ namespace BeWo.Scheduler.ViewModel set { if(value != null) - { + { mActiveAppointmentViewModel = value; - if(ViewModelChanged != null) + if (ViewModelChanged != null) + { ViewModelChanged.Invoke(this, new EventArgs(value)); + } } } } diff --git a/BeWo/SchulbegleitenderDienst/KrankheitsZeitraumView.xaml b/BeWo/SchulbegleitenderDienst/KrankheitsZeitraumView.xaml new file mode 100644 index 000000000..67ced3cb5 --- /dev/null +++ b/BeWo/SchulbegleitenderDienst/KrankheitsZeitraumView.xaml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + +