Re: [Dhis2-devs] DHIS2 Trackers (Android App)

2015-10-05 Thread Pamod Amarakoon
Dear Channara, I also had a similar issue on 2.20 and Simen suggested a solution few hours back. I couldn't really check it. But I'm attaching his reply below. May be that might work for the issue you mentioned " You need to have programs and organisation units directly assigned to the user. What

[Dhis2-devs] custom report in dataset

2015-10-05 Thread channara rin
Hi DHIS2 family, can i write code javascript to get organisation Unit ID like below? *var orgID = dhis2.de.currentOrganisationUnitId;* but when i check console in grome browser. it shows like below: [image: Inline image 1] ___ Mailing list: https://laun

[Dhis2-devs] DHIS2 Trackers (Android App)

2015-10-05 Thread channara rin
HI DHIS2 family, I downloaded DHIS2 Trackers Android App to test. i can log-in success, but i didn't see any things with organisation Units. DHIS2 V2.19 ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsu

Re: [Dhis2-devs] [Dhis2-users] DHIS2 incoming SMS

2015-10-05 Thread Long Ngo Thanh
Hi Paul, Could you please try this: Enable the "*Allow users to grant own user roles*" in Setting > Access This is related to the logic that the system look for user. Long On Tue, Oct 6, 2015 at 4:43 AM riddy ndoma wrote: > Hi Paul. > Can you try to use directly the country code without "+"

Re: [Dhis2-devs] [Dhis2-users] DHIS2 incoming SMS

2015-10-05 Thread riddy ndoma
Hi Paul. Can you try to use directly the country code without "+" or "00"? It works well with the old version I think. Cheers, On Oct 5, 2015 4:23 PM, "J. Paul Mutali" wrote: > Hi there, > > We re testing receiving data in DHIS from sms, > we have set up the datasets, and we are using the Gener

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20512: Removed serializableUid

2015-10-05 Thread noreply
revno: 20512 committer: Lars Helge Overland branch nick: dhis2 timestamp: Mon 2015-10-05 19:45:17 +0200 message: Removed serializableUid modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/attribute/Attribute.java dhis-2/dhis-ap

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20511: Removed batch handler classes.

2015-10-05 Thread noreply
revno: 20511 committer: Lars Helge Overland branch nick: dhis2 timestamp: Mon 2015-10-05 19:32:18 +0200 message: Removed batch handler classes. removed: dhis-2/dhis-services/dhis-service-core/src/test/java/org/hisp/dhis/jdbc/batchha

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20510: Removed import-export classes

2015-10-05 Thread noreply
revno: 20510 committer: Lars Helge Overland branch nick: dhis2 timestamp: Mon 2015-10-05 19:23:54 +0200 message: Removed import-export classes removed: dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/ImportableObject.java dhis-2

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20509: Removed project dhis-service-importexport. Remember to remove from IDE.

2015-10-05 Thread noreply
revno: 20509 committer: Lars Helge Overland branch nick: dhis2 timestamp: Mon 2015-10-05 19:01:40 +0200 message: Removed project dhis-service-importexport. Remember to remove from IDE. removed: dhis-2/dhis-services/dhis-service-impor

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20508: Minor

2015-10-05 Thread noreply
revno: 20508 committer: Lars Helge Overland branch nick: dhis2 timestamp: Mon 2015-10-05 17:32:26 +0200 message: Minor modified: dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/organisationunit/hibernate/Hibernate

[Dhis2-devs] DHIS2 incoming SMS

2015-10-05 Thread J. Paul Mutali
Hi there, We re testing receiving data in DHIS from sms, we have set up the datasets, and we are using the Generic HTTP gateway for SMS using the DHIS2 SMS gateway app on an android phone. the strange this is that the message are being received in DHIS, but the phone number sending has +, and th

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20507: tracker-capture: attribute inheritance during relationship

2015-10-05 Thread noreply
revno: 20507 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Mon 2015-10-05 15:56:43 +0200 message: tracker-capture: attribute inheritance during relationship modified: dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhi

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20506: tracker associate value type input field

2015-10-05 Thread noreply
revno: 20506 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Mon 2015-10-05 15:54:45 +0200 message: tracker associate value type input field modified: dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web

Re: [Dhis2-devs] error after run analystic

2015-10-05 Thread channara rin
[image: Inline image 1] RUN [image: Inline image 2] On Mon, Oct 5, 2015 at 6:36 PM, channara rin wrote: > No record found... > > On Mon, Oct 5, 2015 at 6:21 PM, Jason Pickering < > jason.p.picker...@gmail.com> wrote: > >> What about >> >> SELECT * FROM period where startdate = '1975-01-01'::da

Re: [Dhis2-devs] error after run analystic

2015-10-05 Thread channara rin
No record found... On Mon, Oct 5, 2015 at 6:21 PM, Jason Pickering wrote: > What about > > SELECT * FROM period where startdate = '1975-01-01'::date > > > > On Mon, Oct 5, 2015 at 12:30 PM, channara rin > wrote: > >> Hi Jason, >> I am using version 2.20 and Time zone: GMT+7:00 >> >> On Mon, Oct

Re: [Dhis2-devs] error after run analystic

2015-10-05 Thread Jason Pickering
What about SELECT * FROM period where startdate = '1975-01-01'::date On Mon, Oct 5, 2015 at 12:30 PM, channara rin wrote: > Hi Jason, > I am using version 2.20 and Time zone: GMT+7:00 > > On Mon, Oct 5, 2015 at 5:24 PM, Jason Pickering < > jason.p.picker...@gmail.com> wrote: > >> What time zo

Re: [Dhis2-devs] [Dhis2-users] Web Portal with DHIS2

2015-10-05 Thread Hannan Khan
I am facing the same problem: One script following the manual is: http://dhis2-cdn.org/v219/ext/resources/css/ext-plugin-gray.css"; /> http://dhis2-cdn.org/v219/ext/ext-all.js";> http://dhis2-cdn.org/v219/plugin/chart.js";> var base = "Re: [Dhis2-devs] error after run analystic
Hi Jason, I am using version 2.20 and Time zone: GMT+7:00 On Mon, Oct 5, 2015 at 5:24 PM, Jason Pickering wrote: > What time zone are you on and which version are you using? > > > On Mon, Oct 5, 2015 at 12:02 PM, channara rin > wrote: > >> thank you jason >> by the way, i run already. but didn'

Re: [Dhis2-devs] error after run analystic

What time zone are you on and which version are you using? On Mon, Oct 5, 2015 at 12:02 PM, channara rin wrote: > thank you jason > by the way, i run already. but didn't see any record show up > > On Mon, Oct 5, 2015 at 4:41 PM, Jason Pickering < > jason.p.picker...@gmail.com> wrote: > >> And y

Re: [Dhis2-devs] error after run analystic

thank you jason by the way, i run already. but didn't see any record show up On Mon, Oct 5, 2015 at 4:41 PM, Jason Pickering wrote: > And you may want to be careful about deleting anything as there may be > data attached to one of those periods. You should of course make a backup > before you at

Re: [Dhis2-devs] error after run analystic

And you may want to be careful about deleting anything as there may be data attached to one of those periods. You should of course make a backup before you attempt to delete anything, and then find any data which is referencing the duplicate period. There are quite a few tables which reference "per

Re: [Dhis2-devs] error after run analystic

Still some typos... SELECT * FROM period WHERE (startdate, enddate) IN (SELECT startdate, enddate FROM period GROUP BY startdate, enddate HAVING count(*) >1) On Mon, Oct 5, 2015 at 11:37 AM, Knut Staring wrote: > Oops, wrong order. Should be like this, I think: > > > SELECT * FROM period WHERE

Re: [Dhis2-devs] error after run analystic

Oops, wrong order. Should be like this, I think: SELECT * FROM period WHERE startdata, enddate IN (SELECT startdate, endedate FROM period GROUP BY startdate, enddate HAVING count(*) >1) On Mon, Oct 5, 2015 at 11:36 AM, Knut Staring wrote: > The table is called period. > > But please first run

Re: [Dhis2-devs] error after run analystic

The table is called period. But please first run this query: SELECT * FROM period WHERE startdata, enddate IN (SELECT startdate, endedate FROM period HAVING count(*) >1 GROUP BY startdate, enddate) On Mon, Oct 5, 2015 at 11:33 AM, channara rin wrote: > so you mean, i can delete row from table?

Re: [Dhis2-devs] error after run analystic

period table but make sure you delete only that row. Alex On Mon, Oct 5, 2015 at 12:33 PM, channara rin wrote: > so you mean, i can delete row from table? which table should i can delete > that row? > > On Mon, Oct 5, 2015 at 4:20 PM, Alex Tumwesigye > wrote: > >> Dear Channara, >> >> Which ve

Re: [Dhis2-devs] error after run analystic

so you mean, i can delete row from table? which table should i can delete that row? On Mon, Oct 5, 2015 at 4:20 PM, Alex Tumwesigye wrote: > Dear Channara, > > Which version are you running? This bug was fixed. It is related to > timezone I f I remember very well. > If you check your period tabl

Re: [Dhis2-devs] Indicators in data entry

In the Create/Edit program indicator screen, the option is at the end of the first section: Program Indicatiors documentation: https://www.dhis2.org/doc/snapshot/en/user/html/ch30.html > 5. okt. 2015 kl. 11.17 skrev channara rin : > > can you guide me where i can check this option? > > On Mon

Re: [Dhis2-devs] error after run analystic

Dear Channara, Which version are you running? This bug was fixed. It is related to timezone I f I remember very well. If you check your period table, there are invalid ranges for 1975-01-01. Just delete the invalid ranges and you will be fine. Alex On Mon, Oct 5, 2015 at 12:14 PM, channara rin

Re: [Dhis2-devs] Indicators in data entry

can you guide me where i can check this option? On Mon, Oct 5, 2015 at 4:15 PM, Markus Bekken wrote: > Hi Channara. > If you make Program Indicators, and check the "Show in form" option, they > will be shown in a designated place in data entry. > > Markus > > > 5. okt. 2015 kl. 11.12 skrev chann

Re: [Dhis2-devs] Indicators in data entry

Hi Channara. If you make Program Indicators, and check the "Show in form" option, they will be shown in a designated place in data entry. Markus > 5. okt. 2015 kl. 11.12 skrev channara rin : > > Hi DHIS2 member, > do you know how to make indicators that aggregate formular from Data elements

[Dhis2-devs] error after run analystic

Hi DHIS2 member, i got the message from DHIS2 system like below. can you help me how to fix this problem? = Resource table process failed, please check the logs. Time: 2015-10-05T00:00:08.388+07:00. Message: PreparedStatementCallback; SQL [insert

[Dhis2-devs] Indicators in data entry

Hi DHIS2 member, do you know how to make indicators that aggregate formular from Data elements can show value in data entry section? thank you ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe :

Re: [Dhis2-devs] [Dhis2-users] Reports not showing the same values

Dear Bridget, You need to take care of the aggregation mode both in events reports and pivot tables Make sure it the same for both events and pivot. Under layout in event report select whether to count, average. and under options pivtot tables choose whether to sum, count, average... Regard

Re: [Dhis2-devs] Bangladesh Tracker data conversion

Two screenshot. On Mon, Oct 5, 2015 at 2:59 PM, Hannan Khan wrote: > Dear Experts > > We are converting dhis2 tracker application from 2.13 to 2.19. and need > your help on a crucial issues. > > In absence of a common identifier like Nation ID, Birth ID or mobile no. > we are tracking the patien

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20505: tracker-capture: empty widget labels when nothing exists for listing

revno: 20505 committer: Abyot Asalefew Gizaw branch nick: dhis2 timestamp: Mon 2015-10-05 10:58:13 +0200 message: tracker-capture: empty widget labels when nothing exists for listing modified: dhis-2/dhis-web/dhis-web-apps/src/main/

[Dhis2-devs] Bangladesh Tracker data conversion

Dear Experts We are converting dhis2 tracker application from 2.13 to 2.19. and need your help on a crucial issues. In absence of a common identifier like Nation ID, Birth ID or mobile no. we are tracking the patients with system generated 16 digit identifier (version 13). Our health workers writ

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20504: Resolved a bug where casting systemSetting to boolean threw an exception

Merge authors: Stian Sandvold (stian-sandvold) revno: 20504 [merge] committer: Stian Sandvold branch nick: dhis2 timestamp: Mon 2015-10-05 10:51:34 +0200 message: Resolved a bug where casting systemSetting to boolean threw an excepti

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20503: set user creator on save/update of user credentials (mapped to creatoruserid column since userid ...

revno: 20503 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2015-10-05 15:38:28 +0700 message: set user creator on save/update of user credentials (mapped to creatoruserid column since userid is already taken) modifie

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20502: (Translations) Enabling Mongolian locale.

revno: 20502 committer: Jason P. Pickering branch nick: dhis2 timestamp: Mon 2015-10-05 10:06:05 +0200 message: (Translations) Enabling Mongolian locale. added: dhis-2/dhis-services/dhis-service-core/src/main/resources/i18n_global_m

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 20501: renamed UserCredentials.user => UserCredentials.userInfo (user will be used to tell who -created-...

revno: 20501 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2015-10-05 14:55:19 +0700 message: renamed UserCredentials.user => UserCredentials.userInfo (user will be used to tell who -created- the userCredentials inst