[Dhis2-devs-core] pageSize in web-api

2016-02-03 Thread Abyot Gizaw
Hi All, The web-api used to return pageSize, but not any more? --- Thank you, Abyot. -- Mailing list: https://launchpad.net/~dhis2-devs-core Post to : dhis2-devs-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs-core More help : https://help.launchpad.net/ListHelp

Re: [Dhis2-devs-core] pageSize in web-api

2016-02-03 Thread Abyot Gizaw
you mean for the event endpoint? you need to have totalPages=true > > -- > Morten > > On Wed, Feb 3, 2016 at 5:56 PM, Abyot Gizaw <aby...@gmail.com> wrote: > >> Hi All, >> >> The web-api used to return pageSize, but not any more? >> >&

Re: [Dhis2-devs] Tracker Capture reactivate completed enrollment

2016-01-07 Thread Abyot Gizaw
Hi, Re-opening completed enrollments is coming in 2.22. The re-opening will allow full operations on enrollment - meaning adding / editing / removing events ... The only catch here is, it is not possible to re-open enrollment if there is another active enrollment going on. We are also hoping to

Re: [Dhis2-devs] Search person by incidence date range

2016-01-06 Thread Abyot Gizaw
That is a proper solution, but then we have to make sure a selected program has incident date. The reason we skipped this was because all programs do not have incident date like enrollment. --- Thank you, Abyot. (sent from mobile) On Jan 6, 2016 17:53, "Nayeem Al Mifthah"

Re: [Dhis2-devs-core] Default view of idObjects in field filter

2015-12-18 Thread Abyot Gizaw
I also use displayName. But if no displayName, I use name. --- Thank you, Abyot. On Fri, Dec 18, 2015 at 10:31 AM, Morten Olav Hansen wrote: > Hi everyone > > As you probably, if you do something like > /api/organisationUnits.json?fields=* > > All the objects are expanded,

Re: [Dhis2-devs] [Tracker] [API] How to get No Program Tracked Entity Attributes from API?

2015-12-16 Thread Abyot Gizaw
Hi, try this api/trackedEntityAttributes.json?paging=false=displayInListNoProgram:eq:true=:all --- Thank you, Abyot. On Wed, Dec 16, 2015 at 12:19 PM, Harsh Atal wrote: > Hi > > I want to get all No program Tracked Entity Attributes from API. Is this > supported? > >

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 21363: Added support for printing the enrollment details

2015-12-10 Thread Abyot Gizaw
Hi Jiju, See the commit you made here. You removed a feature. Next time please make sure not to take a feature out :) --- Thank you, Abyot. On Mon, Dec 7, 2015 at 4:56 PM, wrote: > > revno: 21363 > committer:

Re: [Dhis2-devs] Blueprint candidate: Distinguish authorities between Events and Tracker

2015-11-30 Thread Abyot Gizaw
No, that is problematic to implement. What is better and clean is controlling who accesses what through program, which you can do. - Thank you, Abyot. (sent from mobile) Hello, currently Tracker and Event capture rely on the same authority. Ideally, these should be differentiated. Can we

Re: [Dhis2-devs-core] Audits Web-API

2015-11-29 Thread Abyot Gizaw
Perfect, thanks Morten ! Can we have a default one something like auditType=ALL so that we fetch all available (currently update and delete) in just one go? We can do the grouping per auditType at the client side. Also nice would be fetching audits per program stage instance without mentioning a

Re: [Dhis2-devs] Comment Field issue in Event capture.

2015-11-27 Thread Abyot Gizaw
Hi, Thanks for reporting this. It is now fixed in trunk and back-ported to 2.21. --- Thank you, Abyot. On Fri, Nov 27, 2015 at 9:13 AM, Sourabh Bhardwaj wrote: > Hi, > > I am facing a following issue: > > Application doesn’t wrap-up the entered text value in ‘Comment’

Re: [Dhis2-devs] Parsing the json output from the API

2015-11-22 Thread Abyot Gizaw
Hi, I am using ID. Tracker apps do not support across instances. Not sure if we have an app that supports across instances. Whenever an ID is changed - it is like a new meta-data and the practice so far is to clear cache and download the new meta-data. --- Thank you, Abyot. On Sun, Nov 22,

Re: [Dhis2-devs] Schedule Reminders seem not tbe working not working with 2.21 build 20876

2015-11-06 Thread Abyot Gizaw
Hi Prosper, It is two things: A. Doing things from the program side B. Doing things through the tracker or event capture app On A - nothing has been changed. And if I understand you, what you have mentioned is something that is being worked from the program side. On B - at the moment we have

[Dhis2-devs-core] SMS / Message Sender

2015-10-28 Thread Abyot Gizaw
Hi Dears, Can anyone explain about what we have and how things work with regards to messaging and sms. --- Thank you, Abyot. -- Mailing list: https://launchpad.net/~dhis2-devs-core Post to : dhis2-devs-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs-core More help

Re: [Dhis2-devs] [Dhis2-users] Issue with data element of type "long text" in custom forms

2015-10-26 Thread Abyot Gizaw
adc497d69> > > http: //www.awesomescreenshot. com / image / 691004 / > 0d22790ca526368fce19a5a7bb0a98 > ask > <http://www.awesomescreenshot.com/image/691004/0d22790ca526368fce19a5a7bb0a98be> > > Thanks, > Ese > > > On Tue, Oct 13, 2015 at 9:34 AM, Abyot Gizaw

Re: [Dhis2-devs] [Dhis2-users] Issue with data element of type "long text" in custom forms

2015-10-13 Thread Abyot Gizaw
set and in Tracker. > > Data element in a custom form in aggregate dataset -- > http://awesomescreenshot.com/0615bcug0c > > The same data element in Tracker -- > http://awesomescreenshot.com/0265bcyt99 > > Thanks, > Ese > > On Mon, Oct 12, 2015 at 4:50 PM, Abyot Gizaw <a

Re: [Dhis2-devs] [Dhis2-users] Issue with data element of type "long text" in custom forms

2015-10-12 Thread Abyot Gizaw
Hi Ese, Do you have some screenshots to share? In custom form, we don't apply any style - you as custom form designer are fully in charge. --- Thank you, Abyot. On Mon, Oct 12, 2015 at 5:11 PM, Ese Egerega wrote: > Dear all, > > I am facing a challenge with data elements of

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-09-22 Thread Abyot Gizaw
Hi, Some questions for pin-point the problem: - Is this on event or tracker capture app? - Which version of DHIS 2 are you using - both version and revision number? - Have you tried this after clearing your browser cache? --- Thank you, Abyot. On Tue, Sep 22, 2015 at 1:38 PM,

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-09-22 Thread Abyot Gizaw
sing version 2.20 build 19884. I upgraded after > seeing the online demo working on event capture. I have cleared the Cache. > rgds > David > > 2015-09-22 14:42 GMT+03:00 Abyot Gizaw <aby...@gmail.com>: > >> Hi, >> >> Some questions for pin-point the probl

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-09-22 Thread Abyot Gizaw
achment but it doesn't work under data entry > when value no is selected. > rgds > David > > 2015-09-22 14:49 GMT+03:00 Abyot Gizaw <aby...@gmail.com>: > >> Hi David, >> >> In 2.20 we have hiding only for data elements (during data entry). >>

Re: [Dhis2-devs] [Dhis2-users] Program rule does not seem to be working

2015-09-22 Thread Abyot Gizaw
oh yes, thanks Markus. I mixed up :( --- Thank you, Abyot. On Tue, Sep 22, 2015 at 2:53 PM, Markus Bekken <markus.bek...@gmail.com> wrote: > Hi guys, > Try !#{location} or #{location} == false > > Best regards, > Markus > > 22. sep. 2015 kl. 14.49 skrev Abyot Gizaw

Re: [Dhis2-devs] Width of input/drop down in custom event capture forms

2015-09-21 Thread Abyot Gizaw
Hi, Not sure why it was added, will be removed. Normally we don't style custom form, it is up to the user to style. --- Thank you, Abyot. On Mon, Sep 21, 2015 at 3:37 PM, Halvdan Grelland wrote: > A cheap and cheerful workaround could be to append '!important' to the

Re: [Dhis2-devs-core] dateOfIncident > incidentDate

2015-09-11 Thread Abyot Gizaw
> I also tried to put this statement in *TableAlteror*, it doesn't work > either. > > Can you take a look at it ? > > . > Best regards, > Tran Chau > > > On Wed, Sep 9, 2015 at 12:57 PM, Tran Chau (HISP Vietnam) < > tran.hispviet.

Re: [Dhis2-devs-core] dateOfIncident > incidentDate

2015-09-11 Thread Abyot Gizaw
t; > > Lars > > > > > > On Fri, Sep 11, 2015 at 1:56 PM, Abyot Gizaw <aby...@gmail.com> wrote: > >> Hi Tran, >> >> Thanks for the patch. I have now applied it and also fixed the problem >> with TableAlteror. >> >> --- >>

Re: [Dhis2-devs] Buttons not displaying after upgrade to dhis2.20

2015-09-10 Thread Abyot Gizaw
Hi Ese, Yes a fix is committed in latest trunk and also rev. 19839 of 2.20. --- Thank you, Abyot. On Thu, Sep 10, 2015 at 8:23 AM, Markus Bekken wrote: > Dear Ese, > We have seen something that looks like the behaviour you mention, and a > fix was committed by Abyot

Re: [Dhis2-devs-core] dateOfIncident > incidentDate

2015-09-09 Thread Abyot Gizaw
Hi Tran, Thanks for the fix. Can you also look into updating the columns in TableAlteror? --- Thank you, Abyot. On Wed, Sep 9, 2015 at 12:05 AM, Tran Chau (HISP Vietnam) < tran.hispviet...@gmail.com> wrote: > Hi all, > > I've finished this one. > > I am sending the patch file in this email.

Re: [Dhis2-devs] Fwd: [Dhis2-users] Event capture Future date is not allowed problem

2015-09-07 Thread Abyot Gizaw
SP Bangladesh > > On Mon, Sep 7, 2015 at 2:04 PM, Abyot Gizaw <aby...@gmail.com> wrote: > >> Hi, >> >> Yes checking the date format is the first thing to do. Also make sure to >> have your browser cache properly cleared once you have made changes to your >

Re: [Dhis2-devs] Fwd: [Dhis2-users] Event capture Future date is not allowed problem

2015-09-07 Thread Abyot Gizaw
Hi, Yes checking the date format is the first thing to do. Also make sure to have your browser cache properly cleared once you have made changes to your calendar setting. Also to note is: though we have future date support for data elements, we don't have support for execution date of events.

Re: [Dhis2-devs] Fwd: [Dhis2-users] Event capture Future date is not allowed problem

2015-09-07 Thread Abyot Gizaw
HISP Bangladesh > > On Mon, Sep 7, 2015 at 2:04 PM, Abyot Gizaw <aby...@gmail.com> wrote: > >> Hi, >> >> Yes checking the date format is the first thing to do. Also make sure to >> have your browser cache properly cleared once you have made changes to your >

Re: [Dhis2-devs] Problem loading event capture in CHROME

2015-09-02 Thread Abyot Gizaw
Hi Hannan, The objectStore error is related to browser caching. Clear your browser cache and try one more time. --- Thank you, Abyot. On Wed, Sep 2, 2015 at 12:36 PM, Knut Staring wrote: > Hi Hannan, > > Is this problem pervasive across different laptops? Just to make sure

Re: [Dhis2-devs] Problem loading event capture in CHROME

2015-09-02 Thread Abyot Gizaw
The incognito mode will work, but won't recommend it for proper use. By the way, it is not necessary to clear cache everytime the app is run. Cache clearing is required only if meta-data is changed after the app is run. --- Thank you, Abyot. On Wed, Sep 2, 2015 at 2:26 PM, Jason Pickering

Re: [Dhis2-devs] Single event without registration event capture Search problem

2015-08-31 Thread Abyot Gizaw
Hi Fatema, Yes we are aware of this. Have also a blue print here https://blueprints.launchpad.net/dhis2/+spec/event-searching-and-sorting. But by default, events should come sorted based on event date - with the latest on top. --- Thank you, Abyot. On Sun, Aug 30, 2015 at 10:58 AM, Uddin

Re: [Dhis2-devs] stian sandvold joins as developer

2015-08-28 Thread Abyot Gizaw
Warm Welcome ! - Thank you, Abyot. (sent from mobile) Hi all, Stian Sandvold has joined the team today as DHIS 2 developer on a 50 % basis. Stian comes from a position as lead developer at Asio, a company which develops educational tools and games. He is doing his last year of master's at

Re: [Dhis2-devs-core] dateOfIncident incidentDate

2015-08-25 Thread Abyot Gizaw
+1 actually, there were lots of times that I felt what a strange property name... e.g. selectEnrollmentDatesInFuture, selectIncidentDatesInFuture, allowGenerateNextVisit, allowFutureDate, allowProvidedElsewhere why do we have to talk about allow or select? if the property is true, then we

Re: [Dhis2-devs] Inconsistent behavior between dataValues and dataValueSets endpoints in regards to data set period expiry

2015-08-18 Thread Abyot Gizaw
Hi Morten, Is this thing related to the other discussion we have? I think we should stick to one consistent format - like returning importSummaries always. --- Thank you, Abyot. On Tue, Aug 18, 2015 at 9:13 AM, Jason Pickering jason.p.picker...@gmail.com wrote: Hi Devs, When data is

Re: [Dhis2-devs] Inconsistent behavior between dataValues and dataValueSets endpoints in regards to data set period expiry

2015-08-18 Thread Abyot Gizaw
for locked data sets on /api/dataValues and not on /api/dataValueSets ? -- Morten On Tue, Aug 18, 2015 at 4:21 PM, Abyot Gizaw aby...@gmail.com wrote: Hi Morten, Is this thing related to the other discussion we have? I think we should stick to one consistent format - like returning

Re: [Dhis2-devs] [Dhis2-users] FW: Problem with Tracker program after updating to 2.20 stable

2015-07-30 Thread Abyot Gizaw
or opening any attachment you agree to be bound by the provisions of the disclaimer. *From:* Abyot Gizaw [mailto:aby...@gmail.com] *Sent:* 30 July 2015 12:59 PM *To:* Elmarie Claasen; dhis2-devs@lists.launchpad.net; dhis2-us...@lists.launchpad.net *Subject:* Re: [Dhis2-users] FW: Problem

Re: [Dhis2-devs] Sections in Tracker Capture - hiding drop down list options

2015-07-30 Thread Abyot Gizaw
Hi Prosper, Thanks for reporting. Sure, will take a look and fix. Thank you, Abyot. On Wed, Jul 29, 2015 at 9:47 PM Prosper BT ptb3...@gmail.com wrote: Hi Team, When you use sections in stages and go to data entry and happen to have a drop down list, the next section covers the list and

Re: [Dhis2-devs] [Dhis2-users] FW: Problem with Tracker program after updating to 2.20 stable

2015-07-30 Thread Abyot Gizaw
On Thu, Jul 30, 2015 at 11:30 AM Elmarie Claasen elma...@hisp.org wrote: Hi Devs, I have an urgent database issue which I have to resolve as this project is implementing by Monday and my database is not running on 2.20 stable which I need for the tracker capture app to load. Can someone

Re: [Dhis2-devs] [Dhis2-users] Multi Selection of Values?

2015-07-21 Thread Abyot Gizaw
Hi, No that is not possible at the moment. Unfortunately, you have to create as many dataelements as the symptoms you wanted to collect. This is also related to analysis. If you wanted to count and do some kind of analysis/reporting on such dataelement, processing the multiple selections is not

Re: [Dhis2-devs-core] TEI query

2015-07-03 Thread Abyot Gizaw
Yes, tracker-capture in trunk is already update to /api/trackedEntityInstances/query On Fri, Jul 3, 2015 at 9:09 AM Morten Olav Hansen morte...@gmail.com wrote: Hi Is it ok that I commit this code now? did you update tracker* apps? -- Morten On Mon, Jun 29, 2015 at 3:23 PM, Abyot Gizaw

Re: [Dhis2-devs-core] TEI query

2015-06-29 Thread Abyot Gizaw
parameters for /api/trackedEntityInstances? -- Morten On Mon, Jun 29, 2015 at 2:37 PM, Abyot Gizaw aby...@gmail.com wrote: Hi Morten, Yes, this affects any tracker related app - definitely tracker-capture. But what are the query parameters? Are you going to keep existing format? Thank

Re: [Dhis2-devs-core] TEI query

2015-06-29 Thread Abyot Gizaw
-- Morten On Mon, Jun 29, 2015 at 2:37 PM, Abyot Gizaw aby...@gmail.com wrote: Hi Morten, Yes, this affects any tracker related app - definitely tracker-capture. But what are the query parameters? Are you going to keep existing format? Thank you, Abyot. On Mon, Jun 29, 2015 at 5

Re: [Dhis2-devs] Error in adding a relationship with tracker capture app

2015-06-25 Thread Abyot Gizaw
Hi Jason, Seems a database issue... it complains about missing patientaid. Is this really a 2.19 db? Thank you, Abyot. On Thu, Jun 25, 2015 at 12:37 PM Jason Pickering jason.p.picker...@gmail.com wrote: I have posted the full stack trace here. Occurs when attempting to save a new

Re: [Dhis2-devs] Error in adding a relationship with tracker capture app

2015-06-25 Thread Abyot Gizaw
TO fk_relationship_trackedentityinstanceidb; On Thu, Jun 25, 2015 at 3:17 PM Jason Pickering jason.p.picker...@gmail.com wrote: It has been upgraded from and earlier version. Maybe this needs to be deleted or missing in an upgrade script? On Thu, Jun 25, 2015, 15:12 Abyot Gizaw aby...@gmail.com wrote: Hi Jason

Re: [Dhis2-devs] [Dhis2-users] Web API in Excel

2015-06-23 Thread Abyot Gizaw
The excel thing is obviously something that we should address at some point. I have also made an unfinished attempt during the Ebola crisis. What I did was to provide a UI that allows users to upload excel file, do mapping between columns and data elements or attributes and finally upload the cell

Re: [Dhis2-devs] [Dhis2-users] DHIS2: Default Registration option in Tracker Capture

2015-06-17 Thread Abyot Gizaw
Yes, you can control them by clicking Manage attributes with no program from the attributes page. On Wed, Jun 17, 2015 at 8:56 AM Shurajit Dutta shurajitdu...@gmail.com wrote: Hi Muhammad, These are attributes. If you go to the programs/attributes app you will see where to find the

Re: [Dhis2-devs] Program - Error in Registration

2015-06-17 Thread Abyot Gizaw
for the hint, I'll try it and share the results soon. On Tue, Jun 16, 2015 at 5:51 PM, Abyot Gizaw aby...@gmail.com wrote: Hi Muhammad, I am not sure I understood what you wanted to do: 1. You have two programs - provider and provider training 2. You registered a provider under the provider program

Re: [Dhis2-devs] [Dhis2-users] DHIS2: Default Registration option in Tracker Capture

2015-06-17 Thread Abyot Gizaw
, Manage attributes with no program it is. Have you checked my latest email with subject Error in Registration? Can you help with that? On Wed, Jun 17, 2015 at 12:27 PM, Abyot Gizaw aby...@gmail.com wrote: Yes, you can control them by clicking Manage attributes with no program from

Re: [Dhis2-devs] Program - Error in Registration

2015-06-16 Thread Abyot Gizaw
Hi Muhammad, I am not sure I understood what you wanted to do: 1. You have two programs - provider and provider training 2. You registered a provider under the provider program 3. Now you wanted to use the registered provider and register it again in training program Is this what you wanted to

Re: [Dhis2-devs] Patients Provider List View

2015-06-16 Thread Abyot Gizaw
Hi Muhammad, You can have that using the advanced search feature. See https://www.dhis2.org/doc/snapshot/en/user/html/ch28s02.html Thank you, Abyot. On Tue, Jun 16, 2015 at 1:30 PM Muhammad Tahir mtag...@gmail.com wrote: Hi, We have patients and providers entities registered using program.

Re: [Dhis2-devs] [Dhis2-users] DHIS2: Select multiple options

2015-06-16 Thread Abyot Gizaw
No, unfortunately we don't have that kind of feature. Actually storing multiple values for a single data-element will create a problem later during aggregation/analysis. If you have a short pre-defined list of services, I would suggest creating corresponding data element of type yes/no for each

Re: [Dhis2-devs] Patients Provider List View

2015-06-16 Thread Abyot Gizaw
yes, that is true. On Tue, Jun 16, 2015 at 1:48 PM Muhammad Tahir mtag...@gmail.com wrote: Thanks, it does work. Additionally I have to make program available at parent organization level to view all the children. On Tue, Jun 16, 2015 at 4:37 PM, Abyot Gizaw aby...@gmail.com wrote: Hi

Re: [Dhis2-devs] DataEntry forms to handle multiple entities at once

2015-06-11 Thread Abyot Gizaw
Hi Muhammad, No, we don't have that feature at the moment. But, we have a plan to introduce something like a Family of Tracked Entity Instances. Once we have such a family, we can put some values to it - like for example in your case provider, location,... and other details. Then the moment a

Re: [Dhis2-devs] [Dhis2-users] List of permission in DHIS2

2015-06-10 Thread Abyot Gizaw
Yes, I have a very rough document. I was hoping for us to clean it first as there are lots of roles which are not in use currently. Probably better to put it 'as is' somewhere - as appendix in the documentation? On Wed, Jun 10, 2015 at 12:11 PM Lars Helge Øverland larshe...@gmail.com wrote:

Re: [Dhis2-devs] [Dhis2-users] List of permission in DHIS2

2015-06-10 Thread Abyot Gizaw
great - thanks Jason. I have also started working on this https://docs.google.com/document/d/1_btaR9M0uCmyyBY754Wt8nn7jwpGyQGN1PXh0e78k8k/edit see if it is something you can use? On Wed, Jun 10, 2015 at 3:09 PM Jason Pickering jason.p.picker...@gmail.com wrote: Hi Elmarie. I have just

Re: [Dhis2-devs] DHIS2 - Manage Provider's List

2015-06-05 Thread Abyot Gizaw
On Fri, Jun 5, 2015 at 6:13 AM Muhammad Tahir mtag...@gmail.com wrote: Hi Lars, Thank you very much for reply. I got the idea that each program can only be linked to a single entity and that mostly will be patients and I have to use multiple events type in program as the other does not

Re: [Dhis2-devs] Using programs and attributes.

2015-05-29 Thread Abyot Gizaw
Hi Muhammad, 2.18 does not have custom registration form - you need to use 2.19. I suspect your other problem is related to caching. Try to clear your browser cache and see if it behaves properly. --- Thank you, Abyot. On Fri, May 29, 2015 at 7:14 AM, Muhammad Tahir mtag...@gmail.com wrote:

Re: [Dhis2-devs] DHIS2 - Cannot find Single Event With registration for registration !!!

2015-05-16 Thread Abyot Gizaw
Hi, We have plan to scrap current program types and introduce programs of type With Registration and Without Registration. How many event a program can have is not really important - users are free to decide this through program stage configuration. So, for your program to work for now, just

Re: [Dhis2-devs] 2.19 bug.

2015-05-05 Thread Abyot Gizaw
, Abyot Gizaw aby...@gmail.com wrote: I don't think it displays every time, instead only when there is a missing translation file. For me, it is important that the user knows that the specified translation file does not exist. What is the notification in data entry module? --- Thank you

Re: [Dhis2-devs] Android App Event Capture 'Single Event'

2015-04-30 Thread Abyot Gizaw
Hi Timothy, Yes, you are correct the event capture app gives no indication. This is now fixed in trunk (or the upcoming 2.19 release). You can address the issue with 2.18 by selecting the proper authorities, which are listed below. Add/Update Tracked Entity Data Value Delete Tracked Entity Data

Re: [Dhis2-devs] 2.19 bug.

2015-04-28 Thread Abyot Gizaw
a bit intrusive that you would have to click away the warning every time you load the module -- Morten On Thu, Apr 23, 2015 at 1:38 PM, Abyot Gizaw aby...@gmail.com wrote: Hi Fatema, This is not a big. It is just a notification informing you that a translation file for the current locale

Re: [Dhis2-devs] 2.19 bug.

2015-04-23 Thread Abyot Gizaw
Hi Fatema, This is not a big. It is just a notification informing you that a translation file for the current locale you are using is not available. The system reverts to default (English) - Thank you, Abyot. (sent from mobile) On Apr 23, 2015 4:46 AM, Uddin Fatema fatema...@gmail.com wrote:

Re: [Dhis2-devs] [Bug 1441705] [NEW] Event Capture not switchig to offline mode

2015-04-09 Thread Abyot Gizaw
Hi, Yes, we have reproduced the bug and will come with a fix soon. --- Thank you, Abyot. On Thu, Apr 9, 2015 at 7:19 AM, Abyot Gizaw aby...@gmail.com wrote: Hi, On which version of DHIS 2 are you getting this? --- Thank you, Abyot. On Wed, Apr 8, 2015 at 5:46 PM, lawrence chi

Re: [Dhis2-devs] [Bug 1441705] [NEW] Event Capture not switchig to offline mode

2015-04-08 Thread Abyot Gizaw
Hi, On which version of DHIS 2 are you getting this? --- Thank you, Abyot. On Wed, Apr 8, 2015 at 5:46 PM, lawrence chi...@aim.com wrote: Public bug reported: 1) event capture failing to load structure (CSS i think) when the server goes offline 2) the application fails to bring login

Re: [Dhis2-devs] [Dhis2-users] DHIS2: Custom fields in Event Notes OR User Notes

2015-03-30 Thread Abyot Gizaw
Hi, No, unfortunately that is not possible at the moment. --- Thank you, Abyot. On Mon, Mar 30, 2015 at 9:30 AM, Nikunj nikunj.kote...@solutionanalysts.com wrote: Hello All, Wanted to check if it is possible to add custom fields like mentioned below in User notes OR Event notes in

Re: [Dhis2-devs] [Dhis2-users] DHIS2 - Program still appearing for certain user roles

2015-03-30 Thread Abyot Gizaw
Hi Robin, Roles are not yet applied for Event and Tracker capture apps. We are hoping to get this fixed for the upcoming release. --- Thank you, Abyot. On Sat, Mar 28, 2015 at 5:45 PM, Robin Martens mart...@sher.be wrote: Hi all, I have some programs that should only be visible to

Re: [Dhis2-devs] [tracker-capture] Clarification regarding Complete Button option in program Stage

2015-03-30 Thread Abyot Gizaw
Hi Harsh, This setting is not applied in the app. Will try to get it for 2.19. --- Thank you, Abyot. On Mon, Mar 30, 2015 at 12:08 PM, Harsh Atal harsh.a...@gmail.com wrote: Hi In the Program Stage create/edit form there is a checkbox named - *Ask user to complete program when stage is

Re: [Dhis2-devs] [tracker-capture] Clarification regarding Complete Button option in program Stage

2015-03-30 Thread Abyot Gizaw
Hi, This is now implemented in trunk. But I would recommend caution to use this setting as currently it is not possible to Uncomplete a completed program. --- Thank you, Abyot. On Mon, Mar 30, 2015 at 3:23 PM, Abyot Gizaw aby...@gmail.com wrote: Hi Harsh, This setting is not applied

Re: [Dhis2-devs] Is it possible to reload individual Widgets in tracker-capture Dashboard

2015-03-24 Thread Abyot Gizaw
how to send a broadcast message to trigger widgets. --- Thank you, Abyot. On Tue, Mar 24, 2015 at 10:22 AM, Mithilesh Kumar Thakur mithilesh.h...@gmail.com wrote: yes i have a this type of requirement to store data element value in arribute On Tue, Mar 24, 2015 at 2:33 PM, Abyot Gizaw aby

Re: [Dhis2-devs] Is it possible to reload individual Widgets in tracker-capture Dashboard

2015-03-24 Thread Abyot Gizaw
: thanks Actually i have a requirement to change in attribute value while change in dataelement value in data entry Widget and refresh/reload the profile Widget On Tue, Mar 24, 2015 at 2:16 PM, Abyot Gizaw aby...@gmail.com wrote: Hi, Widgets can be reloaded by broadcasting them a message

Re: [Dhis2-devs] Is it possible to reload individual Widgets in tracker-capture Dashboard

2015-03-24 Thread Abyot Gizaw
Hi, Widgets can be reloaded by broadcasting them a message. Profile is about attributes while data entry is about data elements - there is no connection between these two. What new thing will you get by reloading profile widget - can you tell us more on this? It makes sense to reload profile

Re: [Dhis2-devs] api/organisationUnitLevels

2015-03-19 Thread Abyot Gizaw
Seems you are creating your own app? If so, you can fetch OUs based on level whenever drill down/up is triggered - Thank you, Abyot. (sent from mobile) On Mar 19, 2015 8:14 AM, Greg Rowles greg.row...@gmail.com wrote: Hi Mark My JSON request:

Re: [Dhis2-devs] DHIS2 - Validations on GPS coordinates

2015-03-16 Thread Abyot Gizaw
Hi Robin, No, it is not possible to define specific validation on coordinates except the general validation of latitude and longitude. However, if you look at the latest Event Capture app, it is possible to capture coordinates from Google map. The app also allows to zoom-in/out based on polygons

Re: [Dhis2-devs] Morbidity and mortality program in demo dhis2 site

2015-03-16 Thread Abyot Gizaw
Hi Thanh, Yes the tracker capture is suited for such kinds of use cases. We could help you a lot if you are a bit specific on your needs. --- Thank you, Abyot. On Sun, Mar 15, 2015 at 7:29 PM, Ngoc Thanh Nguyen thanh.hispviet...@gmail.com wrote: Hi all, I would like to buid a system for

Re: [Dhis2-devs] DHIS2 - Validations on GPS coordinates

2015-03-16 Thread Abyot Gizaw
of latitude and longitude”? Using google maps would be great. However, I didn’t find it on the Event Capture app on the demo server. How do you access it? Regards, Robin *From:* Abyot Gizaw [mailto:aby...@gmail.com] *Sent:* 16 March 2015 11:38 *To:* Robin Martens *Cc:* DHIS 2 Users list

Re: [Dhis2-devs] [Dhis2-users] Tracker capture form

2015-03-16 Thread Abyot Gizaw
Hi Elmarie, Quite difficult to tell what exactly the issue is. If there is any log on your browser console, sharing that will provide us more clue. At the same time, can you check once again if your program is MEWR? Also which version are you using? Does your program have program stage(s) with

Re: [Dhis2-devs] Validation rules in Single Event without Registration

2015-03-16 Thread Abyot Gizaw
Hi Prosper, Applying validation rules is not yet ready for both event and tracker capture apps - we are working on it. --- Thank you, Abyot. On Mon, Mar 16, 2015 at 8:36 AM, Prosper BT ptb3...@gmail.com wrote: Dear Team, Much as we ca set validation rules for single event without

Re: [Dhis2-devs] Event Date location

2015-03-10 Thread Abyot Gizaw
Hi, The table is *programstageinstance* --- Thank you, Abyot. On Tue, Mar 10, 2015 at 3:33 PM, Farai Mutero fmut...@gmail.com wrote: Hi Guys Quick and easy question for you: When you upload an event payload into DHIS2 via the Web-API (payload example shown below), in which table in the

Re: [Dhis2-devs] patients daily log (data elements mapped to each other)

2015-03-07 Thread Abyot Gizaw
Hello Nami, Currently, the easiest solution is to put all your data elements (from all types medical services, diagnosis and disease) into one repeatable program stage. This is going to be one big form. The monitoring that you asked needs to be done manually when data elements are being filled -

Re: [Dhis2-devs] Events capture not loading

2015-03-05 Thread Abyot Gizaw
version. Also after clearing the cash it shows same error. Fortunately, after several times of cash clearing, additionally, 1 days later its load all event list without any error. So i guess its all about cash problem Thanks On Thu, Mar 5, 2015 at 2:37 PM, Abyot Gizaw aby...@gmail.com wrote

Re: [Dhis2-devs] [trunk]Issue in trackedEntityInstance updation through web API

2015-03-05 Thread Abyot Gizaw
this requirement(perhaps we have to maintain location history as well)Do you have any idea on how we can we tackle this issue? Thank You On 4 March 2015 at 16:46, Abyot Gizaw aby...@gmail.com wrote: I see your point. But, the situation that you have referred a patient from orgunit

Re: [Dhis2-devs] Events capture not loading

2015-03-05 Thread Abyot Gizaw
is that when i browser the a copy of this instance hosted somewhere else where i took the backup to restore it is is working fine. On 4 March 2015 at 20:17, Abyot Gizaw aby...@gmail.com wrote: Hi, I suspect this is related to caching. What happens if you do full browser cache cleaning

Re: [Dhis2-devs] Events capture not loading

2015-03-05 Thread Abyot Gizaw
. Regards, Adolphe On 5 March 2015 at 10:48, Abyot Gizaw aby...@gmail.com wrote: If it is really a cache issue, then it depends which parts of the cache are cleared. Just to be safe it has to be full cache. --- Thank you, Abyot. On Thu, Mar 5, 2015 at 9:45 AM, Uddin Fatema fatema

Re: [Dhis2-devs] Events capture not loading

2015-03-04 Thread Abyot Gizaw
Hi, I suspect this is related to caching. What happens if you do full browser cache cleaning? - Thank you, Abyot. (sent from mobile) On Mar 4, 2015 5:44 PM, Kamugunga Adolphe kaa...@gmail.com wrote: Hi, I am having hard time loading event capture on the new instance on server. The

Re: [Dhis2-devs] [trunk]Issue in trackedEntityInstance updation through web API

2015-03-04 Thread Abyot Gizaw
Hi Harsh, Do you really want to migrate? Or you want to register data in another org unit? - Thank you, Abyot. (sent from mobile) On Mar 4, 2015 9:07 AM, Morten Olav Hansen morte...@gmail.com wrote: Hi Harsh You are not allowed to update the orgUnit pointer, this was supposed to be the

Re: [Dhis2-devs] [trunk]Issue in trackedEntityInstance updation through web API

2015-03-04 Thread Abyot Gizaw
. On 4 March 2015 at 13:39, Abyot Gizaw aby...@gmail.com wrote: Hi Harsh, Do you really want to migrate? Or you want to register data in another org unit? - Thank you, Abyot. (sent from mobile) On Mar 4, 2015 9:07 AM, Morten Olav Hansen morte...@gmail.com wrote: Hi Harsh You

Re: [Dhis2-devs] [trunk]Issue in trackedEntityInstance updation through web API

2015-03-04 Thread Abyot Gizaw
) On Wed, Mar 4, 2015 at 10:45 AM, Abyot Gizaw aby...@gmail.com wrote: Ok, you know what your needs are. Are you also going to migrate events? What will happen to already submitted/acted report? You need to carefully look into the migration requirement. I am strongly against the idea

Re: [Dhis2-devs] Weird behaivour with the user interface in the Event Capture (2.17)

2015-03-02 Thread Abyot Gizaw
Hi Jose, It is really difficult to tell what is happening here. Obviously, when any of these Weird behavior happen, looking into log files helps quite a lot. So next time see if anything is written onto your browser network/console tab. Another key issue you need to keep in mind is, whenever a

Re: [Dhis2-devs] Custom Form not working for no program registration[trunk]

2015-02-27 Thread Abyot Gizaw
Hi, Custom form with out program is yet to be implemented. --- Thank you, Abyot. On Fri, Feb 27, 2015 at 6:10 AM, Harsh Atal harsh.a...@gmail.com wrote: Hi all Have encountered an issue with the tracker custom tracked entity form in the tracker capture module.(have checked on

Re: [Dhis2-devs] [DHIS2-devs]Some Issues with Tracker Capture

2015-02-26 Thread Abyot Gizaw
Hi Harsh, Not all are bugs, but will anyway fix/implement them - 2 is a bug 1 is not yet implemented. But I am not able to reproduce 3. --- Thank you, Abyot. On Thu, Feb 26, 2015 at 8:37 AM, Harsh Atal harsh.a...@gmail.com wrote: Hi all Few issues have appeared while working with tracker

Re: [Dhis2-devs] [Bug 1425553] [NEW] event capture failing to load programes (Tracker)

2015-02-26 Thread Abyot Gizaw
Hi, I am not able to reproduce this both in 2.17 and 2.18. The issue you mentioned that organisation unit tree is not clickable is intentional - it comes ready for click once meta-data is fully downloaded. So a most likely scenario in your case, downloading meta-data has failed somewhere ...

Re: [Dhis2-devs] Tracker - ProgramStageInstance/Events tracked against different org unit to TrackedEntityInstance

2015-02-24 Thread Abyot Gizaw
Hi, The new tracker capture UI (already in trunk) has support for this. The advanced search also provides a different orgunit tree in order to search TEIs outside the data entering org unit. - Thank you, Abyot. (sent from mobile) Hi all, Although it's not possible to create an event that

Re: [Dhis2-devs] Fwd: If-then in indicator formula?

2015-02-17 Thread Abyot Gizaw
Hi, Forgive me if I fail to see something here. But I see two things: if-then in Indicators and counting the Yes, Partial, and Nos If the intention is on the counting, that for me is a simple aggregation which the DHIS2 supports. Using options, category and combination of DHIS2 - it is also

Re: [Dhis2-devs] Dhis2 2.16 last revision Single event without registration event page list prob

2015-02-10 Thread Abyot Gizaw
Hello Fatema, The feature to sort events is now implemented - the latest ones come on-top. Please update to latest 2.16 (revision: 16593) --- Thank you, Abyot. On Tue, Feb 10, 2015 at 12:14 PM, Uddin Fatema fatema...@gmail.com wrote: Dear All, We are using dhis2 2.16 revision:16592, In

Re: [Dhis2-devs] DataElements with long option sets are not saving its values (event capture)

2015-01-29 Thread Abyot Gizaw
Hi Jose, Investigating here... will get back to you soon. --- Thank you, Abyot. On Thu, Jan 29, 2015 at 7:30 AM, Jose Garcia Muñoz josem...@gmail.com wrote: Hi devs, I know that the number of options displayed in one option set is limited to an specic number (25, 30?) when the user

Re: [Dhis2-devs] Error in event capture

2015-01-29 Thread Abyot Gizaw
right that you might have cache of an older version. Kind regards, Mark Polak m...@thedutchies.com mar...@ifi.uio.no +47 970 36 752 On 29 Jan 2015, at 10:00, Abyot Gizaw aby...@gmail.com wrote: Most probably you have run 2.17 first and then 2.18. Could it be a cache issue? - Thank

Re: [Dhis2-devs] Error in event capture

2015-01-29 Thread Abyot Gizaw
A bit strange to get that... are you also seeing the same in demo? - Thank you, Abyot. (sent from mobile) On Jan 29, 2015 8:24 AM, Jason Pickering jason.p.picker...@gmail.com wrote: Hi Devs, On 2.18, getting this error with event capture. Uncaught Error: [$injector:unpr]

Re: [Dhis2-devs] Error in event capture

2015-01-29 Thread Abyot Gizaw
Most probably you have run 2.17 first and then 2.18. Could it be a cache issue? - Thank you, Abyot. (sent from mobile) On Jan 29, 2015 9:49 AM, Abyot Gizaw aby...@gmail.com wrote: A bit strange to get that... are you also seeing the same in demo? - Thank you, Abyot. (sent from

Re: [Dhis2-devs] Error in event capture

2015-01-29 Thread Abyot Gizaw
mar...@ifi.uio.no +47 970 36 752 On 29 Jan 2015, at 10:00, Abyot Gizaw aby...@gmail.com wrote: Most probably you have run 2.17 first and then 2.18. Could it be a cache issue? - Thank you, Abyot. (sent from mobile) On Jan 29, 2015 9:49 AM, Abyot Gizaw aby...@gmail.com wrote: A bit

Re: [Dhis2-devs] Reporting based on tracker data

2015-01-29 Thread Abyot Gizaw
Hi Tran, Is there anything you could do on this? Briefly looking at DefaultCaseAggregationConditionService, for example you have nested loops and inside these loops you are calling periodService to fetch period from db. I don't see the call to periodService depending on data generated in the

  1   2   3   >