Re: [Dhis2-devs] DHIS 2 on stackexchange

2018-03-13 Thread Edouard Lavaud
Hi Lars, I have seen that reddit is also sometimes used for DHIS2 questions. Out of curiosity, and I am sure it is a discussion you already had many times: Why DHIS2 doesnt have their own forum? That is usually the case for open-source projects of that size, and it would create a knowledge base.

Re: [Dhis2-devs] DHIS-2 API: Partial Update of organisation objects (extra attributes)

2017-11-26 Thread Morten Olav Hansen
Hi That syntax does not work anymore, please try without the /name part at the end -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Fri, Nov 24, 2017 at 7:19 PM, Omer Butt wrote: > Hi, > > Dhis-2 Developer Guide: > I have to use partial update Api to up

Re: [Dhis2-devs] DHIS-2 API's : Updating the attributes values of a specific org Unit

2017-11-26 Thread Morten Olav Hansen
Hi Omer Instead of doing "orgUnit": "YOUR-ID", it should just be "id": "YOUR-ID" -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Fri, Nov 24, 2017 at 5:31 PM, Omer Butt wrote: > Hi, > > I am using that api with json format data to update specific attr

Re: [Dhis2-devs] DHIS-2 API For setting attributes values of organisation unit.

2017-11-21 Thread Morten Olav Hansen
Hi Omer Just use the normal OU payload, and add the attributes: { ... normal OU payload, "attributes": [ { "attribute": {"id": "UID OF ATTRIBUTE"}, "value": "value1"}, { "attribute": {"id": "UID OF ATTRIBUTE"}, "value": "value2"} ] } -- Morten Olav Hansen Senior Engineer, D

Re: [Dhis2-devs] DHIS 2, PostgreSQL only

2017-11-09 Thread Bob Jolliffe
Very good Lars! Looking at the move to postgresql 10 (presumably one or two more versions down the line), have you been considering the native partitioning support for dealing with huge datavalue tables? This looks like it might be very suited to our classic problem of large amounts of historic da

Re: [Dhis2-devs] DHIS 2, PostgreSQL only

2017-11-09 Thread Lars Helge Øverland
Yes. The datavalue table is definitely a good candidate for partitioning. On Thu, Nov 9, 2017 at 5:53 PM, Bob Jolliffe wrote: > Very good Lars! Looking at the move to postgresql 10 (presumably one > or two more versions down the line), have you been considering the > native partitioning suppo

Re: [Dhis2-devs] DHIS 2, PostgreSQL only

2017-11-09 Thread Lars Helge Øverland
On Thu, Nov 9, 2017 at 5:42 PM, Knut Staring wrote: > Good decision. I assume this means H2 will also no longer be a fallback? > So dhis2 live will also require PG? > > We will continue to use H2 for internal purposes (unit testing) for a while, and the system will still start and mostly work on

Re: [Dhis2-devs] DHIS 2, PostgreSQL only

2017-11-09 Thread Knut Staring
Good decision. I assume this means H2 will also no longer be a fallback? So dhis2 live will also require PG? Knut On Nov 9, 2017 3:32 PM, "Lars Helge Øverland" wrote: > Hi all, > > after gathering feedback from the community we have decided to support > PostgreSQL only as database platform fo

Re: [Dhis2-devs] DHIS-2 Api

2017-10-05 Thread Knut Staring
This is an unfortunate historical remnant.. On Oct 5, 2017 12:59 PM, "Stian Sandvold" wrote: > Hi Omer, > > Data values are stored to the datavalue table in the database. You can > look at the column named "sourceid" to find a reference to the organisation > unit used to store this value. > > Ho

Re: [Dhis2-devs] DHIS-2 Api

2017-10-05 Thread Stian Sandvold
Hi Omer, Data values are stored to the datavalue table in the database. You can look at the column named "sourceid" to find a reference to the organisation unit used to store this value. Hope this helps. On Thu, Oct 5, 2017 at 6:58 AM, Omer Butt wrote: > Hi, > > I have used this api for sendin

Re: [Dhis2-devs] DHIS-2 API

2017-09-20 Thread Jan Henrik Øverland
Hi Omer, Like Harsh says, just replace the level param with a filter. In your case it will be: *api/organisationUnits/cdp3S26sBwA.json?**fields* *=children[id,name,level]&includeDescendants=true&filter=children.level:eq:6* On 20 September 2017 at 08:36, Harsh Atal wrote: > Hi Omer > > May be t

Re: [Dhis2-devs] DHIS-2 API

2017-09-19 Thread Harsh Atal
Hi Omer May be this works for you : *https://play.dhis2.org/demo/api/organisationUnits/ImspTQPwCqd?fields=children[id,level]&includeDescendants=true&filter=children.level:eq:3

Re: [Dhis2-devs] DHIS-2 API

2017-09-19 Thread Lars Helge Øverland
Hi Omer, it seems you are right. Please report it as a bug in Jira. We will have a look at it. regards, Lars On Wed, Sep 20, 2017 at 6:52 AM, Omer Butt wrote: > Hi, > can you please how to get a level 6 orgunit only by using DHIS-2 API; > > I used this api but It Respone all org unit under

Re: [Dhis2-devs] DHIS-2 API

2017-09-10 Thread Morten Olav Hansen
Hi Omer Please have a look at our data set completeness APIs https://docs.dhis2.org/master/en/developer/html/webapi_complete_data_set_registrations.html -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Mon, Sep 11, 2017 at 11:08 AM, Omer Butt wrote: >

Re: [Dhis2-devs] DHIS-2 API's

2017-08-24 Thread Julhas Sujan
Hi Omer Butt, You can parse/decode this json string by using JavaScript, PHP or Java or any other languages. *You can parse by JavaScript as below: * var dhis2JSONObj, x; dhis2JSONObj = {"name":"Bannu","children":[{"id":"yvVnd97UiJN"},{"id":"cdlEAe4BMS2"}],"ancestors":[{"id":"osCztkmFYud"},{"

Re: [Dhis2-devs] DHIS-2 API's

2017-08-23 Thread Em Le Hong
Hi Omer, You can try something like this: ?fields=children[name,id],ancestors[name,id] On Thu, Aug 24, 2017 at 12:29 PM, Omer Butt wrote: > Sir I used that API : > *:/api/organisationUnits/OYfCChzZ1wx.json?fields=ancestors,children,name* > > *Response :* > {"name":"Bannu","children":[{"id":"yv

Re: [Dhis2-devs] DHIS-2 Developer API -Login Through DHIS2-API from other Website

2017-08-22 Thread Morten Olav Hansen
Have you had a look at the manual? https://docs.dhis2.org/master/en/developer/html/dhis2_developer_manual.html https://docs.dhis2.org/master/en/developer/html/webapi_authentication.html You might also want to use CORS, which you can enable through access settings https://docs.dhis2.org/master/en

Re: [Dhis2-devs] DHIS-2 Developer guide : Using API's

2017-08-20 Thread Harsh Atal
May be this works for you: */api/me?fields=id,name,organisationUnits[id,name,level,ancestors[id,name,level]]* Harsh On 21 August 2017 at 10:25, Omer Butt wrote: > Sir, > > I want to access current user organization unit and their hierarchy as > well. > > Means From that level to last level . >

Re: [Dhis2-devs] DHIS 2 -Developer Guide Api's

2017-08-17 Thread Morten Olav Hansen
Have a look at the /api/me endpoint https://docs.dhis2.org/master/en/developer/html/webapi_current_user_information.html -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Thu, Aug 17, 2017 at 1:30 PM, Omer Butt wrote: > Sir, > I have test DHIS-2 API for

Re: [Dhis2-devs] DHIS 2

2017-08-16 Thread Jesus Solano-Roman
Omer, please take a look at the documentation regarding UI customization:https://docs.dhis2.org/master/en/developer/html/dhis2_developer_manual_full.html#webapi_ui_customizationIn theory CSS would load on page load, if the CSS file is located in the right folder and the right format. Antonio Solano

Re: [Dhis2-devs] DHIS 2 Development

2017-08-11 Thread Mark Polak
Hey Omar, The code you're most likely looking for is located here https://github.com/dhis2/dhis2-core/tree/master/dhis-2/dhis-web/dhis-web-dataentry . On Fri, Aug 11, 2017 at 12:31 PM, Omer Butt wrote: > I have to change interface of a data entry app. > how can i access it code to Re-Develop i

Re: [Dhis2-devs] DHIS 2

2017-08-10 Thread Guy Ekani
By default, the Selection of Organization Units is Drop Down menu for Android DHIS2 Apps. For Web Browser i think you wiil need specific Apps developpement : https://www.dhis2.org/development = EKANI Guy On Thu, Aug 10, 2017 at 1:56 PM, Omer Butt wrote: > That's Okay.

Re: [Dhis2-devs] DHIS 2

2017-08-10 Thread Guy Ekani
Hello Omer, When the form you want to design is to complicated for the default or section forms then your last option is to use a custom form. This takes more time, but gives you full flexibility in term of the design. DHIS2 uses a built-in HTML editor (FcK Editor) for the form designer and you ca

Re: [Dhis2-devs] DHIS 2 : WiIl I change the front end of Data Entry App for Data Entry ?

2017-08-09 Thread Knut Staring
Not very clear... Are you talking about Android? On Aug 9, 2017 11:48 AM, "Omer Butt" wrote: > For Example : > > 1. The Selection Of Organization unit By Client(Data Entry User) . > > To make it user friendly to access it and perform data entry > > >

Re: [Dhis2-devs] DHIS 2

2017-08-07 Thread Jason Pickering
Have a look here: Organisation unit API: https://docs.dhis2.org/master/en/developer/html/webapi_metadata_object_filter.html You would need to implement some custom drop down yourself. Saving data values: https://docs.dhis2.org/master/en/developer/html/webapi_data_values.html#webapi_sending_dat

Re: [Dhis2-devs] DHIS 2

2017-08-07 Thread Calle Hedberg
Omer, Jason explains about UIDs, but you are actually asking about internal dataelementid numbers? Then note that all internal id numbers (e.g. dataelementid, organisationunitid, periodid, etc) are generated sequentially from a hibernate sequence. if you look at any of your postgresql databases i

Re: [Dhis2-devs] DHIS 2

2017-08-03 Thread Omer Butt
will i use a Ajax call to access data from db ??? Kindly inform me about all these questions . So that i start work on that to achieve my goal. Thanks On Fri, Aug 4, 2017 at 10:19 AM, Omer Butt wrote: > Will i use your api to manipulate data in Custom Form ?? > > On Fri, Aug 4, 2017 at 9:34 AM,

Re: [Dhis2-devs] DHIS 2

2017-08-03 Thread Omer Butt
Will i use your api to manipulate data in Custom Form ?? On Fri, Aug 4, 2017 at 9:34 AM, Omer Butt wrote: > Aoa Sir, > How can i access the Database data in Custom Design form for data entry. > I have to populate values in drop down from db. > IS there a way to do that ?? > for Example: > provin

Re: [Dhis2-devs] DHIS 2

2017-08-03 Thread Jason Pickering
Hi Omer, Have you had a look at our user manual? https://docs.dhis2.org/master/en/developer/html/webapi_system_resource.html#d0e11013 You can also generate these your self. They are just 11 character codes, which start with a letter, followed by a combination of letters and numbers. Regards, Ja

Re: [Dhis2-devs] DHIS 2

2017-07-19 Thread Joao Machiana
Hi I think that for this situation Events Without Registration is better approach to the solution of your problem Best regards On Wed, Jul 19, 2017 at 10:04 AM, Omer Butt wrote: > Assam-o-Alikum Sir, > In DHIS-2 Software While Creating a Data Entry form I have to Create a > Clone Of some data

Re: [Dhis2-devs] DHIS 2 tracker 2.25 only storing attributes

2017-04-10 Thread Alex Tumwesigye
Bridget, Is analytics running properly? Also check your optionsets and options. Alex On Monday, April 10, 2017, Bridget Magoba wrote: > Dear all,frf 43rd eddd3 > > Am running DHIS2 Tracker 2.25 but when I enter test data in both > attributes and data elements, only data for attributes is stor

Re: [Dhis2-devs] DHIS 2 moving to JIRA for issue tracking

2016-11-22 Thread Calle Hedberg
Lars, Thanks - I was wondering just earlier today if I had somehow totally missed a switch to a new platform... (BTW - system asked me to upload an avatar, but it won't accept a .jpg file...) Will start adding issues from unresolved blueprints and new issues Regards Calle On 22 November 2016

Re: [Dhis2-devs] DHIS 2 V 2.24 - /api/24/currentUser not available

2016-10-24 Thread Lorill Crees
Hi Morten, Thanks for this. We are getting the user roles from the user credentials, and I've confirmed this is available under /api/me and /api/24/me. Thanks, Lorill On Sun, Oct 23, 2016 at 7:49 PM, Morten Olav Hansen wrote: > Hi Lorill > > So there's a couple of things to note here: > > 1)

Re: [Dhis2-devs] DHIS 2 V 2.24 - /api/24/currentUser not available

2016-10-23 Thread Morten Olav Hansen
Hi Lorill So there's a couple of things to note here: 1) You probably want to use the name `me` instead of `currentUser` as it' the new name for it (and has been for a while, just being aliased to `currentUser`` 2) In 224 we included a new `me` endpoint, which can now be reached at `/api/24/me` a

Re: [Dhis2-devs] DHIS 2 Live instance has several problems

2016-09-21 Thread Bal Ram Bhui
Hi Developers,I appreciate if you could take a moment at my problems reporting on DHIS2 live 2.24 instance.  Thanks Bal Ram On Monday, September 19, 2016 4:27 PM, Bal Ram Bhui wrote: Hi users and developers, I have installed a copy of DHIS2 live version 2.24. When i try to access for

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

2016-05-04 Thread Anilkumar Kodi
Hi Jason, Thanks for the information. Regards, Anil On Wed, May 4, 2016 at 2:18 PM, Jason Pickering wrote: > Hi Anil, > Please send me your user name directly (not on this list) and I will > activate you. I am working on getting that server back up and running > properly, but in the meantime,

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

2016-05-04 Thread Jason Pickering
Hi Anil, Please send me your user name directly (not on this list) and I will activate you. I am working on getting that server back up and running properly, but in the meantime, I can activate your account manually. In terms of supporting the fork, this is not something really which is currently

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

2016-05-04 Thread Anilkumar Kodi
Hi Jason, Sorry for the late reply, Thanks for the fix. I am able to register now. But i did not get any activation link and hence still unable to login. We are developing one of the features which is metadata sync (which will eventually land in DHIS main release branch). It is currently in one

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

2016-05-03 Thread Jason Pickering
Hi Anil, I think I have fixed that error now. Could you please try to register again on the translation server? Also, if you can let me know which language you will be targeting, I can be sure everything is setup properly. Regards, Jason On Mon, May 2, 2016 at 6:04 PM, Jason Pickering wrote:

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

2016-05-02 Thread Jason Pickering
Hi Anil, 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 up properly. Regard

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

2016-05-02 Thread Anilkumar Kodi
Hi Jason, Getting below error when trying to register to translation server Server Error *An error has occurred. Thank you for your patience.* *(435, '4.7.8 Error: authentication failed:')* We would like to translate to all the languages that what dhis2 supports. Could you help us to know how

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

2016-05-02 Thread Jason Pickering
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 Anilkumar Kodi wrote: > Hi, > > I am trying to register for *DHIS 2 translation server *( > http://translate.dhis2.net/accounts/register) but i am una

Re: [Dhis2-devs] DHIS 2 Android Dashboard Application

2016-03-25 Thread Araz Abishov
Hi Mahen, Unfortunately, you were a little bit late asking questions about project, since application period for GSoC students is closed now. Hopefully you managed to submit your proposal to GSoC on time. Best Regards, Araz Abishov — Araz Abishov, Android developer at DHIS2 University of Oslo h

Re: [Dhis2-devs] DHIS 2 Android Dashboard Application

2016-03-25 Thread Mahen Herath
Hi, I would love to do this project for Google Summer of Code 2016. I went through the current DHIS 2 Dashboard Application in Play Store, and there the number of dashboards were quite large. Is there a limit in the number of dashboards a user can create ? Please be kind enough to clarify this a

Re: [Dhis2-devs] DHIS 2 failure to start

2016-02-11 Thread Calle Hedberg
Lars/Dan, Thanks for rapid reply, and my apologies for the use of 2.21 with Java 7, that was dumb (I normally have both Java 7 and Java 8 installed and uses 2.20, 2.21, and 2.22 as required, but I had un-installed both Java version and then only re-installed Java 7 build 79 32 bits so far). So th

Re: [Dhis2-devs] DHIS 2 failure to start

2016-02-11 Thread Lars Helge Øverland
Hi Calle, sounds like a corrupt WAR file. Did you try downloading a fresh WAR file from http://ci.dhis2.org/ , and clear out any existing folders under tomcat > webapps directory ? regards, Lars On Thu, Feb 11, 2016 at 4:28 PM, Calle Hedberg wrote: > Hi, > > I've been battling with a serious

Re: [Dhis2-devs] DHIS 2 Android Tracker Capture and Event Capture official release

2015-12-16 Thread David Muturi
Hi Rachael, The event tracker works for version 2.21 of dhis2 if you got it from google playstore. Try it using the test hiskenya server which is running v 2.21. rgds David 2015-12-16 13:55 GMT+03:00 Rachael W. : > Hi, > H ow can I sort out the issue of Event Capture app crashing. It crashed > w

Re: [Dhis2-devs] DHIS 2 Android Tracker Capture and Event Capture official release

2015-12-16 Thread Rachael W.
Hi, H ow can I sort out the issue of Event Capture app crashing. It crashed whenever I try to enter data I'm using DHIS2 V 2.20 and I have downloaded the android app from google play store. *Regards* *Rachael W.* ​​ ___ Mailing list: https://launchpa

Re: [Dhis2-devs] DHIS 2 Internal Server Error when updating program via web api v 2.22

2015-12-07 Thread Morten Olav Hansen
Please try again with rev 21368. -- Morten On Tue, Dec 8, 2015 at 5:52 AM, Lorill Crees wrote: > Hi Morten, > > I downloaded rev 21367, and now I get a different exception below. > > Lorill > > HTTP Status 500 - Request processing failed; nested exception is > org.hibernate.QueryException: coul

Re: [Dhis2-devs] DHIS 2 Internal Server Error when updating program via web api v 2.22

2015-12-07 Thread Lorill Crees
Hi Morten, I downloaded rev 21367, and now I get a different exception below. Lorill HTTP Status 500 - Request processing failed; nested exception is org.hibernate.QueryException: could not resolve property: name of: org.hisp.dhis.program.ProgramTrackedEntityAttribute *type* Exception report *

Re: [Dhis2-devs] DHIS 2 Internal Server Error when updating program via web api v 2.22

2015-12-04 Thread Morten Olav Hansen
Hi Could you please try again with rev 21328. -- Morten On Fri, Dec 4, 2015 at 7:24 AM, Lorill Crees wrote: > Hi, > > I'm testing out upgrading our app to DHIS 2 v 2.22 (r21273) and am getting > an internal server error due to an underlying hibernate issue when using > the web api via PUT to t

Re: [Dhis2-devs] DHIS 2 Documentation in French?

2015-09-16 Thread Lorill Crees
Hi Calle, The interface is available in English, French and Portuguese. Cheers, Lorill On Wed, Sep 16, 2015 at 4:38 AM, Calle Hedberg wrote: > Lorill, > > Excellent - appreciated (btw - interface in English or French?) > > Regards > Calle > > On 15 September 2015 at 22:40, Lorill Crees wrote

Re: [Dhis2-devs] DHIS 2 Documentation in French?

2015-09-16 Thread Calle Hedberg
Lorill, Excellent - appreciated (btw - interface in English or French?) Regards Calle On 15 September 2015 at 22:40, Lorill Crees wrote: > Hi Calle, > > Yes - we are working on making it available. It's a standalone Grails > application that would require server installation and configuration,

Re: [Dhis2-devs] DHIS 2 Documentation in French?

2015-09-15 Thread Lorill Crees
Hi Calle, Yes - we are working on making it available. It's a standalone Grails application that would require server installation and configuration, so we are currently investigating options that would be the easiest for others to make use of it. I'll definitely contact the dev list when it is a

Re: [Dhis2-devs] DHIS 2 Documentation in French?

2015-09-15 Thread Calle Hedberg
Lorill, That custom app seems interesting - are you willing to make it available via the app store (or just open source it)? Regards Calle On 15 September 2015 at 21:51, Lorill Crees wrote: > Hi Matthieu, > > Thanks for your response. We have recently rolled out a DHIS 2 instance in > Mali whe

Re: [Dhis2-devs] DHIS 2 Documentation in French?

2015-09-15 Thread Lorill Crees
Hi Matthieu, Thanks for your response. We have recently rolled out a DHIS 2 instance in Mali where staff will be using a custom standalone application we have built to import survey (program and program stage) data, as well as aggregate data (datasets) into DHIS 2. They will then use DHIS 2 to do

Re: [Dhis2-devs] DHIS 2 Revision from Deployed App

2015-08-21 Thread Knut Staring
Would be great if this could be reflected in the .war filename also. Blueprint? Knut On Aug 21, 2015 9:29 PM, "Dan Cocos" wrote: > Working with our sysadmin we discovered this will work > > unzip -q -p > /usr/share/tomcat7/webapps/ROOT/WEB-INF/lib/dhis-service-core-2.*.jar > build.properties > >

Re: [Dhis2-devs] DHIS 2 Revision from Deployed App

2015-08-21 Thread Dan Cocos
Working with our sysadmin we discovered this will work unzip -q -p /usr/share/tomcat7/webapps/ROOT/WEB-INF/lib/dhis-service-core-2.*.jar build.properties Producing: build.version = 2.20 build.time = 2015-08-21 14:51:22 build.revision = 19785 > On Aug 17, 2015, at 3:30 PM, Dan Cocos wrote: >

Re: [Dhis2-devs] DHIS 2 - Tableau software

2014-11-13 Thread Lars Helge Øverland
Hi Sadik, the web api resource you most likely would like to use is the analytics resource, docs here . I have not done any such integration but would be quite interested in how it turns out. regards, Lars On Thu, Nov 13, 20

Re: [Dhis2-devs] DHIS 2 GUI in French

2013-08-21 Thread John Ojo
: Re: [Dhis2-devs] DHIS 2 GUI in French Hi John, If you go to /dhis-web-commons-about/userSettings.action or Profile -> Settings There is dropbox where you may chose the Interface Language.  Dan Cocos BAO Systems dco...@baosystems.com T: +1 202-352-2671 | Skype: dancocos On Aug 21, 2013, at

Re: [Dhis2-devs] DHIS 2 GUI in French

2013-08-21 Thread Dan Cocos
Hi John, If you go to /dhis-web-commons-about/userSettings.action or Profile -> Settings There is dropbox where you may chose the Interface Language. Dan Cocos BAO Systems dco...@baosystems.com T: +1 202-352-2671 | Skype: dancocos On Aug 21, 2013, at 11:48 AM, John Ojo wrote: > Dear All, >

Re: [Dhis2-devs] DHIS-2 version 2.12 - bug with saving indicators without denominators

2013-07-12 Thread Lars Helge Øverland
Hi Randy, In the add/update indicator type screen you need to set "number" to Yes. Ie. it is not enough to just use 1 as the factor. You may want to check if this is the cause of the problem. Lars On Jul 11, 2013 5:45 PM, "Wilson,Randy" wrote: > We’ve just upgraded all of our instances to 2.12

Re: [Dhis2-devs] DHIS 2 version 2.10 released

2012-11-15 Thread Samuel Cheburet
Thanks Lars, Please check on individual registration and validate the date of admission and Discharge. Also, Check on the TOR on areas of Kenya improvement. Bravo. On Thu, Nov 15, 2012 at 10:45 PM, Lars Helge Øverland wrote: > > Hi all, > > DHIS 2 version 2.10 has been released. The major fe

Re: [Dhis2-devs] DHIS 2 version 2.10 released

2012-11-15 Thread Juma Lungo
Great work Lungo From: Lars Helge Øverland To: dhis2-us...@lists.launchpad.net; DHIS 2 developers ; Jim Grace ; Lawi Mamai ; Raphael Pundo ; Martin Osumba ; Jim Setzer ; Calle Hedberg ; Greg Rowles ; Vincent Shaw ; Farai Mutero ; gehro...@state.gov; do

Re: [Dhis2-devs] DHIS 2 featured project on launchpad

2012-08-22 Thread Johan Sæbø
cool, out of nearly 29 000 projects! On 22.08.2012 14:41, Lars Helge Øverland wrote: https://launchpad.net/ ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-dev

Re: [Dhis2-devs] DHIS 2 in Chrome Web Store

2012-05-01 Thread Abyot Gizaw
that is great. it also gives an opportunity to see how people apply it (hopefully beyond health) On Tue, May 1, 2012 at 11:26 AM, Lars Helge Øverland wrote: > > Hi, > > you can now find DHIS 2 demo app in the Chrome Web Store. Go to > > https://chrome.google.com/webstore > > and search for "DHIS

Re: [Dhis2-devs] DHIS 2 version 2.5 released

2011-10-15 Thread Olav Poppe
> > - New Data Visualizer module: A module for generating dynamic data analysis > and visualization. You can select freely from indicators, data elements, > (relative) periods and organisation units as chart dimensions. Data can be > visualized as column, bar, stacked column, stacked bar, line,

Re: [Dhis2-devs] DHIS 2 version 2.5 released

2011-10-14 Thread samuel cheburet
Hi all see the iDashboard link below for data visualization http://examples.idashboards.com/idashboards/?guestuser=wphea1 Regards 2011/10/14 Bob Jolliffe > 2011/10/14 Lars Helge Øverland : > > > > Hi all, > > > > DHIS 2 version 2.5 is released. We have a range of new modules and > functio

Re: [Dhis2-devs] DHIS 2 version 2.5 released

2011-10-14 Thread samuel cheburet
Thanks Bob. check more on iDashboard for future improvement on data visualization 2011/10/14 Bob Jolliffe > 2011/10/14 Lars Helge Øverland : > > > > Hi all, > > > > DHIS 2 version 2.5 is released. We have a range of new modules and > functions > > for you (demo login is admin/district): > > > >

Re: [Dhis2-devs] DHIS 2 version 2.5 released

2011-10-14 Thread samuel cheburet
Dear all, Thanks for great improvement toward next release. I proposed the following changes to be made:- *Adding Data Element* *- *Data element group to be moved to Indicator name- There is no data element which can be define as input, process etc but if place under indicator definition it could

Re: [Dhis2-devs] DHIS 2 version 2.5 released

2011-10-14 Thread Bob Jolliffe
2011/10/14 Lars Helge Øverland : > > Hi all, > > DHIS 2 version 2.5 is released. We have a range of new modules and functions > for you (demo login is admin/district): > > - New Data Visualizer module: A module for generating dynamic data analysis > and visualization. You can select freely from ind

Re: [Dhis2-devs] DHIS 2 version 2.5 released

2011-10-14 Thread samuel cheburet
Thanks for the release. i will provide my feedback before final release. Bravo to all 2011/10/14 Lars Helge Øverland > > Hi all, > > DHIS 2 version 2.5 is released. We have a range of new modules and > functions for you (demo login is admin/district): > > - New Data Visualizer module: A module f

Re: [Dhis2-devs] DHIS 2 version 2.5 released

2011-10-14 Thread Lars Helge Øverland
Link to mobile module on demo: http://apps.dhis2.org/demo/mobile/index.action ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.lau

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-30 Thread Knut Staring
Thanks Brajesh, It is indeed very sensible not to switch before extensive testing has been made, especially given the large implementations in India. What I was hoping is that the India team could help out with such testing, because it is hard to replicate the very challenging conditions. Hopeful

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-30 Thread Brajesh Murari
Hi Knut, In India, DHIS2 implementation have been reached very much on stable stage whereever has been impmlemented with their old release and they are very happy to use it. Unfortunately they are not looking for in a hurry to use any unstable release before doing crazy testing. Because Indians ar

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-30 Thread Brajesh Murari
Hi Jason, Pardon to reply little late... But i dont think is there any thing which is not clear.. It simple,,a very simple test case scenerio, where testers need to do creazy testing. This will help to produce quality release before actual implementation. I have not been involed so much in testing

Re: [Dhis2-devs] DHIS 2 version 2.4 released

2011-08-30 Thread Jason Pickering
Another issue which I have experienced this week in Nigeria with 2.4 is that if a proxy is not configured properly, this sort of behavior may be observed. It seems that some proxy setups will cache the old Javascript and even if you clean out the cache, the proxy will serve up the old stuff. I had

Re: [Dhis2-devs] DHIS 2 version 2.4 released

2011-08-30 Thread Olav Poppe
Tried clearing everything using Knut's instructions, but no improvement. Everything should be up to date. I've sent Morten the login details, so he is going to take a look. Olav Den 30. aug. 2011 kl. 10:03 skrev Jason Pickering: > I did experience this during the initial upgrade, but seemed to

Re: [Dhis2-devs] DHIS 2 version 2.4 released

2011-08-30 Thread Jason Pickering
I did experience this during the initial upgrade, but seemed to be a browser issue. Be sure to clean your cache really well. Be sure to use the latest version of Chrome and FireFox. Knut has sent some detailed messages in this thread about how to do this. If not, you need to see what is going on w

Re: [Dhis2-devs] DHIS 2 version 2.4 released

2011-08-30 Thread Morten Olav Hansen
Is it possible to get access to this database online? If so, I can try and see whats wrong. It has been mainly tested with the Kenya database, and Sierra Leone. -- Morten On Tue, Aug 30, 2011 at 11:55 AM, Olav Poppe wrote: > Hi, > I'm having some trouble with data entry after updating the Ghan

Re: [Dhis2-devs] DHIS 2 version 2.4 released

2011-08-30 Thread Olav Poppe
Hi, I'm having some trouble with data entry after updating the Ghana database to 2.4. The data entry forms just doesn't load. The progress indicator keeps "running", but nothing happens. Checked the "local storage" in the browser, and it seems only the org unit hierarchy is downloaded, but there

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-29 Thread samuel cheburet
Thanks Brajesh for your taught, I total agree. What measure can be used to test all environment? This call for all players to actively participation in testing new functionality or any update with different requirement. This help provide good feedback and improve the system within short time for co

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-29 Thread Knut Staring
Hi Brajesh, Data entry should have improved a lot in the new version. As for reports, they should be generated over night and cached for performance. It is great that you plan to test the new version systematically in a challenging setup. I think so far only India will have those numbers of users

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-29 Thread Jason Pickering
Hi Brajesh, I agree ( I think ) , but what exactly are you saying? Have you tested it in such environments? Do you have any concrete information to share with us, as I would be interested to know what the performance of 2.4 under such circumstances as you outline are. We are considering using 2.4

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-29 Thread Brajesh Murari
Testers should test this new releas with such a database and test environment where there should be at least 7 organisation unit levels and number of organisation unit should be at least 12,000 out of which about 7,000 should be at lowest organisation unit level (ie..in this case at 7th level)...an

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-27 Thread Bob Jolliffe
Hi Morten Just to confirm that all is working fine with ff 3.6.20 now. In fact very nicely :-) BTW I have found that I can effectively restore my browser to virgin state (wrt encounters with dhis) without having to be quite as draconian as you outline below. It was sufficient for me to: 1. cle

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-25 Thread Morten Olav Hansen
You will need the newest version. Also you have to REALLY clean your cache.. firefox sucks at that. 1) Clear all history (click all the checkboxes) 2) Go into options, and click the privacy tab 3) Change to "Use custom settings for history" 4) Choose clear history when firefox closes 5) Go into se

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-25 Thread Bob Jolliffe
Things are currently infinitely worse :-( Even my workaround above no longer works. Browser seems convinced its offline (ping action in console triggering about every second and failing). I see you've just committed something else re the keepalive ping so I'll wait and see. Bob 2011/8/25 Morte

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-25 Thread Morten Olav Hansen
Bob, Offline should now work in Firefox 3.6 (just pushet a fix), could you try it out? (you need to compile source, no war for this yet) -- Morten 2011/8/24 Lars Helge Øverland : > On Wed, Aug 24, 2011 at 1:48 PM, Bob Jolliffe wrote: >> Seems to be if you (i) connect to dhis, (ii) open the da

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-24 Thread Lars Helge Øverland
On Wed, Aug 24, 2011 at 1:48 PM, Bob Jolliffe wrote: > Seems to be if you (i) connect to dhis, (ii) open the dataentry page, > then (iii) disconnect (I disable my ethernet connection) without first > agreeing to let data be stored locally, the browser gets left in a > confused state it can't escap

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-24 Thread Bob Jolliffe
Seems to be if you (i) connect to dhis, (ii) open the dataentry page, then (iii) disconnect (I disable my ethernet connection) without first agreeing to let data be stored locally, the browser gets left in a confused state it can't escape from without clearing all history. On 24 August 2011 12:40,

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-24 Thread Bob Jolliffe
Its working now. After clearing all my history. Trying to retrace my steps to reproduce this. It got stuck in a state where it remained convinced I was offline, yet hadn't yet downloaded the metadata. On 24 August 2011 12:28, Morten Olav Hansen wrote: > It should in theory work on 3.6, but it

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-24 Thread Morten Olav Hansen
It should in theory work on 3.6, but it has not been tested.. it will be today ;) hopefully these bugs will be squashed. -- Morten On Wed, Aug 24, 2011 at 1:23 PM, Bob Jolliffe wrote: > Sorry mistyped - that was 3.6.20 > > On 24 August 2011 12:21, Morten Olav Hansen wrote: >> Yes, it will not

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-24 Thread Bob Jolliffe
chrome is fine. nice. On 24 August 2011 12:23, Bob Jolliffe wrote: > Sorry mistyped - that was 3.6.20 > > On 24 August 2011 12:21, Morten Olav Hansen wrote: >> Yes, it will not work on that browser version. You need firefox 3.5 or >> newer (or chrome) >> >> -- >> Morten >> >> >> >> On Wed,

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-24 Thread Bob Jolliffe
Sorry mistyped - that was 3.6.20 On 24 August 2011 12:21, Morten Olav Hansen wrote: > Yes, it will not work on that browser version. You need firefox 3.5 or > newer (or chrome) > > -- > Morten > > > > On Wed, Aug 24, 2011 at 1:16 PM, Bob Jolliffe wrote: >> 2011/8/24 Lars Helge Øverland : >>>

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-24 Thread Morten Olav Hansen
Yes, it will not work on that browser version. You need firefox 3.5 or newer (or chrome) -- Morten On Wed, Aug 24, 2011 at 1:16 PM, Bob Jolliffe wrote: > 2011/8/24 Lars Helge Øverland : >> On Wed, Aug 24, 2011 at 12:28 PM, Bob Jolliffe wrote: >>> I am a bit stuck.  I'm hitting an issue wh

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-24 Thread Bob Jolliffe
2011/8/24 Lars Helge Øverland : > On Wed, Aug 24, 2011 at 12:28 PM, Bob Jolliffe wrote: >> I am a bit stuck.  I'm hitting an issue where I keep seeing the >> message "you are offline" when I am not offline.  And I can't select >> any datasets or periods.  Clearing cache, restarting my browser is n

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-24 Thread Lars Helge Øverland
On Wed, Aug 24, 2011 at 12:28 PM, Bob Jolliffe wrote: > I am a bit stuck.  I'm hitting an issue where I keep seeing the > message "you are offline" when I am not offline.  And I can't select > any datasets or periods.  Clearing cache, restarting my browser is not > helping.  any ideas? Hi Bob, wh

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-24 Thread Bob Jolliffe
I am a bit stuck. I'm hitting an issue where I keep seeing the message "you are offline" when I am not offline. And I can't select any datasets or periods. Clearing cache, restarting my browser is not helping. any ideas? 2011/8/24 Lars Helge Øverland : > Hi Greg, thank you for your comments. >

Re: [Dhis2-devs] DHIS 2 version 2.4 BETA available

2011-08-24 Thread Lars Helge Øverland
Hi Greg, thank you for your comments. > I'm very curious, this caching functionality using HTML5 - are you using > client-side XML for orgunits,elements, etc? I assume that is how the system > continues to operate in 'offline' mode? This technique is a separate W3 spec still in draft but impleme

  1   2   >