Re: [Dhis2-devs] [Bug 1588797] Re: messageConversations api not sending email per user

2016-06-08 Thread Mike Nelushi
Hi Lars, url: localhost:8080/dhis/api/messageConversations json: {"subject": subject, "text": message, "users": users}; //POST Regards, Mike On Sun, Jun 5, 2016 at 9:02 PM, Lars Helge Øverland wrote: > Okay thanks. > > Are you able to reproduce on demo? > > Can you post the exact URL and payl

[Dhis2-devs] Searching for Event by Enrollment Date -- not working?

2016-06-08 Thread Laura E. Lincks
Version:2.21 Build revision:21018 ​(We'll be upgrading to 2.23 soon) Our Program is set up with a Stage that uses *Date of Enrollment *as the *Report Date to Use. *We have given the *Description of Report date *its own name. When I search for an existing registration for an Enrollment date I KNO

Re: [Dhis2-devs] [Dhis2-users] Creation of CategoryOptionCombinations

2016-06-08 Thread Jason Pickering
I am not talking about tracker, but rather anonymous events. So, again, I have no idea what your data looks like, but I will take a stab. Age: As an integer or if you have it, the date of birth Gender: As an option set (Male/Female) JobGroup: As an option set Insurance scheme: As an option set We

Re: [Dhis2-devs] [Dhis2-users] Creation of CategoryOptionCombinations

2016-06-08 Thread Uwe Wahser
Hi Jason, just to clarify: it's 1 CategoryCombo with ten Categories resulting in 50 Mio CategoryOptionCombos (I misspelled this before). Theoretically this must be multiplied by the number of dataelements in the dataset, the number of orgunits and the number of periods (daily over 50 Years) to ge

Re: [Dhis2-devs] User privileges

2016-06-08 Thread Jason Pickering
Hi Eric, I tried to reproduce what you have reported on the demo site, but got this error. Organisation unit is not in the hierarchy of the current user: O6uvpzGd5pu I created a user called "test" with password "Password1" on https://play.dhis2.org/demo/ and assigned their data capture unit to

[Dhis2-devs] Change of SMS Gateway configuration in DHIS2 v2.23

2016-06-08 Thread Jasper Timm
Hi there DHIS2 devs, We're running our own DHIS2 instance and we've recently upgraded from version 2.21 to version 2.23. I'm having trouble configuring the SMS Gateway. We're using a 'Generic HTTP' gateway and I've added this in the Mobile Configuration page but I can't seem to see the 'SMS Servi

[Dhis2-devs] [Bug 341026] Re: Indicator>>Zero value in denominator/numerator

2016-06-08 Thread banga
** Changed in: dhis2 Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. https://bugs.launchpad.net/bugs/341026 Title: Indicator>>Zero value in denominator/numerator Status in DHIS: Confi

[Dhis2-devs] Reporting with Program Indicators

2016-06-08 Thread Laura E. Lincks
Version:2.21 Build revision:21018 ​(We'll be upgrading to 2.23 soon) 1. I am building Program Indicators for the first time and have some very basic questions: 2. How can I create a report using Program Indicators? It looks like I can include them in a Pivot Table. Will they appear a

Re: [Dhis2-devs] [Dhis2-users] Creation of CategoryOptionCombinations

2016-06-08 Thread Jason Pickering
It just seems like if you have five million cat combos, you would need many more orders of magnitudes of data to support them. If the data was imported as events, instead of aggregate, you would not need to explicitly create all of those dimensions, but could still create aggregate figures from the

Re: [Dhis2-devs] LDAP configuration

2016-06-08 Thread Chameera Mirihella
Thanks Bob, I understand, I will look into that. Thanks again Chameera. On Wed, Jun 8, 2016 at 1:48 PM Bob Jolliffe wrote: > That ldap.url looks like the http url of your php ldap frontend web > application. You need to point it at the running ldap service not the php > web interface. > > On 8

Re: [Dhis2-devs] [Dhis2-users] Creation of CategoryOptionCombinations

2016-06-08 Thread Uwe Wahser
Hi Jason, importing aggregate date into data-sets (see my reply to Lars yesterday evening: https://lists.launchpad.net/dhis2-users/msg10452.html) Again: the problem is not the import, but the combination of category options. Maybe it would already help a lot, if those bombastic strings for the na

Re: [Dhis2-devs] [Dhis2-users] Creation of CategoryOptionCombinations

2016-06-08 Thread Uwe Wahser
> Ah, sorry.. I was thinking it was the import that was slow.. so that part > is ok? The legacy importer is slow and creates huge logs - but I will not look at that further, given that there is a new version coming up, thank you. > That will give you the legacy importer, so going forward you woul

[Dhis2-devs] User privileges

2016-06-08 Thread eric mourin
Hello devs, We have recently seen that the API endpoints do not limit the information that any user can access right now. Even if an user would not normally have access to certain programs on certain orgUnits right now this data can be accessed if the user knows about the API. This effect ca

Re: [Dhis2-devs] Unique tracked entity attributes are now compulsory?

2016-06-08 Thread Rodolfo Melia
I just want to support the idea that blanks should be accepted and not checked for uniqueness. I'm glad to hear that the API already supports this, so it will be great if the UI follows that logic. *Rodolfo * On 8 June 2016 at 10:49, Juan Manuel Alcantara Acosta < jmalcanta...@gmail.com> wrote:

Re: [Dhis2-devs] Unique tracked entity attributes are now compulsory?

2016-06-08 Thread Juan Manuel Alcantara Acosta
Hi Markus I had a short email exchange with Abyot last week and he said the same "So many blanks can not be unique” but for a value to be unique there must be a value. If the database and the API do not have this requirement, the interface should follow the program’s configuration. Best regards,

Re: [Dhis2-devs] LDAP configuration

2016-06-08 Thread Bob Jolliffe
That ldap.url looks like the http url of your php ldap frontend web application. You need to point it at the running ldap service not the php web interface. On 8 June 2016 at 07:00, Chameera Mirihella wrote: > Hi Team, > > I am trying to configure a dhis instance against a LDAP server for > aut

Re: [Dhis2-devs] Hiding a category in a pulldown list

2016-06-08 Thread Laura E. Lincks
Thanks for pointing that out, Rodolfo. I forgot about that and have never made use of it but that may be the simplest solution! *Laura E. Lincks* Database Manager/Developer ICAP - Columbia University Mailman School of Public Health 60 Haven Ave, Floor B1 New York, NY 10032 Tel: 212 304 7132 On We

Re: [Dhis2-devs] Unique tracked entity attributes are now compulsory?

2016-06-08 Thread Markus Bekken
Hi guys! Chiming in - I think Abyot is on leave today. This seems to be a discrepancy that we should just resolve one way or the other. You might say that a blank value is not unique, but I have also recently encountered a use case where we needed a non-compulsory unique attribute like you Jose.

Re: [Dhis2-devs] Unique tracked entity attributes are now compulsory?

2016-06-08 Thread Morten Olav Hansen
Hi Sorry for late reply, but I have been looking into this, and from the backend this is not required. I'm adding in Abyot, hopefully he can answer why it is required in the UI part (I see it's marked with red star, and it will not allow it without a value) -- Morten Olav Hansen Senior Engineer,

Re: [Dhis2-devs] Hiding a category in a pulldown list

2016-06-08 Thread Rodolfo Melia
Category options also have star/ end date On Tuesday, 7 June 2016, Laura E. Lincks wrote: > Great idea, Busoye. I will give it a try! Thank you! > > *Laura E. Lincks* > Database Manager/Developer > ICAP - Columbia University > Mailman School of Public Health > 60 Haven Ave, Floor B1 > New York,