[Dhis2-devs] Using form name in Dashboard/Pivot/Visualizer

2016-10-09 Thread Nayeem Al Mifthah
Dear All Is it possible to show data element "form name" in dashboard/pivot/visualizer? I can show, name or short name. *Nayeem Al Mifthah* *Consultant for HSS, Health MIS, M&E* Email: n.mift...@gmail.com Cell:+8801914030574 Skype: nayeem.a.m ___ Maili

Re: [Dhis2-devs] [Dhis2-users] Using form name in Dashboard/Pivot/Visualizer

2016-10-09 Thread Lars Helge Øverland
Hi Nayeem, that is not possible per now, and we are not planning to change this. The reason is that the form name is intended for use only within forms, whereas we encourage the use of clear and self-descriptive names/short names for use in output apps. best regards, Lars On Sun, Oct 9, 2016 a

Re: [Dhis2-devs] custom form in Tracker Capture

2016-10-09 Thread channara rin
Dear alex, thank you alot :-) But could you give example one attribute for me? i don't know how to use that script... On Thu, Oct 6, 2016 at 5:36 PM, Alex Tumwesigye wrote: > Dear Channara, > > Use angular $watch to watch the models changes. > > > Attribute model is $scope.selectedTei.uid >

Re: [Dhis2-devs] custom form in Tracker Capture

2016-10-09 Thread shyam tayal
hello , i am new here, Want to contribure .Confused where to start ? any directions? Any help will be appreciated . On Sun, Oct 9, 2016 at 6:53 PM, channara rin wrote: > Dear alex, > thank you alot :-) > But could you give example one attribute for me? i don't know how to use > that script..

[Dhis2-devs] [API Tests] Data Administration - Option Set

2016-10-09 Thread Paulo Grácio
Hi devs, should it be possible to update existent Option Set type from 'INTEGER' to ‘TEXT'? Test Case: https://github.com/dhis2/api-tests/blob/master/modules/data-admin/optionSet.js#L77 Failing Job: https://travis-ci.org/dhis2/api-tests/jobs/166211140 BR, Paulo Grácio ___

Re: [Dhis2-devs] Cannot create new program stage reminder template

2016-10-09 Thread Sam Johnson
Hi all, Still banging my head against the wall with this one. Is there any schema documentation available for DHIS2? Cheers, Sam. From: Dhis2-devs on behalf of Sam Johnson Date: Friday, 7 October 2016 at 15:11 To: DHIS2 Developers Subject: Re: [Dhis2-devs] Cannot create new program stage

Re: [Dhis2-devs] SQL Views Dependency Issue

2016-10-09 Thread chathura widanage
Hi, Any update on this? Thanks On Thu, Oct 6, 2016 at 11:27 AM, chathura widanage < chathurawidan...@gmail.com> wrote: > Hi Lars, > > We have two sets of SQL Views, > > - > dnms nutrition last event (A) > dnms nutrition psi pi map(B) > > Here A depends on B > --- > dnms risk last event (

[Dhis2-devs] [API Tests] Data Administration - Option Set #2

2016-10-09 Thread Paulo Grácio
Hi devs, should it be able to update existent Option Set code from 'TEST_OPTION_SET' to 'TEST_OPTION_SET_NEW'? Test Case: https://github.com/dhis2/api-tests/blob/master/modules/data-admin/optionSet.js#L62 Failing Job: https://travis-ci.org/dhis2/api-tests/jobs/166235371 Version: 2.23-20161008 BR

Re: [Dhis2-devs] [API Tests] Data Administration - Option Set #2

2016-10-09 Thread Paulo Grácio
Correction: Version: 2.*24*-20161008 On Sun, Oct 9, 2016 at 7:40 PM Paulo Grácio wrote: > Hi devs, > > should it be able to update existent Option Set code from > 'TEST_OPTION_SET' to 'TEST_OPTION_SET_NEW'? > > Test Case: > https://github.com/dhis2/api-tests/blob/master/modules/data-admin/optio

Re: [Dhis2-devs] Cannot create new program stage reminder template

2016-10-09 Thread Knut Staring
I don't think so, unfortunately. Perhaps the programmessage table? On Sun, Oct 9, 2016 at 6:55 PM, Sam Johnson wrote: > Hi all, > > > > Still banging my head against the wall with this one. Is there any schema > documentation available for DHIS2? > > > > Cheers, Sam. > > > > > > *From: *Dhis2-d

Re: [Dhis2-devs] [API Tests] Data Administration - Option Set

2016-10-09 Thread Jason Pickering
Hi Paulo, I would expect that this operation should be disallowed by the server. The reason for this is that once you have established that a given option set has a type "INTEGER" , you should not be able to change this afterwards to a different type. It seems the test is correct to me, but from t

Re: [Dhis2-devs] Upgrading DHIS2 from 2.21 to 2.24 and using new exporter/importer

2016-10-09 Thread Aamer Mohammed
Hi Lars/Morten, This is reproducible on 2.25 as well. Any updates regarding this issue. Let us know if any further details are required from our end. Thanks Aamer. On Thu, Oct 6, 2016 at 4:12 PM, Aamer Mohammed wrote: > Hi Lars, > > Thanks for the fix (removal of constraint). Yes we are tryi

[Dhis2-devs] [Issue] Unable to create Event Reports and Event Charts

2016-10-09 Thread Archana Chillala
Hi Team, We are using DHIS version 2.24 (revision - 704143a6). We are unable to create Event Charts and Event Reports on their respective apps (Event Visualiser and Event Reports). After we set the chart/table configuration and click on 'update', the chart/table does not load at all. Events have g

Re: [Dhis2-devs] [API Tests] Data Administration - Option Set

2016-10-09 Thread Mark Polak
Hey Paolo, We have made this action unavailable in the UI, as like Jason says, this is generally not something you would want. I would say the test case is indeed correct. We should enforce the same logic on the server. On Mon, Oct 10, 2016 at 6:32 AM, Jason Pickering < jason.p.picker...@gmail.c

Re: [Dhis2-devs] [Issue] Unable to create Event Reports and Event Charts

2016-10-09 Thread Archana Chillala
Also, the logs don't show any errors at all. Archana Chillala Application Developer Email archa...@thoughtworks.com Telephone +91 9100960533 <+91+9100960533> [image: ThoughtWorks]

Re: [Dhis2-devs] [API Tests] Data Administration - Option Set

2016-10-09 Thread Paulo Grácio
Hi Mark, Ok. I'll keep the test disabled for now and we can enable it again once the fix is released on the API side. Thanks, Paulo On Mon, Oct 10, 2016 at 8:28 AM Mark Polak wrote: > Hey Paolo, > > We have made this action unavailable in the UI, as like Jason says, this > is generally not som