Added manager view for setting OOO status for employees. The OOO status for the employees will reflect on the training report as well.

This commit is contained in:
Daniel Wathen
2023-03-02 08:47:36 -07:00
parent 0dd3d4ec2a
commit adad38b849
16 changed files with 712 additions and 42 deletions

View File

@ -100,6 +100,7 @@
<Compile Include="Controllers\ChangeControlController.cs" />
<Compile Include="Controllers\CorrectiveActionController.cs" />
<Compile Include="Controllers\ECNController.cs" />
<Compile Include="Controllers\ManagerController.cs" />
<Compile Include="Controllers\PartsRequestController.cs" />
<Compile Include="Controllers\ReportsController.cs" />
<Compile Include="Controllers\HomeController.cs" />
@ -1847,6 +1848,8 @@
<Content Include="Views\Admin\JobSchedulerConfiguration.cshtml" />
<Content Include="Views\Admin\TrainingReportConfig.cshtml" />
<Content Include="Views\Admin\TECNNotificationConfig.cshtml" />
<Content Include="Views\Manager\Index.cshtml" />
<Content Include="Views\Manager\_ManagerLayout.cshtml" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />