Re: [Dhis2-devs] MERRY CHRISTMAS

2014-12-24 Thread Farai Mutero
Thanks Guy Merry Christmas to you too! Its good to know that at least one person is not hard at work on DHIS2 on Chrstmas. . .lol Regards Farai On Thu, Dec 25, 2014 at 9:01 AM, Guy Ekani wrote: > > *JUST TO WISH A DELIGHTFUL MERRY CHRISTMAS TO ALL DHIS2 USERs AND > DEVELOPERs !* > >

[Dhis2-devs] MERRY CHRISTMAS

2014-12-24 Thread Guy Ekani
JUST TO WISH A DELIGHTFUL MERRY CHRISTMAS TO ALL DHIS2 USERs AND DEVELOPERs ! = EKANI Guy Cameroon ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad

[Dhis2-devs] standard report for individual records

2014-12-24 Thread rin.channara
Dear all, Can we create standard report from individual records. I try using event report. but it seem not yet enough for customize. thank you channara___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Un

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17793: Analytics, implemented support for DE_GROUP- syntax for including all data elements in group...

2014-12-24 Thread noreply
revno: 17793 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2014-12-24 16:51:20 +0100 message: Analytics, implemented support for DE_GROUP- syntax for including all data elements in groups in URLs modified: dhis-2

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17792: Analytics, fixed minor bug related to org unit group validation

2014-12-24 Thread noreply
revno: 17792 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2014-12-24 16:13:37 +0100 message: Analytics, fixed minor bug related to org unit group validation modified: dhis-2/dhis-services/dhis-service-analytics/s

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17791: Missing licences

2014-12-24 Thread noreply
revno: 17791 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2014-12-24 15:49:57 +0100 message: Missing licences modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/DimensionalObjectUtils.java dhis-2/dhis

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17790: Bulk invite, better validation

2014-12-24 Thread noreply
revno: 17790 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2014-12-24 15:44:09 +0100 message: Bulk invite, better validation modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/user/UserGroupService.java dhis-

Re: [Dhis2-devs] Errors importing OrgUnits (XML Metadata import)

2014-12-24 Thread Jose Garcia Muñoz
Good to know, Thanks Morten! On Wed, Dec 24, 2014 at 2:24 PM, Morten Olav Hansen wrote: > Hi again > > For groups, you must do this from the orgUnit group side.. so you need to > export from /api/organisationUnitGroups, and doing that, you can update > name etc as you see fit. > > On Wed Dec 24

Re: [Dhis2-devs] Errors importing OrgUnits (XML Metadata import)

2014-12-24 Thread Morten Olav Hansen
Hi again For groups, you must do this from the orgUnit group side.. so you need to export from /api/organisationUnitGroups, and doing that, you can update name etc as you see fit. On Wed Dec 24 2014 at 2:12:16 PM Jose Garcia Muñoz wrote: > > Thanks for your quick reply, it seems that including

Re: [Dhis2-devs] Errors importing OrgUnits (XML Metadata import)

2014-12-24 Thread Jose Garcia Muñoz
Thanks for your quick reply, it seems that including inclusionStrategy=NON_EMPTY did the trick! , I am testing it but everything seems to be ok! Thanks!! Just other quick question: I know we can also import the names of org unit groups, but also the association between org.unit groups and their or

Re: [Dhis2-devs] Errors importing OrgUnits (XML Metadata import)

2014-12-24 Thread Morten Olav Hansen
That won't work, then you must add ?inclusionStrategy=NON_EMPTY To fix this, you must remove all collection objects that are empty from the XML payload, there are differences in the way XML vs JSON is handled in Jackson (the framework we are using for this). Typically these are elements with plur

Re: [Dhis2-devs] Errors importing OrgUnits (XML Metadata import)

2014-12-24 Thread Jose Garcia Muñoz
/api/organisationUnits On Wed, Dec 24, 2014 at 1:32 PM, Morten Olav Hansen wrote: > Hi > > Was this exported from /api/metadata or /api/organisationUnits? > > On Wed Dec 24 2014 at 1:27:04 PM Jose Garcia Muñoz > wrote: > >> >> Hi devs, >> >> I need to export and import part of the Org. Tree tha

Re: [Dhis2-devs] Errors importing OrgUnits (XML Metadata import)

2014-12-24 Thread Morten Olav Hansen
Hi Was this exported from /api/metadata or /api/organisationUnits? On Wed Dec 24 2014 at 1:27:04 PM Jose Garcia Muñoz wrote: > > Hi devs, > > I need to export and import part of the Org. Tree that we have in PSI (we > need to move one country from one server to other). To get the sub org.unit >

[Dhis2-devs] Errors importing OrgUnits (XML Metadata import)

2014-12-24 Thread Jose Garcia Muñoz
Hi devs, I need to export and import part of the Org. Tree that we have in PSI (we need to move one country from one server to other). To get the sub org.unit tree, I am using the following REST command https://dev.psi-mis.org/api/organisationUnits/NxKJFhKFGbN.xml?includeDescendants=true Where t

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17789: User invite, better validation

2014-12-24 Thread noreply
revno: 17789 committer: Lars Helge Overland branch nick: dhis2 timestamp: Wed 2014-12-24 12:38:09 +0100 message: User invite, better validation modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/user/UserGroupService.java dhis-