浏览代码

CLASSES - security descriptor to bypass GPS clock in

Nick-PRSDigital@bitbucket.org 2 年之前
父节点
当前提交
e441d310cc
共有 1 个文件被更改,包括 5 次插入0 次删除
  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>
     {