Any Good Manual HTML Reports??

I need to quickly create HTML reports in DHIS2.14. Is there any good manual for this? The information in the official documentation is not much. Any pointers will be greatly appreciated.

Regards,

Morena

Hi Morena,

My advice would be to look at some example reports and learn from that.

You could e.g. go to the online demo and look at the standard reports there:

https://apps.dhis2.org/demo/dhis-web-reporting/displayViewReportForm.action

You’ll see at least on marked (HTML-based) in the name. Edit that one, look at the properties set and download the design template for it (“Get current design”).

I can’t promise everything in the 2.16 demo will work on your 2.14 system, but try and come back to the list if it doesn’t work.

Maybe there are people on this list that can share their report templates?

Then you will have more examples to learn from.

We will keep working on the documentation and to provide more examples of use.

Ola

···

Ola Hodne Titlestad (Mr)
HISP
Department of Informatics
University of Oslo

Mobile: +47 48069736
Home address: Eftasåsen 68, 0687 Oslo, Norway. Googlemaps link

On 5 September 2014 08:16, Morina Matasi morena.motsieng@gmail.com wrote:

I need to quickly create HTML reports in DHIS2.14. Is there any good manual for this? The information in the official documentation is not much. Any pointers will be greatly appreciated.

Regards,

Morena


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

Thanks. Looks like taking a look at the sample HTML Report is helping.

···

On Fri, Sep 5, 2014 at 9:26 AM, Ola Hodne Titlestad olati@ifi.uio.no wrote:

Hi Morena,

My advice would be to look at some example reports and learn from that.

You could e.g. go to the online demo and look at the standard reports there:

https://apps.dhis2.org/demo/dhis-web-reporting/displayViewReportForm.action

You’ll see at least on marked (HTML-based) in the name. Edit that one, look at the properties set and download the design template for it (“Get current design”).

I can’t promise everything in the 2.16 demo will work on your 2.14 system, but try and come back to the list if it doesn’t work.

Maybe there are people on this list that can share their report templates?

Then you will have more examples to learn from.

We will keep working on the documentation and to provide more examples of use.

Ola



Ola Hodne Titlestad (Mr)
HISP
Department of Informatics
University of Oslo

Mobile: +47 48069736
Home address: Eftasåsen 68, 0687 Oslo, Norway. Googlemaps link

On 5 September 2014 08:16, Morina Matasi morena.motsieng@gmail.com wrote:

I need to quickly create HTML reports in DHIS2.14. Is there any good manual for this? The information in the official documentation is not much. Any pointers will be greatly appreciated.

Regards,

Morena


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

One more question, I understand DHIS2 uses the jQuery library, now my question is, can I make calls to the jQuery library inside my HTML report? If that is possible, how do i determine the applicable jQuery Library version? Are there any other JavaScript libraries that I can utilize.

···

On Fri, Sep 5, 2014 at 12:11 PM, Morina Matasi morena.motsieng@gmail.com wrote:

Thanks. Looks like taking a look at the sample HTML Report is helping.

On Fri, Sep 5, 2014 at 9:26 AM, Ola Hodne Titlestad olati@ifi.uio.no wrote:

Hi Morena,

My advice would be to look at some example reports and learn from that.

You could e.g. go to the online demo and look at the standard reports there:

https://apps.dhis2.org/demo/dhis-web-reporting/displayViewReportForm.action

You’ll see at least on marked (HTML-based) in the name. Edit that one, look at the properties set and download the design template for it (“Get current design”).

I can’t promise everything in the 2.16 demo will work on your 2.14 system, but try and come back to the list if it doesn’t work.

Maybe there are people on this list that can share their report templates?

Then you will have more examples to learn from.

We will keep working on the documentation and to provide more examples of use.

Ola



Ola Hodne Titlestad (Mr)
HISP
Department of Informatics
University of Oslo

Mobile: +47 48069736
Home address: Eftasåsen 68, 0687 Oslo, Norway. Googlemaps link

On 5 September 2014 08:16, Morina Matasi morena.motsieng@gmail.com wrote:

I need to quickly create HTML reports in DHIS2.14. Is there any good manual for this? The information in the official documentation is not much. Any pointers will be greatly appreciated.

Regards,

Morena


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

Hi Morina

You can see pretty much everything which is available (fonts, css, javascript etc) in the source code repository here:

http://bazaar.launchpad.net/~dhis2-devs-core/dhis2/2.16/files/head:/dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/

Though naturally you’d have to change the url if you are running 2.14, 2.15 or what have you.

I guess you can also just look inside dhis-web-commons in your unpacked webapp.

To specifically just get the jquery version maybe just do alert( $.fn.jquery )

Bob

···

On 5 September 2014 11:23, Morina Matasi morena.motsieng@gmail.com wrote:

One more question, I understand DHIS2 uses the jQuery library, now my question is, can I make calls to the jQuery library inside my HTML report? If that is possible, how do i determine the applicable jQuery Library version? Are there any other JavaScript libraries that I can utilize.


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

On Fri, Sep 5, 2014 at 12:11 PM, Morina Matasi morena.motsieng@gmail.com wrote:

Thanks. Looks like taking a look at the sample HTML Report is helping.

On Fri, Sep 5, 2014 at 9:26 AM, Ola Hodne Titlestad olati@ifi.uio.no wrote:

Hi Morena,

My advice would be to look at some example reports and learn from that.

You could e.g. go to the online demo and look at the standard reports there:

https://apps.dhis2.org/demo/dhis-web-reporting/displayViewReportForm.action

You’ll see at least on marked (HTML-based) in the name. Edit that one, look at the properties set and download the design template for it (“Get current design”).

I can’t promise everything in the 2.16 demo will work on your 2.14 system, but try and come back to the list if it doesn’t work.

Maybe there are people on this list that can share their report templates?

Then you will have more examples to learn from.

We will keep working on the documentation and to provide more examples of use.

Ola



Ola Hodne Titlestad (Mr)
HISP
Department of Informatics
University of Oslo

Mobile: +47 48069736
Home address: Eftasåsen 68, 0687 Oslo, Norway. Googlemaps link

On 5 September 2014 08:16, Morina Matasi morena.motsieng@gmail.com wrote:

I need to quickly create HTML reports in DHIS2.14. Is there any good manual for this? The information in the official documentation is not much. Any pointers will be greatly appreciated.

Regards,

Morena


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

:slight_smile: This is brilliant! I love what I saw in there!!

Thank you!

···

On Fri, Sep 5, 2014 at 12:34 PM, Bob Jolliffe bobjolliffe@gmail.com wrote:

Hi Morina

You can see pretty much everything which is available (fonts, css, javascript etc) in the source code repository here:

http://bazaar.launchpad.net/~dhis2-devs-core/dhis2/2.16/files/head:/dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/

Though naturally you’d have to change the url if you are running 2.14, 2.15 or what have you.

I guess you can also just look inside dhis-web-commons in your unpacked webapp.

To specifically just get the jquery version maybe just do alert( $.fn.jquery )

Bob

On 5 September 2014 11:23, Morina Matasi morena.motsieng@gmail.com wrote:

One more question, I understand DHIS2 uses the jQuery library, now my question is, can I make calls to the jQuery library inside my HTML report? If that is possible, how do i determine the applicable jQuery Library version? Are there any other JavaScript libraries that I can utilize.


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp

On Fri, Sep 5, 2014 at 12:11 PM, Morina Matasi morena.motsieng@gmail.com wrote:

Thanks. Looks like taking a look at the sample HTML Report is helping.

On Fri, Sep 5, 2014 at 9:26 AM, Ola Hodne Titlestad olati@ifi.uio.no wrote:

Hi Morena,

My advice would be to look at some example reports and learn from that.

You could e.g. go to the online demo and look at the standard reports there:

https://apps.dhis2.org/demo/dhis-web-reporting/displayViewReportForm.action

You’ll see at least on marked (HTML-based) in the name. Edit that one, look at the properties set and download the design template for it (“Get current design”).

I can’t promise everything in the 2.16 demo will work on your 2.14 system, but try and come back to the list if it doesn’t work.

Maybe there are people on this list that can share their report templates?

Then you will have more examples to learn from.

We will keep working on the documentation and to provide more examples of use.

Ola



Ola Hodne Titlestad (Mr)
HISP
Department of Informatics
University of Oslo

Mobile: +47 48069736
Home address: Eftasåsen 68, 0687 Oslo, Norway. Googlemaps link

On 5 September 2014 08:16, Morina Matasi morena.motsieng@gmail.com wrote:

I need to quickly create HTML reports in DHIS2.14. Is there any good manual for this? The information in the official documentation is not much. Any pointers will be greatly appreciated.

Regards,

Morena


Mailing list: https://launchpad.net/~dhis2-users

Post to : dhis2-users@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-users

More help : https://help.launchpad.net/ListHelp