Technical Documentation: Difference between revisions

From IHRIS Wiki
No edit summary
No edit summary
Line 3: Line 3:
* [[Module Structure]]
* [[Module Structure]]
** [[Modules Lists]]  
** [[Modules Lists]]  
** [[File Search Paths]]
** [[File Search Paths]] -- The file search utility lets you easily categorize different files and make them available to iHRIS.  It also allows you to copy a file from the core iHRIS Suite into your site customization to make changes there, without having to modify the core iHRIS software.
** [[Configuration (Magic) Data]] -- Magic Data is a mechanism intended to handle dynamic site-level configuration data.  It is the basis of much of the functionality provided by the IntraHealth Informatics Core Engine (I2CE), including how pages are served and how custom reports are made.   
** [[Configuration (Magic) Data]] -- Magic Data is a mechanism intended to handle dynamic site-level configuration data.  It is the basis of much of the functionality provided by the IntraHealth Informatics Core Engine (I2CE), including how pages are served and how custom reports are made.   
*** [[Magic Data Storage Mechanisms]]
*** [[Magic Data Storage Mechanisms]]

Revision as of 12:03, 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.