Creating OOOTrainingReport scheduled job

This commit is contained in:
Chase Tucker
2023-09-18 09:21:41 -07:00
parent 9c5c938157
commit 167db67027
7 changed files with 137 additions and 73 deletions

View File

@ -130,6 +130,7 @@
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="JobSchedules\OOOTrainingReportJobSchedule.cs" />
<Compile Include="Misc\DemoHelper.cs" />
<Compile Include="Misc\Documentum.cs" />
<Compile Include="Misc\EmailNotification.cs" />
@ -248,6 +249,7 @@
<Compile Include="ViewModels\LTMaterial.cs" />
<Compile Include="ViewModels\OOOViewModel.cs" />
<Compile Include="ViewModels\ReportsViewModels.cs" />
<Compile Include="Jobs\OOOTrainingReportJob.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Content\bootstrap-theme.css" />
@ -1966,6 +1968,9 @@
<PackageReference Include="Owin">
<Version>1.0.0</Version>
</PackageReference>
<PackageReference Include="Quartz">
<Version>3.7.0</Version>
</PackageReference>
<PackageReference Include="Respond">
<Version>1.2.0</Version>
</PackageReference>