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