Re: [Dhis2-devs] Defect in metadata import for optionSets?

2014-12-01 Thread Simanta Jyoti Handique
Hi Morten, Some more information on this: On an empty DHIS database, I ran the options payload only. { options: [{ code: b64365ac185, id: b64365ac185, name: One }, { code: b65ad0e22c5, id: b65ad0e22c5, name: One }] } After that, I

Re: [Dhis2-devs] Defect in metadata import for optionSets?

2014-12-01 Thread Morten Olav Hansen
This is now fixed in the latest trunk + 2.17 -- Morten On Mon, Dec 1, 2014 at 3:19 PM, Simanta Jyoti Handique shandi...@thoughtworks.com wrote: Hi Morten, Some more information on this: On an empty DHIS database, I ran the options payload only. { options: [{ code:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17634: set unique-names = false on Option class

2014-12-01 Thread noreply
revno: 17634 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Mon 2014-12-01 15:36:34 +0700 message: set unique-names = false on Option class modified:

[Dhis2-devs] DHIS 2.17 - Tracker Input Type Error

2014-12-01 Thread Pamod Amarakoon
Dear All, Following upgrade of DHIS2 instance to 2.17 from 2.16 I'm experiencing input type error for data inserted into tracker data entry form as follows. Data elements have been defined in number format. I have another instance of tracker data entry form which also receives same error on

[Dhis2-devs] Server Periods not Syncing with the user Date settings

2014-12-01 Thread Prosper BT
Dear Developers, I have always known that this problem exists, but when it begins messing up data analytics then we need to worry and look out for a permanent solution to this problem. What is happening is that for say monthly reporting, if an enduser sets his date in the future, he can enter

Re: [Dhis2-devs] Defect in metadata import for optionSets?

2014-12-01 Thread Simanta Jyoti Handique
Great, thanks! On Mon, Dec 1, 2014 at 2:06 PM, Morten Olav Hansen morte...@gmail.com wrote: This is now fixed in the latest trunk + 2.17 -- Morten On Mon, Dec 1, 2014 at 3:19 PM, Simanta Jyoti Handique shandi...@thoughtworks.com wrote: Hi Morten, Some more information on this: On

Re: [Dhis2-devs] Server Periods not Syncing with the user Date settings

2014-12-01 Thread Lars Helge Ă˜verland
Hi Prosper, you are right. Since data entry works offline we need to use the client clock for the data entry periods. However we can do - a check on the client side comparing server time to client computer time and ask the user to update if not in sync. - a check on the server when saving data

Re: [Dhis2-devs] Server Periods not Syncing with the user Date settings

2014-12-01 Thread Prosper BT
Thanks Lars, For now we have to call on all enduser involved in data entry to ensure that their systems dates are correct. Was able to quickly notice this because one of my dashboard shows reporting rates for last month, and today I see some reporting rates percentage for last month which ended

Re: [Dhis2-devs] Server Periods not Syncing with the user Date settings

2014-12-01 Thread Lars Helge Ă˜verland
Sure - no doubt this could happen. Lars On Mon, Dec 1, 2014 at 2:43 PM, Prosper BT ptb3...@gmail.com wrote: Thanks Lars, For now we have to call on all enduser involved in data entry to ensure that their systems dates are correct. Was able to quickly notice this because one of my

[Dhis2-devs] Freestyling Charts in DHIS2 with custom views

2014-12-01 Thread Greg Rowles
Hi Guys Can anyone point me to code samples / documentation on how to build custom charts with code libraries in DHIS2? We need to do some complex queries that include a) date-difference calculations, b) running (raw data) totals, and c) run-time ratios (% of total)... Regards, Greg --

Re: [Dhis2-devs] [Bug 1246220] Re: Problem with pivot tables when exporting/importing configs

2014-12-01 Thread Pierre Dane
no :) On Thu, Nov 27, 2014 at 2:02 PM, Martin Brocker mar...@jembi.org wrote: Hey Pierre I'm not sure if this email was meant to come to me? Warm Regards, Martin On Thu, Nov 27, 2014 at 1:49 PM, Pierre Dane pie...@jembi.org wrote: woo hoo - some action! :) MOH in Mozambique has

Re: [Dhis2-devs] Freestyling Charts in DHIS2 with custom views

2014-12-01 Thread Jason Pickering
Hi Greg, Many ways to skin that cat, but of course, there is always R. https://www.dhis2.org/doc/snapshot/en/developer/html/apa.html describes a number of different approaches, which we have used to solve these types of problems, particularly the aggregation of time-series. Regards, Jason On

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17635: minor bugfix

2014-12-01 Thread noreply
revno: 17635 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Tue 2014-12-02 12:31:26 +0700 message: minor bugfix modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 17636: include special filtering for /api/dimensions/id/items?filter=name:like:XXX

2014-12-01 Thread noreply
revno: 17636 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Tue 2014-12-02 13:11:18 +0700 message: include special filtering for /api/dimensions/id/items?filter=name:like:XXX modified: