Re: [Dhis2-devs] Accessing a file resource

2016-09-02 Thread Halvdan Hoem Grelland
Ok that's good. I'll make a backport to v 2.24 (current stable).

On 2 Sep 2016 6:17 p.m., "WILLIAMS, Ryan O'Neil" 
wrote:

> Hi Halvdan,
>
>
>
> Thanks for the feedback. We will migrate after the reporting cycle has
> been completed.
>
> For the time being, I guess we will have to unapproved the dataset to
> access the files.
>
>
>
> Cheers,
>
> ryan
>
>
>
> *From:* Halvdan Hoem Grelland [mailto:halv...@dhis2.org]
> *Sent:* 02 September 2016 16:22
> *To:* WILLIAMS, Ryan O'Neil
> *Cc:* dhis2-us...@lists.launchpad.net; DHIS 2 Developers list (
> dhis2-devs@lists.launchpad.net)
> *Subject:* Re: [Dhis2-devs] Accessing a file resource
>
>
>
> Hi Ryan, and thanks for reporting!
>
>
>
> This is definitely a bug. That sort of validation should only apply to
> writing and/or deleting, not reading in case of a locked data set. I have
> fixed the issue in our development branch, and the fix will be released in
> 2.25.
>
>
>
> https://github.com/dhis2/dhis2-core/pull/25
>
>
>
> If working around the issue is a big hurdle in your day-to-day business we
> can consider backporting the fix: let us know and we'll see what we can do.
> Backporting to 2.22 is probably not happening, though. Are you planning an
> upgrade in the future?
>
>
>
> Looking forward to your feedback.
>
>
>
> On Thu, Sep 1, 2016 at 4:02 PM, WILLIAMS, Ryan O'Neil <
> williamsr...@who.int> wrote:
>
> Dear all,
>
>
>
> How does one access a file resource (data element: value type = file) when
> the data set is locked eg. Dataset has been approved?
>
> When I click on the file from the data entry screen, I receive a dataset
> locked error message. When I unapproved the dataset, I can access/download
> it.
>
> I am using DHIS2 version 2.22
>
>
>
> Thanks,
>
> Ryan
>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>
>
>
>
> --
>
> Halvdan Hoem Grelland
>
> Software developer, DHIS 2
>
> University of Oslo
>
> http://www.dhis2.org 
>
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] [Bug 1618440] Re: CSV Meta data import is not working for Option Sets

2016-09-02 Thread Lars Helge Øverland
** Changed in: dhis2
Milestone: None => 2.25

** Changed in: dhis2
   Importance: Undecided => Critical

** Changed in: dhis2
   Importance: Critical => Medium

** Changed in: dhis2
 Assignee: (unassigned) => Lars Helge Øverland (larshelge)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1618440

Title:
  CSV Meta data import is not working for Option Sets

Status in DHIS:
  New

Bug description:
  CSV meta data import is not working with DHIS 2.24 version. I have
  tested this on play.dhis2.org/demo as well. The behavior is same on
  demo application as well.

  I have seen that this bug was earlier reported and fixed for 2.19
  version but I think the fixes are not reflected to later versions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1618440/+subscriptions

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


[Dhis2-devs] [Bug 1618147] Re: Web API PATCH not working

2016-09-02 Thread Lars Helge Øverland
** Changed in: dhis2
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1618147

Title:
  Web API PATCH not working

Status in DHIS:
  Won't Fix

Bug description:
  I can't get Web API PATCH to work in 2.24 they way I can in 2.21. The
  following commands do not change the names of the referenced
  dataElement or dataSet:

  curl -X PATCH -d '{"name": "New Name"}' -H "Content-Type:
  application/json" -u admin:district
  https://play.dhis2.org/dev/api/24/dataElements/fbfJHSPpUQD/name

  curl -X PATCH -d '{"name": "New Name"}' -H "Content-Type:
  application/json" -u admin:district
  https://play.dhis2.org/dev/api/24/dataSets/lyLU2wR22tC/name

  As can be seen by these GETs:

  curl -u admin:district
  https://play.dhis2.org/demo/api/24/dataElements/fbfJHSPpUQD?fields=id,name

  curl -u admin:district
  https://play.dhis2.org/demo/api/24/dataSets/lyLU2wR22tC?fields=id,name

  The same kind of syntax on a local 2.21 system works fine (without the
  /24).

  This is following up a problem reported to me in 2.23, so please
  backport if appropriate. Also please check to see if this should be
  backported to 2.22.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1618147/+subscriptions

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


[Dhis2-devs] [Bug 1618681] Re: Design data entry form hang when the comment isn't closed

2016-09-02 Thread Lars Helge Øverland
** Changed in: dhis2
Milestone: None => 2.26

** Changed in: dhis2
Milestone: 2.26 => 2.25

** Changed in: dhis2
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1618681

Title:
  Design data entry form hang when the comment isn't closed

Status in DHIS:
  New

Bug description:
  When I design the data entry form. There was comment part start with
  <-- but I forgot to close it using -->. I cannot access design data
  entry form any more.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1618681/+subscriptions

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


Re: [Dhis2-devs] Reporting rates in analytics - 0 vs not expected

2016-09-02 Thread Lars Helge Øverland
HI Olav,

it's a good observation. It is currently a known limitation (for me at
least;) of the analytics reporting rate API. Currently it only shows
expected reports for where there are at least 1 complete registration.

I am working on it and hope to fix this for 2.25.

Lars



On Wed, Aug 31, 2016 at 9:20 AM, Olav Poppe  wrote:

> Hi devs, does anyone have an explanation for this?
>
> Olav
>
>
> > 23. aug. 2016 kl. 09.52 skrev Olav Poppe :
> >
> > Hi devs,
> > I’m a bit confused about the way the completeness analytics API works -
> I suspect there might be a bug when looking at the facility level (i.e. the
> level where data is entered):
> > - there is no difference between "not expected to report" and "not
> reported" - I would expect not reported to be 0 (%) and not expected to
> report to be blank/null
> > - facilities with no reports in a particular period is not showing with
> "expected reports" = 1. This might explain the above point, since they
> would not have a denominator.
> >
> > At higher levels, everything works fine - expected is counted correctly.
> In my case, I’ve tested with a district with 30 facilities, 26 of which is
> expected to report. Doing a district level request gives actual reports 24,
> expected 26 for a particular month. However, looking at the individual
> facilities in that district, the sum of "expected" is 24 and "actual" is
> 24, thus it is not possible to actually identify which facilities have not
> reported…
> >
> > And a related issue: would it make sense to have actual reports be 0
> instead of null for facilities that are expected to report, but have not
> yet reported? Then the completeness is 0/1 = 0% rather than null/1 which is
> (I guess) null - I would argue that is more "correct".
> >
> > This is BTW with 2.24.
> >
> > Regards
> > Olav
> > ___
> > Mailing list: https://launchpad.net/~dhis2-devs
> > Post to : dhis2-devs@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~dhis2-devs
> > More help   : https://help.launchpad.net/ListHelp
>
>


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


Re: [Dhis2-devs] Accessing a file resource

2016-09-02 Thread WILLIAMS , Ryan O'Neil
Hi Halvdan,
 
Thanks for the feedback. We will migrate after the reporting cycle has been 
completed. 
For the time being, I guess we will have to unapproved the dataset to access 
the files.
 
Cheers,
ryan
 
From: Halvdan Hoem Grelland [mailto:halv...@dhis2.org] 
Sent: 02 September 2016 16:22
To: WILLIAMS, Ryan O'Neil
Cc: dhis2-us...@lists.launchpad.net; DHIS 2 Developers list 
(dhis2-devs@lists.launchpad.net)
Subject: Re: [Dhis2-devs] Accessing a file resource
 
Hi Ryan, and thanks for reporting!
 

This is definitely a bug. That sort of validation should only apply to writing 
and/or deleting, not reading in case of a locked data set. I have fixed the 
issue in our development branch, and the fix will be released in 2.25.

 

https://github.com/dhis2/dhis2-core/pull/25

 

If working around the issue is a big hurdle in your day-to-day business we can 
consider backporting the fix: let us know and we'll see what we can do. 
Backporting to 2.22 is probably not happening, though. Are you planning an 
upgrade in the future?

 

Looking forward to your feedback.

 
On Thu, Sep 1, 2016 at 4:02 PM, WILLIAMS, Ryan O'Neil  
wrote:
Dear all,
 
How does one access a file resource (data element: value type = file) when the 
data set is locked eg. Dataset has been approved? 
When I click on the file from the data entry screen, I receive a dataset locked 
error message. When I unapproved the dataset, I can access/download it.
I am using DHIS2 version 2.22
 
Thanks,
Ryan


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




 

-- 
Halvdan Hoem Grelland

Software developer, DHIS 2

University of Oslo

http://www.dhis2.org

 


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


Re: [Dhis2-devs] Accessing a file resource

2016-09-02 Thread Halvdan Hoem Grelland
Hi Ryan, and thanks for reporting!

This is definitely a bug. That sort of validation should only apply to
writing and/or deleting, not reading in case of a locked data set. I have
fixed the issue in our development branch, and the fix will be released in
2.25.

https://github.com/dhis2/dhis2-core/pull/25

If working around the issue is a big hurdle in your day-to-day business we
can consider backporting the fix: let us know and we'll see what we can do.
Backporting to 2.22 is probably not happening, though. Are you planning an
upgrade in the future?

Looking forward to your feedback.

On Thu, Sep 1, 2016 at 4:02 PM, WILLIAMS, Ryan O'Neil 
wrote:

> Dear all,
>
>
>
> How does one access a file resource (data element: value type = file) when
> the data set is locked eg. Dataset has been approved?
>
> When I click on the file from the data entry screen, I receive a dataset
> locked error message. When I unapproved the dataset, I can access/download
> it.
>
> I am using DHIS2 version 2.22
>
>
>
> Thanks,
>
> Ryan
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Halvdan Hoem Grelland
Software developer, DHIS 2
University of Oslo
http://www.dhis2.org 
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] Looking for Human Resource System to integrate with DHIS

2016-09-02 Thread Carl Leitner
Dear Laura,

I help to oversee the iHRIS software.  We have done a lot of work 

 on integrating  
iHRIS to DHIS2, including reporting HRH indicators into DHIS2.   

Please let me introduce you to John Liebhardt, our iHRIS community manager.  We 
would be happy to have a conversation with you early next week about your need.

Cheers,
-carl
Assoc. Director, Digital Health 
IntraHealth International

Skype: litlfred_intra
Google: litlf...@gmail.com


> On Aug 26, 2016, at 2:31 PM, Laura E. Lincks  
> wrote:
> 
> We are looking for a simple Human Resources tool to integrate with a DHIS 
> aggregate database. Little is known of the needs of the HRIS, but for now it 
> needs to track personnel details and groups of personnel will need to be 
> associated with various programs in a separate DHIS aggregate database. An 
> Open Source HRIS is preferable.
> 
> In searching for tools I have come across the following:
> HRHIS  in Tanzania developed by the 
> HISP-TZ/University of Dar es Salaam
> iHRIS  developed by global Capacity Project.​
> 
> I was wondering if anyone had any knowledge of or experience with these 
> packages or if there were other applications that could be of use to us?
> 
> Thanks in advance to anyone with leads or information.
> 
> Laura E. Lincks <>
> Database Manager/Developer
> ICAP - Columbia University
> Mailman School of Public Health
> 60 Haven Ave, Floor B1
> New York, NY 10032
> Tel: 212 304 7132
> 
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-us...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp

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


Re: [Dhis2-devs] Event capture failing to synchronize

2016-09-02 Thread Simon Muyambo
Hi Erling

Thanks for quick response.

 

It is failing to send events. I have checked it further and found that if I am 
where there good Internet it sends the events but most places with poor 
Internet cannot send the events. I suspect it is timing out

 

Regards

Simon Muyambo

 

From: Erling Fjelstad [mailto:erl...@dhis2.org] 
Sent: Friday, September 02, 2016 10:38 AM
To: Simon Muyambo 
Cc: DHIS 2 Users list ; DHIS 2 developers 

Subject: Re: [Dhis2-devs] Event capture failing to synchronize

 

Hi Simon, 

Does it fail to send events or does it fail to pull down existing events from 
server?

Regards,

Erling

 

On Fri, Sep 2, 2016 at 9:26 AM, Simon Muyambo  > wrote:

After the failure of the latest google play event capture app to recognize 
option sets I downloaded the latest from github which worked with option sets. 
Unfortunately it is now failing to sync the data to the  server. Any ideas?

 

Using Version: 2.24 Build revision: 23585

And  

 event-capture-0.5.1.apk

 

 

Regards

Simon Muyambo


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

 

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


Re: [Dhis2-devs] Metadata importer: buggy behavior when importing unordered orgunits

2016-09-02 Thread Victor Garcia
Hi Morten,
Tested with latest 2.24 and it works fine now.

Thanks!

On 2 September 2016 at 10:27, Morten Olav Hansen  wrote:

> Hi Victor
>
> Please wait about 30 min, and download the latest 224.. it should be fixed
> now
>
> --
> Morten Olav Hansen
> Senior Engineer, DHIS 2
> University of Oslo
> http://www.dhis2.org
>
> On Thu, Sep 1, 2016 at 2:53 PM, Morten Olav Hansen 
> wrote:
>
>> HI
>>
>> Yeah, I see there is something strange going on, will look into it.
>>
>> --
>> Morten Olav Hansen
>> Senior Engineer, DHIS 2
>> University of Oslo
>> http://www.dhis2.org
>>
>> On Thu, Sep 1, 2016 at 1:30 PM, Victor Garcia 
>> wrote:
>>
>>> Version 2.24r23585.
>>> New importer endpoint: /api/24/metadata
>>>
>>> On 1 September 2016 at 03:01, Morten Olav Hansen 
>>> wrote:
>>>
 What version if DHIS and which endpoint are you using?


 On Wednesday, 31 August 2016, Victor Garcia 
 wrote:

> Hi all,
>
> we have found a strange behavior in the new metadata importer.
>
> Let's create two related orgunits, "Project" (parent) and "Health
> Site" (child), and export them using the new exporter which defaults to
> order by 'name'. The payload will contain "Project" first and "Health 
> Site"
> later.
>
> Then, if we import the file in another instance using the new
> importer, it gives us the following:
> 1. Project orgunit is correctly imported.
> 2. Health Site orgunit is imported, but the "parent" field is left
> empty, and also the path is wrong. In fact, it is created as another *root
> orgunit!*
>
> I don't know if the new importer expects ordered elements, but this
> behavior is quite dangerous... We test the same file with old importer, 
> and
> it works fine.
>
> You can find attached a payload that can be used with demo server (it
> hangs from Sierra Leone orgunit).
>
> Regards,
>
> Víctor
>


 --
 --
 Morten Olav Hansen
 Senior Engineer, DHIS 2
 University of Oslo
 http://www.dhis2.org


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


[Dhis2-devs] Bug with custom script

2016-09-02 Thread Poulami Biswas
Hi,

We have found an issue on upgrading to DHIS 2.23. The custom JavaScript
file (/api/files/script.js) is not running on Maintenance app but it is
running on Dashboard. We just wanted to confirm if this was missed while
designing the maintenance app. If it is a bug, can we expect a patch
anytime soon?

Cheers,
Poulami/Raghavendra
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Metadata importer: buggy behavior when importing unordered orgunits

2016-09-02 Thread Morten Olav Hansen
Hi Victor

Please wait about 30 min, and download the latest 224.. it should be fixed
now

-- 
Morten Olav Hansen
Senior Engineer, DHIS 2
University of Oslo
http://www.dhis2.org

On Thu, Sep 1, 2016 at 2:53 PM, Morten Olav Hansen  wrote:

> HI
>
> Yeah, I see there is something strange going on, will look into it.
>
> --
> Morten Olav Hansen
> Senior Engineer, DHIS 2
> University of Oslo
> http://www.dhis2.org
>
> On Thu, Sep 1, 2016 at 1:30 PM, Victor Garcia 
> wrote:
>
>> Version 2.24r23585.
>> New importer endpoint: /api/24/metadata
>>
>> On 1 September 2016 at 03:01, Morten Olav Hansen 
>> wrote:
>>
>>> What version if DHIS and which endpoint are you using?
>>>
>>>
>>> On Wednesday, 31 August 2016, Victor Garcia 
>>> wrote:
>>>
 Hi all,

 we have found a strange behavior in the new metadata importer.

 Let's create two related orgunits, "Project" (parent) and "Health Site"
 (child), and export them using the new exporter which defaults to order by
 'name'. The payload will contain "Project" first and "Health Site" later.

 Then, if we import the file in another instance using the new importer,
 it gives us the following:
 1. Project orgunit is correctly imported.
 2. Health Site orgunit is imported, but the "parent" field is left
 empty, and also the path is wrong. In fact, it is created as another *root
 orgunit!*

 I don't know if the new importer expects ordered elements, but this
 behavior is quite dangerous... We test the same file with old importer, and
 it works fine.

 You can find attached a payload that can be used with demo server (it
 hangs from Sierra Leone orgunit).

 Regards,

 Víctor

>>>
>>>
>>> --
>>> --
>>> Morten Olav Hansen
>>> Senior Engineer, DHIS 2
>>> University of Oslo
>>> http://www.dhis2.org
>>>
>>>
>>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Event capture failing to synchronize

2016-09-02 Thread Erling Fjelstad
Hi Simon,
Does it fail to send events or does it fail to pull down existing events
from server?

Regards,
Erling

On Fri, Sep 2, 2016 at 9:26 AM, Simon Muyambo  wrote:

> After the failure of the latest google play event capture app to recognize
> option sets I downloaded the latest from github which worked with option
> sets. Unfortunately it is now failing to sync the data to the  server. Any
> ideas?
>
>
>
> Using Version: 2.24 Build revision: 23585
>
> And *event-capture-0.5.1.apk*
> 
>
>
>
>
>
> Regards
>
> Simon Muyambo
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


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

2016-09-02 Thread Markus Bekken
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-devs@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-devs@lists.launchpad.net 
> 
> Unsubscribe : https://launchpad.net/~dhis2-devs 
> 
> More help   : https://help.launchpad.net/ListHelp 
> 
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Event capture failing to synchronize

2016-09-02 Thread Simon Muyambo
After the failure of the latest google play event capture app to recognize 
option sets I downloaded the latest from github which worked with option sets. 
Unfortunately it is now failing to sync the data to the  server. Any ideas?

 

Using Version: 2.24 Build revision: 23585

And  

 event-capture-0.5.1.apk

 

 

Regards

Simon Muyambo

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