MH: LH Coburg Bayern BL und Stundenkonto
This commit is contained in:
@@ -71,7 +71,7 @@ namespace LebenshilfeCoburg
|
||||
if (item.ServiceDescription != null &&
|
||||
item.ServiceDescription.ServiceCategory != null)
|
||||
{
|
||||
if (item.ServiceDescription.ServiceCategory.Name == "Arbeitszeit")
|
||||
if (item.ServiceDescription.ServiceCategory.Name.ToLower().Contains("arbeitszeit"))
|
||||
{
|
||||
arbeitszeit += duration;
|
||||
}
|
||||
|
||||
12
ReportImp/LebenshilfeCoburg/CustomVacationService.cs
Normal file
12
ReportImp/LebenshilfeCoburg/CustomVacationService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using BeWo.Service.Plugins;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace LebenshilfeCoburg
|
||||
{
|
||||
public class CustomVacationService : VacationService
|
||||
{
|
||||
public override string Bundesland { get => "Bayern"; }
|
||||
}
|
||||
}
|
||||
@@ -86,6 +86,7 @@
|
||||
<DependentUpon>AusbildungsassistenzRechnung.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Invoicing\LhCoburgWohnheimInvoiceCreation.cs" />
|
||||
<Compile Include="CustomVacationService.cs" />
|
||||
<Compile Include="LHCoburgReportCreator.cs" />
|
||||
<Compile Include="Mitarbeiterarbeitszeitkonto.cs">
|
||||
<SubType>Component</SubType>
|
||||
|
||||
Reference in New Issue
Block a user