|
@@ -71,8 +71,29 @@ namespace Comal.Classes.SecurityDescriptors
|
|
|
{
|
|
|
}
|
|
|
|
|
|
- [Caption("View Document Scanner Module")]
|
|
|
+ [Caption("View Mobile Document Scanner Module")]
|
|
|
public class ViewMobileDocumentScannerModule : EnabledSecurityDescriptor<MobileAccessLicence>
|
|
|
{
|
|
|
}
|
|
|
+
|
|
|
+ [Caption("View Mobile Employee Details Module")]
|
|
|
+ public class ViewMobileEmployeeDetailsModule : EnabledSecurityDescriptor<MobileAccessLicence>
|
|
|
+ {
|
|
|
+ }
|
|
|
+ [Caption("View Mobile Employee Forms Module")]
|
|
|
+ public class ViewMobileEmployeeFormsModule : EnabledSecurityDescriptor<MobileAccessLicence>
|
|
|
+ {
|
|
|
+ }
|
|
|
+ [Caption("View Mobile Leave Requests Module")]
|
|
|
+ public class ViewMobileLeaveRequestsModule : EnabledSecurityDescriptor<MobileAccessLicence>
|
|
|
+ {
|
|
|
+ }
|
|
|
+ [Caption("View Mobile Qualifications Module")]
|
|
|
+ public class ViewMobileQualificationsModule : EnabledSecurityDescriptor<MobileAccessLicence>
|
|
|
+ {
|
|
|
+ }
|
|
|
+ [Caption("View MobileTimesheets Module")]
|
|
|
+ public class ViewMobileTimesheetsModule : EnabledSecurityDescriptor<MobileAccessLicence>
|
|
|
+ {
|
|
|
+ }
|
|
|
}
|