Re: [Dhis2-devs] DHIS2 Documentation for Metadata Sync and Versioning

2016-06-27 Thread Aamer Mohammed
Hi We have forked dhis2-docs repo to get started with the documentation for the new features. However when we try to build the just cloned repo with apache maven as mentioned in http://dhis2.github.io/dhis2-docs/2.22/en/implementer/html/apas09.html we are getting below error -- [ERROR] Fa

[Dhis2-devs] Add total value of data element on data entry screen in without designing (default form) which have category combo.

2016-06-27 Thread Nayeem Al Mifthah
Is there any way to add total value of data element on data entry screen in without designing (default form) which have category combo. Like, beside male and female, I want to see total without designing custom form. I can do it by custom form, but i want to use default form for light weight... _

Re: [Dhis2-devs] DHIS2 Documentation for Metadata Sync and Versioning

2016-06-27 Thread Morten Olav Hansen
Hi I'm not aware of any extra steps needed, I just built it fine here locally.. (mvn clean package), could be something local on your laptop? I see no complaints from our build server either -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Mon, Jun 27, 20

[Dhis2-devs] [GSOC] Getting the back end to hit a debug break point.

2016-06-27 Thread Dehan De Croos
Hi DHIS2, I am currently working with Mark Polak on a project improve the initial rendering of DHIS2 apps performance buy pre rendering the content in the back end for better UX. I am currently trying to get IntellJ to hit a break point in the back end to better understand the flow of the back en

Re: [Dhis2-devs] [GSOC] Getting the back end to hit a debug break point.

2016-06-27 Thread Lars Helge Øverland
Hi Dehan, this tutorial might help: https://www.dhis2.org/tutorials/debugging-java-code-in-eclipse regards, Lars On Mon, Jun 27, 2016 at 10:27 AM, Dehan De Croos wrote: > Hi DHIS2, > > I am currently working with Mark Polak on a project improve the initial > rendering of DHIS2 apps performa

Re: [Dhis2-devs] DHIS2 Documentation for Metadata Sync and Versioning

2016-06-27 Thread Aamer Mohammed
Yes Morten that was specific to my machine. The issue is identified and we are able to build the package successfully. On Mon, Jun 27, 2016 at 12:44 PM, Morten Olav Hansen wrote: > Hi > > I'm not aware of any extra steps needed, I just built it fine here > locally.. (mvn clean package), could be

Re: [Dhis2-devs] DHIS2 Documentation for Metadata Sync and Versioning

2016-06-27 Thread Morten Olav Hansen
Ok, good :) -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Mon, Jun 27, 2016 at 4:13 PM, Aamer Mohammed wrote: > Yes Morten that was specific to my machine. The issue is identified and we > are able to build the package successfully. > > On Mon, Jun 27

[Dhis2-devs] Legend set requires link to data element from 2.23?

2016-06-27 Thread Knut Staring
Hello team, >From 2.23, it seems we HAVE TO assign a data element to a range (aka legend set) in order for the legend set to apply to a data element in Event Reports. This is not needed for GIS (which is good), but it seems it might now be needed in PT? Sorry if I misunderstand. Knut -- Knut S

Re: [Dhis2-devs] [Dhis2-users] Add total value of data element on data entry screen in without designing (default form) which have category combo.

2016-06-27 Thread Lars Helge Øverland
Hi Nayeem, are you referring to section forms for aggregate entry? You can create indicators to sum up the total value and then assign those to a form section. It will automatically display the calculated value. regards, Lars On Mon, Jun 27, 2016 at 9:03 AM, Nayeem Al Mifthah wrote: > Is the

Re: [Dhis2-devs] Add total value of data element on data entry screen in without designing (default form) which have category combo.

2016-06-27 Thread Sultanahamar Mohammad
May be this can call out for improvement in data entry app itself. Regards, Sultan Ahamar. On Mon, Jun 27, 2016 at 12:33 PM, Nayeem Al Mifthah wrote: > Is there any way to add total value of data element on data entry screen > in without designing (default form) which have category combo. > > L

Re: [Dhis2-devs] [Dhis2-users] Add total value of data element on data entry screen in without designing (default form) which have category combo.

2016-06-27 Thread Nayeem Al Mifthah
Dear Lars Yap, your answer is correct, but it shows in different place. On Jun 27, 2016 4:55 PM, "Lars Helge Øverland" wrote: > Hi Nayeem, > > are you referring to section forms for aggregate entry? You can create > indicators to sum up the total value and then assign those to a form > section. I

Re: [Dhis2-devs] [GSOC] Getting the back end to hit a debug break point.

2016-06-27 Thread Halvdan Hoem Grelland
Hi Dehan, The only way I've had this work in IntelliJ is to run the maven process with InjtelliJ itself, and not externally. I'm sure you can hook into it externally, but as you I've had no luck doing so. I'm assuming you have the Maven plugin installed in IntelliJ. To run Maven in IJ: - Ope

Re: [Dhis2-devs] [GSOC] Getting the back end to hit a debug break point.

2016-06-27 Thread Dehan De Croos
Hi Lars, Halvdan, Thanks guys! and Halvdan thanks especially to you You the man! 😀 I've got it to halt on my command with your advice! best regards, *Dehan de Croos* On 27 June 2016 at 16:02, Halvdan Hoem Grelland wrote: > Hi Dehan, > > The only way I've had this work in IntelliJ is to run

Re: [Dhis2-devs] [GSOC] Getting the back end to hit a debug break point.

2016-06-27 Thread Halvdan Hoem Grelland
Fact: I am the man. On Mon, Jun 27, 2016 at 3:11 PM, Dehan De Croos wrote: > Hi Lars, Halvdan, > Thanks guys! > and Halvdan thanks especially to you > You the man! 😀 I've got it to halt on my command with your advice! > > best regards, > *Dehan de Croos* > > On 27 June 2016 at 16:02, Halvdan

Re: [Dhis2-devs] [GSOC] Getting the back end to hit a debug break point.

2016-06-27 Thread Dehan De Croos
Lol. Sorry for re-stating the obvious! best regards, *Dehan de Croos* On 27 June 2016 at 18:45, Halvdan Hoem Grelland wrote: > Fact: I am the man. > > On Mon, Jun 27, 2016 at 3:11 PM, Dehan De Croos > wrote: > >> Hi Lars, Halvdan, >> Thanks guys! >> and Halvdan thanks especially to you >>

[Dhis2-devs] Not able to get enrollments for Tracked Entity Instance

2016-06-27 Thread Apoorv Patel
Hi, I am trying to get enrollments from the server based on certain attribute values. For that I am doing the following steps: 1) I am using TrackerController.queryTrackedEntityInstancesDataFromServer to get tracked entity instances that have a certain tracked entity attribute value. 2) After