MH: Haus Dülken Urlaubskonto Verfallsdatum raus
This commit is contained in:
@@ -137,6 +137,7 @@
|
||||
<DependentUpon>ServiceRecordListReport.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Service\CustomHomeContentGenerator.cs" />
|
||||
<Compile Include="Service\CustomVacationService.cs" />
|
||||
<Compile Include="SettlementReport.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
|
||||
17
ReportImp/HausDuelken/Service/CustomVacationService.cs
Normal file
17
ReportImp/HausDuelken/Service/CustomVacationService.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using BeWo.Service.Plugins;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace HausDuelken.Service
|
||||
{
|
||||
public class CustomVacationService : VacationService
|
||||
{
|
||||
public override DateTime GetExpirationDate(int year)
|
||||
{
|
||||
return new DateTime(year, 12, 31);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user