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

@ -23,6 +23,7 @@ namespace Fab2ApprovalSystem.Models
public string FullName { get; set; }
public bool IsAdmin { get; set; }
public bool IsManager { get; set; }
public bool IsActive { get; set; }
public DateTime? LastLogin { get; set; }