[Dhis2-devs] Issue running DHIS2 instance with dhis2-tools

2018-06-30 Thread DJIBRIL Hakim
Hi all,
I am setting up dhis2 instance on ubuntu 16.04 with dhis2-tools.
When I am running this instance and choose to view log with dhis2-logtail,
I got this error
*usr/share/tomcat7/bin/catalina.sh: 1: eval:
/usr/lib/jvm/java-8-oracle/jre/bin/java: not found*

What can I do to fix it ?
Best
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Program Stage " Days After due date" Notifications

2018-06-29 Thread DJIBRIL Hakim
Thank you Barnabas for this clarification. Sending notification for events
that have been missed is cleary what I am searching.

2018-06-29 15:31 GMT+00:00 Barnabas Akumba :

> Hello Hakim,
>
> The assumption is that the "Days after due date" notification is for
> events that have been missed (i.e. the patient didn't come for the visit).
> One wouldn't assume a practical situation where you would want to use that
> trigger even when the event has been attended. If you'll want to send
> notifications to clients after the completion of a particular stage, it is
> better to use the options under "Program stage completion".
>
> Regards
>
> On Fri, Jun 29, 2018 at 4:19 PM DJIBRIL Hakim 
> wrote:
>
>> Hello all,
>> Please Can someone explain how the program Stage notification " Days
>> after due_date " works.
>>
>> a. It works *only* if the patient didn't come for the visit ?
>> b. or doesn't matter if the event_date is filled or not ? in this
>> situation PLEASE one use case where sending notification based on day after
>> Due_date.
>>
>> Thank you
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>
> --
>
> Barnabas AKUMBA
>
> *Mobile:* +2348036195778
> *Skype:* barnabas.akumba
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Program Stage " Days After due date" Notifications

2018-06-29 Thread DJIBRIL Hakim
Hello all,
Please Can someone explain how the program Stage notification " Days after
due_date " works.

a. It works *only* if the patient didn't come for the visit ?
b. or doesn't matter if the event_date is filled or not ? in this situation
PLEASE one use case where sending notification based on day after Due_date.

Thank you
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] ADD credentials in DHIS2 url

2018-06-08 Thread DJIBRIL Hakim
ok I see the point of view
thank you jason!

2018-06-08 9:35 GMT+00:00 Jason Pickering :

> Hi Hakim
>
> No, that is not possible and would not be a good idea since your
> credentials would be visible in the request itself.
> You will need to use a basic authentication header for this as described
> in the manual:
>
> https://docs.dhis2.org/master/en/developer/html/webapi_authentication.html
>
> Regards,
> Jason
>
>
> On Fri, Jun 8, 2018 at 11:19 AM DJIBRIL Hakim 
> wrote:
>
>> Hi All,
>> Please I would like to know if is it possible to add authentification
>> directly in URL
>> Example: username:password@[dhisUrl]/api/.
>>
>> Best
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>
> --
> Jason P. Pickering
> email: jason.p.picker...@gmail.com
> tel:+46764147049
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] ADD credentials in DHIS2 url

2018-06-08 Thread DJIBRIL Hakim
Hi All,
Please I would like to know if is it possible to add authentification
directly in URL
Example: username:password@[dhisUrl]/api/.

Best
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Generic http SMS Gateway for Inbound & Outbound

2018-06-06 Thread DJIBRIL Hakim
I am agree with you. that is what I done.
the fact is the user I am using to post this API Link, if he has
authorities I have listed, I got error but IF he has ALL ( aka superuser)
everything going well.
So do I miss some authorities. I am using version 2.28


2018-06-07 4:51 GMT+00:00 Stephen Ocaya :

> Hi, you need to register the phone number to a user account (phone
> attribute) attached to the orgunit you are reporting for.
>
> 1user account, 1 phone number to avoid conflicts of being attached to more
> than 1 orgUnit.
>
> Also the phone shoule have country code e.g. Uganda is 256.
> So the phone number should be 2567.
>
> Otherwise, looks like everything is working perfectly for inbound.
>
> Regards
>
> On Thu, Jun 7, 2018, 07:34 DJIBRIL Hakim  wrote:
>
>> Hi again
>> I have choose this authorities but can't post inbouding api with the user
>> having this role. I got this error {"httpStatus":"Conflict","
>> httpStatusCode":409,"status":"ERROR","message":"User not registered in
>> the system"}.
>> But working fine if I have all in authorities. the originator number is
>> well assigned to a user. I am using V2.28
>> the link I am posting myDhis2URL/api/sms/inbound?
>> message=test=2**
>>
>> ​Do I miss something PLEASE ?
>>
>> 2018-06-06 7:51 GMT+00:00 DJIBRIL Hakim :
>>
>>> Thank you Stephen.!
>>>
>>> 2018-06-06 7:04 GMT+00:00 Ocaya Stephen :
>>>
>>>> yes, you will need to set this from the provider's end point. and Yes
>>>> you will need to authenticate using an existing dhis2 user account with a
>>>> role that adds data and uses sms, DHIS2 supports basic authentication and
>>>> their systems will need to cater for then authentication details in the
>>>> header.
>>>>
>>>> regards
>>>>
>>>>
>>>>
>>>> On Wed, Jun 6, 2018 at 9:58 AM, DJIBRIL Hakim 
>>>> wrote:
>>>>
>>>>> Ok Thank you for feedback
>>>>> Just a clarification please
>>>>>
>>>>> Where I am supposed to setup this link? in dhis2 or at the provider
>>>>> side ?
>>>>> http:///api/sms/inbound?message==
>>>>> <http://www.google.com/url?q=http%3A%2F%2Fdhis.mets.or.ug%2Fapi%2Fsms%2Finbound%3Fmessage%3DPmtct%2Ba.43.b.36.c.2.d.7.e.3.f.7.g.2.h.y.I.y%26sender%3D256785411060=D=1=AFQjCNFxQqerATU_Jx6GMYwT6Pe1bXYi7w>>>>> ID/PHONE NUMBER>
>>>>>
>>>>> If at the provider side, shall I need add credentials?
>>>>>
>>>>>
>>>>> 2018-06-06 6:32 GMT+00:00 Stephen Ocaya :
>>>>>
>>>>>> Hi Hakim,
>>>>>>
>>>>>> For Inbound into DHIS2 (from SMS Service provider), you can use this
>>>>>> endpoint template
>>>>>>
>>>>>> http:///api/sms/inbound?message==
>>>>>> <http://www.google.com/url?q=http%3A%2F%2Fdhis.mets.or.ug%2Fapi%2Fsms%2Finbound%3Fmessage%3DPmtct%2Ba.43.b.36.c.2.d.7.e.3.f.7.g.2.h.y.I.y%26sender%3D256785411060=D=1=AFQjCNFxQqerATU_Jx6GMYwT6Pe1bXYi7w>>>>>> ID/PHONE NUMBER>
>>>>>>
>>>>>> and to set the OUTBOUND depending on your service Provider,
>>>>>>
>>>>>> You specify the following:
>>>>>>
>>>>>> Gateway Type: Generic HTTP Gateway
>>>>>> Gateway Name: put short name
>>>>>> Message Parameter: depends on your SMS provider e.g. text
>>>>>> recipient Parameter: depends on your SMS provider e.g. to
>>>>>> URL template: depends on your SMS provider e.g.
>>>>>> http://sms.stephocay.com/sendsms
>>>>>>
>>>>>> You can add custom other parameters e.g. for our SMS provider could
>>>>>> be
>>>>>>
>>>>>> 
>>>>>> e.g. from: STEPHEN
>>>>>> username:secretuser
>>>>>> password:password
>>>>>>
>>>>>>
>>>>>> etc.
>>>>>>
>>>>>> Regards
>>>>>>
>>>>>> On Wed, Jun 6, 2018 at 9:14 AM, DJIBRIL Hakim 
>>>>>> wrote:
>>>>>>
>>>>>>> Hi all,
>>>>>>> Please Is it possible to have ideas on how can be *URL template*
>>>>>>> when setting Generic http SMS Gateway in DHIS2 both

Re: [Dhis2-devs] Generic http SMS Gateway for Inbound & Outbound

2018-06-06 Thread DJIBRIL Hakim
Hi again
I have choose this authorities but can't post inbouding api with the user
having this role. I got this error
{"httpStatus":"Conflict","httpStatusCode":409,"status":"ERROR","message":"User
not registered in the system"}.
But working fine if I have all in authorities. the originator number is
well assigned to a user. I am using V2.28
the link I am posting
myDhis2URL/api/sms/inbound?message=test=2******


​Do I miss something PLEASE ?

2018-06-06 7:51 GMT+00:00 DJIBRIL Hakim :

> Thank you Stephen.!
>
> 2018-06-06 7:04 GMT+00:00 Ocaya Stephen :
>
>> yes, you will need to set this from the provider's end point. and Yes you
>> will need to authenticate using an existing dhis2 user account with a role
>> that adds data and uses sms, DHIS2 supports basic authentication and their
>> systems will need to cater for then authentication details in the header.
>>
>> regards
>>
>>
>>
>> On Wed, Jun 6, 2018 at 9:58 AM, DJIBRIL Hakim 
>> wrote:
>>
>>> Ok Thank you for feedback
>>> Just a clarification please
>>>
>>> Where I am supposed to setup this link? in dhis2 or at the provider side
>>> ?
>>> http:///api/sms/inbound?message==
>>> <http://www.google.com/url?q=http%3A%2F%2Fdhis.mets.or.ug%2Fapi%2Fsms%2Finbound%3Fmessage%3DPmtct%2Ba.43.b.36.c.2.d.7.e.3.f.7.g.2.h.y.I.y%26sender%3D256785411060=D=1=AFQjCNFxQqerATU_Jx6GMYwT6Pe1bXYi7w>>> ID/PHONE NUMBER>
>>>
>>> If at the provider side, shall I need add credentials?
>>>
>>>
>>> 2018-06-06 6:32 GMT+00:00 Stephen Ocaya :
>>>
>>>> Hi Hakim,
>>>>
>>>> For Inbound into DHIS2 (from SMS Service provider), you can use this
>>>> endpoint template
>>>>
>>>> http:///api/sms/inbound?message==
>>>> <http://www.google.com/url?q=http%3A%2F%2Fdhis.mets.or.ug%2Fapi%2Fsms%2Finbound%3Fmessage%3DPmtct%2Ba.43.b.36.c.2.d.7.e.3.f.7.g.2.h.y.I.y%26sender%3D256785411060=D=1=AFQjCNFxQqerATU_Jx6GMYwT6Pe1bXYi7w>>>> ID/PHONE NUMBER>
>>>>
>>>> and to set the OUTBOUND depending on your service Provider,
>>>>
>>>> You specify the following:
>>>>
>>>> Gateway Type: Generic HTTP Gateway
>>>> Gateway Name: put short name
>>>> Message Parameter: depends on your SMS provider e.g. text
>>>> recipient Parameter: depends on your SMS provider e.g. to
>>>> URL template: depends on your SMS provider e.g.
>>>> http://sms.stephocay.com/sendsms
>>>>
>>>> You can add custom other parameters e.g. for our SMS provider could be
>>>>
>>>> 
>>>> e.g. from: STEPHEN
>>>> username:secretuser
>>>> password:password
>>>>
>>>>
>>>> etc.
>>>>
>>>> Regards
>>>>
>>>> On Wed, Jun 6, 2018 at 9:14 AM, DJIBRIL Hakim 
>>>> wrote:
>>>>
>>>>> Hi all,
>>>>> Please Is it possible to have ideas on how can be *URL template*
>>>>> when setting Generic http SMS Gateway in DHIS2 both for inbound and
>>>>> outbound sms?
>>>>>
>>>>> Thank you
>>>>>
>>>>> ___
>>>>> Mailing list: https://launchpad.net/~dhis2-devs
>>>>> Post to : dhis2-devs@lists.launchpad.net
>>>>> Unsubscribe : https://launchpad.net/~dhis2-devs
>>>>> More help   : https://help.launchpad.net/ListHelp
>>>>>
>>>>>
>>>>
>>>>
>>>> Strategic Information Systems for Actions
>>>> Plot 36 Impala Avenue, Kololo
>>>> <https://maps.google.com/?q=Plot+36+Impala+Avenue,+Kololo=gmail=g>
>>>> P.O. Box 4750, Kampala
>>>>
>>>
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~dhis2-devs
>>> Post to : dhis2-devs@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-devs
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>>
>> --
>> --
>> *Stephen Ocaya*
>> Tel: +256 393 217 892 | Mob: +256774558980
>> www.stephocay.com
>> SkypeID: stephocay
>>
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Generic http SMS Gateway for Inbound & Outbound

2018-06-06 Thread DJIBRIL Hakim
Thank you Stephen.!

2018-06-06 7:04 GMT+00:00 Ocaya Stephen :

> yes, you will need to set this from the provider's end point. and Yes you
> will need to authenticate using an existing dhis2 user account with a role
> that adds data and uses sms, DHIS2 supports basic authentication and their
> systems will need to cater for then authentication details in the header.
>
> regards
>
>
>
> On Wed, Jun 6, 2018 at 9:58 AM, DJIBRIL Hakim 
> wrote:
>
>> Ok Thank you for feedback
>> Just a clarification please
>>
>> Where I am supposed to setup this link? in dhis2 or at the provider side ?
>> http:///api/sms/inbound?message==
>> <http://www.google.com/url?q=http%3A%2F%2Fdhis.mets.or.ug%2Fapi%2Fsms%2Finbound%3Fmessage%3DPmtct%2Ba.43.b.36.c.2.d.7.e.3.f.7.g.2.h.y.I.y%26sender%3D256785411060=D=1=AFQjCNFxQqerATU_Jx6GMYwT6Pe1bXYi7w>> ID/PHONE NUMBER>
>>
>> If at the provider side, shall I need add credentials?
>>
>>
>> 2018-06-06 6:32 GMT+00:00 Stephen Ocaya :
>>
>>> Hi Hakim,
>>>
>>> For Inbound into DHIS2 (from SMS Service provider), you can use this
>>> endpoint template
>>>
>>> http:///api/sms/inbound?message==
>>> <http://www.google.com/url?q=http%3A%2F%2Fdhis.mets.or.ug%2Fapi%2Fsms%2Finbound%3Fmessage%3DPmtct%2Ba.43.b.36.c.2.d.7.e.3.f.7.g.2.h.y.I.y%26sender%3D256785411060=D=1=AFQjCNFxQqerATU_Jx6GMYwT6Pe1bXYi7w>>> ID/PHONE NUMBER>
>>>
>>> and to set the OUTBOUND depending on your service Provider,
>>>
>>> You specify the following:
>>>
>>> Gateway Type: Generic HTTP Gateway
>>> Gateway Name: put short name
>>> Message Parameter: depends on your SMS provider e.g. text
>>> recipient Parameter: depends on your SMS provider e.g. to
>>> URL template: depends on your SMS provider e.g.
>>> http://sms.stephocay.com/sendsms
>>>
>>> You can add custom other parameters e.g. for our SMS provider could be
>>>
>>> 
>>> e.g. from: STEPHEN
>>> username:secretuser
>>> password:password
>>>
>>>
>>> etc.
>>>
>>> Regards
>>>
>>> On Wed, Jun 6, 2018 at 9:14 AM, DJIBRIL Hakim 
>>> wrote:
>>>
>>>> Hi all,
>>>> Please Is it possible to have ideas on how can be *URL template*  when
>>>> setting Generic http SMS Gateway in DHIS2 both for inbound and outbound 
>>>> sms?
>>>>
>>>> Thank you
>>>>
>>>> ___
>>>> Mailing list: https://launchpad.net/~dhis2-devs
>>>> Post to : dhis2-devs@lists.launchpad.net
>>>> Unsubscribe : https://launchpad.net/~dhis2-devs
>>>> More help   : https://help.launchpad.net/ListHelp
>>>>
>>>>
>>>
>>>
>>> Strategic Information Systems for Actions
>>> Plot 36 Impala Avenue, Kololo
>>> <https://maps.google.com/?q=Plot+36+Impala+Avenue,+Kololo=gmail=g>
>>> P.O. Box 4750, Kampala
>>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> --
> *Stephen Ocaya*
> Tel: +256 393 217 892 | Mob: +256774558980
> www.stephocay.com
> SkypeID: stephocay
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Generic http SMS Gateway for Inbound & Outbound

2018-06-06 Thread DJIBRIL Hakim
Ok Thank you for feedback
Just a clarification please

Where I am supposed to setup this link? in dhis2 or at the provider side ?
http:///api/sms/inbound?message==
<http://www.google.com/url?q=http%3A%2F%2Fdhis.mets.or.ug%2Fapi%2Fsms%2Finbound%3Fmessage%3DPmtct%2Ba.43.b.36.c.2.d.7.e.3.f.7.g.2.h.y.I.y%26sender%3D256785411060=D=1=AFQjCNFxQqerATU_Jx6GMYwT6Pe1bXYi7w>

If at the provider side, shall I need add credentials?


2018-06-06 6:32 GMT+00:00 Stephen Ocaya :

> Hi Hakim,
>
> For Inbound into DHIS2 (from SMS Service provider), you can use this
> endpoint template
>
> http:///api/sms/inbound?message==
> <http://www.google.com/url?q=http%3A%2F%2Fdhis.mets.or.ug%2Fapi%2Fsms%2Finbound%3Fmessage%3DPmtct%2Ba.43.b.36.c.2.d.7.e.3.f.7.g.2.h.y.I.y%26sender%3D256785411060=D=1=AFQjCNFxQqerATU_Jx6GMYwT6Pe1bXYi7w> ID/PHONE NUMBER>
>
> and to set the OUTBOUND depending on your service Provider,
>
> You specify the following:
>
> Gateway Type: Generic HTTP Gateway
> Gateway Name: put short name
> Message Parameter: depends on your SMS provider e.g. text
> recipient Parameter: depends on your SMS provider e.g. to
> URL template: depends on your SMS provider e.g. http://sms.stephocay.com/
> sendsms
>
> You can add custom other parameters e.g. for our SMS provider could be
>
> 
> e.g. from: STEPHEN
> username:secretuser
> password:password
>
>
> etc.
>
> Regards
>
> On Wed, Jun 6, 2018 at 9:14 AM, DJIBRIL Hakim 
> wrote:
>
>> Hi all,
>> Please Is it possible to have ideas on how can be *URL template*  when
>> setting Generic http SMS Gateway in DHIS2 both for inbound and outbound sms?
>>
>> Thank you
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> Strategic Information Systems for Actions
> Plot 36 Impala Avenue, Kololo
> <https://maps.google.com/?q=Plot+36+Impala+Avenue,+Kololo=gmail=g>
> P.O. Box 4750, Kampala
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Generic http SMS Gateway for Inbound & Outbound

2018-06-06 Thread DJIBRIL Hakim
Sorry Zubair
I want to setup a generic hhtp sms gateway in dhis2, but in documentation I
can't find exemple or use case doing that.
Some of sms national providers have differentes endpoint for sending or
receving sms.

1.So my first question is have an example of URL template doing the both
way task
2.if we have differentes endpoint , it is possible to setup 2 gateways and
work with them?
3. My provider ask us to provide our domain url exemple: *http://mydomaine/test
<http://mydomaine/test>* so they will triggered sms like this

*http://mydomaine/test?id111=21000=221779998877=TEST=messagetest
<http://mydomaine/test?id111=21000=221779998877=TEST=messagetest>*
where
- id: identifier of the message;
- sc: short number used;
- msisdn: telephone number of the subscriber who sent the message;
- key: keyword used
- msg: message content
How can we deal with that ?

Thank you

2018-06-06 6:24 GMT+00:00 Zubair Asghar Raja :

> Hi Hakim
> Can you please re-phrase your question.
>
> Zubair
>
>
> On Wed, 6 Jun 2018, 8:15 am DJIBRIL Hakim,  wrote:
>
>> Hi all,
>> Please Is it possible to have ideas on how can be *URL template*  when
>> setting Generic http SMS Gateway in DHIS2 both for inbound and outbound sms?
>>
>> Thank you
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Generic http SMS Gateway for Inbound & Outbound

2018-06-06 Thread DJIBRIL Hakim
Hi all,
Please Is it possible to have ideas on how can be *URL template*  when
setting Generic http SMS Gateway in DHIS2 both for inbound and outbound sms?

Thank you
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] SQL or api listing between Enrollement and stages

2018-04-24 Thread DJIBRIL Hakim
Thank yoiu Calle for your reply.
this Apps will be so usefull.
Best

2018-04-24 12:59 GMT+00:00 Calle Hedberg <calle.hedb...@gmail.com>:

> Djibril,
>
> Using Event Reports, you can run a report with enrollment attributes plus
> data elements from ONE stage.
>
> For multi-stage support, you have to wait: Ismail et all from HISP-Tz is
> working on one app for this, HISP-india has developed one (that nobody else
> seemingly can get to work), and the core team is working on one for 2.30
> (see DHIS2-2461)
>
> Regards
> Calle
>
> On 24 April 2018 at 12:14, DJIBRIL Hakim <djib.ha...@gmail.com> wrote:
>
>> Hi All,
>> Could someone share with me a way to get listing for a tracker program
>> based on lastest stages with the enrollment informations ?
>> Thank you
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
>
> ***
>
> Calle Hedberg
>
> 46D Alma Road, 7700 Rosebank, SOUTH AFRICA
> <https://maps.google.com/?q=46D+Alma+Road,+7700+Rosebank,+SOUTH+AFRICA=gmail=g>
>
> Tel/fax (home): +27-21-685-6472
>
> Cell: +27-82-853-5352
>
> Iridium SatPhone: +8816-315-19119
>
> Email: calle.hedb...@gmail.com
>
> Skype: calle_hedberg
>
> ***
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] SQL or api listing between Enrollement and stages

2018-04-24 Thread DJIBRIL Hakim
Hi All,
Could someone share with me a way to get listing for a tracker program
based on lastest stages with the enrollment informations ?
Thank you
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Predictors and Tracker dataelements

2018-03-27 Thread DJIBRIL Hakim
Hi all,
PLEASE ! Does Predictors applicable to tracker datalements as output?
If yes I understand that we need to specify the program also but can't see
the selection of programm through the predictor UI.

best
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] Substract Days in program Rules

2018-03-18 Thread DJIBRIL Hakim
Thank you guys for this quick reply.
I really appreciate it

2018-03-18 19:32 GMT+00:00 Aaron C White <aaroncwh...@gmail.com>:

> Djibril,
>
> What if you use a negative value in d2:addDays()?  Something liked
> d2:addDays(your_date, -10).
>
> I haven't used that specific function, but I imagine it will accomplish
> what you're looking for with a date returned.
>
> Aaron
>
>
> --
> Aaron C. White
> 919.522.5585
>
> On Sun, Mar 18, 2018 at 3:12 PM, DJIBRIL Hakim <djib.ha...@gmail.com>
> wrote:
>
>> Hi,
>> PLEASE how to do a substract Days from a date in program Rule, The
>> resultat must be a date of course , I saw in documentation a D2:addDays()
>> function. is there another for substractDays. if not what is the work
>> around.
>> Best.
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-users
>> Post to : dhis2-us...@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-users
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Substract Days in program Rules

2018-03-18 Thread DJIBRIL Hakim
Hi,
PLEASE how to do a substract Days from a date in program Rule, The resultat
must be a date of course , I saw in documentation a D2:addDays() function.
is there another for substractDays. if not what is the work around.
Best.
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Bulk partial update

2018-03-17 Thread DJIBRIL Hakim
Hi all,
I want to do partial upate on organisationUnit code by bulk way.

I have to update among 200 organisationUnits only for Code field.

How to do that, I read this part of documentation  webapi_partial_updates

but this is for just one element.
Best
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] Event - report : Range set for program indicator 2.28

2018-03-08 Thread DJIBRIL Hakim
Thank you!

2018-03-08 15:05 GMT+00:00 Markus Bekken <mar...@dhis2.org>:

> Hi Hakim!
> Legends is not available in the event reports for program indicators at
> the moment. Please consider creating a Jira issue asking for this
> functionality.
>
> Best
> Markus
>
> > 8. mar. 2018 kl. 08:56 skrev DJIBRIL Hakim <djib.ha...@gmail.com>:
> >
> > Hi all,
> > Please Does Range set is applicable to program indicator when doing
> event report on version 2.28. Like range set on Age get program indicator
> base on date of birth ( tracked instance attribute) and current date ?
> > Best
> > ___
> > Mailing list: https://launchpad.net/~dhis2-users
> > Post to : dhis2-us...@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~dhis2-users
> > More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Event - report : Range set for program indicator 2.28

2018-03-07 Thread DJIBRIL Hakim
Hi all,
Please Does Range set is applicable to program indicator when doing event
report on version 2.28. Like range set on Age get program indicator base on
date of birth ( tracked instance attribute) and current date ?
Best
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] dhis version 2.29 is released

2018-03-07 Thread DJIBRIL Hakim
 Congratulations Guys!

2018-03-07 21:55 GMT+00:00 John Mukulu :

> Great Job
>
> Congratulations for major milestones on this release.
>
> John Francis Mukulu
> Software Architect, HISPTZ
> http://hisptanzania.org/
>
> On Mar 8, 2018 00:40, "Lars Helge Øverland"  wrote:
>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *Hi all,DHIS version 2.29 is out with many new features, apps and
>> improvements.Login with admin/district on the demo
>>  system to try it out.ANALYTICS
>> FEATURES---Dashboard app: A new dashboard app is now available which lets
>> you arrange the dashboard items in a completely flexible way. It features
>> better dashboard search, allows you to create shortcuts by marking
>> dashboards as favorites, switch between visualization types such as pivot,
>> chart and map and insert free-text items. Dashboards can be shared,
>> translated and filtered.Screenshot 1
>> 
>> | 2
>> 
>> | Demo  | Docs
>> Maps app: A new
>> maps app (previously GIS) is available, offering a new, intuitive and
>> user-friendly interface for creating map layers. It lets you arrange the
>> order of map layers in a simple way, and view the map data in a data table.
>> Any number of map layers can be added to a map, even layers of the same
>> type. The contents and order of map layers can be viewed in the left side
>> menu.Screenshot 1
>> 
>> | 2
>> 
>> | Demo  | Docs
>> Last value
>> aggregation type: A new “last value” aggregation type is available for
>> aggregate and event analytics for data elements and attributes. This
>> aggregation type will use the last available value or event in the time
>> dimension, and either sum or average across other dimensions. This is
>> useful e.g. for facility surveys to analyse data based on the last
>> observation, or for “patients currently on care” type of
>> analysis.Screenshot
>> 
>> | Demo Pivot table
>> scalability: The pivot table rendering engine is now around 10x more
>> scalable, and allows for very large pivot tables to be viewed in the web
>> browser. This is accomplished through progressive rendering, i.e. the
>> browser will only render what you currently see and not load the entire
>> pivot table into the browser memory.Demo
>> Event reports
>> table layout download: You can now download event reports in Excel or CSV
>> format in the same tabular format which was rendered in the web
>> browser.Screenshot
>> Configurable
>> financial year in analytics: The starting month of the financial year to
>> use in all analytics apps can now be configured in the settings app.
>> Available options are April, July and October.Screenshot
>> 
>> | Demo TRACKER
>> FEATURES---Data capture and data view sharing levels: The sharing solution
>> has been extended with two new levels for “data capture” and “data view”
>> access for users and user groups. These levels apply to programs, program
>> stages, data sets and category options, and replaces the link between user
>> roles and data sets/programs. This offers a simplified and more flexible
>> access control solution.Screenshot
>> 
>> | Docs Tracker
>> programs in maintenance app: You can now create and modify tracker programs
>> in the maintenance app. The workflow for creating programs have been made
>> more intuitive and effective, where stages, sections, data entry forms and
>> notifications can be created from within the main page.Demo
>> 

Re: [Dhis2-devs] How doing analytics on relationship in tracker

2018-03-06 Thread DJIBRIL Hakim
ok thank you Calle!

2018-03-05 14:33 GMT+00:00 Calle Hedberg <calle.hedb...@gmail.com>:

> Hi
>
> Currently, there isn't really any analysis/reporting tools supporting this.
>
> You will have to use sql views or similar "back-end" analysis tools
>
> Multi-program analysis is making inroads into the roadmap ( ;-) ), but
> it's not clear when and to what extent yet.
>
> regards
> Calle
>
> On 5 March 2018 at 15:55, DJIBRIL Hakim <djib.ha...@gmail.com> wrote:
>
>> Hello all,
>> How to analyse informations in tracker based on Relationship option ;
>> Like mother and child?
>>
>> Best
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
>
> ***
>
> Calle Hedberg
>
> 46D Alma Road, 7700 Rosebank, SOUTH AFRICA
> <https://maps.google.com/?q=46D+Alma+Road,+7700+Rosebank,+SOUTH+AFRICA=gmail=g>
>
> Tel/fax (home): +27-21-685-6472
>
> Cell: +27-82-853-5352
>
> Iridium SatPhone: +8816-315-19119
>
> Email: calle.hedb...@gmail.com
>
> Skype: calle_hedberg
>
> ***
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] How doing analytics on relationship in tracker

2018-03-05 Thread DJIBRIL Hakim
Hello all,
How to analyse informations in tracker based on Relationship option ;
Like mother and child?

Best
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] how to refer patient from one site to another in DHIS2 tracker

2018-03-02 Thread DJIBRIL Hakim
Thank you Markus for your return!

2018-03-02 15:28 GMT+00:00 Markus Bekken <markus.bek...@gmail.com>:

> Hi there Hakim,
> There is currently no way of doing analytics on the referral itself. To
> achieve this in the current solution you would have to capture some data
> relevant to the transfer. One strategy can be to have a separate "Transfer"
> program stage that is used for the purpose of moving a patient from one
> clinic to another. If extra data elements or program stages will not work
> well with your use case, please put the details into a Jira issue.
>
> Markus
>
> 2. mar. 2018 kl. 11:27 skrev DJIBRIL Hakim <djib.ha...@gmail.com>:
>
> Hi all, Any updates/helps on this !!!?
>
> 2018-02-28 16:01 GMT+00:00 DJIBRIL Hakim <djib.ha...@gmail.com>:
>
>> Thank you Lukas for your answer and bernard for your comments,
>> also a question how get list of patients referrals out and referrals in.
>> I want to know Please if there is a way from frontend or api to calculate
>> indicators based on this referral option.
>>
>> 2018-02-28 15:43 GMT+00:00 Bernard Sadaka (IM Advisor) <
>> lib@pu-ami.org>:
>>
>>> Hello Lukas, Hakim and All,
>>>
>>> Allow me to jump in here and ask a related question.
>>>
>>> To be honest I opted out of the referral mechanism because of the bellow
>>> bug, but if it works it would be an excellent asset.
>>>
>>>
>>>
>>> After temporarily or permanently referring a patient from one Org Unit
>>> to the other, DHIS2 asks to enroll the patient in the new PHCC and when
>>> trying to enroll, I get this error:
>>>
>>> TrackedEntityInstance HrmJMxnoYzE already have an active enrollment in
>>> program kel6D4tu0vC
>>>
>>> 
>>>
>>> The error above is only received by a user that has access only to the
>>> new OrgUnit and doesn’t have access to the old OrgUnit. And therefore the
>>> user of the new OrgUnit who doesn’t have access to the old OrgUnit can not
>>> see the enrollment of the patient neither can re-enroll because of the
>>> above error.
>>>
>>> In case the user has access to both OrgUnits the above error does not
>>> happen.
>>>
>>>
>>>
>>> So my guess is that the problem is with the user rights concerning the
>>> referred patient when the user doesn’t have access rights to the old
>>> OrgUnit. The error is also persistent for that user even after browser
>>> cache cleaning, logout and even with cookies cleaning/incognito browsing.
>>>
>>>
>>>
>>> I couldn’t see the above reported in JIRA (only the original feature was
>>> done in https://jira.dhis2.org/browse/DHIS2-678
>>>
>>> Maybe this is a new bug? If so I can create a JIRA entry.
>>>
>>>
>>>
>>> Let me know.
>>>
>>>
>>>
>>> All the best,
>>>
>>> Bernard
>>>
>>>
>>>
>>> 
>>>
>>> *Bernard Sadaka*
>>>
>>> *Information Management Advisor*
>>>
>>> Première Urgence - Aide Médicale Internationale
>>>
>>> Nehmeh Building, Sanine Street, Chiyah, 3rd Floor
>>>
>>> Ain el Remmaneh, Beirut, Lebanon
>>>
>>> *E-mail:* lib@pu-ami.org
>>>
>>> *Cell:* +961 71 004 881 (208)
>>>
>>> *Skype:* imapuami
>>>
>>> *Website:* https://www.pu-ami.org
>>>
>>>
>>>
>>>
>>>
>>> *From:* Dhis2-users [mailto:dhis2-users-bounces+lib.ima=
>>> pu-ami@lists.launchpad.net] *On Behalf Of *Lukas Wijgaart-van Dijk
>>> *Sent:* Wednesday, February 28, 2018 4:50 PM
>>> *To:* DJIBRIL Hakim <djib.ha...@gmail.com>
>>> *Cc:* DHIS 2 Users list <dhis2-us...@lists.launchpad.net>; DHIS 2
>>> Developers list <dhis2-devs@lists.launchpad.net>
>>> *Subject:* Re: [Dhis2-users] [Dhis2-devs] how to refer patient from one
>>> site to another in DHIS2 tracker
>>>
>>>
>>>
>>> Hi Hakim,
>>>
>>> To refer a patient click the button highlighted in the image. Then in
>>> the pop-up select «Program stage», «OrgUnit» and "Report date».
>>>
>>> After that you select if the patient should be referred once (only that
>>> event/program stage) or permanently.
>>>
>>> 
>>>
>>>
>>>
>>> Best regards,
>>>
>>> Lukas Wijgaart van Dijk
>

[Dhis2-devs] how to refer patient from one site to another in DHIS2 tracker

2018-02-28 Thread DJIBRIL Hakim
Hello all,
I am searching a documentation on how refer patient from one site to
another in DHIS2 tracker but not found it.
Please Can someone explain how doing that?
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] Error importing tracker events data

2018-02-21 Thread DJIBRIL Hakim
Thank you Lars.
it is like there is a issue doing synchronisation data between same DHIS2
instances both 2.28 ( Production and backup on local server).

export/import programs by *Metadata Dependency Export *works well
Not for export/import events. when doing export, we don't have enrollment
infomations like programAttributes data in this exported file.
Do I miss something before doing this export
Best.

2018-02-21 11:00 GMT+00:00 Lars Helge Øverland <l...@dhis2.org>:

> Hi Hakim,
>
> this feedback indicates that some of your events are referring to a
> tracked entity instance (e.g. person) that does not exist in your
> destination system, with the identifier Ug2TixCkiAy.
>
> regards,
>
> Lars
>
>
> On 21 February 2018 at 11:54, DJIBRIL Hakim <djib.ha...@gmail.com> wrote:
>
>> Hi all
>> Please Can I have help on this
>>
>> I am trying export event data from DHIS2 instance to another Instance.
>> I have the same program on both instances. But got error this error
>>
>> TypeNombre
>> Imported 0
>> updated 0
>> Ignored 1ErrorEvent.trackedEntityInstance does not point to a valid
>> tracked entity instance: Ug2TixCkiAy
>>
>> What can be the issue
>> Best
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-users
>> Post to : dhis2-us...@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-users
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> Lars Helge Øverland
> Lead developer, DHIS 2
> University of Oslo
> Skype: larshelgeoverland
> l...@dhis2.org
> http://www.dhis2.org <https://www.dhis2.org/>
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Error importing tracker events data

2018-02-21 Thread DJIBRIL Hakim
Hi all
Please Can I have help on this

I am trying export event data from DHIS2 instance to another Instance.
I have the same program on both instances. But got error this error

TypeNombre
Imported 0
updated 0
Ignored 1ErrorEvent.trackedEntityInstance does not point to a valid tracked
entity instance: Ug2TixCkiAy

What can be the issue
Best
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Link for sms gateway app for 2.28

2018-01-17 Thread DJIBRIL Hakim
Hi guys
Please someone can provide me a right link to sms gateway app for 2.28
version otherwise a solution collecting data with sms to dhis2.
Best
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] how get select input value in tracker capture.

2018-01-14 Thread DJIBRIL Hakim
Thank you Nghia.
I will try it and get back to you!

2018-01-14 10:56 GMT+00:00 Nghia Nguyen <nghianguyentra...@gmail.com>:

> Hi Hakim,
>
> Can you try this one,
>
> let customForm = angular.element(document.querySelector("d2-custom-data-
> entry-form")).scope();
> let (name_of_Value) = customForm.currentEvent.(put_
> DataElement_ID_Of_Input_field_here);
>
> On Fri, Jan 12, 2018 at 10:27 PM, DJIBRIL Hakim <djib.ha...@gmail.com>
> wrote:
>
>> Hi,
>> Please need help me on this,
>> I am doing custom form in tracker form, I want to get select input  value
>> in tracker capture with javascript. I need it for generate another value
>> based on it.
>> Thanks!!!
>>
>> Best regards.
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> 
> Name: Nguyễn Trần Nghĩa.
> Tel: 0903721500
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] how get select input value in tracker capture.

2018-01-12 Thread DJIBRIL Hakim
Hi,
Please need help me on this,
I am doing custom form in tracker form, I want to get select input  value
in tracker capture with javascript. I need it for generate another value
based on it.
Thanks!!!

Best regards.
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Assign Bulk DataSets to a new organisationUnit

2018-01-10 Thread DJIBRIL Hakim
Thank you very much for this sharing.
I will take look at it.
Best

2018-01-10 13:29 GMT+00:00 Trøyel Nerbø <troyel.ne...@nrc.no>:

> Dear Hakim,
>
> You’re not the only one needing this. In NRC we are working with EyeSeeTea
> on an app to help us configure and create data sets. Most of the
> functionality relies on metadata and  business rules particular to NRC –
> but on the app main screen you will find a generic feature that will help
> you do bulk sharing and bulk assigning of data sets to org units and groups.
>
>
>
> Those features are fully tested on 2.26, although they should work on
> other versions of dhis2 as well.
>
>
>
> You can find app releases here: https://github.com/EyeSeeTea/
> dataset-configuration-blessed/releases
>
>
>
> *Screenshot of bulk assign, share and delete from the app.*
>
>
>
>
>
> Best,
>
> Trøyel
>
>
>
> *Trøyel Nerbø*
>
> Data Reporting and Analysis Adviser
>
> Strategic Planning and Development, Head office
>
> Phone: + 47 99239817 | Skype ID nrc_troyel
>
>
>
> *Norwegian Refugee Council*
>
> www.nrc.no| Facebook <https://www.facebook.com/norwegianrefugeecouncil> |
> Twitter <https://twitter.com/nrc_norway>
>
>
>
> [image: cid:image001.png@01D348CB.BE410710]
>
>
>
> ---
>
>
>
>
>
> *From:* Dhis2-devs [mailto:dhis2-devs-bounces+troyel.nerbo=nrc.no@lists.
> launchpad.net] *On Behalf Of *DJIBRIL Hakim
> *Sent:* onsdag 10. januar 2018 13.13
> *To:* dhis2-us...@lists.launchpad.net; DHIS 2 Developers list <
> dhis2-devs@lists.launchpad.net>
> *Subject:* [Dhis2-devs] Assign Bulk DataSets to a new organisationUnit
>
>
>
> Happy new All,
>
> Please, It is there a way to assign bulk dataset to a new organisationUnit
> rather going in each dataset and choose this new organisationUnit.
>
>
>
> Even the api way doing that!
>
>
>
> Thank you.
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Assign Bulk DataSets to a new organisationUnit

2018-01-10 Thread DJIBRIL Hakim
Happy new All,
Please, It is there a way to assign bulk dataset to a new organisationUnit
rather going in each dataset and choose this new organisationUnit.

Even the api way doing that!

Thank you.
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Data set completeness exchange in 2.24

2017-05-15 Thread DJIBRIL Hakim
Ok Great
Thank you Lars,
Regards!


2017-05-13 16:24 GMT+00:00 Lars Helge Øverland <l...@dhis2.org>:

> Hi Djibril,
>
> as you say this was implemented in version 2.26. It was a extensive
> feature which won't be back-ported.
>
> regards,
>
> Lars
>
>
> On Sat, May 13, 2017 at 4:35 PM, DJIBRIL Hakim <djib.ha...@gmail.com>
> wrote:
>
>> Hi Devs
>> Is there a way to export / import datasets completeness values from DHIS2
>> version 2.24 ?
>> I saw an issue resolved in jira/DHIS2-62
>> <https://jira.dhis2.org/browse/DHIS2-62> but just 2.26. That will
>> gratefull to have it in early version. Any workaround for that.
>> Best!!
>>
>> Djibril
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> Lars Helge Øverland
> Lead developer, DHIS 2
> University of Oslo
> Skype: larshelgeoverland
> l...@dhis2.org
> http://www.dhis2.org <https://www.dhis2.org/>
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Data set completeness exchange in 2.24

2017-05-13 Thread DJIBRIL Hakim
Hi Devs
Is there a way to export / import datasets completeness values from DHIS2
version 2.24 ?
I saw an issue resolved in jira/DHIS2-62
 but just 2.26. That will gratefull
to have it in early version. Any workaround for that.
Best!!

Djibril
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Issue with data monitoring

2016-10-22 Thread DJIBRIL Hakim
Hi all
I face a issue related to data monitoring. as described this message:
*Monitoring process failed, please check the logs. Time:
2016-10-14T00:00:00.717Z. System: Staging Message: null Cause:*
And that is errors in the log:
** INFO  2016-10-14 00:00:00,002 Starting scheduled monitoring task
(DefaultValidationRuleService. java [taskScheduler-6])*
** INFO  2016-10-14 00:00:00,658 Scheduled monitoring run sources: 3716,
periods: 4, rules:63, last run: Tue Aug 30 03:38:36 UTC 2016
(DefaultValidationRuleService. java [taskScheduler-6])*
** INFO  2016-10-14 00:00:00,739 'system-process' create
org.hisp.dhis.message. MessageConversation, name: Monitoring process
failed, uid: nMoxsKYQEnO (AuditLogUtil.java [taskScheduler-6])*
*at org.hisp.dhis.validation. scheduling.MonitoringTask.run(
MonitoringTask.java:85)*
I start removing groups/rules one by one (on staging) to see if the error
disappears, but nothing.

DHIS2 version used : 2.20 build : 20033 and 2.24 build : f25d31a

Anyone has experienced this issue.

Regards

Hakim
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[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 hosted url in cors whitelist  but still get the same issue , so I
am choosing to add *crossdomain : true.*


How add *it* in this code?

Best reagrds.


Hakim DJIBRIL
IT advisor.
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp