Re: [Dhis2-users] Google background maps not working anymore

2018-08-06 Thread Antonia - Pro
Hi Knut, I have had the same problem on our instance, and to resolve it, I created a google Project with my google account with credit card associated, then created a service account, an API key for the Google map service, request the White-list to the etc And now the maps are visualized corr

Re: [Dhis2-users] How to track users activity in Dhis2

2018-02-06 Thread Antonia - Pro
; access to this view. > > The easiest way is to just use the "Usage analytics app" which will > provide you basically the same data, but not per user. > > Hope this helps. > > Best regards, > Jason > > > > > On Tue, Feb 6, 2018 at 11:35 AM, Antonia

Re: [Dhis2-users] How to track users activity in Dhis2

2018-02-06 Thread Antonia - Pro
You can get a file (xml or json - then convert in Excel if you want) with the user's metadata using the export - there are also the last login time of all users, if this is what you want. Best Antonia 2018-02-06 11:09 GMT+01:00 Jean de Dieu Anoubissi : > Hi Bernard > I cannot use sql query in o

Re: [Dhis2-users] DHIS 2 to support PostgreSQL only?

2017-09-08 Thread Antonia - Pro
Hi Lars and community, Even though we use MySQL and other DBMS for other projects, I think it's best for DHIS2 to use and explicitly specify in the documentation that the only supported DBMS is PostgreSQL. At the beginning of our project we lost a lot of time testing DHIS 2 with MySQL, only to disc

Re: [Dhis2-users] Using 2.26?

2017-05-15 Thread Antonia - Pro
We've been using it for more than a month. It is stable. You can try it on the demo site: https://play.dhis2.org/demo/ Antonia *Eng. Antonia Bezenchek* CIO - ICT Engineer *InformaPRO S.r.l.* via Guido Guinizelli, 98/100, Roma 00152, Italy tel. +39 06 5758926, fax +39 06 62207168, P.IVA IT080957

Re: [Dhis2-users] User Authorities and Dashboards

2017-05-04 Thread Antonia - Pro
Morten Olav Hansen > Senior Engineer, DHIS 2 > University of Oslo > http://www.dhis2.org > > On Thu, May 4, 2017 at 5:28 PM, Antonia - Pro wrote: > >> Permissions for Dashboard and Favorites are managed at the group level, >> so if they are not groupable, you nee

Re: [Dhis2-users] User Authorities and Dashboards

2017-05-04 Thread Antonia - Pro
Permissions for Dashboard and Favorites are managed at the group level, so if they are not groupable, you need to create a group for each user. Regards, Antonia 2017-05-04 9:47 GMT+02:00 Georgi Chakarov : > Hi Alex, > > > > Thanks for the response! > > > > I have 150 investors and none of them

Re: [Dhis2-users] Pivot Table Not Loading on 2.26

2017-04-24 Thread Antonia - Pro
I has had similar problem and I resolved it simply running manually Analytics. Probably running the scheduled Analytics task this night resolved the problem. regards, Antonia 2017-04-24 9:28 GMT+02:00 gerald thomas : > Dear Lars, > Thanks very much for your help, i didn't clear the nginx cache b

[Dhis2-users] Fwd: [dhis2-issue] (DHIS2-1264) Dashboard and Programs translations - UI language list instead of DB language list

2017-04-14 Thread Antonia - Pro
Dear developers, the issues I opened 1 month ago https://jira.dhis2.org/browse/DHIS2-1264 DHIS 2 Software / [image: Bug] DHIS2-1264 Dashboard and Programs translations - UI la

[Dhis2-users] Google Analytics support on DHIS 2 v.2.26

2017-04-11 Thread Antonia - Pro
Hi there, I try to use Google Analytics UA (Universal Analytics) Key: UA-97xx-3 on my instance - DHIS 2 v.2.26, System > Server > Google Analytics (Universal Analytics) Key: [image: Immagine incorporata 2] I try to write: 1. only the Key name: *UA-97xx-3* 2. with quotation marks: *'**UA-

Re: [Dhis2-users] Dashboard sharing access rights (again!)

2017-04-11 Thread Antonia - Pro
We have the same problem (v.26). It is very uncomfortable. You never know how you'll find the statistics that you have prepared for the authorities on the Dashboards. You have to constantly monitor them and change them on the fly. Please, correct this bug of the Dashboard sharing access rights. -

Re: [Dhis2-users] Dashboard sharing access rights

2017-04-06 Thread Antonia - Pro
yes, we have the same problem. 2017-04-06 13:43 GMT+02:00 TIMIMI, Hazim Bakir : > Dear DHIS2 friends, > > I wonder if anyone else has come across the following problem and, if so, > how you solved it: All dashboards on our instance have their public access > (with login) sharing setting as 'Can

Re: [Dhis2-users] Cumulative Sum for Indicator in 2.26?

2017-03-28 Thread Antonia - Pro
ntation. > > Jan > > On 28 March 2017 at 10:35, Antonia - Pro wrote: > >> Edoardo, >> very nice! Is it possible to add the "Use cumulative values" also in the >> Event visualizer/report >> https://play.dhis2.org/dev/dhis-web-event-visualizer/ &g

Re: [Dhis2-users] Cumulative Sum for Indicator in 2.26?

2017-03-28 Thread Antonia - Pro
Edoardo, very nice! Is it possible to add the "Use cumulative values" also in the Event visualizer/report https://play.dhis2.org/dev/dhis-web-event-visualizer/ Thanks Antonia 2017-03-28 15:54 GMT+02:00 Aaron White : > Edoardo, > > > > This is great. Are there plans to also add this functionali

Re: [Dhis2-users] DHIS2 Dashboard App

2017-03-24 Thread Antonia - Pro
rack the > progress on jira > <https://jira.dhis2.org/browse/ANDRODHIS2-136?jql=project%20%3D%20ANDRODHIS2%20AND%20component%20%3D%20%22%5BApp%5D%20Dashboards%22> > . > > Best regards, > > — > Araz Abishov, > Android developer, DHIS 2 > University of Oslo > https

Re: [Dhis2-users] Validation Rules with zeros and nulls

2017-02-14 Thread Antonia - Pro
Hi Becky, in the program rules you can use the function d2:hasValue('') to verify if the variable has value. for example to check if the "MotherAge" is between 10 and 70 you can use the rule d2:hasValue('MotherAge') && (#{MotherAge} > 70|| #{MotherAge} < 10) Regards, antonia www.informa.pro -

Re: [Dhis2-users] DHIS2 Dashboard App

2017-02-10 Thread Antonia - Pro
it will be very useful for our project, but when I open it, using v.2.25, no dashboard are present! With the demo version - 2.26 - is the same. Please, if it is possible, make the app usable - it can be very useful. Thanks Antonia www.informa.pro - *Seguici su *LinkedIn

Re: [Dhis2-users] Web API Update User Info

2017-02-09 Thread Antonia - Pro
Hi Pamod, Yes, you can do it with the PATCH. For example to change only the surname and firstName of the Username: konan ; on the the Demo server https://play.dhis2.org/demo/api/26/users/I9fMsY4pRKk Username: konan ; Fullname: Didier, Konan you can do > curl -k -X PATCH -d @user_konan1.json "

Re: [Dhis2-users] Field Surveys using DHIS2 event capture/Android event capture

2017-02-08 Thread Antonia - Pro
Hi Nick, our Project - "DHIS2 in the Autonomous Region of Kurdistan" use only DHIS2 event capture (prevalent)/Android event capture(used rarely, but it can be used). We use the Event Capture to collect disaggregate data (and then aggregate it in any mode that we need) for epidemiological and diseas

Re: [Dhis2-users] Fwd: CAN NOT MAKE ORGANISATION UNIT GROUP

2017-02-06 Thread Antonia - Pro
Don't investigate more. I is a known bug, resolved in the latest versions. Simply upgrade to the latest version of 2.25 regards, antonia 2017-02-07 6:53 GMT+01:00 Stanley Kalyati : > He is using DHIS2 2.25.He needs to upgrade to the latest version of > 2.25.Am also facing the same challenge > >

Re: [Dhis2-users] [Dhis2-devs] Response was not a WebMessage with the expected format

2017-02-05 Thread Antonia - Pro
Hi Stanley, actually I use this build of the 2.25 Version: 2.25 Build revision: *da6a2df Build date: 2017-02-02* 06:43 and I have this problem. I add and remove OrgUnits from the groups without any problem. Try to upgrade to the latest build of 2.25 Regards, antonia 2017-02-05 11:51 GMT+01:00 Cal

Re: [Dhis2-users] release cycle: from 4 to 3 releases per year

2017-02-03 Thread Antonia - Pro
wise decision! I think 2 yearly are also ok. best regards, antonia 2017-02-03 10:40 GMT+01:00 Lars Helge Øverland : > Hi all, > > we would like to let you know that the release cycle for DHIS 2 will be be > shifting from 4 to 3 yearly releases. The upcoming releases look like this: > > 2.27: Jun

Re: [Dhis2-users] dhis version 2.26 is released

2017-02-01 Thread Antonia - Pro
Thanks Lars and all staff ! 2017-02-01 9:29 GMT+01:00 Lars Helge Øverland : > > Hi all, > > DHIS version 2.26 is out with many new features, apps and improvements. > > Log in with admin/district on the demo > system. > > > ANALYTICS FEATURES > > --- > > Enrollment an

[Dhis2-users] Category options values NOT translated in Event Capture - Resolved

2017-01-27 Thread Antonia - Pro
Dear community, as reported in the JIRA issue https://jira.dhis2.org/browse/DHIS2-464 the problem of the translation of Category options values, affecting the earliest 2.25 builds, has been resolved in the latest builds, starting from: Version: 2.25 Build revision: dad2218 Build date: 2017-01-18 2

Re: [Dhis2-users] [Dhis2-devs] ANDROID TRACKER CAPTURE

2017-01-18 Thread Antonia - Pro
I confirm, from my experience, that also the Event Capture android App does not support the branching tree of orgunits, and to work correctly you have to assign only the lowest level OrgUnits. Regards, Antonia 2017-01-18 13:54 GMT+01:00 Stanley Kalyati : > Absolom and > > This is to tell you tha

Re: [Dhis2-users] Event Capture - Search for an event in all Events of the selected Program

2016-12-16 Thread Antonia - Pro
[image: Add Comment] > <https://jira.dhis2.org/browse/DHIS2-254#add-comment> Add Comment > <https://jira.dhis2.org/browse/DHIS2-254#add-comment> > > This message was sent by Atlassian JIRA (v7.2.3#72005-sha1:73be91d) > [image: Atlassian logo] > > > > 2016-11-23 0

Re: [Dhis2-users] Event Capture - Search for an event in all Events of the selected Program

2016-12-16 Thread Antonia - Pro
.jspa?name=lars%40dhis2.org> Resolution: Done Status: Testing Done [image: Add Comment] <https://jira.dhis2.org/browse/DHIS2-254#add-comment> Add Comment <https://jira.dhis2.org/browse/DHIS2-254#add-comment> This message was sent by Atlassian JIRA (v7.2.3#72005-sha1:73be91d) [image

Re: [Dhis2-users] Sharing settings for data set reset when new org units assigned

2016-12-16 Thread Antonia - Pro
It happens to me the same thins with the s*haring settings of the favorites in the Event Report tables*. On the ver. 2.22, we used before the settings do not changed when change the name or overwrite the table, on the v.2.25 the sharing settings are reset on every change. 2016-12-16 10:01 GMT+01:

[Dhis2-users] Event Capture - Search for an event in all Events of the selected Program

2016-11-22 Thread Antonia - Pro
Actually when I make a search in the Event Capture window, the search is limited to the only visible page of the events for the selected Program (for the specific OrgUnit). Probably the search is made on the client side. It will be very useful if the search is made on the server side and the output

Re: [Dhis2-users] [Dhis2-devs] ANDROID TRACKER CAPTURE

2016-11-01 Thread Antonia - Pro
I have similar problem with the Event Capture Android App. It works perfectly, if I assign to the user which use the App only one OrgUnit (or more than one, but a little subset) for Data Capture assignment. If I assign the entire OrgUnit tree, the App don't load anything for the orgUnits. Regards,

[Dhis2-users] Top X record of Event Report table not correcly filtered on the Dashboard gadget

2016-06-22 Thread Antonia - Pro
Hi all, using v.2.22 rev. 22067 but the same problem I reproduce in the Demo server (2.23 rev. 23020) I have the fallowing problem: When creating an Event Report Table with selected (in the Options) Limit: Top 30 Events The table in the "Event Report" is visualized correctly, but when I "Add" it

Re: [Dhis2-users] Searching for Event by Enrollment Date -- not working?

2016-06-21 Thread Antonia - Pro
stable version. > > Lars > > > On Tue, Jun 21, 2016 at 5:48 PM, Antonia - Pro > wrote: > >> Many thanks Abyot! >> >> Antonia >> >> >> 2016-06-21 17:35 GMT+02:00 Abyot Asalefew Gizaw : >> >>> Yes, from trunk all the way to 2.21. >&

Re: [Dhis2-users] Searching for Event by Enrollment Date -- not working?

2016-06-21 Thread Antonia - Pro
Many thanks Abyot! Antonia 2016-06-21 17:35 GMT+02:00 Abyot Asalefew Gizaw : > Yes, from trunk all the way to 2.21. > > --- > > Thank you, > Abyot. > (sent from mobile) > On Jun 21, 2016 5:33 PM, "Antonia - Pro" wrote: > >> Hi Lars and Abyot, >>

Re: [Dhis2-users] Searching for Event by Enrollment Date -- not working?

2016-06-21 Thread Antonia - Pro
Hi Lars and Abyot, is this fix ported also to the 2.22? we have the same problem in the v. 2.22 rev. 22067 It will be helpful also for us (till now I bypass this problem, getting the right time interval manually). Thanks Antonia 2016-06-21 16:20 GMT+02:00 Lars Helge Øverland : > > Just to add, A

Re: [Dhis2-users] Deleted Events still present in the Event Reports tables - Bug fixed!

2016-06-15 Thread Antonia - Pro
Eng. Antonia Bezenchek - CIO - ICT Engineer 2016-05-26 17:51 GMT+02:00 Antonia - Pro : > Hi Everyone, > we had moved all the events imported previously for a specified orgUnit > from one Program to another. > We do this exporting all events for the specified OrgUnit and Program, > then

[Dhis2-users] Deleted Events still present in the Event Reports tables

2016-05-26 Thread Antonia - Pro
Hi Everyone, we had moved all the events imported previously for a specified orgUnit from one Program to another. We do this exporting all events for the specified OrgUnit and Program, then importing it in the new one and at the and, deleting the events from the first program. The import and export

Re: [Dhis2-users] Event Capture and Program/Attributes Web Apps problems

2016-05-18 Thread Antonia - Pro
Hi Markus, Thanks a lot for your answer. I will wait patiently for the new versions, where these problems will be solved. All the best Antonia 2016-05-18 0:12 GMT+02:00 Markus Bekken : > Hi there Antonia, > thank you for reporting. > > 1. is a weakness in the current Programs app. The app is be

Re: [Dhis2-users] Translation server - internal error

2016-05-17 Thread Antonia - Pro
Thanks for the answer Jason. All the best! Antonia 2016-05-17 10:13 GMT+02:00 Jason Pickering : > Hi Antonia, > I am right in the middle of upgrading it, so just hold on. Hopefully, it > will be back up soon. > > Regards, > Jason > > > On Tue, May 17, 2016 at 10:02 AM, Antonia Bezenchek I-PRO < >

Re: [Dhis2-users] [Dhis2-devs] Digit group separator in pivot table - what should the default value be?

2016-05-03 Thread Antonia - Pro
At the start of voting I felt in total minority. But according to the SI/ISO 31-0 standard he space is the only neutral separator. The space is appropriate also because in some countries the comma is the decimal separator (not always the d

Re: [Dhis2-users] Organisation units menu in 2.23

2016-04-29 Thread Antonia - Pro
Hi Kader, yes, it is correct. in the v.2.23 the organisation unit configuration is not more a separate App but a Tab of the Maintenance App. Regards Antonia 2016-04-29 11:26 GMT+02:00 Kader Irchad Barry : > Hello, > > I started a fresh installation of version 2.23 but noted that organisation >

Re: [Dhis2-users] Translate in data element/indicator app

2016-04-06 Thread Antonia - Pro
Hi Mark, I see that the issue is closed. https://github.com/dhis2/d2-ui/issues/45 In which version of the DHIS2 will appear the correction? Will it be present in the 2.22 rev. 21967 ? Thanks Antonia 2016-03-21 12:20 GMT+01:00 Antonia - Pro : > Thanks Mark! > It will really facilitate ou

Re: [Dhis2-users] Translate in data element/indicator app

2016-03-21 Thread Antonia - Pro
is at [1] in case you want to > track progress or comment. > > [1] https://github.com/dhis2/d2-ui/issues/45 > > Regards, > > > Mark Polak > Software developer, DHIS 2 > University of Oslo > http://www.dhis2.org <https://www.dhis2.org/> > m...@dhis2.org >

Re: [Dhis2-users] Translate in data element/indicator app

2016-03-21 Thread Antonia - Pro
Dear Developers, I see correctly the translation dialog box in the new data element/indicator app, but my problem is that differently of the old style, the reference name (english in most cases) is not visualized. It will be very helpful if the reference name is showed in the data element translat

Re: [Dhis2-users] DHIS2 event capture app

2016-03-15 Thread Antonia - Pro
Do you try to set up ONLY ONE orgUnit to the "Data Capture" section of the user you use with the Android DHIS2 event capture App? I have had similar problems using test user with enabled all the orgUnit Hierarchy, but when I set only one Unit, it works well. Regards, Antonia 2016-03-15 21:57 GM

Re: [Dhis2-users] ICD10 Training tool

2016-02-25 Thread Antonia - Pro
Hi Seid, we also do this corse of our community in Iraqi Kurdistan. Here you can find our Excel file with the ICD10 codes https://drive.google.com/file/d/0B7IMK-8rJ-54M0pZSmwwbnFrMXc/view?usp=sharing Regards Antonia [image: INFORMApro] www.informa.pro - *Seguici su *L

Re: [Dhis2-users] Status of Arabic Right to Left interface

2015-12-17 Thread Antonia - Pro
Hi Bharath, we are also interested on Arabic Right to Left interface. I can't see https://code.launchpad.net/~dhis2-devs-core/dhis2/emro_ir because I'm not DHIS 2 core developer In which version we can find the Interface style "green for right to left" (I su

Re: [Dhis2-users] dhis global adoption map available

2015-11-21 Thread Antonia - Pro
Hi Lars, we are working on a Pilot project for the development of a system of health monitoring and surveillance activities based on DHIS 2 in the Autonomous Region of Kurdistan - Iraq - coordinated by the University of Rome Tor Vergata, and funded by the Italian Ministry for Foreign Affairs and In