[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18531: use DateUtils.parseDate in Op, adds support for more formats, and also simplifies the code a bit

2015-03-08 Thread noreply
revno: 18531 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2015-03-09 12:23:04 +0530 message: use DateUtils.parseDate in Op, adds support for more formats, and also simplifies the code a bit modified: dhis-2/dhis-

[Dhis2-devs] Problem while entering dates

2015-03-08 Thread Seid Hussein
Hi all, We are facing a problem while entering dates. Though it is possible to enter dates in the first date entry of a form (whether your first entry is in the top, middle or last part of the form), any subsequent entry in other fields ends up editing the first entry. When I tried to enter the d

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18530: update collection API to support updating collection disregarding which side is the owner

2015-03-08 Thread noreply
revno: 18530 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Mon 2015-03-09 11:57:56 +0530 message: update collection API to support updating collection disregarding which side is the owner modified: dhis-2/dhis-web/dhi

Re: [Dhis2-devs] Android app error "Bad server response"

2015-03-08 Thread Seid Hussein
Hi Araz, Checked it on the global demo and it's working. Regards, Seid, On Sun, Mar 1, 2015 at 3:11 PM, Araz Abishov wrote: > Hello Seid, > > I have fixed the issue and pushed new version of app to google play. > Please, check it out. > > Best Regards, > Araz > > On Wed, Feb 25, 2015 at 11:0

[Dhis2-devs] Make aggregate query builder with algebra functions

2015-03-08 Thread channara rin
Hi All DHIS2, Do you know how can i do aggregate query builder with algebra functions? Example: i would to know total number of patient in registration program and minus the patient who dead. SO i want to use aggregate query builder to aggregate and put the number into Data element that i created a

Re: [Dhis2-devs] [Dhis2-users] patients daily log (data elements mapped to each other)

2015-03-08 Thread sumudu weerasinghe
Hi Nami I think you can try it in this way, - If a patient has more than one services at one visit you need to create More data element as Services 1, Services 2, Services 3.like - If a patient has more than one Diagnosis at one visit you need to create More data element as Diagno

Re: [Dhis2-devs] [Bug 1429630] [NEW] Missing validation for duplicate category combos

2015-03-08 Thread Calle Hedberg
Hi, Note that such duplication can originate from direct UI creation of category(option)combos, OR they can be imported from another instance. Validation is required for both scenarios. Regards Calle On 8 March 2015 at 20:21, Lars Helge Øverland wrote: > Public bug reported: > > Category combo

Re: [Dhis2-devs] patients daily log (data elements mapped to each other)

2015-03-08 Thread Nami Ghadri
Thanks for replying again If I may put it in anohter way I created a prorgam multiple evens with registration with One attribute – Patient ID And three data elements Diagnosis Services Medicine My report in event visualizer should show me what services offered with

[Dhis2-devs] [Bug 1429630] [NEW] Missing validation for duplicate category combos

2015-03-08 Thread Lars Helge Øverland
Public bug reported: Category combos which include the exact same category options (through categories) will lead to duplicate option combos. The system should validate against that. ** Affects: dhis2 Importance: Medium Status: Confirmed ** Changed in: dhis2 Milestone: None =>

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18529: Debug code

2015-03-08 Thread noreply
revno: 18529 committer: Lars Helge Overland branch nick: dhis2 timestamp: Sun 2015-03-08 17:34:25 +0100 message: Debug code modified: dhis-2/dhis-services/dhis-service-analytics/src/main/java/org/hisp/dhis/analytics/table/JdbcAnalyt

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18528: Analytics tables. Getting dimensions without ACL to ensure that all dimensions are used.

2015-03-08 Thread noreply
revno: 18528 committer: Lars Helge Overland branch nick: dhis2 timestamp: Sun 2015-03-08 15:57:52 +0100 message: Analytics tables. Getting dimensions without ACL to ensure that all dimensions are used. added: dhis-2/dhis-api/src/ma

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18527: Store layer, made sure store interfaces extend the correct generic interface

2015-03-08 Thread noreply
revno: 18527 committer: Lars Helge Overland branch nick: dhis2 timestamp: Sun 2015-03-08 15:00:13 +0100 message: Store layer, made sure store interfaces extend the correct generic interface modified: dhis-2/dhis-api/src/main/java/org

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18526: Added concrete store classes for DataElementGroup, DataElementGroupSet, TrackedEntity, necessary ...

2015-03-08 Thread noreply
revno: 18526 committer: Lars Helge Overland branch nick: dhis2 timestamp: Sun 2015-03-08 14:34:06 +0100 message: Added concrete store classes for DataElementGroup, DataElementGroupSet, TrackedEntity, necessary for identifiable object

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18525: Introduced interface GenericDimensionalObjectStore

2015-03-08 Thread noreply
revno: 18525 committer: Lars Helge Overland branch nick: dhis2 timestamp: Sun 2015-03-08 11:49:07 +0100 message: Introduced interface GenericDimensionalObjectStore added: dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/GenericDim

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18524: Disabled snapshots in repos

2015-03-08 Thread noreply
revno: 18524 committer: Lars Helge Overland branch nick: dhis2 timestamp: Sun 2015-03-08 11:26:16 +0100 message: Disabled snapshots in repos modified: dhis-2/pom.xml -- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/tru

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18523: Moved dataDimension property up to BaseDimensionalObject class

2015-03-08 Thread noreply
revno: 18523 committer: Lars Helge Overland branch nick: dhis2 timestamp: Sun 2015-03-08 11:23:09 +0100 message: Moved dataDimension property up to BaseDimensionalObject class modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/com

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 18522: Monitoring, minor

2015-03-08 Thread noreply
revno: 18522 committer: Lars Helge Overland branch nick: dhis2 timestamp: Sun 2015-03-08 09:26:56 +0100 message: Monitoring, minor modified: dhis-2/dhis-services/dhis-service-administration/src/main/java/org/hisp/dhis/resourcetable/