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

@ -44,7 +44,7 @@
columns.Bound(l => l.IsActive);
//columns.Template(@<text></text>).ClientTemplate("<input type='checkbox' #= IsActive ? checked='checked':'' # class='chkbx' />");
columns.Bound(l => l.IsAdmin);
columns.Bound(l => l.IsManager);
columns.Bound(l => l.LastLogin).Format("{0:MM/dd/yy hh:mm:ss}");