[Dhis2-devs] Table for SQL query for Indicators

2017-02-02 Thread Raminosoa Rabemanantsoa, Tantely
Dear friends,

I am trying to output data of a questionnaire (called DataSetName here)
from SQL View  for the period of September 2016 from  data values using the
following code:

select dv.sourceid as organisationunitid, ou.name, ou.shortname, ou.code as
CodeAC, de.name as intitule, pe.startdate, pe.enddate,
coc.categoryoptioncomboname, dv.value from datavalue dv inner join
organisationunit ou on (dv.sourceid=ou.organisationunitid) inner join
dataelement de on (dv.dataelementid=de.dataelementid) inner join period pe
on (pe.startdate='2016-09-01') inner join _categoryoptioncomboname coc on
(dv.categoryoptioncomboid=coc.categoryoptioncomboid) where
(dv.dataelementid in (select dataelementid from datasetmembers where
datasetid in (select datasetid from dataset where name='DataSetName')));

If I would like to output data from indicator tables, on which table in
DHIS2 should I base the select query?

Thank you for your support!

Kind Regards,

Tantely.

-- 
*This message and its attachments are confidential and solely for the 
intended recipients. If received in error, please delete them and notify 
the sender via reply e-mail immediately.*
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Program notifications - where to specify communication formats?

2017-02-02 Thread Calle Hedberg
and to be even more specific: the ability to select method (Email/SMS) for
Program notifications are only available in 2.26 -  in 2.25 there is
nothing.

Regards
calle

On 3 February 2017 at 00:13, Calle Hedberg  wrote:

> Hi,
>
> Just a brief follow-up: I was reading through the user and developer
> manuals for both program notifications and program stage notifications, but
> I only looked at program stage notifications in the system.
>
> Now I noticed that
>
> 1.
> In the Program notification configuration form, you can specify SMS and/or
> email (it looks like internal messaging is compulsory?). NOTE THAT THIS
> PART OF THE DEFINITION FORM IS NOT MENTIONED IN THE MANUALS.
>
> 2.
> The same options are NOT included with the program STAGE notifications -
> hence my question above. This type of inconsistency looks like more like a
> bug (omission) than a deliberate design flaw.
>
> Halvdan is no longer working on the new messaging component - has anybody
> else taken over?
>
> Regards
> Calle
>
> On 2 February 2017 at 23:35, Calle Hedberg 
> wrote:
>
>> Hi
>>
>> I've just looked through the user and developer guides for 2.25 and 2.26,
>> but I cannot find any specific reference to how you can control how program
>> notifications and program stage notifications are sent.
>>
>> In 2.24, you could specify at least whether to send notifications as SMS,
>> Email or BOTH. That option is no longer there after that component has been
>> refactored.
>>
>> 1.
>> Is the messaging now controlled from the Systems Settings -> Messaging
>> (by selecting email and/or SMS)? If yes, I presume that means one standard
>> comm method for all notifications - and that you cannot turn off internal
>> notification messaging...
>>
>> 2.
>> What I'm looking for is the ability to specify internal messaging and/or
>> email and/or SMS on a per notification basis.
>>
>> For instance, if you send out alerts by email or SMS to get users to
>> access the DHIS2 for latest developments, then there is no need to fill up
>> the messages list with a copy of the same
>>
>> Regards
>> Calle
>>
>> ***
>>
>> Calle Hedberg
>>
>> 46D Alma Road, 7700 Rosebank, SOUTH AFRICA
>>
>> Tel/fax (home): +27-21-685-6472 <+27%2021%20685%206472>
>>
>> Cell: +27-82-853-5352 <+27%2082%20853%205352>
>>
>> Iridium SatPhone: +8816-315-19119 <+881%206%20315%2019119>
>>
>> Email: calle.hedb...@gmail.com
>>
>> Skype: calle_hedberg
>>
>> ***
>>
>>
>
>
> --
>
> ***
>
> Calle Hedberg
>
> 46D Alma Road, 7700 Rosebank, SOUTH AFRICA
>
> Tel/fax (home): +27-21-685-6472 <+27%2021%20685%206472>
>
> Cell: +27-82-853-5352 <+27%2082%20853%205352>
>
> Iridium SatPhone: +8816-315-19119 <+881%206%20315%2019119>
>
> Email: calle.hedb...@gmail.com
>
> Skype: calle_hedberg
>
> ***
>
>


-- 

***

Calle Hedberg

46D Alma Road, 7700 Rosebank, SOUTH AFRICA

Tel/fax (home): +27-21-685-6472

Cell: +27-82-853-5352

Iridium SatPhone: +8816-315-19119

Email: calle.hedb...@gmail.com

Skype: calle_hedberg

***
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Program notifications - where to specify communication formats?

2017-02-02 Thread Calle Hedberg
Hi,

Just a brief follow-up: I was reading through the user and developer
manuals for both program notifications and program stage notifications, but
I only looked at program stage notifications in the system.

Now I noticed that

1.
In the Program notification configuration form, you can specify SMS and/or
email (it looks like internal messaging is compulsory?). NOTE THAT THIS
PART OF THE DEFINITION FORM IS NOT MENTIONED IN THE MANUALS.

2.
The same options are NOT included with the program STAGE notifications -
hence my question above. This type of inconsistency looks like more like a
bug (omission) than a deliberate design flaw.

Halvdan is no longer working on the new messaging component - has anybody
else taken over?

Regards
Calle

On 2 February 2017 at 23:35, Calle Hedberg  wrote:

> Hi
>
> I've just looked through the user and developer guides for 2.25 and 2.26,
> but I cannot find any specific reference to how you can control how program
> notifications and program stage notifications are sent.
>
> In 2.24, you could specify at least whether to send notifications as SMS,
> Email or BOTH. That option is no longer there after that component has been
> refactored.
>
> 1.
> Is the messaging now controlled from the Systems Settings -> Messaging (by
> selecting email and/or SMS)? If yes, I presume that means one standard comm
> method for all notifications - and that you cannot turn off internal
> notification messaging...
>
> 2.
> What I'm looking for is the ability to specify internal messaging and/or
> email and/or SMS on a per notification basis.
>
> For instance, if you send out alerts by email or SMS to get users to
> access the DHIS2 for latest developments, then there is no need to fill up
> the messages list with a copy of the same
>
> Regards
> Calle
>
> ***
>
> Calle Hedberg
>
> 46D Alma Road, 7700 Rosebank, SOUTH AFRICA
>
> Tel/fax (home): +27-21-685-6472 <+27%2021%20685%206472>
>
> Cell: +27-82-853-5352 <+27%2082%20853%205352>
>
> Iridium SatPhone: +8816-315-19119 <+881%206%20315%2019119>
>
> Email: calle.hedb...@gmail.com
>
> Skype: calle_hedberg
>
> ***
>
>


-- 

***

Calle Hedberg

46D Alma Road, 7700 Rosebank, SOUTH AFRICA

Tel/fax (home): +27-21-685-6472

Cell: +27-82-853-5352

Iridium SatPhone: +8816-315-19119

Email: calle.hedb...@gmail.com

Skype: calle_hedberg

***
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Program notifications - where to specify communication formats?

2017-02-02 Thread Calle Hedberg
Hi

I've just looked through the user and developer guides for 2.25 and 2.26,
but I cannot find any specific reference to how you can control how program
notifications and program stage notifications are sent.

In 2.24, you could specify at least whether to send notifications as SMS,
Email or BOTH. That option is no longer there after that component has been
refactored.

1.
Is the messaging now controlled from the Systems Settings -> Messaging (by
selecting email and/or SMS)? If yes, I presume that means one standard comm
method for all notifications - and that you cannot turn off internal
notification messaging...

2.
What I'm looking for is the ability to specify internal messaging and/or
email and/or SMS on a per notification basis.

For instance, if you send out alerts by email or SMS to get users to access
the DHIS2 for latest developments, then there is no need to fill up the
messages list with a copy of the same

Regards
Calle

***

Calle Hedberg

46D Alma Road, 7700 Rosebank, SOUTH AFRICA

Tel/fax (home): +27-21-685-6472

Cell: +27-82-853-5352

Iridium SatPhone: +8816-315-19119

Email: calle.hedb...@gmail.com

Skype: calle_hedberg

***
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Need help to create dhis2 app

2017-02-02 Thread gérard Bisama
Thanks a lot Knut for your help, It seems as if have missed a step or some
thing. However when I have look at some project the logic seems good and
some part of the code are similar. To be sure that am in the good way, I
have even customize an existing project but am still getting the same
result.

Would you mind to have a look to this code:
https://github.com/gerard-bisama/displayorgunit.git.

I just return the list of orgunit from DHIS2 and want to display them in
json format. But the code at the line #36 of app.js gives me an empty
object while all the code seems fine.

Thank you in advance, it will help me a lot if some one can direct me on
what to do.


2017-02-02 10:21 GMT+01:00 Knut Staring :

> Hi Gérard,
>
> The developers will be able to provide better input, but for inspiration,
> it could also be worth taking a look at some student projects that were
> done recently. Most projects involved creating DHIS2 web apps. Since these
> are mostly novice developers, the projects are of very varying quality, but
> some quite good.
>
> Link here:
> https://wiki.uio.no/mn/ifi/inf5750/index.php/Main_Page#Group_pages
>
> On Thu, Feb 2, 2017 at 10:04 AM, gérard Bisama 
> wrote:
>
>> Hi All,
>>
>> I have started a work that required to develop DHIS2 Apps to enhance some
>> fonction in DHIS2 . The main purpose of my work is to search for some
>> resources related to the tracker and to render them to a specific format
>> for been used by an other system.
>>
>> I have used two approaches to develop the app:
>> - The first one, is to use a nodejs framework as shown in the Firefox OWA
>> quick start. I have used umber.js to build the app and tried to use d2
>> package.but when I load the app in dhis2 am having issue with all import
>> routine and the library are not found
>>
>> - Then I have decided to use javascrip approch with Extjs. but I have
>> issues related the reference of the extjs library.
>>
>> Can someone have a tutorial to show the step by step way to create a
>> small dhis2 app or to share a small dhis2 app skeleton. As a starting point
>> for my project I have just tried to write an app that render the list of
>> orgunit in json format.
>>
>> How can we easily debug a dhis2 web app since we dont provide
>> authentication info when the app is out ot the dhis2.
>>
>> Thanks a lot for your help.
>>
>> --
>> Gérard Bisama
>> Tel:+243810890810 <+243%20810%20890%20810>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> Knut Staring
> Dept. of Informatics, University of Oslo
> Norway: +4791880522 <+47%20918%2080%20522>
> Skype: knutstar
> http://dhis2.org
>



-- 
Gérard Bisama
Tel:+243810890810
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] Event report and event visualizer, data visualizer not loading

2017-02-02 Thread Kamugunga Adolphe
Hi Knut,
We have simply upgraded our instance from 2.23 to 2.24. What i realized
also is the unending loading of dataset list while trying also to edit a
user role  to assign newly created forms to user role. Logs displays the
same message:

" Jan 31, 2017 3:31:53 PM org.apache.coyote.http11.AbstractHttp11Processor
process
INFO: Error parsing HTTP request header
 Note: further occurrences of HTTP header parsing errors will be logged at
DEBUG level."



*Adolphe Kamugunga*
*MIS Technical Advisor*
Mobile: +250 788 740 578
Email:kaa...@gmail.com
Skype: ka.adolphe
 RWANDA


On 31 January 2017 at 18:25, Knut Staring  wrote:

> Hi Adolphe,
>
> Did you perhaps also upgrade Tomcat? There is an issue with 2.23 and older
> versions with new versions of Tomcat.
>
> Knut
>
> On Tue, Jan 31, 2017 at 8:17 PM, Kamugunga Adolphe 
> wrote:
>
>> Hi
>> Can someone assist me on this issue?
>>
>> I am running a dhis 2.23 version, but recently we have upgraded our
>> postgresql from 9.3 to  9.5. I don't know if i can attribute it to this
>> upgrade, but trying to load event report/visualizer  and data visualizer
>> apps, i can't open the apps . the system keeps on  loading...  Here
>> follows the the web console  screenshot and the message  displayed in the
>> logs
>>
>>
>>
>>
>> The[image: Inline images 1]
>> The following is the logs message:
>>
>> Jan 31, 2017 3:31:53 PM org.apache.coyote.http11.AbstractHttp11Processor
>> process
>> INFO: Error parsing HTTP request header
>>  Note: further occurrences of HTTP header parsing errors will be logged
>> at DEBUG level.
>>
>>
>>
>> *Adolphe Kamugunga*
>> *MIS Technical Advisor*
>> Mobile: +250 788 740 578 <0788%20740%20578>
>> Email:kaa...@gmail.com
>> Skype: ka.adolphe
>>  RWANDA
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-users
>> Post to : dhis2-us...@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-users
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> Knut Staring
> Dept. of Informatics, University of Oslo
> Norway: +4791880522 <+47%20918%2080%20522>
> Skype: knutstar
> http://dhis2.org
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Javascript cross domain access to DHIS2

2017-02-02 Thread Greg Rowles
Hi James

DHIS does allow cross domain access. A few things you need to preconfigure
include:
1. CORS white list (under settings / access), add your webpage URL/domain
to this list
2. ensure you are querying DHIS2 on the same HTTP or HTTPS protocol as your
webpage (avoid using different protocols at all costs)

Regards,
Greg


On Thu, Feb 2, 2017 at 3:42 PM, James Chang  wrote:

> Hi,
>
> We are trying to create a webpage that connects to our DHIS2 site in
> behalf of user (using javascript), and redirect to that DHIS2 site
> afterwards.
>
> Thus, it will eliminate the user having to go through the login page since
> it is already done the login process and in session.
>
> But, DHIS2 does not allow this kind of cross domain access to DHIS2,
> right?
>
> Wanted to make sure this is still the case.
>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
*Health Information Systems Program - South Africa*
*- - - - - - - **- - - - - - - **- - - - - - - **- - - - - - - **- - - - - *
Mobile  :073 246 2992
Landline:   021 851 2216
Skype:  gregory_rowles
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Javascript cross domain access to DHIS2

2017-02-02 Thread James Chang
Hi,

We are trying to create a webpage that connects to our DHIS2 site in behalf
of user (using javascript), and redirect to that DHIS2 site afterwards.

Thus, it will eliminate the user having to go through the login page since
it is already done the login process and in session.

But, DHIS2 does not allow this kind of cross domain access to DHIS2, right?


Wanted to make sure this is still the case.
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] DHIS2 Symposium 2017 update

2017-02-02 Thread Lars Helge Øverland
Hi all,

the DHIS2 symposium 2017 is nearing and we have seen an impressive number
of sign-ups so far.

Speakers for most sessions are confirmed and we will have representatives
from a great field of organizations:

FHI , ICAP , Broad Reach
, Tableau Foundation
, USAID ,
BlueSquare , M4M , HISP TZ
, Tanzania Ministry of Health
, UiO , PSI
, PATH , GreenMash
, VecnaCares , Village
Reach , Akros  and BAO
.


The main topics of the year will be:

- System interoperability: Emphasis will be on how NGOs and development
agencies can align with and strengthen national MoH and donor systems.

- Information use: Going beyond reporting - using systems as data
management tools and enabling data-driven decision making.


We encourage international development M specialists, project and program
managers, IT staff, consultants and others who are interested to learn more
about DHIS 2 implementation to attend. The two-day event will provide
opportunity for participants to meet users, implementers and developers and
learn about how DHIS 2 could be utilized to support their specific use case.

The event takes place March 23 - 24, 2017 at the FHI 360 Conference Center,
Washington, D.C., US.

You can sign up
 and
read more by visiting the following link:

https://www.eventbrite.com/e/dhis-2-symposium-tickets-29856766392




best regards,

Lars






-- 
Lars Helge Øverland
Lead developer, DHIS 2
University of Oslo
Skype: larshelgeoverland
l...@dhis2.org
http://www.dhis2.org 
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Not able to add favorites in GIS

2017-02-02 Thread Bruno Raimbault
Dear All,

We are using:

> Version:
> 2.25
> Build revision:
> 8ab22be
> Build date:
> 2017-01-17 04:01


I noticed the same problem with users with 'Authority' : 'ALL'.
We solved it by adding the 'Authority' : 'See GIS Module'.
I have not been able to test this with the demo.

But I was still unable to Rename favourites I noticed that when trying to
update through the interface a PUT request is sent and the server respond
with:

> Status Code:
> 500 Internal Server Error

If I make 'manually' the request with the PATCH method and the payload
{"name":"mynewname"} (as it is currently implemented in the demo) it works
all fine.

I hope this helps.

Bruno Raimbault
HIMS Data Technician
Projects & IT - MSF-E
mail: bruno.raimba...@barcelona.msf.org


2016-12-13 2:36 GMT+01:00 Saurabh :

> Thanks Lars!
>
> Will do the needful and share results accordingly.
>
> Regards
>
> Saurabh
>
> On Tue, Dec 13, 2016 at 12:21 AM Lars Helge Øverland 
> wrote:
>
>> Hi Saurabh,
>>
>> I've been looking into this but not able to reproduce. Could you try
>> again with the very latest 2.25? Could you please give us access privately
>> to a database dump where this happens?
>>
>> regards,
>>
>> Lars
>>
>>
>>
>>
>>
>>
>> On Wed, Nov 23, 2016 at 1:42 PM, Saurabh 
>> wrote:
>>
>> Hi Devs
>>
>>
>>
>> We have configured DHIS2 GIS application via the GML import process. We
>> are able to plot data on maps and all works fine till we move towards
>> adding a favorite. Somehow we are not able to add one.
>>
>>
>>
>> We checked the console and found the error mentioned in the attached text
>> file. We did check on the DHIS2 demo instance and it works fine there. Any
>> help on how this can be resolved will be appreciated.
>>
>>
>>
>> Following are the version and build details:
>>
>>
>>
>> Version:
>>
>> 2.25
>>
>> Build revision:
>>
>> 04a7fe7
>>
>> Build date:
>>
>> 2016-11-23 06:37
>>
>>
>>
>>
>>
>> Regards
>>
>>
>>
>> Saurabh
>>
>>
>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>>
>>
>> --
>> Lars Helge Øverland
>> Lead developer, DHIS 2
>> University of Oslo
>> Skype: larshelgeoverland
>> l...@dhis2.org
>> http://www.dhis2.org 
>>
>>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Need help to create dhis2 app

2017-02-02 Thread Knut Staring
Hi Gérard,

The developers will be able to provide better input, but for inspiration,
it could also be worth taking a look at some student projects that were
done recently. Most projects involved creating DHIS2 web apps. Since these
are mostly novice developers, the projects are of very varying quality, but
some quite good.

Link here:
https://wiki.uio.no/mn/ifi/inf5750/index.php/Main_Page#Group_pages

On Thu, Feb 2, 2017 at 10:04 AM, gérard Bisama  wrote:

> Hi All,
>
> I have started a work that required to develop DHIS2 Apps to enhance some
> fonction in DHIS2 . The main purpose of my work is to search for some
> resources related to the tracker and to render them to a specific format
> for been used by an other system.
>
> I have used two approaches to develop the app:
> - The first one, is to use a nodejs framework as shown in the Firefox OWA
> quick start. I have used umber.js to build the app and tried to use d2
> package.but when I load the app in dhis2 am having issue with all import
> routine and the library are not found
>
> - Then I have decided to use javascrip approch with Extjs. but I have
> issues related the reference of the extjs library.
>
> Can someone have a tutorial to show the step by step way to create a small
> dhis2 app or to share a small dhis2 app skeleton. As a starting point for
> my project I have just tried to write an app that render the list of
> orgunit in json format.
>
> How can we easily debug a dhis2 web app since we dont provide
> authentication info when the app is out ot the dhis2.
>
> Thanks a lot for your help.
>
> --
> Gérard Bisama
> Tel:+243810890810 <+243%20810%20890%20810>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Knut Staring
Dept. of Informatics, University of Oslo
Norway: +4791880522
Skype: knutstar
http://dhis2.org
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Need help to create dhis2 app

2017-02-02 Thread gérard Bisama
Hi All,

I have started a work that required to develop DHIS2 Apps to enhance some
fonction in DHIS2 . The main purpose of my work is to search for some
resources related to the tracker and to render them to a specific format
for been used by an other system.

I have used two approaches to develop the app:
- The first one, is to use a nodejs framework as shown in the Firefox OWA
quick start. I have used umber.js to build the app and tried to use d2
package.but when I load the app in dhis2 am having issue with all import
routine and the library are not found

- Then I have decided to use javascrip approch with Extjs. but I have
issues related the reference of the extjs library.

Can someone have a tutorial to show the step by step way to create a small
dhis2 app or to share a small dhis2 app skeleton. As a starting point for
my project I have just tried to write an app that render the list of
orgunit in json format.

How can we easily debug a dhis2 web app since we dont provide
authentication info when the app is out ot the dhis2.

Thanks a lot for your help.

-- 
Gérard Bisama
Tel:+243810890810
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp