Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
 In MifosX

In Mifos X, apart from using standard reports  which which are already shipped, you can create your own report Custom Reports based on your required input parameters.

MifosX Mifos X currently supports two types of Custom Reports:

 1 1) Stretchy Reports

2 2) Pentaho Reports Reports


Panel

On this page:

Table of Contents
maxLevel3
minLevel3
printablefalse


Stretchy Reports:

If To create a new custom report needs to be created, the developerDeveloper/Specialist  writes writes the relevant SQL queries and , adds it to the reporting metadata  and and adds any parameters required to create a new custom report. Stretchy Reports are also called known as "Screen Based Reports" or "Table Reports". Stretchy  Reports Reports work great for onscreen on-screen display and for exporting data to a spread sheetspreadsheets.

Creating Stretchy Reports:

  1. Go To Admin >> System >> Manage Reports and Click on '+ Create Report' tab to see the following window:

    Image Added

    The following SQL Query is used as an example:

    Info
    titleExample

    Select c.id clientId, CONCAT("\"",c.display_name,"\"") clientName, ounder.name officeName from m_office o
    join m_office ounder on ounder.hierarchy like concat(o.hierarchy, '%')
    join m_client c on c.office_id = ounder.


    Image Removed
Fields
  1. id
    where o.id = ${officeId}

    Parameter: Select office


  2. The Stretchy Report requires you to fill the following fields before it gets generated:
Field NameDrop-Down ParametersDescription
Report NameNoneProvide the name for the report, so that users can search for it
by
using this name.
Report Type
  • Table
  • Pentaho
  • Chart

If you're creating a Stretchy Report, select 'Table'.

If you're creating a Pentaho Report, select 'Pentaho'.

If you're creating a 'Chart' Report (like Bar, Pie, etc.), select 'Chart'.

Report sub type
  • Bar
  • Pie
If you have selected the Report Type as 'Chart' , you need to select Report sub type as either Bar or Chart.
Report CategoryNoneProvide the Report Category
like,
(for example: Clients, Loans, Savings, Accounts, etc.) to which the Report belong to.
DescriptionNone

Give

the

a small description about the report

which is being created 

being generated.

Use ReportNone

If you check it, the report is ready to be used once it's created.

If you

keep uncheck

leave it unchecked , the report name won't be shown in the list of Reports, even though it

is

will be created. This option is used when the report creation is still under process.

SqlNone

Here, you need to write the

Sql

SQL Query to generate the required report.

To

In order to write

Sql

SQL queries,

You

you need to have a basic

understandings

understanding of the following:

MySql
  • MySQL
  • Database Structure of
MifosX
  • Mifos X
  • Knowledge of most of the important tables which are present in the database
,
  • (for example: 'Mifostenant-default'
  • )


Report Parameters
  • Start Date
  • End Date
  • Select Officer
  • Select Loan Officer
  • Select Currency
    etc.
Select the available parameter from drop-down list and click on '+Add' button. You can select more than one parameter as
required by your report
per the requirement of your project.

   3. After filling in the required parameters, click on the 'Submit' button to generate the report.

   4. To view the Report, click on 'Reports' tab and either search for it by Report Name, or go to the specific category to which the report belongs to and select the report.

Modify existing

stretchy reports

 

 

Field Name (attribute)DescriptionExampleValidations (if applicable)
    

 Create new stretchy reports

 

 

Field Name (attribute)DescriptionExampleValidations (if applicable)
    

Create and upload custom Pentaho reports

Field Name (attribute)DescriptionExampleValidations (if applicable)
    

 

 

Warning
titleKey Error Messages

 

Info

Stretchy Reports:

To modify an existing Stretchy Report:

  1. Go to Admin >> System >> Manage Reports to see the list of Stretchy as well as Pentaho Reports.

  2. Click on the specific report you want to modify. It will show the highlights of the Stretchy Report as shown in the screenshot below:

    Image Added

  3. Click on the 'Edit' button to modify the Report.

  4. Once you modify the report, click on the 'Submit' button. 

Create and Upload Custom Pentaho Reports:

Pentaho Reporting is a suite of tools for creating pixel-perfect reports. With Pentaho Reporting, you are able to transform data into meaningful information tailored to your audience. You can create HTML, Excel, PDF, Text or printed reports. It’s an open-source reporting tool. 

Stretchy Reports vs Pentaho Reports:

Sl.NoStretchy ReportsPentaho Reports
1

They lack formatting options for reports to be created.

You can format texts, column headings and tables.

2

Not suitable for big and complex reports.

Pixel-perfect reports can be created irrespective of their size and complexity.

3

Can only be exported to spreadsheets.

Can be exported to HTML, Excel, PDF, Text, etc.

4Very simple to create and can be created using the community-app front-end for Mifos X.It needs a separate tool ("Pentaho Report Designer"), which allows us to create Pentaho reports and later embed those reports in Mifos X.
5Better suited for simple reports having less or no formatting optionsBetter suited for complex reports having a lot of formatting options

For more information on how to create Pentaho Reports, click here.  


Filter by label (Content by label)
showLabelsfalse
max5
spacesdocs
showSpacefalse
sortmodifiedshowSpacefalse
reversetrue
typepage
cqllabel in ( "reporting" , "reports" , "business-intelligence" ) and type = "page" and space = "docs"
labelsreports reporting business-intelligence