소스 검색

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