[Dhis2-devs] Android SMS Gateway App - Can use for large scale??

2016-06-28 Thread Harsh Atal
Hi We are planning to use the Android SMS Gateway app to get data from sms into DHIS. [ https://play.google.com/store/apps/details?id=org.dhis2.androidsms&hl=en] But the scale of the implementation which has been finalized is too big(>30 districts) Therefore, now need to know if any one has used

[Dhis2-devs] SQL View : ERROR: column "uid" specified more than once.

2016-08-07 Thread Harsh Atal
Dear Devs I am trying to make a sql view for getting the uid and name of all the org unit hierarchy . Have used following query : - select > > ou1.uid,max(ou1.name), > ou2.uid,max(ou2.name), > ou3.uid,max(ou3.name), > ou4.uid,max(ou4.name), > ou5.uid,max(ou5.name), > ou6.uid,max(ou6.name), > ou7.

Re: [Dhis2-devs] SQL View : ERROR: column "uid" specified more than once.

2016-08-07 Thread Harsh Atal
Oh yes! Thank you Knut. Regards harsh On 8 August 2016 at 12:07, Knut Staring wrote: > Hi Harsh, you should give each uid a unique alias, eg uid1, uid2 etc > > On 8 Aug 2016 08:21, "Harsh Atal" wrote: > >> Dear Devs >> >> I am trying to make a sql

[Dhis2-devs] Password not working when creating Users through API

2016-08-18 Thread Harsh Atal
Dear Devs, We made several users by Posting to "../api/Users" endpooint. Eg payload- {"firstName":"harsh","surname":"harsh","email":"harsh", "userCredentials": {"username":"harsh","password":"harsh","userRoles":[{"id":"yrB6vc5Ip3r"}]}, "organisationUnits":[{"id":"WBFNadSm5EQ"}],"userGroups":[]}

Re: [Dhis2-devs] Password not working when creating Users through API

2016-09-16 Thread Harsh Atal
> Try with a valid password, something like `Harsh123` > > -- > Morten Olav Hansen > Senior Engineer, DHIS 2 > University of Oslo > http://www.dhis2.org > > On Thu, Aug 18, 2016 at 10:41 AM, Harsh Atal wrote: > >> Dear Devs, >> >> We made several

[Dhis2-devs] Can SQL Views be created through API?

2016-11-29 Thread Harsh Atal
Hi We have a reporting app which uses SQL View with variables. The app has to be used on multiple instances and we don't want to create the sql views manually on each instance. Intention is to make the app make its own sql view on start up. Is that possible? Regards harsh

Re: [Dhis2-devs] Can SQL Views be created through API?

2016-11-30 Thread Harsh Atal
t;> -- >> Morten Olav Hansen >> Senior Engineer, DHIS 2 >> University of Oslo >> http://www.dhis2.org >> >> On Wed, Nov 30, 2016 at 12:09 PM, Harsh Atal >> wrote: >> >>> Hi >>> >>> We have a reporting app which uses SQL Vi

Re: [Dhis2-devs] Can SQL Views be created through API?

2016-12-01 Thread Harsh Atal
w one through the API. Once created it can be used as usual.. Could you please confirm. Thanks harsh On 30 November 2016 at 15:54, Harsh Atal wrote: > Thanks, will check this out and get back. > > On 30 November 2016 at 10:43, Morten Olav Hansen wrote: > >> You can

Re: [Dhis2-devs] Can SQL Views be created through API?

2016-12-01 Thread Harsh Atal
Got it! Thanks harsh On 1 December 2016 at 16:56, Jason Pickering wrote: > Hi Harsh, > > You can import the sql view with the metadata importer, just like any > other metadata object. > > Regards, > Jason > > > On Thu, Dec 1, 2016 at 12:23 PM, Harsh Atal wro

[Dhis2-devs] Getting Version Information Through API?

2016-12-15 Thread Harsh Atal
Hi Is it possible to know which version of DHIS2 is running through API call? And, are these endpoints equivalent assuming I am running on 25 version of DHIS2? : ../api/schemas AND ../api/*25*/schemas Thanks harsh ___ Mailing list: https://launchpad.n

Re: [Dhis2-devs] Getting Version Information Through API?

2016-12-15 Thread Harsh Atal
m/info > > > Yes /api and /api/{current_version} are equivalent. > > > regards, > > Lars > > > > On Thu, Dec 15, 2016 at 9:35 AM, Harsh Atal wrote: > >> Hi >> >> Is it possible to know which version of DHIS2 is running through API call? &g

[Dhis2-devs] Error when creating users through API 2.26

2017-04-05 Thread Harsh Atal
Hi I am trying to create users through API but getting following error :- *{* * "httpStatus": "Internal Server Error",* * "httpStatusCode": 500,* * "status": "ERROR",* * "message": "attempted to assign id from null one-to-one property [org.hisp.dhis.user.UserCredentials.userInfo]"* *}* This

[Dhis2-devs] API - event coordinates not getting saved

2017-06-12 Thread Harsh Atal
Hi I am making events through API which include coordinates. But when posting the event everything gets saved except coordinates. URL : http://localhost:8090/dhis/api/events/ Pay Load : { "coordinate": {"latitude": 13.1707428419558, "longitude": 79.6169626173919}, "event": "O02d839dd7c", "eventD

[Dhis2-devs] [dhis2-devs][Tracker] New Program Not appearing in Drop Down List

2015-11-19 Thread Harsh Atal
Hi Server - https://play.dhis2.org/demo. Logged in with admin:district. Made a program "test". Assigned to Sierra Leone > Bo > Badjia > Ngelehun CHC Opened tracker-capture. Selected Ngelehun CHC from the OU Tree. In the drop down list for programs I can't see the program that I made. Have I m

Re: [Dhis2-devs] [dhis2-devs][Tracker] New Program Not appearing in Drop Down List

2015-11-19 Thread Harsh Atal
PS: The program is of type "With registration" On 19 November 2015 at 16:08, Harsh Atal wrote: > Hi > > Server - https://play.dhis2.org/demo. Logged in with admin:district. > > Made a program "test". > Assigned to Sierra Leone > Bo > Badjia >

Re: [Dhis2-devs] [dhis2-devs][Tracker] New Program Not appearing in Drop Down List

2015-11-19 Thread Harsh Atal
so make sure that you've created program stages for the test program. > > --- > Erling > > On 2015-11-19 11:40, Harsh Atal wrote: > >> PS: The program is of type "With registration" >> >> On 19 November 2015 at 16:08, Harsh Atal wrote: >> &

Re: [Dhis2-devs] [API] Event filter "status=SCHEDULE" not working

2015-12-07 Thread Harsh Atal
when requesting this URL now: > > https://play.dhis2.org/dev/api/events?trackedEntityInstance=mXAzn3hMR5a > > Perhaps something changed on the demo system? > > Lars > > > On Fri, Dec 4, 2015 at 10:08 AM, Harsh Atal wrote: > >> Hi >> >> Am trying to

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

2015-12-16 Thread Harsh Atal
Hi I want to get all No program Tracked Entity Attributes from API. Is this supported? regards harsh ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More he

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

2015-12-16 Thread Harsh Atal
Oh Yes! Thanks Abyot. regards harsh On 16 December 2015 at 17:05, Abyot Gizaw wrote: > Hi, > > try this > > api/trackedEntityAttributes.json?paging=false&filter=displayInListNoProgram:eq:true&fields=:all > > > > --- > Thank you, > Abyot. > &g

Re: [Dhis2-devs] [tracker] Error on searching when no program is selected

2016-01-20 Thread Harsh Atal
2.22 and 2.23-SNAPSHOT Reproducible on both https://play.dhis2.org/demo and https://play.dhis2.org/dev Regards harsh On 20 January 2016 at 18:58, Knut Staring wrote: > Version? > > On Wed, Jan 20, 2016 at 2:27 PM, Harsh Atal wrote: > >> Hi >> >> Getting error o

[Dhis2-devs] [dhis2-devs] [API] Total always '0' in paging information

2016-01-29 Thread Harsh Atal
Hi I am trying to get events come as page wise with custom page size. Related to that a little issue - Using this API URL : https://play.dhis2.org/demo/api/events?pageSize=10 Getting following data : http://dhis2.org/schema/dxf/2.0";> 1 1 0 . . . The total should not be 0 , it should be the t

Re: [Dhis2-devs] [dhis2-devs] [API] Total always '0' in paging information

2016-01-30 Thread Harsh Atal
> > -- > Morten > > On Sat, Jan 30, 2016 at 1:28 PM, Harsh Atal wrote: > >> Hi >> >> I am trying to get events come as page wise with custom page size. >> Related to that a little issue - >> >> Using this API URL : https://play.dhis2.org/de

[Dhis2-devs] [dhis2-devs] Incorrect dates in program report inside dashboard

2016-02-16 Thread Harsh Atal
Hi We have an instance on which this date format has been selected ->"03-31-1981 (dd-MM-)". This has been done through settings->calendar in DHIS. Now when I try to get a report in tracker dashboard , some dates are incorrectly displayed. This does not happen when date format is default(

Re: [Dhis2-devs] [dhis2-devs] Incorrect dates in program report inside dashboard

2016-02-16 Thread Harsh Atal
Thank You Abyot. Regards harsh On 16 February 2016 at 18:58, Abyot Asalefew Gizaw wrote: > Hi Harsh, > > Yes, you have found a bug - thank you for reporting. > > It is now fixed in latest trunk, 2.22 and 2.21. > > > --- > Thank you, > Abyot. > > On Tue,

[Dhis2-devs] Events endpoint not giving expanded output of some fields

2016-02-24 Thread Harsh Atal
Hi Am fetching all events through this URL: https://play.dhis2.org/dev/api/events? But in the output some fields such as dataValues, notes etc are not coming even if the data is there...all that is coming for all events is empty tag : Please help. Thanks harsh

[Dhis2-devs] Error in Registration when any program attribute is set as unique within program

2016-04-13 Thread Harsh Atal
Hi Have set a Tracked Entity Attribute to be unique with "Program" scope. Now registration does not happen, error message comes. PFA screenshot. Registration works when an attribute has "Unique in Whole system scope" but not for "Unique in program scope". Version:2.22Build revision:21978Build d

Re: [Dhis2-devs] Error in Registration when any program attribute is set as unique within program

2016-04-13 Thread Harsh Atal
Oh Yes, it is exactly that issue. Regards harsh On 13 April 2016 at 14:46, Pamod Amarakoon wrote: > Hi Harsh, > > May be something similar to this, > https://lists.launchpad.net/dhis2-users/msg09066.html > > > On Wed, Apr 13, 2016 at 2:43 PM, Harsh Atal wrote: > >

[Dhis2-devs] Value Type 'Long Text' is 255 characters ?

2017-07-05 Thread Harsh Atal
Hi We have a tracked entity attribute which have a long description. The value type of that attribute is LONG TEXT. But when saving, it is not getting saved. Getting following error : httpStatus: "Conflict" httpStatusCode: 409 message: "An error occurred, please check import summary." response:

Re: [Dhis2-devs] Value Type 'Long Text' is 255 characters ?

2017-07-05 Thread Harsh Atal
Please consider following pull request regarding above : https://github.com/dhis2/dhis2-core/pull/1009 Regards harsh On 5 July 2017 at 15:30, Harsh Atal wrote: > Hi > > We have a tracked entity attribute which have a long description. The > value type of that attribute is LONG TE

Re: [Dhis2-devs] Value Type 'Long Text' is 255 characters ?

2017-07-06 Thread Harsh Atal
t; Please write a JIRA bug issue for it. > > Regards > Calle > > On 5 July 2017 at 12:37, Harsh Atal wrote: > >> Please consider following pull request regarding above : >> https://github.com/dhis2/dhis2-core/pull/1009 >> >> Regards >> harsh >> &g

[Dhis2-devs] Not able to save dataset

2017-07-21 Thread Harsh Atal
Dear All We have an instance where since last 10-15 days we are not able to save one particular data set. Other data sets are getting saved. After clicking save button, error on console is as follows :- {"httpStatus":"Internal Server Error", > "httpStatusCode":500, > "status":"ERROR", >

Re: [Dhis2-devs] DHIS-2 Developer guide : Using API's

2017-08-20 Thread Harsh Atal
May be this works for you: */api/me?fields=id,name,organisationUnits[id,name,level,ancestors[id,name,level]]* Harsh On 21 August 2017 at 10:25, Omer Butt wrote: > Sir, > > I want to access current user organization unit and their hierarchy as > well. > > Means From that level to last level . >

Re: [Dhis2-devs] DHIS2-API

2017-08-24 Thread Harsh Atal
Hi Try this : *api/organisationUnits?fields=[id,name,attributeValues]* Harsh On 24 August 2017 at 16:05, Omer Butt wrote: > Sir, > I have create a Extra attribute for Organization Unit. > that is Fatype is my case which is added with org unit which are at level > 6. > > *for example : * > *Ama

Re: [Dhis2-devs] DHIS2- API

2017-08-28 Thread Harsh Atal
Hi, You can filter by current user UID on the dataset endpoint : /api/dataSets?fields=id,name,user&filter=user.id:eq:*UID* On 28 August 2017 at 15:03, Omer Butt wrote: > Sir, > > How to get Data sets of current user login? > > Thanks > > ___ > Maili

Re: [Dhis2-devs] DHIS-2 API

2017-09-19 Thread Harsh Atal
Hi Omer May be this works for you : *https://play.dhis2.org/demo/api/organisationUnits/ImspTQPwCqd?fields=children[id,level]&includeDescendants=true&filter=children.level:eq:3

[Dhis2-devs] Data Quality does not filter organisation units based on user's assigned orgunits

2018-11-30 Thread Harsh Atal
Hi We have assigned the data quality module to a user at the "district" (level 4) level but when the user opens the data quality application he/she is able to see the entire organisation unit hierarchy irrespective of the org units assigned to the user. Same is happening on [ https://play.dhis2.o

[Dhis2-devs] [trunk] Automated Message Reminder.Help.

2015-03-24 Thread Harsh Atal
Hi We are trying to use the automated message reminder for tracker capture and have come across an error. Please let us know if we missed some steps/settings in order to configure the automated reminder system. These were the steps we tried: 1. Added a new gateway(smscountry) in the mobile configu

Re: [Dhis2-devs] [trunk] Automated Message Reminder.Help.

2015-03-25 Thread Harsh Atal
Gentle Reminder. Regards On 24 March 2015 at 13:26, Harsh Atal wrote: > Hi > > We are trying to use the automated message reminder for tracker capture > and have come across an error. > Please let us know if we missed some steps/settings in order to configure > the automat

[Dhis2-devs] [dhis2-devs][trunk][tracker-capture] Can't set 'mandatory' attributes for No program registration

2015-03-27 Thread Harsh Atal
Hi Currently I can't set mandatory attributes in No Program registration.That option is not there when we select attributes for no program. Will this be supported in the future? Regards ___ Mailing list: https://launchpad.net/~dhis2-devs Post to :

Re: [Dhis2-devs] [trunk] Automated Message Reminder.Help.

2015-03-29 Thread Harsh Atal
Chau > > > > On Wed, Mar 25, 2015 at 4:16 PM, Harsh Atal wrote: > >> Gentle Reminder. >> >> Regards >> >> On 24 March 2015 at 13:26, Harsh Atal wrote: >> >>> Hi >>> >>> We are trying to use the automated message remin

Re: [Dhis2-devs] [dhis2-devs][trunk][tracker-capture] Can't set 'mandatory' attributes for No program registration

2015-03-29 Thread Harsh Atal
Gentle Reminder. Regards harsh On 27 March 2015 at 14:57, Harsh Atal wrote: > Hi > > Currently I can't set mandatory attributes in No Program registration.That > option is not there when we select attributes for no program. Will this be > supported in the f

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

2015-03-30 Thread Harsh Atal
Hi In the Program Stage create/edit form there is a checkbox named - "*Ask user to complete program when stage is complete*" I am assuming that checking this option means that the system will ask user to complete the whole program when the stage is completed. But no such thing happens. Have chec

[Dhis2-devs] [dhis2-devs][web-api]Support for ! operator in trackedEntityInstances parameters?

2015-05-20 Thread Harsh Atal
Hi All I am trying to get all the TEIs which are not of a particular tracked entity. I tried with the ! operator but i don't think that this works. Here is a template request I used to test on the dev server - [ *https://apps.dhis2.org/dev/api/trackedEntityInstances.json?ou=DiszpKrYNg8&ouMode=SEL

[Dhis2-devs] Can't unselect/delete relationship when editing program

2015-05-21 Thread Harsh Atal
Hi We added a relationship type which was added to a program. But now we need to delete it. But when we try to do so nothing happens except the progress bar keeps moving. Here is the stack trace from my local instance: *INFO 2015-05-21 12:56:04,619 'admin' delete org.hisp.dhis.relationship.Relat

Re: [Dhis2-devs] Can't unselect/delete relationship when editing program

2015-05-21 Thread Harsh Atal
ersion 2.19 ( R. 19154 ) and trunk ( R. 19172 ). > So update your DHIS to this version and then try to delete relationship > type from the programs and existing person relationship. > > > > Best regards, > Tran Chau. > > > On Thu, May 21, 2

Re: [Dhis2-devs] Can't add Maps on dashboard

2015-05-24 Thread Harsh Atal
Thank You Lars. We'll update our branch. On 23 May 2015 at 20:19, Lars Helge Ă˜verland wrote: > Hi Harsh, > > this has been corrected in trunk now. > > regards, > > Lars > > > On Fri, May 22, 2015 at 3:55 AM, Harsh Atal wrote: > >> Hi >> >

Re: [Dhis2-devs] share comment or interpretation in dataset report

2015-05-27 Thread Harsh Atal
Channara, I asked about this issue in my office. It looks like you can't restrict an interpretation to a specific user group. All interpretations are accessible to a user who can access the dashboard. @all - Please correct me if this is not the case. Regards harsh On 27 May 2015 at 08:09, chann

Re: [Dhis2-devs] share comment or interpretation in dataset report

2015-05-28 Thread Harsh Atal
, >> >> Harsh is correct. You could however control access to the actual >> chart/pivot you are interpreting by using sharing of that favorite. >> >> This is admittedly not ideal. We have a blueprint for setting sharing >> (access) of the interpretation directly in

[Dhis2-devs] Value not showing in Data Visualizer

2015-06-10 Thread Harsh Atal
Hi All Forwarding this issue reported by Gitika from HISP India Delhi Office :- * I am using 2.20 snapshot and have created one data element 'Population' with aggregation operator as 'Average (sum in orgunit hierarchy)' which is used for annual data entry.Similarly have created an indicator us

[Dhis2-devs] HTML Reports - HTML to PDF

2015-06-10 Thread Harsh Atal
Hi All We have got a requirement for downloading HTML Reports as PDF. Our HTML Report is not complicated but it is also not basic. It has got colorful text, tables, images, images inside tables etc. It is not possible currently in DHIS to download HTML Report as PDF(Although there is a workaround

[Dhis2-devs] Web API Support For Data Value Audit

2015-06-15 Thread Harsh Atal
Hi Is it possible to access data value audit details through the web api? Going by the documentation it seems its not supported yet. Is that true? Are there any plans to support this in the near future? Regards Harsh ___ Mailing list: https://launchpa

Re: [Dhis2-devs] Web API Support For Data Value Audit

2015-06-17 Thread Harsh Atal
hpad.net/dhis2/+spec/web-api-audit-trail > > A question is whether we should support this through a new api resource, > or optionally include it in the existing data values / data value sets > resource? > > regards, > > Lars > > > On Mon, Jun 15, 2015 at 11:09 AM, H

Re: [Dhis2-devs] [Bug 1466315] [NEW] [tracker-capture] Save-And-Add-New Button Gives Error

2015-06-20 Thread Harsh Atal
This has been fixed in the CCEI App of india-trunk branch. Fix available here for review - [ http://bazaar.launchpad.net/~dhis2-devs-india/dhis2/india-trunk/revision/19084 ] FYI Regards harsh On 18 June 2015 at 10:44, Harsh.atal wrote: > Public bug reported: > > [Redmine Ticket No:5608] > > C

[Dhis2-devs] Accessing HTML Reports through Web API !

2015-06-22 Thread Harsh Atal
Hi We are planning to refactor our java based report module to a DHIS2 Web Application. For this we need access to the HTML Reports through the Web API. Going by the documentation it seems that it is not yet possible to do this. Will DHIS2 have WEB API support around the reports module in the nea

Re: [Dhis2-devs] Accessing HTML Reports through Web API !

2015-06-22 Thread Harsh Atal
d easily re-implement in your own data reports app. > > regards, > > Lars > > > > > > On Mon, Jun 22, 2015 at 11:20 AM, Harsh Atal wrote: > >> Hi >> >> We are planning to refactor our java based report module to a DHIS2 Web >> Application. For

[Dhis2-devs] Need Help with Android SDK for DHIS

2015-06-30 Thread Harsh Atal
Hi We are planning to make an android application that interacts with a DHIS server. For this we plan to use the DHIS Android SDK available on Github -[ https://github.com/dhis2/dhis2-android-sdk]. But there is no release version available yet as the project is still in alpha phase. When is it p

[Dhis2-devs] Field Visit Monitoring System : Has anybody done this?

2015-07-02 Thread Harsh Atal
Hi All Here in India, the state of odisha requires a *Field Visit Monitoring System*. The nature of field visit is for the inspection of facilities according to certain parameters (infrastructure,skill sets etc). For each of these visits a report is submitted by the same person(called a superviso

Re: [Dhis2-devs] time in analytic

2015-07-02 Thread Harsh Atal
Hi Channara, I think, On the left hand side, it is the time wise log of the tasks that are involved with running the analytics tables, And On the right hand side ( *Analytics table updated 0:00:49:958* )it is the total time it took analytics to run all the process below it. Hope I understood your

Re: [Dhis2-devs] time in analytic

2015-07-02 Thread Harsh Atal
ferent with > current time/date? > > > On Fri, Jul 3, 2015 at 11:56 AM, Harsh Atal wrote: > >> Hi Channara, >> >> I think, >> On the left hand side, it is the time wise log of the tasks that are >> involved with running the analytics tables, And >>

[Dhis2-devs] Using OU-Tree inside a DHIS2 App

2015-07-14 Thread Harsh Atal
Hi We are making a dhis2 App and have used the "ouwt.js" library for displaying the ou tree inside of our app. But for this a little change had to be made in the ouwt.js file. This is the change(marked in red):- . . 18 if (dhis2BaseUrl == undefined){ 19 var dhis2BaseUrl = ".."; 20 } 21 var organ

Re: [Dhis2-devs] Using OU-Tree inside a DHIS2 App

2015-07-15 Thread Harsh Atal
Just placed the modified ouwt.js file inside our app. Thanks! Regards harsh On 15 July 2015 at 12:04, Harsh Atal wrote: > Hi > > We are making a dhis2 App and have used the "ouwt.js" library for > displaying the ou tree inside of our app. But for this a little change h

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

2015-07-21 Thread Harsh Atal
Hi I am sick and in DHIS2 I have to enter the symptoms that I am experiencing. Symptoms are many... -Fever, -Coughing, -Headache, -etc etc(pls assume that it's a long long list..) Now, against "Symptoms" I want to be able to multi select between these options according to what symptoms I am exper

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

2015-07-21 Thread Harsh Atal
an append the multiple selections. > > > --- > Thank you, > Abyot. > > On Tue, Jul 21, 2015 at 11:38 AM, Harsh Atal wrote: > >> Hi >> >> I am sick and in DHIS2 I have to enter the symptoms that I am >> experiencing. >> Symptoms are many... &

[Dhis2-devs] Support for Fortnightly/Biweekly Period Type

2015-07-27 Thread Harsh Atal
Hi all We have a form which has to be filled fortnightly. Currently in DHIS2 fortnightly periodtype is not supported. Would DHIS2 support it in the near future? Also, if possible, please suggest on any workaround solution for this type of requirement. Thanks harsh

Re: [Dhis2-devs] Support for Fortnightly/Biweekly Period Type

2015-07-27 Thread Harsh Atal
issues. > > Alternatively, you can use a javascript and preset the starting week, then > validate that the period to be selected should be that preset starting week > + 2, else the data entry should be denied. > > Alex > > On Mon, Jul 27, 2015 at 10:50 AM, Harsh Atal

Re: [Dhis2-devs] DHIS2 Docs

2015-07-27 Thread Harsh Atal
Hi Related to this we also have a similar requirement where the functionality for document upload is required as part of normal data entry. Basically, a person has to visit a facility for inspection and taking photos of the facility is part of that inspection. These photos then have to be uploade

[Dhis2-devs] Period(periods_iso) Issue while using jasper reports in DHIS2

2015-07-28 Thread Harsh Atal
Hi We made a few iReports and we are using(along with others) the *periods_iso *parameter that is injected by default into the iReport through the DHIS reports handler. The issue happens when the report uses monthly periodtype. What happens is that the *period_iso* parameter gets the value of t

Re: [Dhis2-devs] DHIS2 Docs

2015-07-28 Thread Harsh Atal
;> >> Regards, >> Greg >> >> >> On Tue, Jul 28, 2015 at 9:07 AM, Jason Pickering < >> jason.p.picker...@gmail.com> wrote: >> >>> Ah, I get the requirement now. This would be documents which would be >>> uploaded as part of a da

Re: [Dhis2-devs] Support for Fortnightly/Biweekly Period Type

2015-07-28 Thread Harsh Atal
op of the above, facilities are grouped in zones and it is the zones > that are allocated cycles. > > Ideally, our scenario is very complex and still with DHIS2 enhancements, > it still remains complex!! > > Alex > > > > On Tue, Jul 28, 2015 at 8:21 AM, Harsh Atal wro

[Dhis2-devs] [Dhis2-dev] Support for Audit-Trail for Tracker Datavalues ?

2015-07-29 Thread Harsh Atal
Hi We want to see the audit trail of a tracker dataelement's value i.e. who changed it, when, with what etc..? Looks like this is not yet supported Is this feature planned for tracker? regards harsh ___ Mailing list: https://launchpad.net/~dhis2-d

Re: [Dhis2-devs] Cannot Add Program rules

2015-07-30 Thread Harsh Atal
yes, this is a bug Emma, I ran into exactly this issue last week when trying to use program rules...had reported on the listit'll probably get fixed soon. regards harsh On 31 July 2015 at 11:43, Emma Kassy wrote: > Dear Developers, > > First of all great work on the program rules, I have se

Re: [Dhis2-devs] Period(periods_iso) Issue while using jasper reports in DHIS2

2015-08-03 Thread Harsh Atal
! ! Gentle Reminder ! ! On 28 July 2015 at 13:22, Harsh Atal wrote: > Hi > > We made a few iReports and we are using(along with others) the *periods_iso > *parameter that is injected by default into the iReport through the DHIS > reports handler. > > The issue happens

[Dhis2-devs] Schedule automated message reminder gives exception

2015-08-28 Thread Harsh Atal
Hi We have made a few template reminders for program stages and are trying to test them. Few months back we had tested the same and they were working. Now they are not. On clicking the execute button no messages are sent and the tomcat log shows this error (I suspect this has to do with the change

[Dhis2-devs] [Web API] Is there a way to do AND with filters?

2015-09-04 Thread Harsh Atal
Hi In the documentation it says (1.6. Meta-data object filter) :- Get all data elements with aggregation operator "sum" and value type "int": /api/dataElements.json?filter=aggregationOperator:eq:sum&filter=type:eq:int Is this really possible, can I do an AND over multiple filters? may be with a

Re: [Dhis2-devs] [Web API] Is there a way to do AND with filters?

2015-09-04 Thread Harsh Atal
ut on the > mailing list a while that this actually changed, all operators are now AND, > it is not possible to do any kind of OR operation (but you can use :in:[]) > > -- > Morten > > On Fri, Sep 4, 2015 at 2:58 PM, Harsh Atal wrote: > >> Hi >> >> In the

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

2015-02-25 Thread Harsh Atal
Hi all Few issues have appeared while working with tracker capture (I checked on apps.dhis2/demo server). 1. Sort Order not preserved of attributes in the register beneficiary screen when no program is chosen.(i.e. when only the no program attributes are dipslayed) But they come in order when a

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

2015-02-26 Thread Harsh Atal
14:30, Abyot Gizaw wrote: > 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 w

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

2015-02-26 Thread Harsh Atal
Hi all Have encountered an issue with the tracker custom tracked entity form in the tracker capture module.(have checked on apps.dhis2.org/dev) The custom screen works when a program is selected but doesn't appear when a tracked entity is registered without a program. I think this has not been i

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

2015-03-04 Thread Harsh Atal
Dear All I am trying to shift a trackedentityinstance from one organisationunit to another. For this i tried to use the web API resource for the updation of trackedEntityInstance. This ,i have found, is not working for the organisationunit as it is not changed while the changes in other informatio

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

2015-03-04 Thread Harsh Atal
That said, I'm 90% sure we are changing this for 2.19, we are having >> discussion about that now (we would rather have the orgUnit pointer on the >> enrollment) >> >> -- >> Morten >> >> On Wed, Mar 4, 2015 at 3:04 PM, Harsh Atal wrote: >> &g

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

2015-03-04 Thread Harsh Atal
entry at orgunit which is not necessarily the same as the >> registration/enrollment orgunit, then I don't think we need migration. >> >> --- >> Thank you, >> Abyot. >> >> On Wed, Mar 4, 2015 at 9:20 AM, Harsh Atal wrote: >> >>> than

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

2015-03-04 Thread Harsh Atal
gt; for example say > - show patients who are enrolled in my orgunit, > - show me patients who are diagnosed (have data recorded) in my orgunit > - ... > > --- > Thank you, > Abyot. > > On Wed, Mar 4, 2015 at 11:51 AM, Harsh Atal wrote: > >> By migration I meant