MH: Fehlkontakt QB + Hessische Feiertage aha EV
This commit is contained in:
14
ReportImp/ahaEV/CustomVacationService.cs
Normal file
14
ReportImp/ahaEV/CustomVacationService.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using BeWo.Service.Plugins;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ahaEV
|
||||
{
|
||||
class CustomVacationService : VacationService
|
||||
{
|
||||
public override string Bundesland { get => "Hessen"; }
|
||||
}
|
||||
}
|
||||
@@ -50,6 +50,7 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="CustomMitarbeiterstundenkontoBerechnung.cs" />
|
||||
<Compile Include="CustomMitarbeiterstundenkontoBerechnungMonate.cs" />
|
||||
<Compile Include="CustomVacationService.cs" />
|
||||
<Compile Include="Mitarbeiterarbeitszeitkonto.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
|
||||
Reference in New Issue
Block a user