ilscipio/scipio-erp

View on GitHub
applications/humanres/scipio-component.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.
-->

<ofbiz-component name="humanres"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
    <resource-loader name="main" type="component"/>
    <classpath type="jar" location="build/lib/*"/>
    <classpath type="dir" location="config"/>
    <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>
    <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel_old.xml"/>
    <entity-resource type="data" reader-name="seed" loader="main" location="data/HumanResTypeData.xml"/>
    <entity-resource type="data" reader-name="seed" loader="main" location="data/HumanResHelpData.xml"/>
    <entity-resource type="data" reader-name="seed" loader="main" location="data/HumanResSecurityPermissionSeedData.xml"/>
    <entity-resource type="data" reader-name="demo" loader="main" location="data/HumanResSecurityGroupDemoData.xml"/>
    <entity-resource type="data" reader-name="seed" loader="main" location="data/HumanResPortletData.xml"/>
    <entity-resource type="data" reader-name="demo" loader="main" location="data/HumanResDemoData.xml"/>
    <service-resource type="model" loader="main" location="servicedef/services.xml"/>
    <service-resource type="model" loader="main" location="servicedef/services_ability.xml"/>
    <service-resource type="model" loader="main" location="servicedef/services_employment.xml"/>
    <service-resource type="model" loader="main" location="servicedef/services_position.xml"/>

    <webapp name="humanres"
        title="HR"
        description="HumanResourceApplication"
        server="default-server"
        location="webapp/humanres"
        base-permission="OFBTOOLS,HUMANRES"
        mount-point="/humanres"
        app-bar-display="true"/>
</ofbiz-component>