ilscipio/scipio-erp

View on GitHub
applications/humanres/data/HumanResSecurityPermissionSeedData.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is subject to the terms and conditions defined in the
files 'LICENSE' and 'NOTICE', which are part of this source
code package.
-->

<entity-engine-xml>
    <SecurityPermission description="All operations in the HumanRes Manager." permissionId="HUMANRES_ADMIN"/>
    <SecurityPermission description="View operations in the HumanRes Manager." permissionId="HUMANRES_VIEW"/>
    <SecurityPermission description="Create operations in the HumanRes Manager." permissionId="HUMANRES_CREATE"/>
    <SecurityPermission description="Update operations in the HumanRes Manager." permissionId="HUMANRES_UPDATE"/>
    <SecurityPermission description="Delete operations in the HumanRes Manager." permissionId="HUMANRES_DELETE"/>
    <!-- Recruitment  permission -->
    <SecurityPermission description="Approver can update the IJP approval status with this permission." permissionId="HUMANRES_APPROVE"/>
    
    <!-- add admin to SUPER permission group -->
    <SecurityGroupPermission groupId="SUPER" permissionId="HUMANRES_ADMIN"/>
</entity-engine-xml>