Technical Documentation: Difference between revisions

From IHRIS Wiki
No edit summary
No edit summary
Line 22: Line 22:
** [[Defining Forms]] -- This page describes how to define and customize forms and fields in iHRIS by defining them in magic data.
** [[Defining Forms]] -- This page describes how to define and customize forms and fields in iHRIS by defining them in magic data.
** [[Limiting Forms]]
** [[Limiting Forms]]
** [[Form Fields]]
** [[Form Fields]] -- This article describes the main data types, or form fields, used by iHRIS. These fields are defined in Magic Data; this page describes the details of how they should be defined. 
** [[Form Caches]] -- The iHRIS software caches data saved in the database (or XML file or LDAP server) for faster access and the ability to create indices.  These caches are used, for example, to populate reports and drop-down lists.
** [[Form Caches]] -- The iHRIS software caches data saved in the database (or XML file or LDAP server) for faster access and the ability to create indices.  These caches are used, for example, to populate reports and drop-down lists.
** [[Printed Forms]]
** [[Printed Forms]]

Revision as of 12:11, 7 October 2013

  • Database Structure - iHRIS makes use of multiple tables in a relational database (MySQL) to store its data in. This article describes several of the tables used by iHRIS, in particular the user table and the tables used for audited form data changes.
  • Custom Reporting -- This page collects the various articles that describe how to use the Custom Reporting system in iHRIS. This includes detailed documentation about the structure of custom reports and their use in advanced iHRIS features, as well as several tutorials on creating particular reports.
  • Cron Jobs - Running functions on a regular basis with iHRIS.


We also have additional tutorials for Developers or Implementers.