Re: [Dhis2-devs] Locking Data Values when Data Set is Complete

2018-03-28 Thread Dennis Banga
Hi Lars

Referring to the same issue and some challenges we experience (jira issue
), such a functionality
will really help . It can be a data set configuration that supports the
current behavior  and the suggested behavior. In addition, an audit trail
for the completing and in-completing of data sets in data entry module will
help in tracking changes within data sets as the available data value audit
trail functionality.

Ahsante.

Dennis

On 27 March 2018 at 12:52, Lars Helge Øverland  wrote:

> Hi Pamod,
>
> thanks, to clarify, what you want is simply to disable the input fields
> when the complete button is clicked, and the renable the input fields when
> the incomplete button is clicked?
>
> Lars
>
>
> On 27 March 2018 at 08:26, Pamod Amarakoon  wrote:
>
>> Dear All,
>>
>> This is with reference to the previous discussion on similar issue in
>> 2015 (link below)
>> https://lists.launchpad.net/dhis2-devs-core/msg00377.html
>>
>> As I'm aware disabling editing of data values happens through locking
>> mechanism which is mainly dependent on expiry date and data approval.
>>
>> We have a situation in Sri Lanka where we are already using expiry date
>> and data approval in the data workflow. But due to practical reasons we
>> cannot set a relatively short expiry date. We are assessing performance of
>> facilities based on data set completion date. To achieve our objective we
>> need to lock the data set after completion thereby if a user needs to edit
>> data again then he first has to incomplete data set (so completeness date
>> changes accordingly).
>>
>> Currently we are using a modified form.js in web-data entry folder to
>> achieve this. Just wondering whether there are any plans to implement this
>> feature in near future.
>>
>> Thank you.
>>
>> --
>> Regards,
>> Pamod Amarakoon
>> MBBS (SL)
>> MSc (Biomedical Informatics), EMSc (Health Admin), PGCert (MedEd), CEH
>>
>> HISP Sri Lanka
>>
>> Confidentiality Notice: the information contained in this email and any
>> attachments may be legally privileged and confidential. If you are not an
>> intended recipient, you are hereby notified that any dissemination,
>> distribution, or copying of this e-mail is strictly prohibited. If you have
>> received this e-mail in error, please notify the sender and permanently
>> delete the e-mail and any attachments immediately. You should not retain,
>> copy or use this e-mail or any attachments for any purpose, nor disclose
>> all or any part of the contents to any other person.
>>
>>
>>
>>
>
>
> --
> Lars Helge Øverland
> Technical lead, DHIS 2
> University of Oslo
> l...@dhis2.org
> https://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
>
>
___
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] WHO Data Quality App

2018-03-28 Thread Barnabas Akumba
Hello All,

Can anyone provide me with the link where I can get the WHO Data Quality
App?

Prompt response'll be appreciated.

Regards

-- 

Barnabas AKUMBA

*Mobile:* +2348036195778
*Skype:* barnabas.akumba
___
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] WHO Data Quality App

2018-03-28 Thread Lukas Wijgaart-van Dijk
Hi Barnabas,
The  WHO Data Quality App can be found here: 
https://play.dhis2.org/appstore/app/rFDeB5LLQmi 
.

Best regards:
- Lukas Wijgaart van Dijk

> 28. mar. 2018 kl. 10.03 skrev Barnabas Akumba :
> 
> Hello All,
> 
> Can anyone provide me with the link where I can get the WHO Data Quality App?
> 
> Prompt response'll be appreciated.
> 
> Regards
> 
> -- 
>  
> Barnabas AKUMBA
> 
> Mobile: +2348036195778
> Skype: barnabas.akumba
> ___
> 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] [Dhis2-users] WHO Data Quality App

2018-03-28 Thread Barnabas Akumba
Got it, thanks!

On Wed, Mar 28, 2018, 9:21 AM Lukas Wijgaart-van Dijk 
wrote:

> Hi Barnabas,
> The  WHO Data Quality App can be found here:
> https://play.dhis2.org/appstore/app/rFDeB5LLQmi.
>
> Best regards:
> - Lukas Wijgaart van Dijk
>
> 28. mar. 2018 kl. 10.03 skrev Barnabas Akumba :
>
> Hello All,
>
> Can anyone provide me with the link where I can get the WHO Data Quality
> App?
>
> Prompt response'll be appreciated.
>
> Regards
>
> --
>
> Barnabas AKUMBA
>
> *Mobile:* +2348036195778
> *Skype:* barnabas.akumba
> ___
> 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] Locking Data Values when Data Set is Complete

2018-03-28 Thread Pamod Amarakoon
Hi Lars,

Yes, upon completion data fields should be disabled and reenabled on
clicking incomplete. Then assessing timely submissions will be more
meaningful.

Thanx.


On Wed, Mar 28, 2018, 1:04 PM Dennis Banga  wrote:

> Hi Lars
>
> Referring to the same issue and some challenges we experience (jira issue),
> such a functionality will really help . It can be a data set configuration
> that supports the current behavior  and the suggested behavior. In
> addition, an audit trail for the completing and in-completing of data sets
> in data entry module will help in tracking changes within data sets as the
> available data value audit trail functionality.
>
> Ahsante.
>
> Dennis
>
> On 27 March 2018 at 12:52, Lars Helge Øverland  wrote:
>
>> Hi Pamod,
>>
>> thanks, to clarify, what you want is simply to disable the input fields
>> when the complete button is clicked, and the renable the input fields when
>> the incomplete button is clicked?
>>
>> Lars
>>
>>
>> On 27 March 2018 at 08:26, Pamod Amarakoon  wrote:
>>
>>> Dear All,
>>>
>>> This is with reference to the previous discussion on similar issue in
>>> 2015 (link below)
>>> https://lists.launchpad.net/dhis2-devs-core/msg00377.html
>>>
>>> As I'm aware disabling editing of data values happens through locking
>>> mechanism which is mainly dependent on expiry date and data approval.
>>>
>>> We have a situation in Sri Lanka where we are already using expiry date
>>> and data approval in the data workflow. But due to practical reasons we
>>> cannot set a relatively short expiry date. We are assessing performance of
>>> facilities based on data set completion date. To achieve our objective we
>>> need to lock the data set after completion thereby if a user needs to edit
>>> data again then he first has to incomplete data set (so completeness date
>>> changes accordingly).
>>>
>>> Currently we are using a modified form.js in web-data entry folder to
>>> achieve this. Just wondering whether there are any plans to implement this
>>> feature in near future.
>>>
>>> Thank you.
>>>
>>> --
>>> Regards,
>>> Pamod Amarakoon
>>> MBBS (SL)
>>> MSc (Biomedical Informatics), EMSc (Health Admin), PGCert (MedEd), CEH
>>>
>>> HISP Sri Lanka
>>>
>>> Confidentiality Notice: the information contained in this email and any
>>> attachments may be legally privileged and confidential. If you are not an
>>> intended recipient, you are hereby notified that any dissemination,
>>> distribution, or copying of this e-mail is strictly prohibited. If you have
>>> received this e-mail in error, please notify the sender and permanently
>>> delete the e-mail and any attachments immediately. You should not retain,
>>> copy or use this e-mail or any attachments for any purpose, nor disclose
>>> all or any part of the contents to any other person.
>>>
>>>
>>>
>>>
>>
>>
>> --
>> Lars Helge Øverland
>> Technical lead, DHIS 2
>> University of Oslo
>> l...@dhis2.org
>> https://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
>>
>>
>
___
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] Locking Data Values when Data Set is Complete

2018-03-28 Thread Nayeem Al Mifthah
Hi Lars
Fully agree, it will make the completeness more meaningful.

*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E and Surveillance*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m

On Wed, Mar 28, 2018 at 2:33 PM, Pamod Amarakoon  wrote:

> Hi Lars,
>
> Yes, upon completion data fields should be disabled and reenabled on
> clicking incomplete. Then assessing timely submissions will be more
> meaningful.
>
> Thanx.
>
>
> On Wed, Mar 28, 2018, 1:04 PM Dennis Banga  wrote:
>
>> Hi Lars
>>
>> Referring to the same issue and some challenges we experience (jira issue),
>> such a functionality will really help . It can be a data set configuration
>> that supports the current behavior  and the suggested behavior. In
>> addition, an audit trail for the completing and in-completing of data sets
>> in data entry module will help in tracking changes within data sets as the
>> available data value audit trail functionality.
>>
>> Ahsante.
>>
>> Dennis
>>
>> On 27 March 2018 at 12:52, Lars Helge Øverland  wrote:
>>
>>> Hi Pamod,
>>>
>>> thanks, to clarify, what you want is simply to disable the input fields
>>> when the complete button is clicked, and the renable the input fields when
>>> the incomplete button is clicked?
>>>
>>> Lars
>>>
>>>
>>> On 27 March 2018 at 08:26, Pamod Amarakoon  wrote:
>>>
 Dear All,

 This is with reference to the previous discussion on similar issue in
 2015 (link below)
 https://lists.launchpad.net/dhis2-devs-core/msg00377.html

 As I'm aware disabling editing of data values happens through locking
 mechanism which is mainly dependent on expiry date and data approval.

 We have a situation in Sri Lanka where we are already using expiry date
 and data approval in the data workflow. But due to practical reasons we
 cannot set a relatively short expiry date. We are assessing performance of
 facilities based on data set completion date. To achieve our objective we
 need to lock the data set after completion thereby if a user needs to edit
 data again then he first has to incomplete data set (so completeness date
 changes accordingly).

 Currently we are using a modified form.js in web-data entry folder to
 achieve this. Just wondering whether there are any plans to implement this
 feature in near future.

 Thank you.

 --
 Regards,
 Pamod Amarakoon
 MBBS (SL)
 MSc (Biomedical Informatics), EMSc (Health Admin), PGCert (MedEd), CEH

 HISP Sri Lanka

 Confidentiality Notice: the information contained in this email and any
 attachments may be legally privileged and confidential. If you are not an
 intended recipient, you are hereby notified that any dissemination,
 distribution, or copying of this e-mail is strictly prohibited. If you have
 received this e-mail in error, please notify the sender and permanently
 delete the e-mail and any attachments immediately. You should not retain,
 copy or use this e-mail or any attachments for any purpose, nor disclose
 all or any part of the contents to any other person.




>>>
>>>
>>> --
>>> Lars Helge Øverland
>>> Technical lead, DHIS 2
>>> University of Oslo
>>> l...@dhis2.org
>>> https://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
>>>
>>>
>>
> ___
> 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