Re: [Dhis2-devs] [Dhis2-users] Pivot4j integration

2016-09-07 Thread Derek Kahongo Mukenge
Hi Murod, I want to integrate its in my DHIS2 instance, You can share with me at derek.eli...@gmail.com. Thanks. 2016-09-04 6:31 GMT+01:00 Murod Latifov : > Dear devs and users, > > I integrated Pivot4j (its user interface and backend) into DHIS2 codebase. > Its a tooling like "analytics" of D

[Dhis2-devs] Single sign on (SSO) in DHIS2

2016-09-07 Thread Thái Chương
Dear all, Since we have function to allow user to register their own account with their email. And DHIS2 can integrate with more other systems. Is there any way to implement SSO in DHIS2? such as Google account. Thanks and best regards, ___ Mailing list:

[Dhis2-devs] Need help on AD integration with DHIS2

2016-09-07 Thread Neeraj Gupta
Dear team, Has some done this earlier? On Mon, Aug 29, 2016 at 4:18 PM, Neeraj Gupta wrote: > Hi Team, > > We are using DHIS2 version 2.21. > We need to use AD integration in the application. Is it possible to > integrate AD with DHIS version 2.21? > > Has anyone used it already with any of the

Re: [Dhis2-devs] Using SMS Commands for data capture

2016-09-07 Thread Jasper Timm
Hi Zubair, Any luck with that sample SMS command? Thanks, - Jasper On Thu, Sep 1, 2016 at 8:41 PM, Zubair Asghar Raja wrote: > Hi Jasper, > > OrgUnit code is unique identifier for organisation unit so in that sense > its same as ID. > For period type there is no prefix because the date mentio

[Dhis2-devs] Generating analytics for a specific dataset

2016-09-07 Thread Jasper Timm
Hi all, We're currently hitting the /resourceTables/analytics endpoint regularly from a cron script to keep our reports up to date. On our current DHIS2 instance this takes around 2 minutes to complete. However, we're soon planning on migrating to another instance with a LOT more datasets/dataelem

Re: [Dhis2-devs] Generating analytics for a specific dataset

2016-09-07 Thread Lars Helge Øverland
Hi Jasper, unfortunately - no there is no way to trigger analytics for specific data sets currently. By default, the analytics process will generate resource tables, table for aggregate data values, tables for events. By setting "skipEvents=false" in the query, the analytics process will skip the

[Dhis2-devs] Help! for crossDomain issue

2016-09-07 Thread DJIBRIL Hakim
Hi all Can anyone please help on this? I am trying to do design a webportal using this authentification jQuery(document).ready(function() { $.post( base + "dhis-web-commons-security/login.action?authOnly=true", { j_username: "admin", j_password: "district" } ); }); I add the ho