Re: [Dhis2-users] [Dhis2-devs] HOW TO DOWNLOAD TEI'S FROM 2.29 TRACKER CAPTURE

2018-09-21 Thread Seleman Ally

The feature that my friends on thisemail thread try to explain I believe is 
very useful. It obvious that a lot of end-userson different tracker projects 
that I know were benefiting a lot with the namedfeature for generating some 
kind of LineListing report (profile) with selected attributes by all the 
organizationunits which are under their responsibility (User organisation unit).

Thanks Markus for the API, it worksfine for me. Though, in a quick glance it 
couldn't show the attributes with datatype "Date". Probably is because I am 
using data format ISO 8601 03-31-1981 (dd-MM-). However, the shared APIhas 
been useful, at least I managed to cool down the anger of my clients


Regardsto the security concern: I am100% agreed. However, I think we should 
trade-off because now the Tracker has varioususe-cases in every sector, it is 
no longer in health sector alone. Even in a Healthsometimes one would like to 
generate the line listing of the patients / clientsenrolled on their Districts 
(with other attributes, not necessary with names). Ithink we should have the 
option not necessary there, then during thecustomization one can activate it if 
want to use 

If we think for a security reasonsit is not safe having that functionality at 
Tracker Data entry (which I support), then we shouldimplement the same 
functionality on Even Report. But we may need to improve itby giving an option 
of giving line listing based on Attributes only (without interferethe events on 
given period). The big limitation with event report is justgiving the all 
events on the row in a given period of time. If one person has10 transactions 
(events) in given period of time, it will appear 10 times onthe event rows. 
Furthermore the person if is not assigned into any Programstage will not show 
up on events, which are not required if one generate theProfile report. 

I think all these are things whichneed to be considered. May be we should 
request these on JIRA!!



Best regards
Sele


On Wednesday, August 22, 2018, 2:41:29 PM GMT+3, Kamugunga Adolphe 
 wrote:  
 
 Hi Markus,
I think what Stanley is trying to express here, applies to all about good 
features that  our end-users are familiar with, and  which get disappeared from 
version to versions.  In the older versions, an end-user at higher Orgunit 
might list all TEI  recorded simply by selecting specific OU. From this list 
he/she can immediately opt to list all, active enrollment, completed , etc 
depending on what is needed for further analysis without passing through Event 
reports app. 

We have received the same complaints from program using Tracker based  systems. 
Because this way of listing TEI is quick  and i would advocate if you can 
explore the possibility of activating again.
On the other hand, i need to hear from the community regarding  DHIS 2.29  if 
the Event report  app is generating tables with cases based data captured after 
upgrading. My tracker system is misbehaving after upgrading to 2.29, the Event 
reports app is no aggregating cases reported after upgrade while the scheduled  
analytics seems to run correctly . Has it reported or someone has hint?
Regards,

Adolphe Kamugunga
MIS Technical Advisor
Mobile: +250 788 740 578
Email:kaa...@gmail.com
Skype: ka.adolphe
 RWANDA



On Wed, 22 Aug 2018 at 12:29, Markus Bekken  wrote:

Hey again!Can you send me the full link you are trying, and also the link to 
the login page of your dhis instance?
Markus


22. aug. 2018 kl. 08:57 skrev Stanley Kalyati :
Hi Markus,
I have tried wgoing directly to the API but i keep getting this errorWhat could 
be the problem.I am using version 2.29
HTTP Status 404 - /2.29/api/29/trackedEntityInstances/query.csv

On Thu, Jul 5, 2018 at 9:32 AM Markus Bekken  wrote:

Hey Stanley,thanks for the feedback.
You can go directly to the API and get the 
CSV:https://play.dhis2.org/2.28/api/28/trackedEntityInstances/query.csv?ou=ImspTQPwCqd=DESCENDANTS=WSGAb5XwJ3Y
- ou would be the UID of your top/root organization unit. - program would be 
the uid of the program you want to download TEIs for.
You can perhaps create a "external resource" and put this link on a dashboard 
for use of your end users.
Let me know if this helps :)
Markus

5. jul. 2018 kl. 10:18 skrev Stanley Kalyati :
Hey Markus,
This makes alot of sense though.
However,my issue is when i want to download the entire list of TEI's into an 
excel or CV for other analysis outside DHIS2,i can not do so.Initially i would 
simply List All and download the list of TEI's.
If there is a way i can do that,then thats fine.
Thank you
Stanley
On Thu, Jul 5, 2018 at 9:06 AM Markus Bekken  wrote:

Hey Stanley,You are right - the "List all" button is no longer there in the 
reworked UI of 2.29. We are actively working on making the Tracker data more 
secure, and the use case for the list all function was perhaps not understood 
properly by us when we designed 2.29. Can you let us know a bit about your use 
case? Will the end user 

Re: [Dhis2-users] Tracker Program Stages order

2018-09-13 Thread Seleman Ally
Hi Team, If I should jump in. I have been facing the same challenge from verson 
2.26 to 2.30. In my case it happens when you change the date format from 
-mm-dd to dd-mm-. 
I think something should be done, do behave right in a good order. 
Regards
Sele

Sent from Yahoo Mail on Android 
 
  On Thu, Sep 13, 2018 at 16:44, Markus Bekken wrote:   
___
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] Get Date Values

2018-08-16 Thread Seleman Ally
Dear Walu, see the SQL below, you can see the number of tables related with 
data value table. 

..
SELECT de.uid, de.name, ps.iso, dv.sourceid, org.name AS OrgUnit, 
dv.categoryoptioncomboid AS categoryoptioncombo, cat.uid AS 
categoryoptioncomboUID, dv.value

FROM datavalue dvinner join dataelement de ON de.dataelementid=dv.dataelementid
inner join period pe ON pe.periodid=dv.periodid
inner join _periodstructure ps ON dv.periodid=ps.periodid
inner join organisationunit org ON org.organisationunitid=dv.sourceid
inner join categoryoptioncombo cat ON cat.categoryoptioncomboid = 
dv.categoryoptioncomboid

WHERE ps.iso='201801' AND org.uid='oBI1EjCjKgq' AND de.name='IPD_Death'
 
..
Regards
Sele
On Thursday, August 16, 2018, 9:54:17 AM GMT+3, Walusiku Muyunda 
 wrote:  
 
 Hello,
We recently implemented DHIS2 for our data collection needs and are currently 
looking at the first data submitted. Am just getting used to the table 
structure and need help on where the Data Set data entry dates/periods are 
saved. In the datavalue table I have a field periodid but cant seem to find 
what table to link it to to get the actual dates. the period and periodtype 
tables dont seem to have the actual dates when the data was being reported. 
Please help.
Thank you.
Walusiku J. Muyunda

"We have heaven to win and hell to shun, our lives testify better!"
___
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] Extracting Data value from Program Indicators to Aggregated data elements

2018-08-12 Thread Seleman Ally

Dear team, 

I have ascenario on tracker with several hundred “Program Indicators” due to 
differentage band which are auto calculated based on Date of birth. My 
intention is to createa simple/basic ETL whereby I can extract values program 
indicators  on monthlybasis or quarterly basis and load manually to Aggregated 
Data elements on the other instance (DHIS2) . 

One of option isto insert in program indicators a Category option comb + 
Attribute option comb onthe attributes on program indicators as a program 
indicator allow this. Now, mychallenges is on how to pull a program indicators 
by using SQL view or Web APIwith all necessary attributes especially category 
option comb and Attributeoption comb and values. 

Anyone ever performedthis??, any advice will be much appreciated. 

Best regards
Sele___
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] SCORE CARD 2.4 BETA 1.4

2018-06-01 Thread Seleman Ally
 Thanks John and Stanley. 
It doesn't work for me either
Best Regards
Sele
On Friday, June 1, 2018, 9:03:11 AM GMT+3, Stanley Kalyati 
 wrote:  
 
 Hi John,
Actually i am using widget for version 2.4 and thats the one that is not 
working.
On Thu, May 31, 2018 at 11:23 PM, John Mukulu  wrote:

Try to download scorecard widget for version 2.4, make sure you're not using 
widget for scorecard version 2.2
You can find out version you're using in app management. Let us know if you're 
still facing challenges with version 2.4 of the widget.

John Francis Mukulu
Software Architect, HISPTZ
http://hisptanzania.org/
On Thu, May 31, 2018, 18:38 Stanley Kalyati  wrote:

I am using DHIS2 version 2.29 latest build.I have installed both the app and 
the widget and when i create Score Cards using the app all is well.But when i 
try to share the table using the widget,the widget is not working at all.
Has anyone experienced this? And if so what is the solution?
Regards
Stanley__ _
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] [Dhis2-devs] Program Rule not responding to "false" data type

2018-05-16 Thread Seleman Ally
 Hi Calle, 

Thanks a lot for your advice. However, the 1 (yes/true) and 0 (no/false) works 
for Program Indicators but I doesn't work for a Program Rule.. I even tested 
few minutes ago but i doesn't for program Rule. 

Best Regards
Sele

On Wednesday, May 16, 2018, 11:48:03 AM GMT+3, Calle Hedberg 
<calle.hedb...@gmail.com> wrote:  
 
 Hi
use 1 (yes/true) and 0 (no/false) instead
regardscalle
On 15 May 2018 at 16:35, Seleman Ally <seleman_a...@yahoo.com> wrote:


Dear Team, 

 For a several versions of DHIS2 (Including 2.29), I havebeen struggling to 
create responsiveProgram Rule for attribute or data elements with Yes/No type. 
There is noproblem at all on Yes =false part,but I haven't been successful when 
the action is related with false part. 

Let me know what is not happening? 

Regards

 

Sele


__ _
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





-- 

***

Calle Hedberg

46D Alma Road, 7700 Rosebank, SOUTH AFRICA 

Tel/fax (home): +27-21-685-6472

Cell: +27-82-853-5352

Iridium SatPhone: +8816-315-19119

Email: calle.hedb...@gmail.com

Skype: calle_hedberg

***

  ___
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] Program Rule not responding to "false" data type

2018-05-15 Thread Seleman Ally

Dear Team, 

 For a several versions of DHIS2 (Including 2.29), I havebeen struggling to 
create responsiveProgram Rule for attribute or data elements with Yes/No type. 
There is noproblem at all on Yes =false part,but I haven't been successful when 
the action is related with false part. 

Let me know what is not happening? 

Regards

 

Sele

___
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] Tracked entity attributes Yes/No type, the program rule is semi-reactive

2018-05-14 Thread Seleman Ally

Dear Team, 

I am having a small challenge with Program Rule on latest version2.29. For the 
tracked entity attributes Yes/Notype, the program rule is semi-reactive.What I 
mean is, once you select the respective question with command say if !=true 
hide A,B and C tracked entity attributes, it doesn't respond instantly. Youmay 
need to click other field of tracked entity attributes before theparticular 
program rule to respond. 

I remember we had similar problem in one of 2.25 revision, Ithink the Challenge 
has come back again. 

Best Regards

Sele

___
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] Using age-type attributes in program indicator calculations

2018-04-03 Thread Seleman Ally
 Dear Markus and Nayeem, 
Thanks a lot, i will test that and definitely I will share my feedback. 
Thanks a lot 
Regards

On Tuesday, April 3, 2018, 10:23:04 AM GMT+3, Nayeem Al Mifthah 
<n.mift...@gmail.com> wrote:  
 
 Hi SaleCreate a data element ie. age in yearAssign to stage.Create a program 
rule variable with age/DoB attribute as any name ie. DOBCreate program rule to 
assign value to newly created data elementThe calculation should be 
d2:yearsBetween(DoB, event_date)


Nayeem Al Mifthah
Consultant for HSS, Health MIS, M and Surveillance
Email: n.mift...@gmail.com 
Cell:+8801914030574
Skype: nayeem.a.m
On Tue, Apr 3, 2018 at 12:57 PM, Seleman Ally <seleman_a...@yahoo.com> wrote:

 Hi Nayeem, this is very useful but the statement below was not very clear at 
least for me.  
"Later created a data element in program stage and assign age in year as a 
calculative value from program attribute 'age'."

Do you mind to elaborate a bit more, and which version  of DHIS2 are referring 
to? 
Thanks in advance
Regards
Sele 
On Tuesday, April 3, 2018, 4:42:08 AM GMT+3, Nayeem Al Mifthah 
<n.mift...@gmail.com> wrote:  
 
 Hi NickI have also notice the same problem. Later created a data element in 
program stage and assign age in year as a calculative value from program 
attribute 'age'.
It works! 

Regards,
Nayeem Al Mifthah
Consultant for HSS, HMIS, M, GIS and Surveillance

Kindly ignore typos.
On Mon, 2 Apr 2018, 23:07 Shurajit Dutta, <shurajitdu...@gmail.com> wrote:

Hi
I am trying to figure out the best method to use age-type attributes in program 
indicator calculations. As a simple example, let us say I want a program 
indicator which displays the age in years of a person. From what I can see, the 
age-type attribute stores its value as a date, according to the date of birth 
either selected or estimated based on what is entered in the years, weeks and 
months fields respectively during registration. If I want to use this date in a 
program indicator however it seems to not work correctly.
ie d2:yearsBetween(age, event_date) when used as an expressions as an example 
would not give me the correct age in years. Is there another way in which to 
make these types of program indicators work with the age-type attribute?
Thanks,Nick__ _
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] Using age-type attributes in program indicator calculations

2018-04-03 Thread Seleman Ally
 Hi Nayeem, this is very useful but the statement below was not very clear at 
least for me.  
"Later created a data element in program stage and assign age in year as a 
calculative value from program attribute 'age'."

Do you mind to elaborate a bit more, and which version  of DHIS2 are referring 
to? 
Thanks in advance
Regards
Sele 
On Tuesday, April 3, 2018, 4:42:08 AM GMT+3, Nayeem Al Mifthah 
 wrote:  
 
 Hi NickI have also notice the same problem. Later created a data element in 
program stage and assign age in year as a calculative value from program 
attribute 'age'.
It works! 

Regards,
Nayeem Al Mifthah
Consultant for HSS, HMIS, M, GIS and Surveillance

Kindly ignore typos.
On Mon, 2 Apr 2018, 23:07 Shurajit Dutta,  wrote:

Hi
I am trying to figure out the best method to use age-type attributes in program 
indicator calculations. As a simple example, let us say I want a program 
indicator which displays the age in years of a person. From what I can see, the 
age-type attribute stores its value as a date, according to the date of birth 
either selected or estimated based on what is entered in the years, weeks and 
months fields respectively during registration. If I want to use this date in a 
program indicator however it seems to not work correctly.
ie d2:yearsBetween(age, event_date) when used as an expressions as an example 
would not give me the correct age in years. Is there another way in which to 
make these types of program indicators work with the age-type attribute?
Thanks,Nick___
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] Using age-type attributes in program indicator calculations

2018-04-03 Thread Seleman Ally
 Hi Markus and the team, 
I think the issue is already created on JIRA since last year. May be we should 
push for it because this is stopping community from benefiting with this useful 
feature. The Jira link to the link is
https://jira.dhis2.org/browse/DHIS2-1309?jql=text%20~%20%22Age%22

Issue Navigator - DHIS 2 JIRA



| 
| 
|  | 
Issue Navigator - DHIS 2 JIRA


 |

 |

 |



Regards
SeleOn Tuesday, April 3, 2018, 9:30:31 AM GMT+3, Markus Bekken 
 wrote:  
 
 Nayeem, thanks for the workaround.
Nick, the proposed usage should have worked. Age should be treated as a normal 
date data type in the program indicators. Can you create a bug in jira?
Markus

3. apr. 2018 kl. 03:41 skrev Nayeem Al Mifthah :
Hi NickI have also notice the same problem. Later created a data element in 
program stage and assign age in year as a calculative value from program 
attribute 'age'.
It works! 

Regards,
Nayeem Al Mifthah
Consultant for HSS, HMIS, M, GIS and Surveillance

Kindly ignore typos.
On Mon, 2 Apr 2018, 23:07 Shurajit Dutta,  wrote:

Hi
I am trying to figure out the best method to use age-type attributes in program 
indicator calculations. As a simple example, let us say I want a program 
indicator which displays the age in years of a person. From what I can see, the 
age-type attribute stores its value as a date, according to the date of birth 
either selected or estimated based on what is entered in the years, weeks and 
months fields respectively during registration. If I want to use this date in a 
program indicator however it seems to not work correctly.
ie d2:yearsBetween(age, event_date) when used as an expressions as an example 
would not give me the correct age in years. Is there another way in which to 
make these types of program indicators work with the age-type attribute?
Thanks,Nick___
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] Score card

2018-03-26 Thread Seleman Ally
 Hi Akumba, try the link below
https://play.dhis2.org/appstore/
Regards

On Monday, March 26, 2018, 3:38:11 PM GMT+3, Barnabas Akumba 
 wrote:  
 
 Hello All,
Where can I get the Scorecard 2.4-beta-1.4 from.I just realised it isn't a 
default app that comes with a DHIS2 Setup.
Your usual quick response will be highly appreciated.
Regards

-- 
 Barnabas AKUMBA
Mobile: +2348036195778
Skype: barnabas.akumba___
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.29 is released

2018-03-07 Thread Seleman Ally
Congratulation to the Team for 2.29 releases with more interesting new 
features.  This will makes us standing tall as usual
Regards

Sent from Yahoo Mail on Android 
 
  On Thu, Mar 8, 2018 at 0:40, Lars Helge Øverland wrote:   
Hi all,




DHIS version 2.29 is out with many new features, apps and improvements.


Login with admin/district on the demo system to try it out.



ANALYTICS FEATURES

---


Dashboard app: A new dashboard app is now available which lets you arrange the 
dashboard items in a completely flexible way. It features better dashboard 
search, allows you to create shortcuts by marking dashboards as favorites, 
switch between visualization types such as pivot, chart and map and insert 
free-text items. Dashboards can be shared, translated and filtered.


Screenshot 1 | 2 | Demo | Docs



Maps app: A new maps app (previously GIS) is available, offering a new, 
intuitive and user-friendly interface for creating map layers. It lets you 
arrange the order of map layers in a simple way, and view the map data in a 
data table. Any number of map layers can be added to a map, even layers of the 
same type. The contents and order of map layers can be viewed in the left side 
menu.


Screenshot 1 | 2 | Demo | Docs



Last value aggregation type: A new “last value” aggregation type is available 
for aggregate and event analytics for data elements and attributes. This 
aggregation type will use the last available value or event in the time 
dimension, and either sum or average across other dimensions. This is useful 
e.g. for facility surveys to analyse data based on the last observation, or for 
“patients currently on care” type of analysis.


Screenshot | Demo



Pivot table scalability: The pivot table rendering engine is now around 10x 
more scalable, and allows for very large pivot tables to be viewed in the web 
browser. This is accomplished through progressive rendering, i.e. the browser 
will only render what you currently see and not load the entire pivot table 
into the browser memory.


Demo



Event reports table layout download: You can now download event reports in 
Excel or CSV format in the same tabular format which was rendered in the web 
browser.


Screenshot



Configurable financial year in analytics: The starting month of the financial 
year to use in all analytics apps can now be configured in the settings app. 
Available options are April, July and October.


Screenshot | Demo




TRACKER FEATURES

---


Data capture and data view sharing levels: The sharing solution has been 
extended with two new levels for “data capture” and “data view” access for 
users and user groups. These levels apply to programs, program stages, data 
sets and category options, and replaces the link between user roles and data 
sets/programs. This offers a simplified and more flexible access control 
solution.


Screenshot | Docs



Tracker programs in maintenance app: You can now create and modify tracker 
programs in the maintenance app. The workflow for creating programs have been 
made more intuitive and effective, where stages, sections, data entry forms and 
notifications can be created from within the main page.


Demo



Integrated search and registration: The steps for searching and registering new 
tracked entities are now integrated. When registering a new tracked entity 
instance, the registration form will automatically search for possible 
duplicates and alert the user in case of suspected duplicates. When a search 
comes back with no hits, the searched values are carried over to the 
registration form. 


Screenshot | Docs



Improved configurability and security in searches: Search authorization can now 
be granted to users at any location in the org unit structure, while also 
allowing for configuration that restricts the information returned in the 
search results per tracked entity instance. The max number of searchresults can 
also be restricted, to avoid general searches returning long lists of tracked 
entity instances.


Screenshot | Docs



Sending of messages based on program rules: You can now create program rules 
which trigger messages to be sent to designated recipients (through SMS, email 
or DHIS 2 messages) from a notification template. Messages are triggered when 
data is received by the DHIS 2 API based on events or tracked entity instances. 
This is useful e.g. for disease surveillance, where certain conditions would 
trigger an immediate message to a case investigator to follow up a notifiable 
case.


Demo | Docs



ID-generation based on functional patterns: Unique IDs can now be generated 
based on a configured pattern. The patterns can contain various components such 
as org unit code, year and sequential numbers.


Demo | Tutorial | Docs



Program indicator custom date boundaries: Program indicators can now query data 
relative to the reporting period. In the program indicator user interface there 
are now options for customizing what data is 

Re: [Dhis2-users] [WISCENTDs] Program indicators

2017-11-15 Thread Seleman Ally
Hi Grout and Markus,
Thanks for bringing the issues again. After the release and utilization of 
"Age" data value Type, we had a discussion about the challenges of not being 
usable in Analytic simply because program indicator expression don't recognize 
it. This was reported in JIRA. 

Markus regards to: "It turned out there is a small problem with the expression 
validator, but the program indicator should still work. A fix is checked in for 
the , please let me know if the indicator does not work"
It doesn't work for me.
I think the community shall benefit a lot if the useful "Age" data value type 
can be supported on Analytics
Best Regards  
 

On Tuesday, November 14, 2017 10:41 PM, Markus Bekken  
wrote:
 

 Hi Lise!1. You are right. It turned out there is a small problem with the 
expression validator, but the program indicator should still work. A fix is 
checked in for the , please let me know if the indicator does not work.2. If 
you are on 2.27 or later you can use program rules instead. There is a program 
rule action type that is called "Display text" and another one called "Display 
key value pair" that is used to show a dynamic text in your program. The 
dynamic text can be a program rule variable, and in configuring this variable 
you can choose wether you want it to contain code or name for option sets.
Markus

14. nov. 2017 kl. 18.24 skrev GROUT, Lise :
Dear all,   Two questions on program indicators (sorry if they have been asked 
already):1.  How to calculate the Age at clinical examination based on an 
Age-type attribute? I thought the Age type attribute was stored as a date, but 
the expression is invalid when using it (despite the same expression was valid 
with Date of birth). 2.  I have some program indicators that are equal to a 
data element (in order to make it visible/available across all stages). Would 
it be possible to display the name of the option set rather than the code?  
ThanksLise.  Dr. Lise GroutEpidemiologist  World Health OrganizationDepartment 
of Neglected Tropical Diseases (HTM/NTD/IDM)
Innovative and Intensified Disease Management Unit
20, Avenue Appia; CH-1211 Geneva 27
Tel. +41 22 791 2341Mobile +41 79 290 68 61Skype: 
tigrouvetohttp://www.who.int/neglected_diseases  
___
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] Calendar Issue in DHIS2

2017-10-11 Thread Seleman Ally
Thanks All, 

I am facing the similar problem even for the latest War file which I downloaded 
yesterday. 

Thanks for your collaboration

Regards
Sele
 

On Wednesday, October 11, 2017 7:23 AM, gourav sachdeva 
 wrote:
 

 Hi, 

I did Create an issue on JIRA. Kindly follow the given link.
https://jira.dhis2.org/browse/DHIS2-2357 

Thanks
On Wed, Oct 11, 2017 at 9:02 AM, Hannan Khan  wrote:

Thanks Gourav. 
We just experience a similar Case. In that form we have 3 date field and 2 
appears in place and one is lost; wait I found at the bottom after scrolling 
down.
We are using version 26. Please let me know the Jira issue tracker, so that I 
can followup. 
Regards
Hannan 
On Tue, Oct 10, 2017 at 12:04 PM, gourav sachdeva  
wrote:

Hello Team,
Greetings of the Day,
We are facing the issue in calendar whenever we select the date, the calendar 
doesn't pop up on it's specified location rather it comes in the end of the 
page and the screen also get splits into two parts.
We have also attached the screenshot from the demo version of dhis2 
(https://play.dhis2.org/demo).  
Kindly look into the issue. We hope for the positive response from your side.

Thanks & Regards,HISP India
__ _
Mailing list: https://launchpad.net/~dhis2-u sers
Post to     : dhis2-us...@lists.launchpad.ne t
Unsubscribe : https://launchpad.net/~dhis2-u sers
More help   : https://help.launchpad.net/Lis tHelp





-- 
Muhammad Abdul Hannan KhanTeam LeaderSupport to theNational HMISMIS, 
DirectorGeneral of Health ServiceMinistry of Health and Family Welfare
T +880-2- 58816459, 58816412 ext 118F +88 02 58813 875M+88 01819 239 241M+88 
01534 312 066E hann...@gmail.coms hannan.khan.dhaka
B hannan-tech.blogspot.comL https://bd.linkedin.com/in/ hannankhan 
 






Thanks & Regards,Gourav Sachdeva___
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


   

|  | Virus-free. www.avast.com  |

___
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] Analytics: Selection of User org unit respond to "Data capture org unit"unsteady of "Data output and analytic" OrgUnits

2017-08-03 Thread Seleman Ally
Dear DHIS2 team, 
Favorite report which is assigned to "User Org Unit" is responding to assigned 
"Data capture Organisation Unit". It is my understanding that the primary goal 
of "User Org Unit" is for analysis purpose, if this is the case then it is my 
perception that would make a lot of sense if report results could respond to 
assigned "Data output and analytic" OrgUnits.
Based on current setup, there is some limitation in sharing information 
assigned based on "User Org Unit". Shared Dashboard can be vivid and practical 
example. If I share Dashboard to a User X whose "Data capture Organisation 
Unit" is health facility, and "Data output and analytic" OrgUnits is District, 
the user X will not be able to see how other peer health facilities are 
performing unless you assign his/her "Data capture Organisation Unit" at 
District level. 
I think this feature is very important especially for perfomance Dashboard. 
Regards
Sele

___
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] Tracker Capture: Error in registration- Could not encrypt data, indicates a configuration issue

2016-10-13 Thread Seleman Ally
Hi Adolphe,
Sound more like tracked entity attribute issue to me. Looks like in version 
2.21 one of your attribute was encrypted, And version 2.23 encryption procedure 
is different. 
Use any procedure which is OK with you to open table called 
trackedentityattribute. Column (Attribute) Confidential will read False or true 
( Change any true to false). It can solve your problem
Sele

Sent from Yahoo Mail on Android 
 
  On Thu, Oct 13, 2016 at 17:37, Kamugunga Adolphe wrote:   
Dear All,
Can anyone advise on how to go about this tracker issue?

We had a running TB patients tracking instance on 2.21 and we recently upgraded 
to dhis2.23. Here is how the system is set:
   
   - Web API:
  - Browse it here
   - Current user:
  - akamugunga
   - Version:
  - 2.23
   - Build revision:
  - ec434ea
   - Build date:
  - 2016-10-08 06:54
   - Jasper reports version:
  - 6.1.0
   - User agent:
  - Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, 
like Gecko) Chrome/53.0.2785.143 Safari/537.36
   - Server date:
  - 2016-10-13 15:34
   - Last analytics table generation:
  - 2016-10-13 00:00
   - Time since last analytics table generation:
  - 15 h, 33 m, 42 s
   - Last analytics table runtime:
  - 20 m, 39 s
   - Environment variable:
  - DHIS2_HOME
   - External configuration directory:
  - /var/lib/dhis2/individualrecords
   - File store provider:
  - filesystem
   - Database type:
  - PostgreSQL
   - Database name:
  - individualrecords
   - Database user:
  - individualrecords
   - Java opts:
  -

   - Java version:
  - 1.8.0_66
   - Java vendor:
  - Oracle Corporation
   - OS name:
  - Linux
   - OS architecture:
  - amd64
   - OS version:
  - 3.13.0-40-generic
   - Server memory:
  - Mem Total in JVM: 3882 Free in JVM: 3377 Max Limit: 3882
   - CPU cores:
  - 30
   -

   - After upgrading, the aggregate side works fine we can use data sets and 
logo-banner image is displayed correctly,  however  in the tracker capture we 
can't register a new patient (save and continue). The system pops up a 
registration error message "Could not encrypt data, indicates a configuration 
issue".

Checking from web console i can't figure out how to deal with the error. 



Regards


Adolphe Kamugunga
MIS Technical Advisor
Mobile: +250 788 740 578
Email:kaa...@gmail.com
Skype: ka.adolphe
 RWANDA


On 13 October 2016 at 08:27, channara rin  wrote:

Dear all,by the way, can i create ID code attribute that auto increase number 
by itself like auto generate ID code?
if not, can i do manual script to make auto generate ID code?

thank youchannara
__ _
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
  
Great Lars and Dev Team, Thank for this version with very advanced features.Regards !Pepe Ken MvuluResponsable MProgramme Village AssainiDirection de l'HygièneMinistère de la Santé Publique/RDCTél: +243 811515878Skype: pepe.ken.mvulu
2016-10-13 13:59 GMT+02:00 Greg Rowles :Thank you Lars and Dev team! Fantastic news! Looking forward to the new features!On Thu, Oct 13, 2016 at 1:55 PM, Asif  wrote:Congrats Lars and the Dev team. This release comes out with some really good stuff. Look forward to upgrading to this version soon. 
Cheers, 
Asif 
Business Systems Manager @ IRC 
On Oct 13, 2016 6:51 AM, "Lars Helge Øverland"  wrote:Hi all,DHIS version 2.25 is out with a lot of new features, apps and improvements. Log in with admin/district on the demo system.ANALYTICS FEATURES---External map layers: The GIS app now supports TMS (Tile Map Service), XYZ and WMS (Web Map Service) layers. These are all popular protocols for map data and there are numerous map services available, allowing you to display maps for rivers, roads, weather, land data and everything else. External map layers can be set up from the Maintenance app, and then be accessed from the top bar in the GIS app.Docs GIS | Docs setup | Screenshot 1 | Sc 2 | Sc 3 | Sc Setup | Demo 1 | Demo 2Push analysis: You can now push data analysis in the form of reports, charts and maps to your users over email. This allows for improving awareness and visibility of your data, and can encourage people to more actively look at analysis. Push analysis is based on dashboards, and can be set up, run and scheduled from the Maintenance app. You can also run immediately and preview from the the context menu.Docs | Screenshot 1 | Sc 2 | 

Re: [Dhis2-users] [Dhis2-devs] Issue with Tracker Capture Program Rules not working with sections

2016-09-08 Thread Seleman Ally
Hi Markus and All
Version: 2.23, Build revision: c038c69
Existing Program Rule doesn't respond, and It doesn't allow you to create new 
Program Rule. 


Console Error


Best Regards
Sele 

On Friday, September 2, 2016 11:16 AM, Markus Bekken 
 wrote:
 

 Hi Absolom. Can you open the browser console(if using Chrome on windows, it is 
opened with F12), and see if there are any red error messages that shows up 
when you click "add source field"?
Markus


1. sep. 2016 kl. 13.24 skrev Bridget Magoba :
Dear Absolom,I have a program with sections in version 2.23, program rules work 
fine.  From: Dhis2-users 
[mailto:dhis2-users-bounces+bridgetmagoba=mifumi@lists.launchpad.net] On 
Behalf Of Absolom MURAMIRA
Sent: Thursday, September 1, 2016 12:54 PM
To: dhis2-d...@lists.launchpad.net
Cc: dhis2-users
Subject: [Dhis2-users] Issue with Tracker Capture Program Rules not working 
with sections  Dear All,  I just realized that when you create a program and 
define sections under program stages, you are not able to define any program 
rules. When you click the Add Source field, nothing happens and same applies to 
the actions button. Has anyone else experienced this? Thank you.  Absolom


|  | This email has been checked for viruses by Avast antivirus software. 
www.avast.com |


___
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


   ___
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] TEI Data Entry Apperance

2016-09-08 Thread Seleman Ally
Dear All, 

I have been using 2.23, recently I upgraded to latest 2.23 war file available 
online, apparently the Data Entry (for both Data Entry and Tabular Data Entry) 
are extremely compacted (The Label or Data element are over wrapped, I would 
like it to be more comfortable). These is happening for Custom and Section form 
(See image below).
 Any idea, how to fix a problem.


Thanks in advance

Sele


___
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] dhis 2.23 upgrade

2016-05-02 Thread Seleman Ally
Thanks Lars
I tried the command above, it looks like it can't find the package. Below is 
the message 

"Reading state information... Done
E: Unable to locate package postgis-2.2
E: Couldn't find any package by regex 'postgis-2.2'"
Do you think, we need to add Repository to sources.list?
Best Regards
Sele
 

On Monday, May 2, 2016 2:49 PM, Lars Helge Øverland <l...@dhis2.org> wrote:
 

 Hi Sele,
did you try running installing from the repositories like this?

sudo apt-get install postgis-2.2 postgresql-contrib-9.3
On Mon, May 2, 2016 at 1:03 PM, Seleman Ally <seleman_a...@yahoo.com> wrote:

Hi Lars, Bob and Everybody
I wonder if there is anyone installed postgis-2.2 on postgresql-9.3. If so, 
could you share the best practice instructions. 

Best Regards
Sele
 

On Tuesday, April 26, 2016 2:22 PM, Lars Helge Øverland <l...@dhis2.org> 
wrote:
 

 Hi Bob,
I have not tested all combinations of postgresql and postgis versions. 
However, according to the docs, PostGIS 2.2 works against PostgreSQL 9.1 and 
later:
http://postgis.net/docs/manual-2.2/postgis_installation.html#install_requirements

We have of course tested DHIS 2 against PostGIS 2.2, so this should be safe.
Lars
 



On Tue, Apr 26, 2016 at 11:35 AM, Bob Jolliffe <bobjolli...@gmail.com> wrote:

Hi Lars

I know that a lot of production servers are running postgres 9.3
(default with ubuntu 14.04).

The instructions assume postgres 9.4 is used.  I know they could
upgrade, but I wonder has anybody tested the gis extensions with 9.3?

Regards
Bob

On 25 April 2016 at 18:38, Lars Helge Øverland <l...@dhis2.org> wrote:
> Hi all,
>
> a few things to be aware of when upgrading to DHIS 2.23 (click on the link
> below or continue reading this email):
>
> https://www.dhis2.org/223-upgrade
>
>
>
> Database
>
> Run the database SQL upgrade script once before updating the WAR file. It
> only applies if you have set up program rules for your system.
>
>
> Server
>
> In order to take advantage of the GIS clustering functionality introduced in
> DHIS 2.23 you must install the PostGIS extender on the server. After
> installing the extender, PostGIS will be installed in the database
> automatically when DHIS 2 is started. Please read the installation guide.
> Basically you can invoke:
>
> sudo apt-get install postgresql-9.4 postgresql-9.4-postgis-2.2
> postgresql-contrib-9.4
>
> User Interface
>
> The Organisation unit module has been merged into the Maintenance app.
>
> The Data elements and Indicators module has been merged into the Maintenance
> app.
>
> The schedule program messages function has been moved from the Program app
> to the Data administration app under Scheduling.
>
> The local SMS modem functionality which could be configured under the Mobile
> Configuration app has been removed from the system.
>
>
>
> regards,
>
> Lars
>
>
>
> --
> Lars Helge Øverland
> Lead developer, DHIS 2
> University of Oslo
> Skype: larshelgeoverland
> http://www.dhis2.org
>
>
> ___
> 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
>




-- 
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


   



-- 
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


Re: [Dhis2-users] [Dhis2-devs] dhis 2.23 upgrade

2016-05-02 Thread Seleman Ally
Hi Lars, Bob and Everybody
I wonder if there is anyone installed postgis-2.2 on postgresql-9.3. If so, 
could you share the best practice instructions. 

Best Regards
Sele
 

On Tuesday, April 26, 2016 2:22 PM, Lars Helge Øverland  
wrote:
 

 Hi Bob,
I have not tested all combinations of postgresql and postgis versions. 
However, according to the docs, PostGIS 2.2 works against PostgreSQL 9.1 and 
later:
http://postgis.net/docs/manual-2.2/postgis_installation.html#install_requirements

We have of course tested DHIS 2 against PostGIS 2.2, so this should be safe.
Lars
 



On Tue, Apr 26, 2016 at 11:35 AM, Bob Jolliffe  wrote:

Hi Lars

I know that a lot of production servers are running postgres 9.3
(default with ubuntu 14.04).

The instructions assume postgres 9.4 is used.  I know they could
upgrade, but I wonder has anybody tested the gis extensions with 9.3?

Regards
Bob

On 25 April 2016 at 18:38, Lars Helge Øverland  wrote:
> Hi all,
>
> a few things to be aware of when upgrading to DHIS 2.23 (click on the link
> below or continue reading this email):
>
> https://www.dhis2.org/223-upgrade
>
>
>
> Database
>
> Run the database SQL upgrade script once before updating the WAR file. It
> only applies if you have set up program rules for your system.
>
>
> Server
>
> In order to take advantage of the GIS clustering functionality introduced in
> DHIS 2.23 you must install the PostGIS extender on the server. After
> installing the extender, PostGIS will be installed in the database
> automatically when DHIS 2 is started. Please read the installation guide.
> Basically you can invoke:
>
> sudo apt-get install postgresql-9.4 postgresql-9.4-postgis-2.2
> postgresql-contrib-9.4
>
> User Interface
>
> The Organisation unit module has been merged into the Maintenance app.
>
> The Data elements and Indicators module has been merged into the Maintenance
> app.
>
> The schedule program messages function has been moved from the Program app
> to the Data administration app under Scheduling.
>
> The local SMS modem functionality which could be configured under the Mobile
> Configuration app has been removed from the system.
>
>
>
> regards,
>
> Lars
>
>
>
> --
> Lars Helge Øverland
> Lead developer, DHIS 2
> University of Oslo
> Skype: larshelgeoverland
> http://www.dhis2.org
>
>
> ___
> 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
>




-- 
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


  ___
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 2.23 upgrade

2016-04-26 Thread Seleman Ally
Hi Lars, thanks guys for remarkable job. 

Sorry for jumping to the negative side. I just tried the version 2.23. some 
functionalities are misbehaving. On my local computer and also I tested the 
https://play.dhis2.org/


1. The Pivot table for Aggregated is fun looking, with some Undefined messages



2. Program Indicators including the Functions such as  d2:daysBetween or 
d2:yearsBetween, return the message "No value found" if you run any of 
Indicators on the program indicators analysis (See the pick below).  Also I 
just created local indicator 


3. The pic below is screenshot, showing the Filter of people aged between 5yrs 
to 17yrs. It works well when you view tracked entity, but it fails to 
aggregate. Is there anything I am missing? 


Best regards
Sele
 

On Monday, April 25, 2016 8:17 PM, Lars Helge Øverland  
wrote:
 

 Hi all,
a few things to be aware of when upgrading to DHIS 2.23 (click on the link 
below or continue reading this email):
https://www.dhis2.org/223-upgrade



Database
Run the database SQL upgrade script once before updating the WAR file. It only 
applies if you have set up program rules for your system.

Server
In order to take advantage of the GIS clustering functionality introduced in 
DHIS 2.23 you must install the PostGIS extender on the server. After installing 
the extender, PostGIS will be installed in the database automatically when DHIS 
2 is started. Please read the installation guide. Basically you can invoke:sudo 
apt-get install postgresql-9.4 postgresql-9.4-postgis-2.2 
postgresql-contrib-9.4User Interface
   
   - The Organisation unit module has been merged into the Maintenance app.   
   

   - The Data elements and Indicators module has been merged into the 
Maintenance app.   
   

   - The schedule program messages function has been moved from the Program app 
to the Data administration app under Scheduling.   
   

   - The local SMS modem functionality which could be configured under the 
Mobile Configuration app has been removed from the system.   



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


  ___
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