Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
devel:documentation:modules_reports [2018/07/17 07:29]
tomiskar
devel:documentation:modules_reports [2020/08/31 11:01]
doischert
Line 1: Line 1:
 +<- .:modules_rpt |  ^ .:start | Documentation ^ .:modules_crt |   ->
  
 +{{tag> report}}
 +
 +====== Modules - Implemented reports [reports] ======
 +
 +The main purpose of reports is to create a snapshot of current data in IdM which can then be downloaded as a CSV or XLSX file. This is often useful for audits or other cases when an overview of a large amount of data in IdM is needed. The reports module gives the basic [[devel:documentation:modules_rpt|rpt module]] true power because it contains implemented reports for many use-cases. The module evolves often since new reports are added on a regular basis. 
 +
 +{{ :devel:documentation:rpt.png | [reports] and [rpt] modules}}
 +
 +The module is fully dependent on the [[devel:documentation:modules_rpt|reports [rpt]]] module and only contains implemented reports, not the logic of creating reports in general.
 +
 +====== Overview of implemented reports ======
 +
 +==== Identities and their roles ====
 +
 +This report allows you to export the list of identities together with their assigned roles. [[devel:documentation:modules_reports:reports:identities_and_their_roles|Learn more]]
 +
 +==== Roles and their identities ====
 +
 +This report allows you to export the list of roles and their holders. [[devel:documentation:modules_reports:reports:roles_and_their_identities|Learn more]]
 +
 +==== Identities, their main contract and their roles ====
 +
 +This report allows you to export the list of identities (with information about their contracts, incl. one contract EAV) together with their assigned roles (and values of role attributes). [[devel:documentation:modules_reports:reports:identities_their_main_contract_and_their_roles|Learn more]]
 +
 +==== Identities and their automatically assigned roles changes ====
 +
 +This report allows you to export all changes in automatically assigned roles (both by position and attribute) for users in a given time period. [[devel:documentation:modules_reports:reports:identities_and_their_automatically_assigned_roles_changes|Learn more]]
 +
 +====== Read more ======
 +
 +===== Admin tutorials =====
 +  * [[tutorial:adm:modules_reports| Reports module [rpt] - How to create a report]]
 +===== Devel guide =====
 +  * [[devel:documentation:modules_reports:developing_and_releasing|Developing and releasing in the module reports]]
 +  * [[devel:documentation:modules_rpt:dev:report_manager|How reports work]]
 +  * [[devel:documentation:modules_rpt:dev:attachment_manager|Attachment manager]]
 +===== Devel tutorials =====
 +  * [[ tutorial:dev:create_report | Create a report ]]
  • by sourek