[Dhis2-devs] DHIS 2 translation server Error

2016-05-02 Thread Anilkumar Kodi
Hi, I am trying to register for *DHIS 2 translation server *( http://translate.dhis2.net/accounts/register) but i am unable to create an account, Getting Server error Could you help me to create an account. [image: Inline image 1] Thanks, Anil Kumar Kodi. +917660010617 ___

Re: [Dhis2-devs] DHIS 2 translation server Error

2016-05-02 Thread Anilkumar Kodi
us to know how to translate. Thanks, Anil Kumar On Mon, May 2, 2016 at 7:53 PM, Jason Pickering wrote: > Hi Anil, > Sorry about that. What is the error and which language are you interested > in translating to? > > Regards, > Jason > > On Mon, May 2, 2016, 16:20 Anilkum

Re: [Dhis2-devs] DHIS 2 translation server Error

2016-05-04 Thread Anilkumar Kodi
t;> I will take a look at the error, but in general, you should translate the >> languages which you can actually translate. We can support in principle any >> language, thus it would be best to know which locale you are actually >> targeting, so that I can ensure everything is set

Re: [Dhis2-devs] DHIS 2 translation server Error

2016-05-04 Thread Anilkumar Kodi
ng we can help with, but given the complexity of our > current setup, I do not think we could support the translation of a branch > of trunk. > > Regards, > Jason > > > On Wed, May 4, 2016 at 9:24 AM, Anilkumar Kodi > wrote: > >> Hi Jason, >> >> Sor

[Dhis2-devs] Sync Anonymous Event Data along with coordinates code fix

2016-06-14 Thread Anilkumar Kodi
Hi Morten, We are doing Anonymous Event data push. As part of that we are also sending coordinates. Coordinate object has 4 public properties which are listed below @JsonProperty( required = true ) @JacksonXmlProperty( isAttribute = true ) public Double getLatitude() @JsonProperty( required = t

Re: [Dhis2-devs] Sync Anonymous Event Data along with coordinates code fix

2016-06-15 Thread Anilkumar Kodi
dy done :) > > -- > Morten Olav Hansen > Senior Engineer, DHIS 2 > University of Oslo > http://www.dhis2.org > > On Wed, Jun 15, 2016 at 11:50 AM, Vanya Seth > wrote: > >> Hi Morten >> >> That would be great. Please let us know when you commit the

Re: [Dhis2-devs] Sync Anonymous Event Data along with coordinates code fix

2016-06-16 Thread Anilkumar Kodi
,"value":"123456789","dataElement":"YKz99vMMKpg","providedElsewhere":false,"storedBy":"admin"}],"notes":[],"followup":null,"created":null,"lastUpdated":null,"attributeCategoryOptions&qu

Re: [Dhis2-devs] Sync Anonymous Event Data along with coordinates code fix

2016-06-16 Thread Anilkumar Kodi
; Morten Olav Hansen > Senior Engineer, DHIS 2 > University of Oslo > http://www.dhis2.org > > On Thu, Jun 16, 2016 at 4:52 PM, Anilkumar Kodi > wrote: > >> Hi Morten >> >> This is related to the coordinate value itself. >> Please see this event paylo

Re: [Dhis2-devs] Sync Anonymous Event Data along with coordinates code fix

2016-06-16 Thread Anilkumar Kodi
completedBy=null, completedDate=null}]} After we are mapping we are getting previous payload On Thu, Jun 16, 2016 at 4:32 PM, Anilkumar Kodi wrote: > It got added when we are serializing and sending request in the > executeAnonymousEventPush. > > On Thu, Jun 16, 2016 at 3:34 PM, Morten O

Re: [Dhis2-devs] Sync Anonymous Event Data along with coordinates code fix

2016-06-16 Thread Anilkumar Kodi
, Anilkumar Kodi wrote: > Sorry Morten, executeAnonymousEventPush which we build for pushing > anonymous event data, When we are getting events(which does not have valid > and coordinateString field ) and when we are passing that to > to write to request, at the time this payload

[Dhis2-devs] Understanding the scope of dhis2.period.js

2016-07-11 Thread Anilkumar Kodi
Hi, We want to use *dhis2.period.js* library for generating date periods like [daily,monthly, etc.] in our custom apps. We would like to understand the scope of the file, any future changes and its road map. Thanks, Anil Kumar Kodi. ___ Mailing lis

[Dhis2-devs] Program translations are not working in 2.24

2016-09-27 Thread Anilkumar Kodi
Hi Devs, Translations for programs, program stages and Program Stage sections are not working in DHIS 2.24 version. Even if translations exist, they're not showing up on the UI. But, the same is working in trunk. Could you help fix it in 2.24 as well. Thanks, Anil Kumar Kodi. __

Re: [Dhis2-devs] Program translations are not working in 2.24

2016-09-27 Thread Anilkumar Kodi
To add to the same, We could see the translations in 'translation' table, but we're guessing it should be available in objecttranslation table and there should have mapping in programtranslation or programstagetranslation to get translations in UI. On Tue, Sep 27, 2016 at 4:31 PM,

Re: [Dhis2-devs] Program translations are not working in 2.24

2016-09-29 Thread Anilkumar Kodi
Hi all, Any Update on this? On Tue, Sep 27, 2016 at 4:42 PM, Anilkumar Kodi wrote: > To add to the same, We could see the translations in 'translation' table, > but we're guessing it should be available in objecttranslation table and > there should have mapping

[Dhis2-devs] API Field transformers are not working

2017-02-07 Thread Anilkumar Kodi
Hi devs, We are using 2.25 DHIS version. Some of the dhis apis are throwing 400 when using | symbol but working fine when using ~ symbol. ex: /api/organisationUnits?fields=id,displayName|rename(name) As per 2.24 documentation the field transformers use *|* and 2.25 use *~ *symbol, but we see 2.2

Re: [Dhis2-devs] Fwd: Import of DHIS metdata taking long time

2017-02-13 Thread Anilkumar Kodi
Yes, we could see that process was still running, in logs we could see that there are no errors and it is creating, updating dataSets, orgUnits and orgGroups,.. etc. Thanks, Anil Kumar K On Mon, Feb 13, 2017 at 4:20 PM, Knut Staring wrote: > Are you sure the process was actually running? No e

[Dhis2-devs] DHIS Version 2.21 /api/events/{uid} fix

2016-02-03 Thread Anilkumar Kodi
Hi Morten, We are working with the Android Event Capture app (legacy 2.21). The *GET /api/events* and */api/events/{uid}* have been used for fetching the events data. When we Invoke the GET events call we are getting all the fields like "created" and "lastUpdated" but when we invoke GET call for