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 [2020/03/11 09:14]
doischert
devel:documentation:modules_reports [2021/05/31 11:27]
doischert
Line 9: Line 9:
 {{ :devel:documentation:rpt.png | [reports] and [rpt] modules}} {{ :devel:documentation:rpt.png | [reports] and [rpt] modules}}
  
-The module is fully dependent on [[devel:documentation:modules_rpt|reports [rpt]]] module and only contains implemented reports, not the logic of creating reports in general.+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 ====== ====== Overview of implemented reports ======
Line 15: Line 15:
 ==== Identities and their roles ==== ==== Identities and their roles ====
  
-This report . Learn more+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]] 
 + 
 +==== Identities, their roles and contract ==== 
 + 
 +This report is similar to the one above but contains more information. The generated XLSX file has a clear separation between attributes of identity, contract, and role. [[devel:documentation:modules_reports:reports:identity_role_complex_report|Learn more]]
  
 ==== Roles and their identities ==== ==== Roles and their identities ====
  
-This report . Learn more+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 ==== ==== Identities, their main contract and their roles ====
  
-This report . Learn more+This report allows you to export the list of identities (with information about their contracts, inclone 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 assigned roles changes ==== 
 + 
 +This report allows you to export all changes in assigned roles for users in a given time period. You can use filter to only show changes caused by automatic roles (both by position and attribute). [[devel:documentation:modules_reports:reports:identities_and_their_automatically_assigned_roles_changes|Learn more]] 
 + 
 +==== Identities and their password changes on a system ==== 
 + 
 +This report allows you to export all password changes in end systems. You can filter by system, time period, and success of the change. [[devel:documentation:modules_reports:reports:identities_and_their_password_changes_on_a_system|Learn more]] 
 + 
 +==== Identities and their system account (state) changes ==== 
 + 
 +This report allows you to export all account changes in end systems of the type CREATE, DELETE and ENABLE. You can filter by system, time period, type of operation,and success of the change. [[devel:documentation:modules_reports:reports:identities_and_their_system_account_changes|Learn more]]
  
 ====== Read more ====== ====== Read more ======
Line 30: Line 46:
   * [[tutorial:adm:modules_reports| Reports module [rpt] - How to create a report]]   * [[tutorial:adm:modules_reports| Reports module [rpt] - How to create a report]]
 ===== Devel guide ===== ===== 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:report_manager|How reports work]]
   * [[devel:documentation:modules_rpt:dev:attachment_manager|Attachment manager]]   * [[devel:documentation:modules_rpt:dev:attachment_manager|Attachment manager]]
 ===== Devel tutorials ===== ===== Devel tutorials =====
   * [[ tutorial:dev:create_report | Create a report ]]   * [[ tutorial:dev:create_report | Create a report ]]
  • by sourek