Technical Documentation: Difference between revisions

From IHRIS Wiki
No edit summary
No edit summary
Line 23: Line 23:
** [[Limiting Forms]]
** [[Limiting Forms]]
** [[Form Fields]]
** [[Form Fields]]
** [[Form Caches]]
** [[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]]
** How to: [[Adding Fields|Add Fields]] -- These tutorials describe how to add new forms and fields to iHRIS.
** How to: [[Adding Fields|Add Fields]] -- These tutorials describe how to add new forms and fields to iHRIS.

Revision as of 13:07, 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.