[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,

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

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

[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

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.

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

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

[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

[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

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

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

[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