Переглянути джерело

CLASSES - security descriptor to bypass GPS clock in

Nick-PRSDigital@bitbucket.org 2 роки тому
батько
коміт
e441d310cc

+ 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>
     {