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

2016-09-02 Thread Simon Muyambo
Hi Erling

 

Is there a way to change the time out period so that all data can be synced? Or 
is there a way to safeguard and preserve the data so far captured on the 
tablets? You guidance will be greatly be appreciatd

 

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 mailto:smmuya...@gmail.com> > 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-d...@lists.launchpad.net 
 
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

 

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


Re: [Dhis2-users] [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-users@lists.launchpad.net; DHIS 2 Developers list (
> dhis2-d...@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-d...@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-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: Manage data that does not change often

2016-09-02 Thread Lars Helge Øverland
Hi Martin,

good question. There is no perfect solution at this point. I assume you
need these values for analytics. This means that the best solution is
likely:

1. Find and use the lowest common period type (frequency) for which data
will change (I assume Quarterly)

2. Store the RBF specific data in an external data source, e.g. using data
store
,
where you can store the Quarter, data element (Consultation Price) and
value. You can write a front end app that provides a user-friendly
interface to this data.

3. Generate values for all org units. You can write code in your component
to keep this data in check, e.g. every time someone changes a value in your
RBF data source/app, then automatically generate/populate data values
accordingly in DHIS 2.

This is admittedly a bit painful, but its not too bad, and it gives you the
benefit that all analytics features of DHIS 2 will just work (indicators,
dashboards and so on).


best,

Lars





On Fri, Aug 19, 2016 at 8:46 AM, Martin Van Aken 
wrote:

> Hi everyone,
> I'm wondering about the best way to manage a use case of ours in DHIS2. We
> have a specific element of data (prices for services in an RBF system)
> which is normally the same for every org unit for a given period (and in
> most case stable for several periods). As an example, we could have
> something like:
>
> Consultation Price:
> - Jan-December 2016: 2.5$
> - Jan-June 2016: 2$
> - July-December 2016: 3$
>
> I'm not sure what to use to represent this kind of data in DHIS2:
>
> - Constant is not good as it can evolve
> - Standard Data Element means that when we make a change, we need to
> "apply" it to every entity for the given period (thus generating hundreds
> or thousand of copies of that values)
>
> Added question: if we go for a Data Element, how could we "fill it" at
> regular basis (like for the next period each time) - we don't want people
> to fill as a data entry for individual entities (it does not make any
> sense, and it's not something they "report" anyway).
>
> Any opinion is welcome!
>
> Martin
> --
> *Martin Van Aken - **Freelance Enthusiast Developer*
>
> Mobile : +32 486 899 652
>
> Follow me on Twitter : @martinvanaken 
> Call me on Skype : vanakenm
> Hang out with me : mar...@joyouscoding.com
> Contact me on LinkedIn : http://www.linkedin.com/in/martinvanaken
> Company website : www.joyouscoding.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
>
>


-- 
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-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Unable to edit a tracker DE with Option set in 2.24

2016-09-02 Thread Lars Helge Øverland
Hi Dipali,

I believe this has been fixed in latest 2.24. I could not reproduce on
demo. Can you please try to download latest 2.24 and try again?

The freezing of the value type when selecting option set is intended. It
will inherit the value type of the option set.

best regards,

Lars


On Thu, Sep 1, 2016 at 9:56 AM, Dipali Sahu  wrote:

> Hi
>
> I am unable to edit and save Tracker data element with Option sets. I am
> using version 2.24.
>
> Edit name >> Save >> gives warning to select a 'value type' >> Value type
> field is frozen and I can't select anything.
> [image: Inline image 5]
>
> [image: Inline image 3]
>
> Thank you
>
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Lars Helge Øverland
Lead developer, DHIS 2
University of Oslo
Skype: larshelgeoverland
l...@dhis2.org
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] 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-users@lists.launchpad.net; DHIS 2 Developers list 
(dhis2-d...@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-d...@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-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] 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-d...@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-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [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-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] 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 mailto:smmuya...@gmail.com> > 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-d...@lists.launchpad.net 
 
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

 

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


Re: [Dhis2-users] [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-d...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] 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-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


[Dhis2-users] 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-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp