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

2010-10-22 Thread noreply
revno: 2423 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2010-10-22 18:27:16 +0200 message: Minor fixed modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataelement/DataElementCategoryOptionCombo.java dhis

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2422: Centralized FCK editor jar dependency

2010-10-22 Thread noreply
revno: 2422 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2010-10-22 18:14:27 +0200 message: Centralized FCK editor jar dependency modified: dhis-2/dhis-web/dhis-web-commons/pom.xml dhis-2/pom.xml -- lp:dhis2 h

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2421: Changed PdfServiceTest to write to memory rather than file. Same effect as we are only asserting ...

2010-10-22 Thread noreply
revno: 2421 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2010-10-22 17:59:04 +0200 message: Changed PdfServiceTest to write to memory rather than file. Same effect as we are only asserting that file is not null, a

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2420: Removed styling of buttons and lists

2010-10-22 Thread noreply
revno: 2420 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2010-10-22 17:55:18 +0200 message: Removed styling of buttons and lists modified: dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commo

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2419: Removed unnecessary transactions for resource table generation

2010-10-22 Thread noreply
revno: 2419 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2010-10-22 17:34:54 +0200 message: Removed unnecessary transactions for resource table generation modified: dhis-2/dhis-services/dhis-service-administratio

Re: [Dhis2-devs] Export failed with cannot instantiate Source (was:Re: Re: Pivot tables)

2010-10-22 Thread damilola
Thanks Lars that actually did the trick. We had data entry clerks creating the organisation units on different systems connected to individual databases same structure and content. There was no back end deletion or update. Im sorry Ola for including this issue in a wrong thread. Noted for future

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2418: Merged r1966 from 2.0.5. Exception thrown when editing sections without datelements

2010-10-22 Thread noreply
revno: 2418 committer: Lars Helge Overland branch nick: dhis2 timestamp: Fri 2010-10-22 15:49:25 +0200 message: Merged r1966 from 2.0.5. Exception thrown when editing sections without datelements modified: dhis-2/dhis-api/src/main/j

Re: [Dhis2-devs] Export failed with cannot instantiate Source (was: Re: Re: Pivot tables)

2010-10-22 Thread Bob Jolliffe
2010/10/22 Lars Helge Øverland : > > > 2010/10/22 jason.p.picker...@gmail.com >> >> This seems to be a recurring issue. Should this be part of the startup >> routine and or the data integrity checks? > > The point of this whole thing was to allow for more than one source type. > This has not happe

Re: [Dhis2-devs] Export failed with cannot instantiate Source (was: Re: Re: Pivot tables)

2010-10-22 Thread Bob Jolliffe
There was some discussion about removing source entirely from the model given that orgunit has turned out to be the only source sub-type implemented. Anyone rember what was decided on this? Bob 2010/10/22 jason.p.picker...@gmail.com : > This seems to be a recurring issue. Should this be part of

Re: [Dhis2-devs] Export failed with cannot instantiate Source (was: Re: Re: Pivot tables)

2010-10-22 Thread Lars Helge Øverland
2010/10/22 jason.p.picker...@gmail.com > This seems to be a recurring issue. Should this be part of the startup > routine and or the data integrity checks? > The point of this whole thing was to allow for more than one source type. This has not happened so we are planning to remove the whole Sou

Re: [Dhis2-devs] Export failed with cannot instantiate Sour ce (was: Re: Re: Pivot tables)

2010-10-22 Thread jason.p.picker...@gmail.com
This seems to be a recurring issue. Should this be part of the startup routine and or the data integrity checks? Sent from my HTC - Reply message - From: "Lars Helge Øverland" Date: Fri, Oct 22, 2010 3:17 pm Subject: [Dhis2-devs] Export failed with cannot instantiate Source (was: Re: R

Re: [Dhis2-devs] Export failed with cannot instantiate Source (was: Re: Re: Pivot tables)

2010-10-22 Thread Lars Helge Øverland
This SQL will do the trick: delete from source where sourceid not in ( select organisationunitid from organisationunit ); On Fri, Oct 22, 2010 at 3:00 PM, Ola Hodne Titlestad wrote: > Damiola, > > Please use a different subject when your email it is not related to the > thread. > That makes it e

[Dhis2-devs] Export failed with cannot instantiate Source (was: Re: Re: Pivot tables)

2010-10-22 Thread Ola Hodne Titlestad
Damiola, Please use a different subject when your email it is not related to the thread. That makes it easier for all of us to read emails and browse the list, and to respond to requests. Just compose a new email to dhis2-devs@lists.launchpad.net and it will go to the list. I would also recommend

Re: [Dhis2-devs] Pivot tables

2010-10-22 Thread Lars Helge Øverland
On Fri, Oct 22, 2010 at 2:32 PM, Bob Jolliffe wrote: > hi > > 2010/10/22 Ola Hodne Titlestad : > > 2010/10/22 Lars Helge Øverland > >> > >> Hi Bob > >> Sorry for not returning to this earlier, been battling with windows 64 > bit > >> odbc drivers. > >> > >> 2010/10/22 Bob Jolliffe > >>> > >>> H

Re: [Dhis2-devs] Pivot tables

2010-10-22 Thread damilola
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }Hi Bob, Export (ALL) failed with the error below. This began on upgrade from previous to dhis2.0.5. org.hibernate.InstantiationException: Cannot instantiate abstract class or interface: org.hisp.dhis.source.Source at org.hi

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2417: Fix bug: Cannot run ValidationRuleAnalysis when using aggregated Data.

2010-10-22 Thread noreply
revno: 2417 committer: Tran Chau branch nick: trunk timestamp: Fri 2010-10-22 19:37:35 +0700 message: Fix bug: Cannot run ValidationRuleAnalysis when using aggregated Data. modified: dhis-2/dhis-services/dhis-service-datamart-defaul

Re: [Dhis2-devs] India Requirements

2010-10-22 Thread John lewis
Abyot, my concern is only on how long it will take to generate any query if we have to link three table to get that patient and program enrollment. If the association is has no problem with the performance then we can remove it. Please give a try to populate the database and generate the query. I g

Re: [Dhis2-devs] Pivot tables

2010-10-22 Thread Bob Jolliffe
hi 2010/10/22 Ola Hodne Titlestad : > 2010/10/22 Lars Helge Øverland >> >> Hi Bob >> Sorry for not returning to this earlier, been battling with windows 64 bit >> odbc drivers. >> >> 2010/10/22 Bob Jolliffe >>> >>> Hi Lars, Ola and all >>> >>> Thinking about exporting pivot tables .. we need to

Re: [Dhis2-devs] Pivot tables

2010-10-22 Thread Ola Hodne Titlestad
2010/10/22 Lars Helge Øverland > > Hi Bob > > Sorry for not returning to this earlier, been battling with windows 64 bit > odbc drivers. > > 2010/10/22 Bob Jolliffe > > Hi Lars, Ola and all >> >> Thinking about exporting pivot tables .. we need to pen up some >> requirements which we can get int

Re: [Dhis2-devs] India Requirements

2010-10-22 Thread Abyot Gizaw
Hi Tran, Thank you for sharing me the new requirements. Could you please also share the same to the rest of the group as well. I have a question for your requirement number 5: changing data model ! You want to have an association between patientDataValue and Program. I don't agree with this for

[Dhis2-devs] [Bug 658112] Re: Chart (excel-reporting): no "Add chart" button and OU-tree

2010-10-22 Thread Tri Tran Thanh
** Changed in: dhis2 Status: New => Invalid -- Chart (excel-reporting): no "Add chart" button and OU-tree https://bugs.launchpad.net/bugs/658112 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in DHIS 2 - District Healt

[Dhis2-devs] [Bug 663711] Re: Idicator - numerator ad denom. edit window

2010-10-22 Thread Tri Tran Thanh
** Changed in: dhis2 Status: Confirmed => Fix Committed -- Idicator - numerator ad denom. edit window https://bugs.launchpad.net/bugs/663711 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in DHIS 2 - District Health In

Re: [Dhis2-devs] Pivot tables

2010-10-22 Thread Lars Helge Øverland
Hi Bob Sorry for not returning to this earlier, been battling with windows 64 bit odbc drivers. 2010/10/22 Bob Jolliffe > Hi Lars, Ola and all > > Thinking about exporting pivot tables .. we need to pen up some > requirements which we can get into a blueprint. While we are > considering that,

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2416: fixed bug 663711: Idicator - numerator ad denom. edit window

2010-10-22 Thread noreply
revno: 2416 committer: tranthanhtri branch nick: trunk timestamp: Fri 2010-10-22 17:11:39 +0700 message: fixed bug 663711: Idicator - numerator ad denom. edit window modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/datavalue/Dat

Re: [Dhis2-devs] [Blueprint patient-datavalue-archive] Patient datavalue archive

2010-10-22 Thread Abyot Gizaw
Hi Tran, On Fri, Oct 22, 2010 at 10:28 AM, Chau Thu Tran wrote: > Hi Abyot, > > As your idea, we only archive PatientDataValues with completed > ProgramInstances. Is it right, sir ? > Yes, that is what I am suggesting. > > But we have interval parameters to choose data values to archive ? And y

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2415: Fixed bug 642521: zero values storage and saving zero in system doesn't synchronyzing

2010-10-22 Thread noreply
revno: 2415 committer: tranthanhtri branch nick: trunk timestamp: Fri 2010-10-22 15:42:25 +0700 message: Fixed bug 642521: zero values storage and saving zero in system doesn't synchronyzing modified: dhis-2/dhis-api/src/main/java/o

[Dhis2-devs] [Bug 642521] Re: zero values storage and saving zero in system doesn't synchronyzing

2010-10-22 Thread Tri Tran Thanh
** Changed in: dhis2 Status: Confirmed => Fix Committed -- zero values storage and saving zero in system doesn't synchronyzing https://bugs.launchpad.net/bugs/642521 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. Status in DH

[Dhis2-devs] Pivot tables

2010-10-22 Thread Bob Jolliffe
Hi Lars, Ola and all Thinking about exporting pivot tables .. we need to pen up some requirements which we can get into a blueprint. While we are considering that, I've given some thoughts below. My initial thought was that we would construct a pivot table with a jdbc connection like we would no

Re: [Dhis2-devs] New Ticket Alert

2010-10-22 Thread Damilola
Dear all, We are pleased to inform you that dhis2 is running live in 37 states of the country in Nigeria for global fund malaria treatment and diagnosis, maternal and child health care, enhancing national response ENR, logistics etc. with each state having a server for data entry. We set up a 2

Re: [Dhis2-devs] [Blueprint patient-datavalue-archive] Patient datavalue archive

2010-10-22 Thread Chau Thu Tran
Hi Abyot, As your idea, we only archive PatientDataValues with completed ProgramInstances. Is it right, sir ? But we have interval parameters to choose data values to archive ? And you think what the interval is based on ? Best regards, Châu Thu T

[Dhis2-devs] Hudson build is back to normal : Dhis2 Web Trunk #1311

2010-10-22 Thread support
See ___ 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] Hudson build is back to normal : Dhis2 W eb Trunk » DHIS Web Dashboard Integration module #1311

2010-10-22 Thread support
See ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs Mor

Re: [Dhis2-devs] [Blueprint patient-datavalue-archive] Patient datavalue archive

2010-10-22 Thread Abyot Gizaw
Hi Tran, Archiving is good idea. And I would suggest archiving based on the status of the programInstance not programStageInstance. For example, to generate visit plans we will rely on previously completed programStageInstances, therefore better if we could keep completed programStageInstances as

Re: [Dhis2-devs] New Ticket Alert

2010-10-22 Thread Abyot Gizaw
Hi Prosper, That would be great. Please send us all your fomrs, and together we can plan for the best possible implementation. Regards, Abyot. On Fri, Oct 22, 2010 at 9:38 AM, Behumbiize, Prosper wrote: > Dear Abyot > > Uganda is in high gears of implementing DHIS2 we have contacted Oslo and T

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2414: revert show details GUI of dataelement & program to previous version

2010-10-22 Thread noreply
revno: 2414 committer: tranthanhtri branch nick: trunk timestamp: Fri 2010-10-22 14:50:47 +0700 message: revert show details GUI of dataelement & program to previous version removed: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-mai

Re: [Dhis2-devs] New Ticket Alert

2010-10-22 Thread Abyot Gizaw
Hi Prosper, Thank you for your interest in DHIS2 and its community module that handles individual level data recording, reporting and tracking. The community module is intended to assist in the working practices of health workers who are engaged in maintaining primary registers - such as family p

[Dhis2-devs] Build failed in Hudson: Dhis2 Web Trunk #1310

2010-10-22 Thread support
See Changes: [Hieu] Codestyle fixed [Hieu] Added new class called MockI18n to support in testing. Increasing unit test - PdfServiceTest in dhis-service-reporting [Lars Helge Overland] Applied patch from Tran on deletion handlers in pa

[Dhis2-devs] Build failed in Hudson: Dhis2 Web Trunk » DHIS Web Dashboard Integration module #1310

2010-10-22 Thread support
See -- [INFO] [INFO] Building DHIS Web Dashboard Integration module [INFO]task-se

Re: [Dhis2-devs] Search the dev list archive on nabble

2010-10-22 Thread Ola Hodne Titlestad
On 22 October 2010 09:20, Knut Staring wrote: > Both the dev list and the user list are nicely searchable by regular > google searches, you dont need to go to a particular URL. > > To see how it works, try googling for this string: "h2, odbc, and > pivot" and add "dhis2" > > Knut > > Sure that wo

Re: [Dhis2-devs] [Blueprint patient-datavalue-archive] Patient datavalue archive

2010-10-22 Thread Chau Thu Tran
Hi all, How do you think if we archive data values according to DueDate and Completed property of ProgramStageInstance ? Use choose interval, the system will check DueDate and the status of ProgramStageInstance, if DueDate is ok and status is completed, then archive all of data values of the inst

Re: [Dhis2-devs] Search the dev list archive on nabble

2010-10-22 Thread Knut Staring
Both the dev list and the user list are nicely searchable by regular google searches, you dont need to go to a particular URL. To see how it works, try googling for this string: "h2, odbc, and pivot" and add "dhis2" Knut On Fri, Oct 22, 2010 at 8:59 AM, Ola Hodne Titlestad wrote: > On 21 Octobe

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2413: Codestyle fixed

2010-10-22 Thread noreply
revno: 2413 committer: Hieu branch nick: trunk timestamp: Fri 2010-10-22 14:10:17 +0700 message: Codestyle fixed modified: dhis-2/dhis-services/dhis-service-reporting/src/test/java/org/hisp/dhis/pdf/PdfServiceTest.java -- lp:dhis2

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2412: Added new class called MockI18n to support in testing.

2010-10-22 Thread noreply
revno: 2412 committer: Hieu branch nick: trunk timestamp: Fri 2010-10-22 14:08:36 +0700 message: Added new class called MockI18n to support in testing. Increasing unit test - PdfServiceTest in dhis-service-reporting added: dhis-2/

[Dhis2-devs] [Bug 654527] Re: Dataset data entry forms not imported nor exported!

2010-10-22 Thread Lars Helge Øverland
This is not a bug, rather a blueprint. Will be implemented for 2.0.6. ** Changed in: dhis2 Assignee: Tri Tran Thanh (tranthanhtri84) => (unassigned) ** Changed in: dhis2 Status: Confirmed => Invalid -- Dataset data entry forms not imported nor exported! https://bugs.launchpad.net/bu

[Dhis2-devs] Search the dev list archive on nabble

2010-10-22 Thread Ola Hodne Titlestad
On 21 October 2010 18:24, Ime Asangansi wrote: > Hi devs, > > Congrats on 2.0.5! > BTW: how can I search the mailing list archive? > > Hi Ime, We have a mirrored archive of the dev list on nabble, which is searchable: http://dhis-developers-list.1563109.n2.nabble.com/ Ola --- __