[Dhis2-devs] [Bug 1621512] Re: DHIS2 malfunctioning (Apps, API, and webpages)

2016-09-09 Thread Kshipra Hemal
Ok, thanks for letting me know about the change in url! I'm still unable to use the API through R though. I'm trying to scrape this webpage in R but it's still not loading despite adding 'dhis' to the url. Is there something wrong with this url: https://hiskenya.org/dhis/api/analytics.json?dimens

Re: [Dhis2-devs] Dataset allocation via API

2016-09-09 Thread Gichangi John
Thanks Olav ___ 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] Dataset allocation via API

2016-09-09 Thread Morten Olav Hansen
Hi, Yes, this is possible.. are you assigning to just one, or to multiple org units? If you are just assigning a data set to an org unit, maybe just using the collection API is the simplest choice? [1] If not, you should get the full data set payload, update the org unit list.. and then PUT it b

[Dhis2-devs] Event analytics include unenrolled TEIs

2016-09-09 Thread chathura widanage
​Hi devs, api/analytics/events/query/MmGml1Gyb7K?dimension=l0WWFNEMoQZ:EQ:1&startDate=1992-08-16&endDate=2016-12-12&dimension=ou:GYBZ1og9bk7 I am calling above api end point to get some analytics about a program. But it consider unenrolled TEIs for the generation of results. It gives the same res

[Dhis2-devs] How to add Translations for Chart names and Report Table names

2016-09-09 Thread Archana Chillala
Hi Team, We are using DHIS version 2.24. We are looking at translation of metadata objects and saw that only properties like 'displayName', 'displayDescription', 'displayShortName' etc can be translated into different locales if values exist for them. It works for most of the entities like Data El

[Dhis2-devs] translations using d2

2016-09-09 Thread Aamer Mohammed
Hi Mark, We have been using d2 library in couple of our custom apps and we want to implement translations using the same. Currently the translations as they work in other dhis apps is by parsing the client side.properties file and getting the translation using d2.i18n.getTranslation('this_is_my_ti

Re: [Dhis2-devs] translations using d2

2016-09-09 Thread Mark Polak
Hey Aamer, You are correct, that is the plan and it is currently still just a plan ;) I have started some exploratory work on it, but it is not implemented yet. We have been too occupied with the features for 2.25. There is a document on the translation workflow[1] that has more information. The

Re: [Dhis2-devs] Providing scheduling flexibility to other tasks

2016-09-09 Thread Aamer Mohammed
Hi Morten/Lars, Any thoughts on below please. Thanks Aamer. On Fri, Aug 5, 2016 at 2:35 PM, Aamer Mohammed wrote: > Any comments on below please. > > Thanks > Aamer. > > On Fri, Jul 29, 2016 at 5:55 PM, Aamer Mohammed > wrote: > >> Hi Lars / Team, >> >> Any thoughts on extending the schedul

Re: [Dhis2-devs] [Bug 1621512] Re: DHIS2 malfunctioning (Apps, API, andwebpages)

2016-09-09 Thread rpundo
Dear Halvdan, The Kenyan instance of DHIS2 had temporary technical problem. This has since been fixed. Please try again and let me know if you still have any issues. Regards Raphael Sent from my Windows 10 phone From: Halvdan Hoem Grelland___ Mailing l

[Dhis2-devs] Missing two event statuses

2016-09-09 Thread chathura widanage
Hi devs, I am currently developing an application on top of DHIS2 and we need to maintain three statuses for each event. However I have noticed that AbstractEventService considers only ACTIVE, COMPLETED, SKIPPED, SCHEDULE statuses and disregard OVERDUE and VISITED. In our case it makes more sense