Re: [Dhis2-devs] [Dhis2-users] Data set with complete button

2015-08-12 Thread Lwinlwin Aung
Hi Channara, I think what you want to do is not to change or edit data value after completion of data entry. If so, the data values can be locked by approving and accepting dataset, then we cannot change the value until unaccepted and unapproved. On Wed, Jul 8, 2015 at 2:01 PM, Knut Staring

Re: [Dhis2-devs] [Dhis2-users] Data set with complete button

2015-07-13 Thread rin.chann...@gmail.com
Thank you Victor Garcia wrote: >Hi Channara, >maybe you can try with custom script >https://www.dhis2.org/doc/snapshot/en/developer/html/dhis2_developer_manual_full.html#d5173e4531. >In the script, first check the state of complete button and then, >depending on that value, make all entryfields

Re: [Dhis2-devs] [Dhis2-users] Data set with complete button

2015-07-13 Thread Victor Garcia
Hi Channara, maybe you can try with custom script https://www.dhis2.org/doc/snapshot/en/developer/html/dhis2_developer_manual_full.html#d5173e4531. In the script, first check the state of complete button and then, depending on that value, make all entryfields readonly. On 8 July 2015 at 10:41, cha

Re: [Dhis2-devs] [Dhis2-users] Data set with complete button

2015-07-08 Thread channara rin
Yes, but M&E staff who will verify data value and approve are afraid data clerk will change data value in that duration when data clerk press "complete" button. and DHIS2 system will send alert information to M&E staff. On Wed, Jul 8, 2015 at 3:00 PM, Lwinlwin Aung wrote: > Hi Channara, > > > I