Browse Source

CLASSES - security descriptor to bypass GPS clock in

Nick-PRSDigital@bitbucket.org 2 năm trước cách đây
mục cha
commit
e441d310cc
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      prs.classes/SecurityDescriptors/Common_Descriptors.cs

+ 5 - 0
prs.classes/SecurityDescriptors/Common_Descriptors.cs

@@ -27,6 +27,11 @@ namespace Comal.Classes
     {
     }
 
+    [Caption("Bypass GPS For Clock In")]
+    public class CanBypassGPSClockIn : DisabledSecurityDescriptor<HumanResourcesLicense, TimeSheet>
+    {
+    }
+
     [Caption("Automatically Create Timesheet on Log In")]
     public class AutoGenerateTimesheet : DisabledSecurityDescriptor<HumanResourcesLicense, TimeSheet>
     {