Versions Compared

Key

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

...

  • Mifos ships with "Standard Reports" - these are reports we will provide as part of releases and continue to provide support for
  • Reports others in the community provide are separate
  • Mifos Standard Reports will all use CDF (for the near future) to display parameters

Structure of reports folder

Our standard reports should be structured in the following ways:

1) in Git:

- reports/

    - standardReports/

        - report1.html

        - report1.xcdf

        - ...

        - reportN.html

        - reportN.xcdf

        - prpts/

            - report1.prpt

            - ...

            - reportN.prpt

index.xml from prpts directory has 'visible' property set to false, so the above structure can be directly deployed to pentaho-solutions:

2) on bi server:

- pentaho-solutions/

    - standardReports/

        - report1.html

        - report1.xcdf

        - ...

        - reportN.html

        - reportN.xcdf

        - prpts/

            - report1.prpt

            - ...

            - reportN.prpt

By using the above structure we only show CDF filters to the end users.