[Dhis2-devs] Importing events for tracker based program with registration.

2018-10-23 Thread David Muturi
Hi Devs, I am importing events for tracker based programs using the dhis2 csv import. I am getting an error that trackedentityinstance id not provided. While I can get the trackedentityinstanceid, I am not sure in which column I should place it in. I have checked the web api csv import format in th

Re: [Dhis2-devs] [Dhis2-users] TAB IN CUSTOM FORMS

2017-12-15 Thread David Muturi
Hi Stanley, Here is a script as well to create custom tabs. jQuery(document).ready( function() { jQuery( '#tabs' ).tabs({ collapsible : true }); }); Page 1 Page 2 Page 3 --HTML CODE-- --HTML CODE-- --HTML CODE-- rgds David 2017-12-14 5:20 GMT+03:00 Stanley Kalya

Re: [Dhis2-devs] [Dhis2-users] USERS NOT ABLE TO ADD GRAPHS AND TABLES ON THE DASHBOARD

2017-08-29 Thread David Muturi
Hi Stanley, Are the users in a group? If yes, you need to share the dashboard with this group and ensure that the can "edit and View" the dashboard while sharing the dashboard with them. rgds David 2017-08-29 12:39 GMT+03:00 Stanley Kalyati : > We are using DHIS2 2.26 build aaae441 Build date:20

Re: [Dhis2-devs] Data Elements With Assigned Category Combo Shows as Default On data Entry Screen

2017-07-13 Thread David Muturi
Morten Olav Hansen > Senior Engineer, DHIS 2 > University of Oslo > http://www.dhis2.org > > On Wed, Jul 12, 2017 at 3:54 AM, David Muturi wrote: > >> Hi Team, >> I am currently using DHIS2 2.25 build 1df45f8, whenever I create a new >> dataset and assign data element

[Dhis2-devs] Data Elements With Assigned Category Combo Shows as Default On data Entry Screen

2017-07-11 Thread David Muturi
Hi Team, I am currently using DHIS2 2.25 build 1df45f8, whenever I create a new dataset and assign data elements with already assigned category combinations, they appear with default category combo and one must manually over ride this using the "wrench tool" - see attached image for each data eleme

Re: [Dhis2-devs] Loop hole in updating data values for completed Data Sets

2017-06-15 Thread David Muturi
Hi Dennis, This is a know dhis2 bug see dhis2 JIRA link (DHIS2-1362 ). rgds David 2017-06-15 20:50 GMT+03:00 Dennis Banga : > Greetings, > > Here is an issue we have noted, on the data entry form I can update > individual data values when the data set is

Re: [Dhis2-devs] Web api for CSV data import for Tracker

2017-05-24 Thread David Muturi
ciaries. > But was actually referring to data - like datavalues for the beneficiaries. > > Thanks for the indication that this isn't implemented yet. > > Had thought I missed it somewhere in the manual. > > Cheers, > > Ime > > On 5/24/2017 11:10 PM, David Mutur

Re: [Dhis2-devs] Web api for CSV data import for Tracker

2017-05-24 Thread David Muturi
Hi Ime, One way is to create a script that loops through your data and posts the tei via the api. The payload syntax is described here https://docs.dhis2.org/master/en/developer/html/dhis2_developer_manual_full.html#webapi_creating_tei The CSV IMPORT/export is not yet implemented. rgds David 2017-

Re: [Dhis2-devs] [Dhis2-users] Interoperability of 2 DHIS2 instances to pull data from one to other

2017-02-25 Thread David Muturi
Hi Vunda, There are many options to this using a suitable language e.g. python, php, Java e.t.c. Using Dhis2 robust Api one can achieve a customized d2d ix similar to you the one below. rgds David On 25 Feb 2017 3:03 pm, "vunda limbe" wrote: Dear DHIS2 all, I want to interoperate two instance

Re: [Dhis2-devs] [Dhis2-users] About and Home Menu's hidden in the Pivot table

2017-02-09 Thread David Muturi
on window (or any other Ext window) is taller than the > whole browser window - and the option window is only about 600px tall so it > should work in most cases. But a bit annoying if you have resized the > browser window of course. We are aiming to refactor the ui some time this > year any

Re: [Dhis2-devs] About and Home Menu's hidden in the Pivot table

2017-02-09 Thread David Muturi
ay. > > Jan > > On 7 February 2017 at 22:34, David Muturi wrote: > >> Hi Devs, >> Another UI issue is that the about and Home menu links get hidden within >> the pivot table once one clicks on options. The only solution for now is to >> reload the pag

[Dhis2-devs] About and Home Menu's hidden in the Pivot table

2017-02-07 Thread David Muturi
Hi Devs, Another UI issue is that the about and Home menu links get hidden within the pivot table once one clicks on options. The only solution for now is to reload the page. This is happening on both versions 2.25 and 2.26. I have attached a screenshot of the same. rgds David _

Re: [Dhis2-devs] [Dhis2-users] How to reduce table columns

2017-01-09 Thread David Muturi
Hi Paul, You can use custom forms, reduce the width of the text boxes as well as use tabs to split the data entry form. rgds David 2017-01-09 17:29 GMT+03:00 Paul Baloyi : > I am new to DHIS2 andI have a data entry form which does not fit onto the > screen below; > > > I want to reduce the size o

[Dhis2-devs] AVERAGE of YES/NO Values

2016-11-30 Thread David Muturi
Hi Devs, I have some data elements that are of type YES/NO for example, in the attached screen shot the "EPRU -Pre-Plan Approved EPP in Place" is of yes/no type with the aggregation operator set as average (yes/no). It only has one value set to true/yes in the system. I have seen this post here - h

Re: [Dhis2-devs] Displaying dates for weekly Periods in the Pivot table as well as download

2016-11-22 Thread David Muturi
Hi Jan, Many thanks. rgds David On 23 Nov 2016 12:23 am, "Jan Henrik Øverland" wrote: > Hi Muturi, > > We'll look into that. > > Jan > > On 22 November 2016 at 14:10, David Muturi wrote: > >> Hi team, >> Is it possible to display dates for w

[Dhis2-devs] Displaying dates for weekly Periods in the Pivot table as well as download

2016-11-22 Thread David Muturi
Hi team, Is it possible to display dates for weekly periods in the pivot table as shown in the attached image (image003(1).jpg) instead of the way it appears now (image004.jpg) i.e. 2016W44. The week number shown is difficult to correlate to a date period for any user, the same applies to the down

Re: [Dhis2-devs] Average Sum in Org unit Hierarchy

2016-11-18 Thread David Muturi
values according to the > number of days in the data period, and since we need to calculate all this > with acceptable performance. We will look into it. > > Lars > > > On Thu, Nov 17, 2016 at 7:02 PM, David Muturi wrote: > >> Hi Lars, >> Many thanks for your res

Re: [Dhis2-devs] Average Sum in Org unit Hierarchy

2016-11-17 Thread David Muturi
will pull down the > average score. Based on the rules outlined the results seems correct from > what I can see. > > > We could rather look into adding support for a bi-weekly period type. > > > best regards, > > Lars > > > > On Wed, Nov 16, 2016 at 2:24 PM, Da

Re: [Dhis2-devs] Average Sum in Org unit Hierarchy

2016-11-16 Thread David Muturi
nclude bi-weekly > periods in your screenshot so that we can see what the original captured > value is? > > regards, > > Lars > > > > On Mon, Nov 14, 2016 at 8:50 PM, David Muturi wrote: > >> Hi Team, >> I have a data element set us Average sum in org unit h

[Dhis2-devs] Average Sum in Org unit Hierarchy

2016-11-14 Thread David Muturi
Hi Team, I have a data element set us Average sum in org unit hierarchy and collected on a bi weekly basis, when I select the data in the pivot table, the average values are bizarre(see attachment). Is this how the above aggregation operator is meant to work or its a bug? rgds David ___

Re: [Dhis2-devs] Meta data import

2016-10-05 Thread David Muturi
Hansen : > Hi > > Which version of DHIS 2 are you on? all object types should be supported > for JSON/XML. > > -- > Morten Olav Hansen > Senior Engineer, DHIS 2 > University of Oslo > http://www.dhis2.org > > On Thu, Oct 6, 2016 at 12:51 AM, David Muturi wrote: >

[Dhis2-devs] Meta data import

2016-10-05 Thread David Muturi
Hi Devs, Dhis2 currently supports import of the following object types:- 1. Data elements 2· Data element groups 3· Category options 4 · Category option groups 5.· Organisation units 6· Organisation unit groups 7· Validatio

Re: [Dhis2-devs] [Dhis2-users] Looking for Human Resource System to integrate with DHIS

2016-10-05 Thread David Muturi
Hi Laura, I was part of the team that rolled out iHRIS manage in Kenya while working for the capacity Project, afterwards I worked with the MOH HIS team in managing dhis2 thus got a technical view of both worlds. I provided technical assistance last year that enabled the iHRIS manage to send monthl

Re: [Dhis2-devs] Fwd: Re: Tracker Relationship API

2016-08-10 Thread David Muturi
. Please help with any guide on the json payload syntax for creating a program stage instance through the API. rgds David 2016-08-01 21:26 GMT+03:00 David Muturi : > Hi Morten, > I have investigated and found out the issue below is a bug and will go > ahead and report on launchpad. I have

[Dhis2-devs] Sharing API

2016-08-05 Thread David Muturi
Hi Devs, I am trying to send the attached json payload for sharing DE's as a test before attempting sharing for hundreds of DE's and I am geting the error in OUTPUT.txt (Attached). I have used the syntax for sharing at http://dhis2.github.io/dhis2-docs/2.22/en/developer/html/ch01s55.html Please h

Re: [Dhis2-devs] Program Indicators

2016-08-03 Thread David Muturi
he bottom where the attribute is > available and then just cut and paste it to the top. Hope that helps. > > Elmarie > > On 03 Aug 2016 19:30, "David Muturi" wrote: > >> Hi, >> I am creating some program indicators to calculate age from date of birth >> for

[Dhis2-devs] Program Indicators

2016-08-03 Thread David Muturi
Hi, I am creating some program indicators to calculate age from date of birth for a child. The date of birth is an attribute. However when I get to the attributes tab for the expression non of the attributes are showing (See ScreenShot). The attributes are however displayed in the filters section.

Re: [Dhis2-devs] Fwd: Re: Tracker Relationship API

2016-08-01 Thread David Muturi
API. I will use this method to push in the relationship of several hundred thousand recs then run an update sql to fill in the column for now before setting its constraints not to allow nulls. rgds David 2016-08-01 15:54 GMT+03:00 David Muturi : > Hi Morten, > Many thanks for you response.

Re: [Dhis2-devs] Fwd: Re: Tracker Relationship API

2016-08-01 Thread David Muturi
Hi Morten, Many thanks for you response. rgds David 2016-07-30 12:06 GMT+03:00 Morten Olav Hansen : > I will have a look on Monday > > -- > Morten Olav Hansen > Senior Engineer, DHIS 2 > University of Oslo > http://www.dhis2.org > > On Sat, Jul 30, 2016 at 10:03 AM, D

[Dhis2-devs] Fwd: Re: Tracker Relationship API

2016-07-30 Thread David Muturi
Hi Devs Could this be a bug? The attached error is getting generated when I send the attached TEI Payload via curl. rgds David -- Forwarded message -- From: "David Muturi" Date: 29 Jul 2016 21:46 Subject: Re: [Dhis2-devs] Tracker Relationship API To: "Morten Olav H

Re: [Dhis2-devs] Sharing DEs and other objects via the API

2016-07-27 Thread David Muturi
the objects > > (assuming read-write, r--- if not) > > This would have to be sent to /api/23/metadata or /api/24/metadata > (depending on which version you are on) > > -- > Morten Olav Hansen > Senior Engineer, DHIS 2 > University of Oslo > http://www.dhis2

[Dhis2-devs] Sharing DEs and other objects via the API

2016-07-27 Thread David Muturi
Hi Dhis2 Team, I am trying to share a large number of data elements among st numerous user groups and it would be easier to bootstrap this via a script through the API, I am looking through the documentation and cannot find proper Payload syntax of sharing DES to multiple users. Any one who has don

Re: [Dhis2-devs] Tracker Relationship API

2016-07-27 Thread David Muturi
d: > "relationships": [ > { "trackedEntityInstanceA": "UID of TEI A", "trackedEntityInstanceB": > "UID of TEI B" } > ] > > -- > Morten Olav Hansen > Senior Engineer, DHIS 2 > University of Oslo > http://www.dhis2.org > > On Tue, Jul 26,

[Dhis2-devs] Tracker Relationship API

2016-07-26 Thread David Muturi
Hello Dhis2 team, Is there a way of creating relationships between enrolled TEI's via the API similar to enrollment as described in the dhis2 docs here http://dhis2.github.io/dhis2-docs/master/en/developer/html/dhis2_developer_manual_full.html#d7532e12063 rgds David ___

[Dhis2-devs] CREATE AND ENROLL TEI not working

2016-07-13 Thread David Muturi
Hi Devs, I am trying to create and enroll one TEI via the api. The syntax I am using is per http://dhis2.github.io/dhis2-docs/2.24/en/developer/html/ch01s58.html#d0e12141 after modifying the enrollment date and incident date. I have attached a screen shot showing that while the TEI is imported, th

[Dhis2-devs] Error in documentation - TEI JSON syntax

2016-07-13 Thread David Muturi
Hi Devs, I am trying to generate a json output file for transferring data via the api to a dhis instance. I have tried using the guide on http://dhis2.github.io/dhis2-docs/2.24/en/developer/html/dhis2_developer_manual_full.html#d7439e12065 found that the syntax for "Create and enroll tracked enti

[Dhis2-devs] Tracker issues/bug

2016-07-11 Thread David Muturi
Hi Devs, I am testing the tracker on the https://play.dhis2.org/demo/dhis-web-tracker-capture/index.html#/?program=IpHINAT79UW. I have noticed the following:- 1) Its possible to add a relationship when one has deactivated an active enrollment. Is this is bug? 2) Even after deactivating an enrollm

[Dhis2-devs] Multiple Program Enrollment via the API

2016-07-11 Thread David Muturi
Hi Devs, I have been able to do multiple tracker instances using json payload and infor available at http://dhis2.github.io/dhis2-docs/2.23/en/developer/html/ch01s53.html Is it possible to do multiple program enrollments, if so what is the json syntax ? Many thanks David ___

Re: [Dhis2-devs] Tracker UI issue

2016-07-02 Thread David Muturi
put >>> fields don't need to be wider than they currently are for numbers and >>> option sets. If you would like free text and larger text areas you can set >>> the data element value type to "long text". >>> >>> best regards, >>&g

Re: [Dhis2-devs] [Dhis2-users] Tracker Data Approval

2016-06-30 Thread David Muturi
rtunately we do not support approval for programs at the moment. It is > definitely on the list though - many have requested this. We are still > consolidating requirements. > > regards, > > Lars > > > On Thu, Jun 30, 2016 at 3:48 PM, David Muturi wrote: > >> Hi D

[Dhis2-devs] Tracker Data Approval

2016-06-30 Thread David Muturi
Hi Dhis2 team, Has any one been able to set up data approval workflow for a program I would like to request for some quick steps on how to make this work. I have not found any documentation so far that can serve clearly as a guide. Thanks David ___ Mail

Re: [Dhis2-devs] Tracker Linking a Child to more than one Mother

2016-06-24 Thread David Muturi
t; for that particular TEI when the user creates a new relationship. >>> >>> One question that must be addressed is whether there should be a warning >>> that lists all types of relationships, or just relationships of the same >>> type as the user is trying to crea

Re: [Dhis2-devs] Tracker Linking a Child to more than one Mother

2016-06-24 Thread David Muturi
o-many, instead of many-to-many. You should probably write this up as > a blueprint to be considered for 2.25. > > Knut > > On Fri, Jun 24, 2016 at 8:47 AM, David Muturi wrote: > >> Hi Devs, >> Are there any plans to address the issue below like issuing a warning >

Re: [Dhis2-devs] Tracker Linking a Child to more than one Mother

2016-06-23 Thread David Muturi
Hi Devs, Are there any plans to address the issue below like issuing a warning message when someone tries to link a record in a relation ship thats already linked to another? rgds David On 23 Jun 2016 20:50, "David Muturi" wrote: > Hi Devs, > I have noticed that it is possible

[Dhis2-devs] Tracker UI issue

2016-06-23 Thread David Muturi
Hi Devs, I have noticed that the UI for the tracker for default forms collapses instead of expanding as before based on length of label. See attached screen shot. This resilts in a default form that is not user friendly based on the length of the label. This is happening in v 2.23 rgds David trac

[Dhis2-devs] Tracker Linking a Child to more than one Mother

2016-06-23 Thread David Muturi
Hi Devs, I have noticed that it is possible to link a child enrolled in a child program to more than one mother. I have even tested on the online dhis2 demo using the mnch and child programmes. Is it possible to prevent this or atleast show a message that the child is already linked to a mother so

Re: [Dhis2-devs] Return number of records in a program stage

2016-06-23 Thread David Muturi
- "ImspTQPwCqd", - "71676" ] ], regards, Lars On Thu, Jun 23, 2016 at 6:40 AM, David Muturi wrote: > Hi Devs, > > Is there an api call that returns a count of records in the tracker in a > program stage. I am using a custom form to generate a

[Dhis2-devs] Return number of records in a program stage

2016-06-22 Thread David Muturi
Hi Devs, Is there an api call that returns a count of records in the tracker in a program stage. I am using a custom form to generate an alpha numeric ID based on a count of program stage records e.g. no. Of mothers attending ANC. I wanted to use a count returned from an sql view but am wondering

[Dhis2-devs] Mandatory denominator when adding indicators of type Number

2016-06-22 Thread David Muturi
Hi Devs, I have noticed that one must add a 1 as a denominator for indicators of type number. This is not the case in v 2.20 but in v2.22 and v2.23, since the new data element/indicators app was introduced. Is this intentional or its a bug. In addition the new DE/IND maintenance app though having a

Re: [Dhis2-devs] how to export DHIS database and import it in mysql local database in wamp

2016-04-06 Thread David Muturi
Hi Baye, Are you using Postgres or Mysql. Dhis2 has been well tested on Postgres but can run on other DBMS's. If its getting a .sql dump use either pg_dump or mysql_dump utilities that the two DBMS's offer. I dont have the syntax off my head but Google would be useful. Good Luck David On 6 Apr 201

Re: [Dhis2-devs] DHIS2- Analytics dont finish

2016-01-13 Thread David Muturi
Hi Ian, Please forward contents your log file (catalina.out). What version of Dhis2 are you running, later versions of dhis2 aldo create a folder called logs in your set dhis2 home folder. You can forward these too as well as open them to see whats errors could preventing Analytics from running. rg

Re: [Dhis2-devs] Process failed: StatementCallback

2015-12-16 Thread David Muturi
Hi John, There is an error being thrown that shows a very big value causing analytics to fail. i.e. Analytics table process failed, please check the logs. Time: 2015-12-15T17:34:48.156+03:00. Application title: Kenya Health Information System Message: Exception during execution Cause: java.util.con

Re: [Dhis2-devs] DHIS 2 Android Tracker Capture and Event Capture official release

2015-12-16 Thread David Muturi
Hi Rachael, The event tracker works for version 2.21 of dhis2 if you got it from google playstore. Try it using the test hiskenya server which is running v 2.21. rgds David 2015-12-16 13:55 GMT+03:00 Rachael W. : > Hi, > H ow can I sort out the issue of Event Capture app crashing. It crashed > w

Re: [Dhis2-devs] dhis global adoption map available

2015-11-24 Thread David Muturi
Hi Lars, Looks great.Please include, two NGO Implementations in Kenya, 1. International Center For AIDS Programs. (ICAP-Kenya Office), Nairobi have adopted DHIS2 branded as IRIS. 2. Association of Public Health Laboratories in collaboration with the MOHs National Public Health Laboratories are usin

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

2015-10-01 Thread David Muturi
ame in your expression: > #{yesNoUnknownOptionSet} = 'Yes' > > Markus > > 1. okt. 2015 kl. 14.25 skrev David Muturi : > > Hi Markus and team, > I am writing a program rule that evaluates a yes only value and hides > another field I am wondering which respon

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

2015-10-01 Thread David Muturi
tients HIV status is previously known. Only > the first rule seem to be working in Tracker Capture. > > Thanks, > Ese > > On Tue, Sep 22, 2015 at 2:59 PM, David Muturi wrote: > >> Thanks team !#{location} or #{location} == false works for boolean >> questions. >

Re: [Dhis2-devs] Attribute with value as option list not getting saved on tracker App

2015-09-26 Thread David Muturi
Dear All, Does anyone have a work around for saving attributes with value option list on the tracker Android App? Thanks David ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad

[Dhis2-devs] Tracker capture bug

2015-09-26 Thread David Muturi
et me know if you experience any further problems. > > Erling > > > On 2015-09-22 07:12, David Muturi wrote: > >> Hi Erling, >> I am testing the app with latest dhis2 implementation i.e. 2.20 build >> 19884. None of the data collection form opens and the app crashe

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

2015-09-22 Thread David Muturi
of no. It should >> work. That is something we planned to address. >> >> >> --- >> Thank you, >> Abyot. >> >> On Tue, Sep 22, 2015 at 2:45 PM, David Muturi wrote: >> >>> Hi Abyot, >>> I have placed a rule see attachment but it d

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

2015-09-22 Thread David Muturi
vent 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, David Muturi wrote: &

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

2015-09-22 Thread David Muturi
Same here, I have put a rule that hides a question based on an answer to a different one i.e {location}=='No' and it doesn't seem to be working. rgds David 2015-09-22 5:53 GMT+03:00 Pramil Liyanage : > You are welcome. Same thing happened in an earlier build and I replaced > with the latest at t

[Dhis2-devs] Multi-Select Checkboxes

2015-09-19 Thread David Muturi
Hi Team, I am implementing a program in tracker that requires data collection via multi-select check boxes has any one ever done this via dhis2. Please share how to do this if at all its implemented in the current dhis2 version. rgds David ___ Mailing lis

Re: [Dhis2-devs] [Dhis2-users] data mart deprecation - 2.21

2015-08-28 Thread David Muturi
Hi Calle Hannan meant Analytics. ☺ rgds David 2015-08-27 11:53 GMT+03:00 Calle Hedberg : > Paralytics?? > > On 27 August 2015 at 09:35, Hannan Khan wrote: > >> In Bangladesh we are not using Data Mart; instead we are using >> paralytics. So no problem from our end. >> >> Regards >> >> Hannan Kh

Re: [Dhis2-devs] Data Loss

2015-08-20 Thread David Muturi
Hi Gerald, Please ensure that the check box "hide unapproved data in analytics" under system settngs>>approval settings is not checked. rgds David 2015-08-20 23:33 GMT+03:00 gerald thomas : > Dear All, > We are having a serious issues on our online server in Sierra Leone. > Data are normally ent

Re: [Dhis2-devs] HazelCast Instance Is Not Active Error

2015-04-24 Thread David Muturi
Hi Eddie, The fix was implemented yesterday. rgds David 2015-04-24 11:06 GMT+03:00 Edwin Mulwa : > Thanks Lars, > > We shall follow up to confirm that the fix is implemented. > > EM > > > On Fri, Apr 24, 2015 at 11:04 AM, Lars Helge Øverland > wrote: > >> Okay, that was fixed yesterday. >> >> La

Re: [Dhis2-devs] [Dhis2-users] Custom Forms

2015-01-25 Thread David Muturi
> > }); > > > > > > > > > Tab names > > Tab names > > Tab names > > > > > > > > > > On Tue, Jan 20, 2015 at 1:07 PM, David Muturi wrote: > >> Many thanks Guy, I am aware of the section for

Re: [Dhis2-devs] [Dhis2-users] Custom Forms

2015-01-20 Thread David Muturi
Asante Lars, nice and simple. rgds David 2015-01-20 11:34 GMT+03:00 Lars Helge Øverland : > Docs for jquery ui tabs here: > > http://jqueryui.com/tabs/ > > Lars > > ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launc

Re: [Dhis2-devs] [Dhis2-users] Custom Forms

2015-01-20 Thread David Muturi
> }); > > > > > > > > > Tab names > > Tab names > > Tab names > > > > > > > > > > On Tue, Jan 20, 2015 at 1:07 PM, David Muturi wrote: > >> Many thanks Guy, I am aware of the section forms, this

Re: [Dhis2-devs] [Dhis2-users] Custom Forms

2015-01-19 Thread David Muturi
n > capture, I think *Section Forms *could help you ! > > In Edit Data Set, dont forget to set : Render sections as tabs to Yes > > https://www.dhis2.org/doc/snapshot/en/user/html/ch06s02.html#d5e1294 > > Sincerely, > > = > EKANI Guy > >

Re: [Dhis2-devs] dhis 2.16 update

2014-06-23 Thread David Muturi
Hi Lars, During the DHIS1 academy we noticed the export to excel under downloads for events report exports page by page, has this been addressed or are there plans to include the fix in 2.16 ? rgds David 2014-06-22 16:43 GMT+03:00 Lars Helge Øverland : > Hi all, > > here comes a quick update an

Re: [Dhis2-devs] Importing OrgUnit data via API using curl

2014-06-18 Thread David Muturi
ou could post your curl command? > > Lars > > > > > On Thu, Jun 12, 2014 at 9:41 AM, Morten Olav Hansen > wrote: > >> Did you set the content-type header? it's either that, or something is >> wrong with your data >> >> -- >> Morten >> >

[Dhis2-devs] Importing OrgUnit data via API using curl

2014-06-12 Thread David Muturi
Hi Team, I am importing org unit data via the api using curl, on running the script, this is the error I am getting. Anyone who has done this before and has an idea what could be wrong ? I am doing this on DHIS 2.13 ---

Re: [Dhis2-devs] Filter on Report tables

2014-01-16 Thread David Muturi
Thanks Prosper, users are querying about it too. It disappeared after version 2.13 may be because report tables were being replaced by the Pivot table rgds David 2014/1/16 Prosper BT > Dear Team, > > Thanks for the great work, I think we need a filter on report tables if > one wants to run them

Re: [Dhis2-devs] Dataset list not loading under Data Entry.

2013-11-20 Thread David Muturi
roblem. > > Regards, > Jason > > > > On Thu, Nov 21, 2013 at 9:31 AM, David Muturi wrote: > >> Hi All, >> We are in the process of upgrading the Kenyan Instance of DHIS2 from >> version 2.11 to 2.13. However under Data Entry, the drop down for Data Sets >

Re: [Dhis2-devs] [Dhis2-users] Importing Data Set Values into DHIS 2.13

2013-10-29 Thread David Muturi
the user > manual. > > Regards, > Jason > > --Sent from my mobile > On Oct 29, 2013 5:07 PM, "David Muturi" wrote: > >> Hi Jason, >> I have seen and read the manual i.e. >> http://www.dhis2.org/doc/snapshot/en/user/html/ch19s03.html just now. >>

Re: [Dhis2-devs] [Dhis2-users] Importing Data Set Values into DHIS 2.13

2013-10-29 Thread David Muturi
ual which describes CSV import? > > Regards, > Jason > > --Sent from my mobile > On Oct 28, 2013 10:48 PM, "David Muturi" wrote: > >> Hello Team, >> I am working on importing data containing drugs distribution data from a >> pharmacy system into

Re: [Dhis2-devs] Clearing Combo box field or making default

2013-08-08 Thread David Muturi
Hi All, We are lucky to have Jan around in Kenya with the airport closed, he has given us a solution to this. We will now reopen the airport for him to leave for Oslo. rgds David 2013/8/7 David Muturi > Hi , > > We(Samuel and I) are implementing a dataset that has combo boxes

Re: [Dhis2-devs] DHIS2 SMS URL

2013-08-06 Thread David Muturi
ataset to the right column. Also make sure you >> assign the dataset for the correct OrgUnit with the appropriate authorities. >> >> Long >> >> >> On 8/6/2013 1:32 PM, David Muturi wrote: >> >> Hi Knut, >> I am able to see this, the pro

Re: [Dhis2-devs] DHIS2 SMS URL

2013-08-05 Thread David Muturi
ll get a choice of versions, "Basic", "Smartphone" and "Desktop". > > These are also available from the Services menu inside DHIS, called Mobile > (Light) and Mobile (Smartphone): http://apps.dhis2.org/demo/mobile/index > > > On Mon, Aug 5, 2013 at 4:

Re: [Dhis2-devs] DHIS2 SMS URL

2013-08-05 Thread David Muturi
David Muturi > Hi All, > > I am trying to configure a gateway to receive messages and forward them to > DHIS. So far the SMS gets to the gateway but cant be sent to DHIS because > I have not configured the URL to receive the messages. I have looked for > the info on the manual and

Re: [Dhis2-devs] DHIS2 SMS URL

2013-08-01 Thread David Muturi
> http://localhost:8080/dhis/sms/smsinput.action?sender=+849000111222&received_time=2012-04-30+10%3A00&message=hello+DHIS > * > * > * > Best, > > > On Thu, Aug 1, 2013 at 4:04 PM, David Muturi wrote: > >> Hi All, >> >> I am trying to configure a

[Dhis2-devs] DHIS2 SMS URL

2013-08-01 Thread David Muturi
Hi All, I am trying to configure a gateway to receive messages and forward them to DHIS. So far the SMS gets to the gateway but cant be sent to DHIS because I have not configured the URL to receive the messages. I have looked for the info on the manual and cant seem to trace the URL to recieve, th

Re: [Dhis2-devs] [Dhis2-users] DHIS version 2.11 is released

2013-04-07 Thread David Muturi
Hi Paulo, Here it is... this update is intended for server administrators looking to upgrade to DHIS 2.11. In version 2.11, DHIS is performing on-the-fly data aggregation as part of the new analytics API. This is in contrast to the datamart API where data is been pre-aggregated for a set of dimens