[Dhis2-devs] Error when upgrading to 2.24

2016-10-12 Thread Jason Pickering
>From the latest 2.24 build. Upgrading from 2.23 I get this. Any ideas? Oct 13, 2016 8:34:06 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-bio-127.0.0.1-8090"] Oct 13, 2016 8:34:06 AM org.apache.catalina.startup.Catalina load INFO: Initialization processed in

[Dhis2-devs] Tracker Capture's attributes

2016-10-12 Thread channara rin
Dear all, by the way, can i create ID code attribute that auto increase number by itself like auto generate ID code? if not, can i do manual script to make auto generate ID code? thank you channara ___ Mailing list: https://launchpad.net/~dhis2-devs Po

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

2016-10-12 Thread Knut Staring
Hi Shyam, I'm afraid our developers are super busy trying to wrap up version 2.25, and there are not many people with free time to guide you. I think a good place to start would be to peruse the developer manual on the API: https://dhis2.github.io/dhis2-docs/master/en/developer/html/webapi.html

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

2016-10-12 Thread Alex Tumwesigye
Dear Channara, See an example of building a custom form. ** * $(document).ready(function(){* * var scope = getScope('RegistrationController'); //Get scope from registration controller* * var orgUnitName = angular.element($("#orgUnitTree .selected")).text(); * * if(scope.registrationMode === 'REGI