Adding Forms and Fields: Difference between revisions
From IHRIS Wiki
(New page: This will describe how to add a new module to iHRIS Manage to add in two new forms for tracking Professional Development for an employee. These instructions could be modified for iHRIS Qu...) |
|||
Line 3: | Line 3: | ||
== Step 1: Create the module == | == Step 1: Create the module == | ||
Change into your site's modules directory and create a new directory called ProfDevelopment and change into this directory. Create and edit a new file called ProfDevelopment.xml | Change into your site's modules directory and create a new directory called ProfDevelopment and change into this directory. Create and edit a new file called ProfDevelopment.xml with the following contents: | ||
<source lang="xml"> | <source lang="xml"> |
Revision as of 11:28, 14 February 2009
This will describe how to add a new module to iHRIS Manage to add in two new forms for tracking Professional Development for an employee. These instructions could be modified for iHRIS Qualify with a few minor changes.
Step 1: Create the module
Change into your site's modules directory and create a new directory called ProfDevelopment and change into this directory. Create and edit a new file called ProfDevelopment.xml with the following contents:
<source lang="xml"> <?xml version="1.0"?> <!DOCTYPE I2CEConfiguration SYSTEM "I2CE_Configuration.dtd"> <I2CEConfiguration name="ProfDevelopment"> </I2CEConfiguration> </source>