Re: [Dhis2-users] Emails not being sent

2014-07-25 Thread WILLIAMS, Ryan O'Neil
I think that is as of 2.16. In 2.15 I don't see it.

From: Bob Jolliffe [mailto:bobjolli...@gmail.com]
Sent: jeudi 24 juillet 2014 15:49
To: WILLIAMS, Ryan O'Neil
Cc: dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] Emails not being sent

Sorry Ryan, just looking again at the code, I am not right about FROM_ADDRESS 
being hard coded.  This is in fact a system setting - in email settings dialog.

On 24 July 2014 14:04, WILLIAMS, Ryan O'Neil 
mailto:williamsr...@who.int>> wrote:
Hi Bob,

Thanks for providing the FROM_ADDRESS.

I will ask IT check the traffic information between the servers.
I sent an email through the server from my computer via telnet using the 
FROM_ADDRESS:nore...@dhis2.org and it went through 
fine.

ryan

From: Bob Jolliffe [mailto:bobjolli...@gmail.com]
Sent: jeudi 24 juillet 2014 12:44
To: WILLIAMS, Ryan O'Neil
Cc: dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] Emails not being sent

Hi Ryan

>From what I understand of the source code, if the message sending failed there 
>should have been a warning entry in your log saying "Could not send email: ... 
>".  If you are not seeing that then it is strange and not consistent 
>with the documentation of the apache commons email library which is being used.

Can you perchance verify with ethereal or tcpdump that there is no traffic 
between dhis2 and the email server?

The FROM_ADDRESS is currently hardwired to 
"nore...@dhis2.org".  Hope its not being clobbered by 
a spam filter on your email server.

Bob

On 24 July 2014 10:49, WILLIAMS, Ryan O'Neil 
mailto:williamsr...@who.int>> wrote:
Dear all,

We are running  version 2.15 instance of dhis2 and we are having trouble 
getting the email functionality to work.

The email server address and port have been provided using the email settings 
UI.

We have tried to use the recover password  and send message functionality to no 
avail. Each time the functions are executed, the following entries can be found 
in the catalina.out log file respectively:

* ... Recovery message sent for user: xxx

OR

* ...  Sending email to user: User{surname='xxx', ...firstName= ... 
(EmailMessageSender.java [SimpleAsyncTaskExecutor-664])
* ...Email sent using host: emailserver with TLS: false 
(EmailMessageSender.java [SimpleAsyncTaskExecutor-664])

No entries can be found on the email server concerning these emails. No errors 
concerning emails can be found in the catalina log file.
Other applications on the same server using the same settings can successfully 
send emails.

Any ideas about what the problem could be or how we can debug this in more 
detail?
Also, I don't see a way to configure the FROM_ADDRESS, is this possible? What 
is the default sender?

cheers
Ryan


___
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


[Dhis2-users] data capture android app

2014-07-25 Thread Lars Helge Øverland
Hi,

there has been some uncertainty around the support for the Data capture for
DHIS 2 Android app so here comes a small clarification:

The data capture
 app has
been developed by Araz Abishov through a Google summer of code project. It
is hence not developed by the core team. You should however not hesitate
using this app in production for you project, as we have agreed with Araz
to contract for support and development for a specific project, and we are
fully committed to supporting this app through server-side features. This
means we will make sure this app is maintained and supported going forward.

The app itself is quite excellent, with a smooth user interface and stable,
reliable data capture functionality. It lets you capture data on Android
devices without internet connection, and will automatically synchronize
data with the server when connectivity is present.

You can get it from dhis2.org/downloads or directly from Google Play
.

regards,

Lars
___
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] Emails not being sent

2014-07-25 Thread Bob Jolliffe
Yes you are right.  I see lars added it on 20 May.

Though I see that the change was backported to 2.15 in rev 15054.  If you
upgrade your war to the latest build of 2.15 (available from
https://apps.dhis2.org/ci/job/dhis-2.15/lastSuccessfulBuild/artifact/dhis-2/dhis-web/dhis-web-portal/target/dhis.war)
you will find that the email from_address setting has been added.  It might
be your other problem is addressed as well.

Regards
Bob


On 25 July 2014 09:56, WILLIAMS, Ryan O'Neil  wrote:

>  I think that is as of 2.16. In 2.15 I don't see it.
>
>
>
> *From:* Bob Jolliffe [mailto:bobjolli...@gmail.com]
> *Sent:* jeudi 24 juillet 2014 15:49
>
> *To:* WILLIAMS, Ryan O'Neil
> *Cc:* dhis2-users@lists.launchpad.net
> *Subject:* Re: [Dhis2-users] Emails not being sent
>
>
>
> Sorry Ryan, just looking again at the code, I am not right about
> FROM_ADDRESS being hard coded.  This is in fact a system setting - in email
> settings dialog.
>
>
>
> On 24 July 2014 14:04, WILLIAMS, Ryan O'Neil  wrote:
>
> Hi Bob,
>
>
>
> Thanks for providing the FROM_ADDRESS.
>
>
>
> I will ask IT check the traffic information between the servers.
>
> I sent an email through the server from my computer via telnet using the
> FROM_ADDRESS:nore...@dhis2.org and it went through fine.
>
>
>
> ryan
>
>
>
> *From:* Bob Jolliffe [mailto:bobjolli...@gmail.com]
> *Sent:* jeudi 24 juillet 2014 12:44
> *To:* WILLIAMS, Ryan O'Neil
> *Cc:* dhis2-users@lists.launchpad.net
> *Subject:* Re: [Dhis2-users] Emails not being sent
>
>
>
> Hi Ryan
>
>
>
> From what I understand of the source code, if the message sending failed
> there should have been a warning entry in your log saying "Could not send
> email: ... ".  If you are not seeing that then it is strange and
> not consistent with the documentation of the apache commons email library
> which is being used.
>
>
>
> Can you perchance verify with ethereal or tcpdump that there is no traffic
> between dhis2 and the email server?
>
>
>
> The FROM_ADDRESS is currently hardwired to "nore...@dhis2.org".  Hope its
> not being clobbered by a spam filter on your email server.
>
>
>
> Bob
>
>
>
> On 24 July 2014 10:49, WILLIAMS, Ryan O'Neil  wrote:
>
> Dear all,
>
>
>
> We are running  version 2.15 instance of dhis2 and we are having trouble
> getting the email functionality to work.
>
>
>
> The email server address and port have been provided using the email
> settings UI.
>
>
>
> We have tried to use the recover password  and send message functionality
> to no avail. Each time the functions are executed, the following entries
> can be found in the catalina.out log file respectively:
>
>
>
> * ... Recovery message sent for user: xxx
>
>
>
> OR
>
>
>
> * ...  Sending email to user: User{surname='xxx', ...firstName= ...
> (EmailMessageSender.java [SimpleAsyncTaskExecutor-664])
>
> * ...Email sent using host: emailserver with TLS: false
> (EmailMessageSender.java [SimpleAsyncTaskExecutor-664])
>
>
>
> No entries can be found on the email server concerning these emails. No
> errors concerning emails can be found in the catalina log file.
>
> Other applications on the same server using the same settings can
> successfully send emails.
>
>
>
> Any ideas about what the problem could be or how we can debug this in more
> detail?
>
> Also, I don't see a way to configure the FROM_ADDRESS, is this possible?
> What is the default sender?
>
>
>
> cheers
>
> *Ryan*
>
>
>
>
> ___
> 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] Problem with dataset assignment

2014-07-25 Thread Knut Staring
Thanks, I actually had tried that with no effect - but by sheer
coincindence, I discovered what was the matter today:

I was going to change the icon for an OU group, and noticed that the forms
I wanted to get rid of had been assigned to several OU groups (one of which
contained most of the OUs in the system). So this functionality is
independent of and overriding the dataset assignment - and the result can
be very confusing (I spent at least a day trying to fix this issue in the
db via other means).

Glad to have finally resolved the issue - but also have a similar issue
with sharing: Everything (e.g. maps and PT favorites) are accessible to
everyone even though I try to restrict to certain user groups.

Knut

On Friday, July 25, 2014, Lars Helge Øverland  wrote:

> That is hard to say, try deleting the contents from datasetsource and try
> again.
>
> Lars
>
>
>
> On Fri, Jul 25, 2014 at 2:41 AM, Knut Staring  > wrote:
>
>> Right, but would you have any idea what causes my problem with dataset
>> assignment and how to fix it?
>>  On Jul 25, 2014 2:16 AM, "Lars Helge Øverland" > > wrote:
>>
>>>
>>>
>>>
>>> On Thu, Jul 24, 2014 at 7:53 PM, Knut Staring >> > wrote:
>>>
 One method to do this is to export the datasets to XML, delete them,
 and then reimport.

 This worked well for 3 of my forms, but when trying to Remove the last
 form, I got the message below, which I found surprising, since I didn't
 think there were any associations between MapViews and Datasets?

 Object not deleted because it is associated by objects of type MapView

>>>
>>> You can render reporting rates for data sets in GIS, hence the MapView >
>>> DataSet association.
>>>
>>> Lars
>>>
>>>
>>>
>>>





 On Thu, Jul 24, 2014 at 7:07 PM, Knut Staring >>> > wrote:

> In my 2.15 db my existing forms show up in data entry for all OUs even
> though I've tried to restrict them to just level 4 (they had previously
> been assigned to all OUs by mistake). The restriction/assignment works for
> new datasets, but not for the existing ones.
>
> How can make sure the exisiting forms only show up for the OUs in the
> datasetsource table?
>
> --
> Knut Staring
> Dept. of Informatics, University of Oslo
>  +4791880522
> http://dhis2.org
>



 --
 Knut Staring
 Dept. of Informatics, University of Oslo
 +4791880522
 http://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 Staring
Dept. of Informatics, University of Oslo
+4791880522
http://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] Problem with dataset assignment

2014-07-25 Thread Lars Helge Øverland
On Fri, Jul 25, 2014 at 3:18 PM, Knut Staring  wrote:

> Thanks, I actually had tried that with no effect - but by sheer
> coincindence, I discovered what was the matter today:
>
> I was going to change the icon for an OU group, and noticed that the forms
> I wanted to get rid of had been assigned to several OU groups (one of which
> contained most of the OUs in the system). So this functionality is
> independent of and overriding the dataset assignment - and the result can
> be very confusing (I spent at least a day trying to fix this issue in the
> db via other means).
>

Yes I think that was a bad idea in the first place, we have a blueprint to
remove it here:

https://blueprints.launchpad.net/dhis2/+spec/remove-dataset-orgunit-group-assignments



>
> Glad to have finally resolved the issue - but also have a similar issue
> with sharing: Everything (e.g. maps and PT favorites) are accessible to
> everyone even though I try to restrict to certain user groups.
>
> Knut
>
>
> On Friday, July 25, 2014, Lars Helge Øverland  wrote:
>
>> That is hard to say, try deleting the contents from datasetsource and try
>> again.
>>
>> Lars
>>
>>
>>
>> On Fri, Jul 25, 2014 at 2:41 AM, Knut Staring  wrote:
>>
>>> Right, but would you have any idea what causes my problem with dataset
>>> assignment and how to fix it?
>>>  On Jul 25, 2014 2:16 AM, "Lars Helge Øverland" 
>>> wrote:
>>>



 On Thu, Jul 24, 2014 at 7:53 PM, Knut Staring  wrote:

> One method to do this is to export the datasets to XML, delete them,
> and then reimport.
>
> This worked well for 3 of my forms, but when trying to Remove the last
> form, I got the message below, which I found surprising, since I didn't
> think there were any associations between MapViews and Datasets?
>
> Object not deleted because it is associated by objects of type MapView
>

 You can render reporting rates for data sets in GIS, hence the MapView
 > DataSet association.

 Lars




>
>
>
>
>
> On Thu, Jul 24, 2014 at 7:07 PM, Knut Staring 
> wrote:
>
>> In my 2.15 db my existing forms show up in data entry for all OUs
>> even though I've tried to restrict them to just level 4 (they had
>> previously been assigned to all OUs by mistake). The 
>> restriction/assignment
>> works for new datasets, but not for the existing ones.
>>
>> How can make sure the exisiting forms only show up for the OUs in the
>> datasetsource table?
>>
>> --
>> Knut Staring
>> Dept. of Informatics, University of Oslo
>>  +4791880522
>> http://dhis2.org
>>
>
>
>
> --
> Knut Staring
> Dept. of Informatics, University of Oslo
> +4791880522
> http://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 Staring
> Dept. of Informatics, University of Oslo
> +4791880522
> http://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] Emails not being sent

2014-07-25 Thread WILLIAMS, Ryan O'Neil
I'll give that a try. Thanks
Ryan

From: Bob Jolliffe [mailto:bobjolli...@gmail.com]
Sent: vendredi 25 juillet 2014 13:29
To: WILLIAMS, Ryan O'Neil
Cc: dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] Emails not being sent

Yes you are right.  I see lars added it on 20 May.

Though I see that the change was backported to 2.15 in rev 15054.  If you 
upgrade your war to the latest build of 2.15 (available from 
https://apps.dhis2.org/ci/job/dhis-2.15/lastSuccessfulBuild/artifact/dhis-2/dhis-web/dhis-web-portal/target/dhis.war)
 you will find that the email from_address setting has been added.  It might be 
your other problem is addressed as well.

Regards
Bob

On 25 July 2014 09:56, WILLIAMS, Ryan O'Neil 
mailto:williamsr...@who.int>> wrote:
I think that is as of 2.16. In 2.15 I don't see it.

From: Bob Jolliffe [mailto:bobjolli...@gmail.com]
Sent: jeudi 24 juillet 2014 15:49

To: WILLIAMS, Ryan O'Neil
Cc: dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] Emails not being sent

Sorry Ryan, just looking again at the code, I am not right about FROM_ADDRESS 
being hard coded.  This is in fact a system setting - in email settings dialog.

On 24 July 2014 14:04, WILLIAMS, Ryan O'Neil 
mailto:williamsr...@who.int>> wrote:
Hi Bob,

Thanks for providing the FROM_ADDRESS.

I will ask IT check the traffic information between the servers.
I sent an email through the server from my computer via telnet using the 
FROM_ADDRESS:nore...@dhis2.org and it went through 
fine.

ryan

From: Bob Jolliffe [mailto:bobjolli...@gmail.com]
Sent: jeudi 24 juillet 2014 12:44
To: WILLIAMS, Ryan O'Neil
Cc: dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] Emails not being sent

Hi Ryan

>From what I understand of the source code, if the message sending failed there 
>should have been a warning entry in your log saying "Could not send email: ... 
>".  If you are not seeing that then it is strange and not consistent 
>with the documentation of the apache commons email library which is being used.

Can you perchance verify with ethereal or tcpdump that there is no traffic 
between dhis2 and the email server?

The FROM_ADDRESS is currently hardwired to 
"nore...@dhis2.org".  Hope its not being clobbered by 
a spam filter on your email server.

Bob

On 24 July 2014 10:49, WILLIAMS, Ryan O'Neil 
mailto:williamsr...@who.int>> wrote:
Dear all,

We are running  version 2.15 instance of dhis2 and we are having trouble 
getting the email functionality to work.

The email server address and port have been provided using the email settings 
UI.

We have tried to use the recover password  and send message functionality to no 
avail. Each time the functions are executed, the following entries can be found 
in the catalina.out log file respectively:

* ... Recovery message sent for user: xxx

OR

* ...  Sending email to user: User{surname='xxx', ...firstName= ... 
(EmailMessageSender.java [SimpleAsyncTaskExecutor-664])
* ...Email sent using host: emailserver with TLS: false 
(EmailMessageSender.java [SimpleAsyncTaskExecutor-664])

No entries can be found on the email server concerning these emails. No errors 
concerning emails can be found in the catalina log file.
Other applications on the same server using the same settings can successfully 
send emails.

Any ideas about what the problem could be or how we can debug this in more 
detail?
Also, I don't see a way to configure the FROM_ADDRESS, is this possible? What 
is the default sender?

cheers
Ryan


___
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] Problem with dataset assignment

2014-07-25 Thread Bram Piot
Hi Lars,

I can see that this option is confusing to some, but it's very useful to
others so please reconsider removing it - let me explain: in settings with
highly dynamic org units (i.e. new org units are being added on a regular
basis), assigning a data set or a program to one or more org unit groups is
much more efficient and less error-prone than assigning it to org units
directly. When based on groups, one doesn't need to assign the data set or
program to the new org units as the they are automatically included,
provided of course that the new org units are part of the appropriate
group(s).

Maybe an alternative would be to give the option to assign either directly
to org units, or to groups, but not both at the same time as is currently
the case?

Are others using the assignment by org unit group or are we (PSI) the only
ones?

Thanks,

bram



On 25 July 2014 15:26, Lars Helge Øverland  wrote:

>
>
>
> On Fri, Jul 25, 2014 at 3:18 PM, Knut Staring  wrote:
>
>> Thanks, I actually had tried that with no effect - but by sheer
>> coincindence, I discovered what was the matter today:
>>
>> I was going to change the icon for an OU group, and noticed that the
>> forms I wanted to get rid of had been assigned to several OU groups (one of
>> which contained most of the OUs in the system). So this functionality is
>> independent of and overriding the dataset assignment - and the result can
>> be very confusing (I spent at least a day trying to fix this issue in the
>> db via other means).
>>
>
> Yes I think that was a bad idea in the first place, we have a blueprint to
> remove it here:
>
>
> https://blueprints.launchpad.net/dhis2/+spec/remove-dataset-orgunit-group-assignments
>
>
>
>>
>> Glad to have finally resolved the issue - but also have a similar issue
>> with sharing: Everything (e.g. maps and PT favorites) are accessible to
>> everyone even though I try to restrict to certain user groups.
>>
>> Knut
>>
>>
>> On Friday, July 25, 2014, Lars Helge Øverland 
>> wrote:
>>
>>> That is hard to say, try deleting the contents from datasetsource and
>>> try again.
>>>
>>> Lars
>>>
>>>
>>>
>>> On Fri, Jul 25, 2014 at 2:41 AM, Knut Staring  wrote:
>>>
 Right, but would you have any idea what causes my problem with dataset
 assignment and how to fix it?
  On Jul 25, 2014 2:16 AM, "Lars Helge Øverland" 
 wrote:

>
>
>
> On Thu, Jul 24, 2014 at 7:53 PM, Knut Staring 
> wrote:
>
>> One method to do this is to export the datasets to XML, delete them,
>> and then reimport.
>>
>> This worked well for 3 of my forms, but when trying to Remove the
>> last form, I got the message below, which I found surprising, since I
>> didn't think there were any associations between MapViews and Datasets?
>>
>> Object not deleted because it is associated by objects of type MapView
>>
>
> You can render reporting rates for data sets in GIS, hence the MapView
> > DataSet association.
>
> Lars
>
>
>
>
>>
>>
>>
>>
>>
>> On Thu, Jul 24, 2014 at 7:07 PM, Knut Staring 
>> wrote:
>>
>>> In my 2.15 db my existing forms show up in data entry for all OUs
>>> even though I've tried to restrict them to just level 4 (they had
>>> previously been assigned to all OUs by mistake). The 
>>> restriction/assignment
>>> works for new datasets, but not for the existing ones.
>>>
>>> How can make sure the exisiting forms only show up for the OUs in
>>> the datasetsource table?
>>>
>>> --
>>> Knut Staring
>>> Dept. of Informatics, University of Oslo
>>>  +4791880522
>>> http://dhis2.org
>>>
>>
>>
>>
>> --
>> Knut Staring
>> Dept. of Informatics, University of Oslo
>> +4791880522
>> http://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 Staring
>> Dept. of Informatics, University of Oslo
>> +4791880522
>> http://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
>
>
___
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] DHIS version 2.16 released

2014-07-25 Thread Lars Helge Øverland
Hi all,

DHIS version 2.16 is out and we have some great new features:


*- Tracker capture app:* We have a completely new app for tracking persons
and other entities. This app lets you register and search persons. It
features a dashboard which gives you the complete overview of the person.
It is customizable and designed around widgets, making it easy to place the
information you need where you need it. It currently features widgets for
enrollment, profile, data capture through stages, summary report,
relationships, notes and current selections. This app will eventually
replace the individual records module. Check it out by selecting org units
at the lowest level in the hierarchy and the TB program on the demo.

Demo Search
 | Demo
Dashboard

| Docs 


*- Event visualizer app:* A new app for creating charts based on events.
Works similarly to event reports. It lets you create aggregated event data
visualizations based on flexible queries on attributes and data elements.
It lets you analyze events based on time periods, organisation units and
group sets, and place any dimension as chart series, category and filters.
It supports a range of options for controlling the range and domain axis,
target and base lines, labels and chart title. You can save your charts as
favorites and share them with others. Charts can be downloaded as PNG
images and PDF documents. Check out the favorites on the demo.

Demo

| Docs 


*- Event charts in dashboard:* The charts created in event visualizer can
easily be included in the dashboard, as a separate dashboard or together
with "aggregate" analysis. Simply search from the dashboard search field
and look under "event charts", then click add next to each chart. Click on
"Inpatient Morbidity Mortality" dashboard on demo.

Demo



*- Org unit group sets in event analysis:* The event reports and visualizer
apps now enables analysis of organisation unit group set based dimensions.
This means that you can easily create analysis of events across e.g.
facility types and ownership without going through aggregation queries.

Demo



*- Multiple calendars for data capture:* The system now supports a range of
calendars for data capture, including Ethiopian, Gregorian, Islamic, ISO
8601, Julian, Nepali, Thai. You can set which calendar to use under
Settings > Calendar.

Demo



*- Data synchronization:* You can synchronize data collected in a local
instance of DHIS 2 with another, remote instance of DHIS 2. This is useful
e.g. in a scenario where you have multiple DHIS 2 instances deployed partly
offline in the field and want them to automatically submit data to a
central, online instance of DHIS 2. To enable sync first go Settings >
Synchronization and enter the URL, username and password of the remote
server. Second, go to Data administration > Data synchronization and set
strategy to enabled. The system will attempt a synchronization request
every minute.

Demo

|
Docs 


*- Data value audit trail:* Audit trail, i.e. the history of modifications
happened to a data value, is now supported. This is useful in order to keep
track of changes and manage changes in cases where multiple people are
working on the same data. Check it out in data entry by editing a field a
few times, clicking in the input cell to open the history dialog and click
on Audit trail.

Demo  |
Screenshot 


*- Totals in validation rules:* You can now insert data element category
option totals directly in validation rules. This should make the validation
rule expression less verbose and more manageable. Click on "edit left side"
on the demo.

Demo



*- Top menu search:* The top menu now has a search field which you can use
to more quickly find the apps you are searching for. Hover the apps link on
the demo.

Demo



*- Test email settings:* Under Settings > Email there is now a link for
testing your email settings by having the system send a test email to the
email associated with 

Re: [Dhis2-users] DHIS version 2.16 released

2014-07-25 Thread Muhammad Salihu
Great work Lars!!!
Kudos to you and the team. We will test and give feedback. 

Regards,

Muhammad Salihu
--
Sent from my mobile

-Original Message-
From: Lars Helge Øverland 
Sender: "Dhis2-users"
 Date: Fri, 
25 Jul 2014 18:01:10 
To: DHIS 2 Developers list; DHIS 2 Users 
list; Vincent Shaw; Calle 
Hedberg; Ayub Manya; Martin 
Osumba; Schaefer, Petra; Paul 
Bouey; Gehron, Michael M; Tyler R 
Smith; Jorge Queipo; Bale, Jeffrey M. 
(CDC/CGH/DGHA) (CTR); Denis Adaletey; Austen 
Peter Davis; Lene Jeanette 
Lothe; Egwuma Efo; 
Lakshmi Balachandran; Gaurav 
Bhattacharya; Kiran 
Prakash; Megan 
McGuire; Carme 
BARALDES; Carl 
Leitner; Jaco Venter; Chris 
Seebregts; Chris Moyo; 
sundeep; Jørn Braa; Pascal 
Brandt; Carl Fourie; Amuha, 
Monica; Linda Fogarty; Ellen 
Brazier; Paul Amendola; 
; Benjamin Winters
Subject: [Dhis2-users] DHIS version 2.16 released

___
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] DHIS version 2.16 released

2014-07-25 Thread Marta Vila
Great features! ;)

congratulations to the whole dev team,

have a good weekend!!!


On 25 July 2014 18:05, Muhammad Salihu  wrote:

> Great work Lars!!!
> Kudos to you and the team. We will test and give feedback.
>
> Regards,
>
> Muhammad Salihu
> --
> Sent from my mobile
>
> -Original Message-
> From: Lars Helge Øverland 
> Sender: "Dhis2-users"
>  Date:
> Fri, 25 Jul 2014 18:01:10
> To: DHIS 2 Developers list; DHIS 2 Users
> list; Vincent Shaw;
> Calle Hedberg; Ayub Manya;
> Martin Osumba; Schaefer, Petra<
> pschae...@sure.ug>; Paul Bouey; Gehron, Michael M<
> gehro...@state.gov>; Tyler R Smith; Jorge Queipo<
> jque...@usa-ctc.com>; Bale, Jeffrey M. (CDC/CGH/DGHA) (CTR);
> Denis Adaletey; Austen Peter Davis<
> austen.da...@norad.no>; Lene Jeanette Lothe;
> Egwuma Efo; Lakshmi Balachandran<
> lbalachand...@clintonhealthaccess.org>; Gaurav Bhattacharya<
> gbhattacha...@clintonhealthaccess.org>; Kiran Prakash<
> kprak...@thoughtworks.com>; Megan McGuire;
> Carme BARALDES; Carl Leitner<
> cleit...@capacityplus.org>; Jaco Venter; Chris Seebregts<
> ch...@jembi.org>; Chris Moyo; sundeep<
> sundeep.sa...@gmail.com>; Jørn Braa; Pascal Brandt<
> pas...@jembi.org>; Carl Fourie; Amuha, Monica<
> mam...@msh.org>; Linda Fogarty; Ellen Brazier<
> ebraz...@engenderhealth.org>; Paul Amendola; <
> ernest.os...@rescue.org>; Benjamin Winters
> Subject: [Dhis2-users] DHIS version 2.16 released
>
> ___
> 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
>
___
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] DHIS version 2.16 released

2014-07-25 Thread Kader Irchad Barry
Congratulations Lars and to the development team. Glad to see these new
features enrich the application. What is the process for suggesting new
features?

Best regards,
Kader
Le 25 juil. 2014 19:25, "Marta Vila"  a écrit :

> Great features! ;)
>
> congratulations to the whole dev team,
>
> have a good weekend!!!
>
>
> On 25 July 2014 18:05, Muhammad Salihu  wrote:
>
>> Great work Lars!!!
>> Kudos to you and the team. We will test and give feedback.
>>
>> Regards,
>>
>> Muhammad Salihu
>> --
>> Sent from my mobile
>>
>> -Original Message-
>> From: Lars Helge Øverland 
>> Sender: "Dhis2-users"
>>  Date:
>> Fri, 25 Jul 2014 18:01:10
>> To: DHIS 2 Developers list; DHIS 2 Users
>> list; Vincent Shaw;
>> Calle Hedberg; Ayub Manya;
>> Martin Osumba; Schaefer, Petra<
>> pschae...@sure.ug>; Paul Bouey; Gehron, Michael M<
>> gehro...@state.gov>; Tyler R Smith; Jorge Queipo<
>> jque...@usa-ctc.com>; Bale, Jeffrey M. (CDC/CGH/DGHA) (CTR);
>> Denis Adaletey; Austen Peter Davis<
>> austen.da...@norad.no>; Lene Jeanette Lothe;
>> Egwuma Efo; Lakshmi Balachandran<
>> lbalachand...@clintonhealthaccess.org>; Gaurav Bhattacharya<
>> gbhattacha...@clintonhealthaccess.org>; Kiran Prakash<
>> kprak...@thoughtworks.com>; Megan McGuire;
>> Carme BARALDES; Carl Leitner<
>> cleit...@capacityplus.org>; Jaco Venter; Chris Seebregts<
>> ch...@jembi.org>; Chris Moyo; sundeep<
>> sundeep.sa...@gmail.com>; Jørn Braa; Pascal Brandt<
>> pas...@jembi.org>; Carl Fourie; Amuha, Monica<
>> mam...@msh.org>; Linda Fogarty; Ellen Brazier<
>> ebraz...@engenderhealth.org>; Paul Amendola; <
>> ernest.os...@rescue.org>; Benjamin Winters
>> Subject: [Dhis2-users] DHIS version 2.16 released
>>
>> ___
>> 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
>>
>
>
> ___
> 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] DHIS version 2.16 released

2014-07-25 Thread Prosper BT
Congs team

Regards


On Fri, Jul 25, 2014 at 8:59 PM, Kader Irchad Barry 
wrote:

> Congratulations Lars and to the development team. Glad to see these new
> features enrich the application. What is the process for suggesting new
> features?
>
> Best regards,
> Kader
> Le 25 juil. 2014 19:25, "Marta Vila"  a écrit :
>
> Great features! ;)
>>
>> congratulations to the whole dev team,
>>
>> have a good weekend!!!
>>
>>
>> On 25 July 2014 18:05, Muhammad Salihu  wrote:
>>
>>> Great work Lars!!!
>>> Kudos to you and the team. We will test and give feedback.
>>>
>>> Regards,
>>>
>>> Muhammad Salihu
>>> --
>>> Sent from my mobile
>>>
>>> -Original Message-
>>> From: Lars Helge Øverland 
>>> Sender: "Dhis2-users"
>>>  Date:
>>> Fri, 25 Jul 2014 18:01:10
>>> To: DHIS 2 Developers list; DHIS 2
>>> Users list; Vincent Shaw<
>>> vps...@gmail.com>; Calle Hedberg; Ayub Manya<
>>> ayubma...@gmail.com>; Martin Osumba;
>>> Schaefer, Petra; Paul Bouey;
>>> Gehron, Michael M; Tyler R Smith;
>>> Jorge Queipo; Bale, Jeffrey M. (CDC/CGH/DGHA)
>>> (CTR); Denis Adaletey; Austen Peter
>>> Davis; Lene Jeanette Lothe<
>>> lene.jeanette.lo...@norad.no>; Egwuma Efo;
>>> Lakshmi Balachandran; Gaurav
>>> Bhattacharya; Kiran Prakash<
>>> kprak...@thoughtworks.com>; Megan McGuire;
>>> Carme BARALDES; Carl Leitner<
>>> cleit...@capacityplus.org>; Jaco Venter; Chris Seebregts<
>>> ch...@jembi.org>; Chris Moyo; sundeep<
>>> sundeep.sa...@gmail.com>; Jørn Braa; Pascal Brandt<
>>> pas...@jembi.org>; Carl Fourie; Amuha, Monica<
>>> mam...@msh.org>; Linda Fogarty; Ellen
>>> Brazier; Paul Amendola<
>>> paul.amend...@rescue.org>; ; Benjamin Winters<
>>> bwint...@akros.com>
>>> Subject: [Dhis2-users] DHIS version 2.16 released
>>>
>>> ___
>>> 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
>>>
>>
>>
>> ___
>> 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
>
>


-- 
Prosper Behumbiize, MPH
Phone:+256 414 320076
Cell: +256 772 139037
 +256 752 751776
___
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] DHIS version 2.16 released

2014-07-25 Thread Nicola Hobby
Whoa. Awesome. Thanks for the amazing work you guys do.  Can't wait to put
it through the ringer!
Nicola


On Fri, Jul 25, 2014 at 12:01 PM, Lars Helge Øverland 
wrote:

> Hi all,
>
> DHIS version 2.16 is out and we have some great new features:
>
>
> *- Tracker capture app:* We have a completely new app for tracking
> persons and other entities. This app lets you register and search persons.
> It features a dashboard which gives you the complete overview of the
> person. It is customizable and designed around widgets, making it easy to
> place the information you need where you need it. It currently features
> widgets for enrollment, profile, data capture through stages, summary
> report, relationships, notes and current selections. This app will
> eventually replace the individual records module. Check it out by selecting
> org units at the lowest level in the hierarchy and the TB program on the
> demo.
>
> Demo Search
>  | Demo
> Dashboard
> 
> | Docs 
>
>
> *- Event visualizer app:* A new app for creating charts based on events.
> Works similarly to event reports. It lets you create aggregated event data
> visualizations based on flexible queries on attributes and data elements.
> It lets you analyze events based on time periods, organisation units and
> group sets, and place any dimension as chart series, category and filters.
> It supports a range of options for controlling the range and domain axis,
> target and base lines, labels and chart title. You can save your charts as
> favorites and share them with others. Charts can be downloaded as PNG
> images and PDF documents. Check out the favorites on the demo.
>
> Demo
> 
> | Docs 
>
>
> *- Event charts in dashboard:* The charts created in event visualizer can
> easily be included in the dashboard, as a separate dashboard or together
> with "aggregate" analysis. Simply search from the dashboard search field
> and look under "event charts", then click add next to each chart. Click on
> "Inpatient Morbidity Mortality" dashboard on demo.
>
> Demo
> 
>
>
> *- Org unit group sets in event analysis:* The event reports and
> visualizer apps now enables analysis of organisation unit group set based
> dimensions. This means that you can easily create analysis of events across
> e.g. facility types and ownership without going through aggregation queries.
>
> Demo
> 
>
>
> *- Multiple calendars for data capture:* The system now supports a range
> of calendars for data capture, including Ethiopian, Gregorian, Islamic, ISO
> 8601, Julian, Nepali, Thai. You can set which calendar to use under
> Settings > Calendar.
>
> Demo
> 
>
>
> *- Data synchronization:* You can synchronize data collected in a local
> instance of DHIS 2 with another, remote instance of DHIS 2. This is useful
> e.g. in a scenario where you have multiple DHIS 2 instances deployed partly
> offline in the field and want them to automatically submit data to a
> central, online instance of DHIS 2. To enable sync first go Settings >
> Synchronization and enter the URL, username and password of the remote
> server. Second, go to Data administration > Data synchronization and set
> strategy to enabled. The system will attempt a synchronization request
> every minute.
>
> Demo
> 
>  |
> Docs 
>
>
> *- Data value audit trail:* Audit trail, i.e. the history of
> modifications happened to a data value, is now supported. This is useful in
> order to keep track of changes and manage changes in cases where multiple
> people are working on the same data. Check it out in data entry by editing
> a field a few times, clicking in the input cell to open the history dialog
> and click on Audit trail.
>
> Demo  |
> Screenshot 
>
>
> *- Totals in validation rules:* You can now insert data element category
> option totals directly in validation rules. This should make the validation
> rule expression less verbose and more manageable. Click on "edit left side"
> on the demo.
>
> Demo
> 
>
>
> *- Top menu search:* The top menu now has a search field whic

Re: [Dhis2-users] DHIS version 2.16 released

2014-07-25 Thread Bharath
great work team as usual...nice features


On Fri, Jul 25, 2014 at 9:31 PM, Lars Helge Øverland 
wrote:

> Hi all,
>
> DHIS version 2.16 is out and we have some great new features:
>
>
> *- Tracker capture app:* We have a completely new app for tracking
> persons and other entities. This app lets you register and search persons.
> It features a dashboard which gives you the complete overview of the
> person. It is customizable and designed around widgets, making it easy to
> place the information you need where you need it. It currently features
> widgets for enrollment, profile, data capture through stages, summary
> report, relationships, notes and current selections. This app will
> eventually replace the individual records module. Check it out by selecting
> org units at the lowest level in the hierarchy and the TB program on the
> demo.
>
> Demo Search
>  | Demo
> Dashboard
> 
> | Docs 
>
>
> *- Event visualizer app:* A new app for creating charts based on events.
> Works similarly to event reports. It lets you create aggregated event data
> visualizations based on flexible queries on attributes and data elements.
> It lets you analyze events based on time periods, organisation units and
> group sets, and place any dimension as chart series, category and filters.
> It supports a range of options for controlling the range and domain axis,
> target and base lines, labels and chart title. You can save your charts as
> favorites and share them with others. Charts can be downloaded as PNG
> images and PDF documents. Check out the favorites on the demo.
>
> Demo
> 
> | Docs 
>
>
> *- Event charts in dashboard:* The charts created in event visualizer can
> easily be included in the dashboard, as a separate dashboard or together
> with "aggregate" analysis. Simply search from the dashboard search field
> and look under "event charts", then click add next to each chart. Click on
> "Inpatient Morbidity Mortality" dashboard on demo.
>
> Demo
> 
>
>
> *- Org unit group sets in event analysis:* The event reports and
> visualizer apps now enables analysis of organisation unit group set based
> dimensions. This means that you can easily create analysis of events across
> e.g. facility types and ownership without going through aggregation queries.
>
> Demo
> 
>
>
> *- Multiple calendars for data capture:* The system now supports a range
> of calendars for data capture, including Ethiopian, Gregorian, Islamic, ISO
> 8601, Julian, Nepali, Thai. You can set which calendar to use under
> Settings > Calendar.
>
> Demo
> 
>
>
> *- Data synchronization:* You can synchronize data collected in a local
> instance of DHIS 2 with another, remote instance of DHIS 2. This is useful
> e.g. in a scenario where you have multiple DHIS 2 instances deployed partly
> offline in the field and want them to automatically submit data to a
> central, online instance of DHIS 2. To enable sync first go Settings >
> Synchronization and enter the URL, username and password of the remote
> server. Second, go to Data administration > Data synchronization and set
> strategy to enabled. The system will attempt a synchronization request
> every minute.
>
> Demo
> 
>  |
> Docs 
>
>
> *- Data value audit trail:* Audit trail, i.e. the history of
> modifications happened to a data value, is now supported. This is useful in
> order to keep track of changes and manage changes in cases where multiple
> people are working on the same data. Check it out in data entry by editing
> a field a few times, clicking in the input cell to open the history dialog
> and click on Audit trail.
>
> Demo  |
> Screenshot 
>
>
> *- Totals in validation rules:* You can now insert data element category
> option totals directly in validation rules. This should make the validation
> rule expression less verbose and more manageable. Click on "edit left side"
> on the demo.
>
> Demo
> 
>
>
> *- Top menu search:* The top menu now has a search field which you can
> use to more quickly find the apps you are searchi

Re: [Dhis2-users] DHIS version 2.16 released

2014-07-25 Thread Nayeem Al Mifthah
Great job... so cool features has added.

Development on tracker, webAPI, and visualizer are fantastic

Congratulation and many many thanks to dTeam
On 25 Jul 2014 22:01, "Lars Helge Øverland"  wrote:

> Hi all,
>
> DHIS version 2.16 is out and we have some great new features:
>
>
> *- Tracker capture app:* We have a completely new app for tracking
> persons and other entities. This app lets you register and search persons.
> It features a dashboard which gives you the complete overview of the
> person. It is customizable and designed around widgets, making it easy to
> place the information you need where you need it. It currently features
> widgets for enrollment, profile, data capture through stages, summary
> report, relationships, notes and current selections. This app will
> eventually replace the individual records module. Check it out by selecting
> org units at the lowest level in the hierarchy and the TB program on the
> demo.
>
> Demo Search
>  | Demo
> Dashboard
> 
> | Docs 
>
>
> *- Event visualizer app:* A new app for creating charts based on events.
> Works similarly to event reports. It lets you create aggregated event data
> visualizations based on flexible queries on attributes and data elements.
> It lets you analyze events based on time periods, organisation units and
> group sets, and place any dimension as chart series, category and filters.
> It supports a range of options for controlling the range and domain axis,
> target and base lines, labels and chart title. You can save your charts as
> favorites and share them with others. Charts can be downloaded as PNG
> images and PDF documents. Check out the favorites on the demo.
>
> Demo
> 
> | Docs 
>
>
> *- Event charts in dashboard:* The charts created in event visualizer can
> easily be included in the dashboard, as a separate dashboard or together
> with "aggregate" analysis. Simply search from the dashboard search field
> and look under "event charts", then click add next to each chart. Click on
> "Inpatient Morbidity Mortality" dashboard on demo.
>
> Demo
> 
>
>
> *- Org unit group sets in event analysis:* The event reports and
> visualizer apps now enables analysis of organisation unit group set based
> dimensions. This means that you can easily create analysis of events across
> e.g. facility types and ownership without going through aggregation queries.
>
> Demo
> 
>
>
> *- Multiple calendars for data capture:* The system now supports a range
> of calendars for data capture, including Ethiopian, Gregorian, Islamic, ISO
> 8601, Julian, Nepali, Thai. You can set which calendar to use under
> Settings > Calendar.
>
> Demo
> 
>
>
> *- Data synchronization:* You can synchronize data collected in a local
> instance of DHIS 2 with another, remote instance of DHIS 2. This is useful
> e.g. in a scenario where you have multiple DHIS 2 instances deployed partly
> offline in the field and want them to automatically submit data to a
> central, online instance of DHIS 2. To enable sync first go Settings >
> Synchronization and enter the URL, username and password of the remote
> server. Second, go to Data administration > Data synchronization and set
> strategy to enabled. The system will attempt a synchronization request
> every minute.
>
> Demo
> 
>  |
> Docs 
>
>
> *- Data value audit trail:* Audit trail, i.e. the history of
> modifications happened to a data value, is now supported. This is useful in
> order to keep track of changes and manage changes in cases where multiple
> people are working on the same data. Check it out in data entry by editing
> a field a few times, clicking in the input cell to open the history dialog
> and click on Audit trail.
>
> Demo  |
> Screenshot 
>
>
> *- Totals in validation rules:* You can now insert data element category
> option totals directly in validation rules. This should make the validation
> rule expression less verbose and more manageable. Click on "edit left side"
> on the demo.
>
> Demo
> 
>
>
> *- Top menu search:* The 

Re: [Dhis2-users] [Dhis2-devs] dhis 2.16 update

2014-07-25 Thread Deemoyes
Hi Peder,Any info on the J2ME 2.16 Tracker?Regards,Adedayo  Sent from my BlackBerry 10 smartphone. From: DeemoyesSent: Friday, 4 July 2014 07:13To: Peder Andreas Nergaard; Knut Staring; Assetta BARACc: dhis2-users@lists.launchpad.net; dhis2-d...@lists.launchpad.netSubject: Re: [Dhis2-users] [Dhis2-devs]  dhis 2.16 updateOh great, thanks  Sent from my BlackBerry 10 smartphone. From: Peder Andreas NergaardSent: Friday, 4 July 2014 04:36To: Deemoyes; Knut Staring; Assetta BARACc: dhis2-users@lists.launchpad.net; dhis2-d...@lists.launchpad.netSubject: Re: [Dhis2-users] [Dhis2-devs]  dhis 2.16 update
  

  
  
Hi Dayo,

It's on its way! Apologies for the delay.

Br,

_Andreas_

On 03. juli 2014 20:38, Deemoyes wrote:


  
  Hi Peder,
  
  
  Just a reminder
on the tracker ‎J2ME for 2.16.
  
  
  Regards,
  
  
  Adedayo
  
  
  Sent from my BlackBerry
10 smartphone.
  

  

  
From: Peder Andreas Nergaard
Sent: Monday, 30 June 2014 08:23
To: Knut Staring; Assetta BARA
Cc: dhis2-users@lists.launchpad.net;
  dhis2-d...@lists.launchpad.net
Subject: Re: [Dhis2-users] [Dhis2-devs]
  dhis 2.16 update
  

  

  
  
   Assetta,

We are starting a major development on Tracker for Android now,
and hope to be able to present the first client in 2.17.

Br,

_Andreas_

On 29. juni 2014 21:38, Knut
  Staring wrote:


  Sault Assetta,


On peut effectivement vérifier les versions mobiles
  aussi sur un ordinateur portable. Il n'y a pas Tracker
  dans la version smartphone encore, mais il ya certaines
  fonctionnalités de Tracker dans la version basic:


https://apps.dhis2.org/demo/light/index.action

https://apps.dhis2.org/demo/mobile/index


  
  

On Sun, Jun 29, 2014 at 5:54 PM,
  Assetta BARA 
  wrote:
  

  
Salut à tous; 

  Peter,moi j'arrive plus à voir le tracker
avec mon smartphone en choisissant l'option
Basic ou smartphone est ce normal? Merci

  Assetta

  


  

Le Lundi
  23 juin 2014 17h51, Peder Andreas Nergaard
  

  a écrit :
 
  
  
  

  

   Hi Dayo,

If you are talking about J2ME, we
will provide a fully generic tracker
application for 2.16. If you want to
test it, please give a heads up and
we can send you a pre-release. For
2.15 we have an application which is
in final testing in a real project
now, and that supports the
traditional patient use case.

Re: [Dhis2-users] DHIS version 2.16 released

2014-07-25 Thread Lamin Jawara
Congratulation to the whole team !!! job well done :)  
 
Lamin B. Jawara 
Ministry of Health & Social Welfare
Tel: +220 9907404 / 7229017 
Email: lbjaw...@yahoo.com
Web: http://lbjawara.wordpress.com


On Friday, July 25, 2014 8:10 PM, Nayeem Al Mifthah  wrote:
 


Great job... so cool features has added.
Development on tracker, webAPI, and visualizer are fantastic
Congratulation and many many thanks to dTeam
On 25 Jul 2014 22:01, "Lars Helge Øverland"  wrote:

Hi all,
>
>
>DHIS version 2.16 is out and we have some great new features:
>
>
>
>
>- Tracker capture app: We have a completely new app for tracking persons and 
>other entities. This app lets you register and search persons. It features a 
>dashboard which gives you the complete overview of the person. It is 
>customizable and designed around widgets, making it easy to place the 
>information you need where you need it. It currently features widgets for 
>enrollment, profile, data capture through stages, summary report, 
>relationships, notes and current selections. This app will eventually replace 
>the individual records module. Check it out by selecting org units at the 
>lowest level in the hierarchy and the TB program on the demo.
>
>
>Demo Search | Demo Dashboard | Docs
>
>
>
>
>- Event visualizer app: A new app for creating charts based on events. Works 
>similarly to event reports. It lets you create aggregated event data 
>visualizations based on flexible queries on attributes and data elements. It 
>lets you analyze events based on time periods, organisation units and group 
>sets, and place any dimension as chart series, category and filters. It 
>supports a range of options for controlling the range and domain axis, target 
>and base lines, labels and chart title. You can save your charts as favorites 
>and share them with others. Charts can be downloaded as PNG images and PDF 
>documents. Check out the favorites on the demo.
>
>
>Demo | Docs
>
>
>
>
>- Event charts in dashboard: The charts created in event visualizer can easily 
>be included in the dashboard, as a separate dashboard or together with 
>"aggregate" analysis. Simply search from the dashboard search field and look 
>under "event charts", then click add next to each chart. Click on "Inpatient 
>Morbidity Mortality" dashboard on demo.
>
>
>Demo
>
>
>
>
>- Org unit group sets in event analysis: The event reports and visualizer apps 
>now enables analysis of organisation unit group set based dimensions. This 
>means that you can easily create analysis of events across e.g. facility types 
>and ownership without going through aggregation queries.
>
>
>Demo
>
>
>
>
>- Multiple calendars for data capture: The system now supports a range of 
>calendars for data capture, including Ethiopian, Gregorian, Islamic, ISO 8601, 
>Julian, Nepali, Thai. You can set which calendar to use under Settings > 
>Calendar.
>
>
>Demo
>
>
>
>
>- Data synchronization: You can synchronize data collected in a local instance 
>of DHIS 2 with another, remote instance of DHIS 2. This is useful e.g. in a 
>scenario where you have multiple DHIS 2 instances deployed partly offline in 
>the field and want them to automatically submit data to a central, online 
>instance of DHIS 2. To enable sync first go Settings > Synchronization and 
>enter the URL, username and password of the remote server. Second, go to Data 
>administration > Data synchronization and set strategy to enabled. The system 
>will attempt a synchronization request every minute.
>
>
>Demo | Docs
>
>
>
>- Data value audit trail: Audit trail, i.e. the history of modifications 
>happened to a data value, is now supported. This is useful in order to keep 
>track of changes and manage changes in cases where multiple people are working 
>on the same data. Check it out in data entry by editing a field a few times, 
>clicking in the input cell to open the history dialog and click on Audit trail.
>
>
>Demo | Screenshot
>
>
>
>
>- Totals in validation rules: You can now insert data element category option 
>totals directly in validation rules. This should make the validation rule 
>expression less verbose and more manageable. Click on "edit left side" on the 
>demo.
>
>
>Demo
>
>
>
>
>- Top menu search: The top menu now has a search field which you can use to 
>more quickly find the apps you are searching for. Hover the apps link on the 
>demo.
>
>
>Demo
>
>
>
>
>- Test email settings: Under Settings > Email there is now a link for testing 
>your email settings by having the system send a test email to the email 
>associated with your account. This will make it more easy to verify your 
>settings and discover issues with the SMTP setup.
>
>
>Demo
>
>
>
>
>- Data visualizer layout: The layout dialog in visualizer now has the same 
>design as pivot table and event reports app, with three screens for series, 
>category and filter. This is done to harmonize all analysis apps and make it 
>simper to set multiple filters. Click "layout" on the demo.
>
>

Re: [Dhis2-users] DHIS version 2.16 released

2014-07-25 Thread Dr.Chansaly
Dear All,

This is really useful information summaries all feature of new version of 
DHIS2, I will share this with my team and update them about this. Thank again’

 

Kind regards,

 

 

Dr. Chansaly

 

From: Dhis2-users 
[mailto:dhis2-users-bounces+hsipchansaly=etllao@lists.launchpad.net] On 
Behalf Of Lars Helge Øverland
Sent: Friday, July 25, 2014 11:01 PM
To: DHIS 2 Developers list; DHIS 2 Users list; Vincent Shaw; Calle Hedberg; 
Ayub Manya; Martin Osumba; Schaefer, Petra; Paul Bouey; Gehron, Michael M; 
Tyler R Smith; Jorge Queipo; Bale, Jeffrey M. (CDC/CGH/DGHA) (CTR); Denis 
Adaletey; Austen Peter Davis; Lene Jeanette Lothe; Egwuma Efo; Lakshmi 
Balachandran; Gaurav Bhattacharya; Kiran Prakash; Megan McGuire; Carme 
BARALDES; Carl Leitner; Jaco Venter; Chris Seebregts; Chris Moyo; sundeep; Jørn 
Braa; Pascal Brandt; Carl Fourie; Amuha, Monica; Linda Fogarty; Ellen Brazier; 
Paul Amendola; ernest.os...@rescue.org; Benjamin Winters
Subject: [Dhis2-users] DHIS version 2.16 released

 

Hi all,

 

DHIS version 2.16 is out and we have some great new features:

 

 

- Tracker capture app: We have a completely new app for tracking persons and 
other entities. This app lets you register and search persons. It features a 
dashboard which gives you the complete overview of the person. It is 
customizable and designed around widgets, making it easy to place the 
information you need where you need it. It currently features widgets for 
enrollment, profile, data capture through stages, summary report, 
relationships, notes and current selections. This app will eventually replace 
the individual records module. Check it out by selecting org units at the 
lowest level in the hierarchy and the TB program on the demo.

 

Demo Search  
 | Demo Dashboard 

  | Docs  

 

 

- Event visualizer app: A new app for creating charts based on events. Works 
similarly to event reports. It lets you create aggregated event data 
visualizations based on flexible queries on attributes and data elements. It 
lets you analyze events based on time periods, organisation units and group 
sets, and place any dimension as chart series, category and filters. It 
supports a range of options for controlling the range and domain axis, target 
and base lines, labels and chart title. You can save your charts as favorites 
and share them with others. Charts can be downloaded as PNG images and PDF 
documents. Check out the favorites on the demo.

 

Demo 

  | Docs  

 

 

- Event charts in dashboard: The charts created in event visualizer can easily 
be included in the dashboard, as a separate dashboard or together with 
"aggregate" analysis. Simply search from the dashboard search field and look 
under "event charts", then click add next to each chart. Click on "Inpatient 
Morbidity Mortality" dashboard on demo.

 

Demo  

 

 

- Org unit group sets in event analysis: The event reports and visualizer apps 
now enables analysis of organisation unit group set based dimensions. This 
means that you can easily create analysis of events across e.g. facility types 
and ownership without going through aggregation queries.

 

Demo 

 

 

 

- Multiple calendars for data capture: The system now supports a range of 
calendars for data capture, including Ethiopian, Gregorian, Islamic, ISO 8601, 
Julian, Nepali, Thai. You can set which calendar to use under Settings > 
Calendar.

 

Demo 

 

 

 

- Data synchronization: You can synchronize data collected in a local instance 
of DHIS 2 with another, remote instance of DHIS 2. This is useful e.g. in a 
scenario where you have multiple DHIS 2 instances deployed partly offline in 
the field and want them to automatically submit data to a central, online 
instance of DHIS 2. To enable sync first go Settings > Synchronization and 
enter the URL, username and password of the remote server. Second, go to Data 
administration > Data synchronization and set strategy to enabled. The system 
will attempt a synchronization request every minute.

 

Demo 

  | Docs  

 


- Data value audit trail: Audit trail, i.e. the history of modifications 
happened to a data value, is now supported. This is useful in order to keep 
track