MH: Fehlkontakt QB + Hessische Feiertage aha EV

This commit is contained in:
2023-01-30 13:04:40 +01:00
parent a18b6471ba
commit 4ba8f39416
4 changed files with 52 additions and 11 deletions

View 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"; }
}
}

View File

@@ -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>