Re: [Dhis2-users] Issue with the new data entry form in tracker capture

2016-02-16 Thread markus . bekken
Hi Ese, thanks for reporting.
This is a bug. It was fixed in trunk earlier, and will be backported.

Markus

> Den 17. feb. 2016 kl. 07.39 skrev Ese Egerega :
> 
> Hello Devs,
> 
> Many thanks for the new improvements in the tracker but there is something 
> you may want to look into. 
> 
> With the new design of the data entry form, the name of the program stage is 
> listed after "date" and "Org unit". This may cause problems during data entry 
> because the person entering data may not see the name of the program stage in 
> cases where you have a long org unit name (see snapshot below). 
> 
> The snapshot below is supposed to display "Birth" and "Baby Postnatal" but as 
> you can see, the program stage does not show up because of the length of the 
> org unit name.
> 
> In my opinion, the old design is better for the following reasons:
> The name of the program stage is displayed clearly
> Program stages are in different "boxes" so you can navigate events in a 
> program stage separate from other stages 
> Thanks,
> Ese 
> 
> 
> 
> 
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Upgrade to version 2.22

2016-02-16 Thread charles waka
Hi,

So i managed to upgrade from version 2.20 to version 2.22. However i can no
longer add items to the dashboard, previously entered data is not appearing
on the data entry application for their respective organistion units. Also,
if i create a new dashboard, the name will not appear.
What can be the cause of this?
Am using java 8, tomcat 8 build 32 on ubuntu server 14.04

Thanks.

Charles.

On Tue, Feb 16, 2016 at 4:31 PM, Morten Olav Hansen 
wrote:

> Tomcat 7 is ok, but you should upgrade to the latest (7.0.67)
>
> On Tue, Feb 16, 2016 at 7:47 PM, charles waka  wrote:
>
>> Hi Lars,
>>
>> I am using Java 8 version 1.8.0_72; as for tomcat am on version 7.08
>>
>> Is tomcat the problem?
>>
>> On Tue, Feb 16, 2016 at 3:02 PM, Lars Helge Øverland 
>> wrote:
>>
>>> Hi Charles,
>>>
>>> which version of Java and Tomcat are you running?
>>>
>>> Java 8 is required for DHIS 2.22.
>>>
>>> Seems this could be a bug in Tomcat 8. Try upgrading to latest version.
>>>
>>> https://bz.apache.org/bugzilla/show_bug.cgi?id=53735
>>>
>>> regards,
>>>
>>> Lars
>>>
>>>
>>> On Tue, Feb 16, 2016 at 12:52 PM, charles waka 
>>> wrote:
>>>
 Hi DHIS2 Community,

 I have been trying to upgrade to version 2.22 from version 2.20,
 however i encounter an error in catalina.out. I have done what is advised
 on the upgrade notes but still encounter an error.
 The error is "SEVERE: Error deploying web application archive ROOT.war
 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid
 byte tag in constant pool: 18"

 Kindly assist as to where i may be wrong?

 Charles.

 ___
 Mailing list: https://launchpad.net/~dhis2-users
 Post to : dhis2-users@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~dhis2-users
 More help   : https://help.launchpad.net/ListHelp


>>>
>>>
>>> --
>>> Lars Helge Øverland
>>> Lead developer, DHIS 2
>>> University of Oslo
>>> Skype: larshelgeoverland
>>> http://www.dhis2.org 
>>>
>>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-users
>> Post to : dhis2-users@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-users
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> Morten
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] Issue with the new data entry form in tracker capture

2016-02-16 Thread Ese Egerega
Hello Devs,

Many thanks for the new improvements in the tracker but there is something
you may want to look into.

With the new design of the data entry form, the name of the program stage
is listed after "date" and "Org unit". This may cause problems during data
entry because the person entering data may not see the name of the program
stage in cases where you have a long org unit name (see snapshot below).

The snapshot below is supposed to display "Birth" and "Baby Postnatal" but
as you can see, the program stage does not show up because of the length of
the org unit name.

In my opinion, the old design is better for the following reasons:

   - The name of the program stage is displayed clearly
   - Program stages are in different "boxes" so you can navigate events in
   a program stage separate from other stages

Thanks,
Ese

[image: Inline image 2]
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] Custom form translation

2016-02-16 Thread Shurajit Dutta
Hi Olav

We have done this in Lao but not using the built-in names. I can ask HISP
VN if code can be shared if you'd like?

Nick

On Tue, Feb 16, 2016 at 10:26 PM, Knut Staring  wrote:

> I think HISP VN has done something along these lines
> On Feb 15, 2016 10:57 AM, "Olav Poppe"  wrote:
>
>> Hi all,
>> I’m looking at ways to support translation in a custom form (aggregate).
>> I would like to be able to use the "built in" translation of data elements
>> if possible, using IDs when designing the form and having a javascript
>> function triggered by "dhis2.de.event.formReady" to put in the correct
>> translations. I was thinking the formName, displayName or similar would be
>> available in the dhis2 object, but I’m having difficult figuring out where.
>>
>> Can any of the dev advice on where to read the translated
>> names/formNames, if possible?
>>
>> Does anyone else have any experience with something like this?
>>
>> Thinking of it now, this might even be an idea for a general feature:
>> just like you can add the data entry fields, totals and indicators when
>> designing custom forms, there could be an option to add "name" label that
>> would display the name/form name of an element, with translation when
>> applicable.
>>
>> Regards
>> Olav
>>
>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-d...@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Shurajit Dutta
Health Information Consultant
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] Custom form translation

2016-02-16 Thread Knut Staring
I think HISP VN has done something along these lines
On Feb 15, 2016 10:57 AM, "Olav Poppe"  wrote:

> Hi all,
> I’m looking at ways to support translation in a custom form (aggregate). I
> would like to be able to use the "built in" translation of data elements if
> possible, using IDs when designing the form and having a javascript
> function triggered by "dhis2.de.event.formReady" to put in the correct
> translations. I was thinking the formName, displayName or similar would be
> available in the dhis2 object, but I’m having difficult figuring out where.
>
> Can any of the dev advice on where to read the translated names/formNames,
> if possible?
>
> Does anyone else have any experience with something like this?
>
> Thinking of it now, this might even be an idea for a general feature: just
> like you can add the data entry fields, totals and indicators when
> designing custom forms, there could be an option to add "name" label that
> would display the name/form name of an element, with translation when
> applicable.
>
> Regards
> Olav
>
>
>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-d...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] RFP for Design of Regional Malaria Surveillance Database

2016-02-16 Thread Bella-Samuel Davordzi
Dear Knut,
Thanks. We'll give it shot and see.
Warm regards,Bella 

On Monday, February 15, 2016 5:18 PM, Knut Staring  wrote:
 

 The year is obviously wrong, they meant 2016, as there was no February 29 last 
year.
So there is still time!
Knut
On Mon, Feb 15, 2016 at 7:50 AM, Bella-Samuel Davordzi  
wrote:

Dear Lars,
We at CureMD Inc., USA and Ghana we are interested but the deadline, February 
29, 2015 for submission of proposals is past. Any idea if proposals are still 
requested?
Regards,Bella-Samuel Davordzi
 

On Thursday, February 11, 2016 5:01 PM, Lars Helge Øverland 
 wrote:
 

 To anyone interested,

you can find an RFP for building an integrated regional surveillance platform 
for the E8 countries here.
The Elimination 8 (E8) is a regional partnership of the eight southernmost 
countries in Africa, collaborating on an ambitious regional strategy to 
eliminate the transmission of malaria from the region.
regards,
Lars

-- 
Lars Helge Øverland
Lead developer, DHIS 2University of OsloSkype: larshelgeoverland
http://www.dhis2.org

___
Mailing list: https://launchpad.net/~dhis2-users
Post to    : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help  : https://help.launchpad.net/ListHelp


   



-- 
Knut StaringDept. of Informatics, University of OsloNorway: +4791880522
Skype: knutstarhttp://dhis2.org

  ___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Upgrade to version 2.22

2016-02-16 Thread Morten Olav Hansen
Tomcat 7 is ok, but you should upgrade to the latest (7.0.67)

On Tue, Feb 16, 2016 at 7:47 PM, charles waka  wrote:

> Hi Lars,
>
> I am using Java 8 version 1.8.0_72; as for tomcat am on version 7.08
>
> Is tomcat the problem?
>
> On Tue, Feb 16, 2016 at 3:02 PM, Lars Helge Øverland 
> wrote:
>
>> Hi Charles,
>>
>> which version of Java and Tomcat are you running?
>>
>> Java 8 is required for DHIS 2.22.
>>
>> Seems this could be a bug in Tomcat 8. Try upgrading to latest version.
>>
>> https://bz.apache.org/bugzilla/show_bug.cgi?id=53735
>>
>> regards,
>>
>> Lars
>>
>>
>> On Tue, Feb 16, 2016 at 12:52 PM, charles waka 
>> wrote:
>>
>>> Hi DHIS2 Community,
>>>
>>> I have been trying to upgrade to version 2.22 from version 2.20, however
>>> i encounter an error in catalina.out. I have done what is advised on the
>>> upgrade notes but still encounter an error.
>>> The error is "SEVERE: Error deploying web application archive ROOT.war
>>> org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte
>>> tag in constant pool: 18"
>>>
>>> Kindly assist as to where i may be wrong?
>>>
>>> Charles.
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~dhis2-users
>>> Post to : dhis2-users@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-users
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>>
>> --
>> Lars Helge Øverland
>> Lead developer, DHIS 2
>> University of Oslo
>> Skype: larshelgeoverland
>> http://www.dhis2.org 
>>
>>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Morten
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Installing DHIS-2 on AWS

2016-02-16 Thread Jason Pickering
Yes, Paolo Gracio has put together some nice scripts for docker, which are
available here:

https://github.com/pgracio/dhis2-docker



On Tue, Feb 16, 2016 at 10:05 AM, Knut Staring  wrote:

> You can also use Docker
> On Feb 16, 2016 9:22 AM, "Jason Pickering" 
> wrote:
>
>> There are extensive instructions in the documentation here
>>
>> http://dhis2.github.io/dhis2-docs/master/en/implementer/html/ch08s03.html
>>
>> Regards,
>> Jason
>>
>>
>> On Tue, Feb 16, 2016 at 8:28 AM, Knut Staring  wrote:
>>
>>> You could try dhis2-tools
>>> On Feb 16, 2016 7:29 AM, "Adam Dawoodjee"  wrote:
>>>
 I just came across DHIS2 last friday through a client and I knew then
 that its what I've been looking for all along. I'm now trying to deploy on
 the cloud for a demo today (hopefully).

 Is there a good guide out there to Installing DHIS-2 on Amazon Web
 Services or Linode or any affordable Cloud for that matter?

 I've looked around google, not much help. Stack Exchange has a few
 users asking for help for their AWS deployment, not quite on point.


 http://webmasters.stackexchange.com/questions/88117/making-dhis2-work-with-postgresql

 Any pointers will be much appreciated.



 ___
 Mailing list: https://launchpad.net/~dhis2-users
 Post to : dhis2-users@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~dhis2-users
 More help   : https://help.launchpad.net/ListHelp


>>> ___
>>> Mailing list: https://launchpad.net/~dhis2-users
>>> Post to : dhis2-users@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-users
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>>
>> --
>> Jason P. Pickering
>> email: jason.p.picker...@gmail.com
>> tel:+46764147049
>>
>


-- 
Jason P. Pickering
email: jason.p.picker...@gmail.com
tel:+46764147049
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Upgrade to version 2.22

2016-02-16 Thread Lars Helge Øverland
Hi Charles,

which version of Java and Tomcat are you running?

Java 8 is required for DHIS 2.22.

Seems this could be a bug in Tomcat 8. Try upgrading to latest version.

https://bz.apache.org/bugzilla/show_bug.cgi?id=53735

regards,

Lars


On Tue, Feb 16, 2016 at 12:52 PM, charles waka  wrote:

> Hi DHIS2 Community,
>
> I have been trying to upgrade to version 2.22 from version 2.20, however i
> encounter an error in catalina.out. I have done what is advised on the
> upgrade notes but still encounter an error.
> The error is "SEVERE: Error deploying web application archive ROOT.war
> org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte
> tag in constant pool: 18"
>
> Kindly assist as to where i may be wrong?
>
> Charles.
>
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Lars Helge Øverland
Lead developer, DHIS 2
University of Oslo
Skype: larshelgeoverland
http://www.dhis2.org 
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Installing DHIS-2 on AWS

2016-02-16 Thread Knut Staring
You can also use Docker
On Feb 16, 2016 9:22 AM, "Jason Pickering" 
wrote:

> There are extensive instructions in the documentation here
>
> http://dhis2.github.io/dhis2-docs/master/en/implementer/html/ch08s03.html
>
> Regards,
> Jason
>
>
> On Tue, Feb 16, 2016 at 8:28 AM, Knut Staring  wrote:
>
>> You could try dhis2-tools
>> On Feb 16, 2016 7:29 AM, "Adam Dawoodjee"  wrote:
>>
>>> I just came across DHIS2 last friday through a client and I knew then
>>> that its what I've been looking for all along. I'm now trying to deploy on
>>> the cloud for a demo today (hopefully).
>>>
>>> Is there a good guide out there to Installing DHIS-2 on Amazon Web
>>> Services or Linode or any affordable Cloud for that matter?
>>>
>>> I've looked around google, not much help. Stack Exchange has a few users
>>> asking for help for their AWS deployment, not quite on point.
>>>
>>>
>>> http://webmasters.stackexchange.com/questions/88117/making-dhis2-work-with-postgresql
>>>
>>> Any pointers will be much appreciated.
>>>
>>>
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~dhis2-users
>>> Post to : dhis2-users@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-users
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-users
>> Post to : dhis2-users@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-users
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> Jason P. Pickering
> email: jason.p.picker...@gmail.com
> tel:+46764147049
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Installing DHIS-2 on AWS

2016-02-16 Thread Jason Pickering
There are extensive instructions in the documentation here

http://dhis2.github.io/dhis2-docs/master/en/implementer/html/ch08s03.html

Regards,
Jason


On Tue, Feb 16, 2016 at 8:28 AM, Knut Staring  wrote:

> You could try dhis2-tools
> On Feb 16, 2016 7:29 AM, "Adam Dawoodjee"  wrote:
>
>> I just came across DHIS2 last friday through a client and I knew then
>> that its what I've been looking for all along. I'm now trying to deploy on
>> the cloud for a demo today (hopefully).
>>
>> Is there a good guide out there to Installing DHIS-2 on Amazon Web
>> Services or Linode or any affordable Cloud for that matter?
>>
>> I've looked around google, not much help. Stack Exchange has a few users
>> asking for help for their AWS deployment, not quite on point.
>>
>>
>> http://webmasters.stackexchange.com/questions/88117/making-dhis2-work-with-postgresql
>>
>> Any pointers will be much appreciated.
>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-users
>> Post to : dhis2-users@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-users
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Jason P. Pickering
email: jason.p.picker...@gmail.com
tel:+46764147049
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp