[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12903: Implement unit tests on PatientRegistrationForm service methods

2013-11-07 Thread noreply
revno: 12903 committer: Tran Chau branch nick: dhis2 timestamp: Fri 2013-11-08 14:40:31 +0700 message: Implement unit tests on PatientRegistrationForm service methods added: dhis-2/dhis-services/dhis-service-patient/src/test/java/or

Re: [Dhis2-devs] [Bug 1249056] [NEW] Sending data values via WebAPI problem

2013-11-07 Thread Andrew Wanyama
I have generated the resource tables and that fixed the error shown in my logs earlier. However despite running the curl command successfully as below, the data entry module in DHIS 2 does not update as expected: *andrew@Billy-PC:~/apache-tomcat-7.0.42$ curl -d @'/home/andre

[Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 854: Check SMS service status before importing messages

2013-11-07 Thread noreply
revno: 854 committer: Hong Em branch nick: dhis2-docbook-docs timestamp: Fri 2013-11-08 14:02:46 +0700 message: Check SMS service status before importing messages added: src/docbkx/en/resources/images/dhis2_mobile_sms/mobible-sms-ser

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12902: fix bug for sending mass SMS

2013-11-07 Thread noreply
revno: 12902 committer: Lai branch nick: dhis2 timestamp: Fri 2013-11-08 11:05:21 +0700 message: fix bug for sending mass SMS modified: dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/sms/DefaultSmsSender.java -

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12901: Implement unit tests on PatientIdentifierType service methods

2013-11-07 Thread noreply
revno: 12901 committer: Tran Chau branch nick: dhis2 timestamp: Fri 2013-11-08 10:05:02 +0700 message: Implement unit tests on PatientIdentifierType service methods added: dhis-2/dhis-services/dhis-service-patient/src/test/java/org/

[Dhis2-devs] [Bug 1249107] [NEW] tabbing in tabular report selection

2013-11-07 Thread Olav P
Public bug reported: Tabbing from the "End date" filed in tabular report makes the next panel (orgunits or periods) unusable. ** Affects: dhis2 Importance: Undecided Status: New -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribe

[Dhis2-devs] [Bug 1249109] [NEW] tabular reports aggregate without data items

2013-11-07 Thread Olav P
Public bug reported: Runing an aggregate report in tabular report without selecting a data elements gives a warning. It should be possible to run this report without selecting data items. ** Affects: dhis2 Importance: Undecided Status: New -- You received this bug notification bec

[Dhis2-devs] [Bug 1249110] [NEW] tabular reports aggregate sum/average not working

2013-11-07 Thread Olav P
Public bug reported: The "sum" and "average" function in the aggregate tabular report does not work. ** Affects: dhis2 Importance: Undecided Status: New -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. https://bugs.l

[Dhis2-devs] [Bug 1249111] [NEW] aggregation queries on demo database does not work

2013-11-07 Thread Olav P
Public bug reported: Aggregation queries for the inpatient (anonymous) program in the demo database does not work. Not sure if it is a bug or if the issue is with the database. ** Affects: dhis2 Importance: Undecided Status: New -- You received this bug notification because you ar

[Dhis2-devs] [Bug 1249105] [NEW] tabular-report-filtering-numbers

2013-11-07 Thread Olav P
Public bug reported: Filtering on numbers in tabular report filters on the first digit only. ** Affects: dhis2 Importance: Undecided Status: New -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. https://bugs.launchpad

Re: [Dhis2-devs] [Bug 1249056] [NEW] Sending data values via WebAPI problem

2013-11-07 Thread Bob Jolliffe
You'll find it under Maintenance->Data Administration Like here: http://apps.dhis2.org/demo/dhis-web-maintenance-dataadmin/displayResourceTableForm.action On 7 November 2013 20:13, Andrew Wanyama wrote: > No, in fact that was my problem how do you go about generating the > non-existent resourc

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12900: Made id property on PeriodType non final. Solves issue with zero identifier values for persistent...

2013-11-07 Thread noreply
revno: 12900 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Thu 2013-11-07 21:45:31 +0100 message: Made id property on PeriodType non final. Solves issue with zero identifier values for persistent period types. modified:

Re: [Dhis2-devs] [Bug 1249056] [NEW] Sending data values via WebAPI problem

2013-11-07 Thread Andrew Wanyama
No, in fact that was my problem how do you go about generating the non-existent resource tables? On Thu, Nov 7, 2013 at 10:06 PM, Knut Staring wrote: > Have you tried generating the resource tables? > > Sent from my mobile > On Nov 7, 2013 7:50 PM, "Andrew Wanyama" wrote: > >> Public bug repor

[Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 853: PT/DV/GIS plugin docs updated.

2013-11-07 Thread noreply
revno: 853 committer: Jan Henrik Overland branch nick: dhis2-docbook-docs timestamp: Thu 2013-11-07 20:03:46 +0100 message: PT/DV/GIS plugin docs updated. modified: src/docbkx/en/dhis2_user_man_web_api.xml -- lp:~dhis2-documenters/

Re: [Dhis2-devs] [Bug 1249056] [NEW] Sending data values via WebAPI problem

2013-11-07 Thread Knut Staring
Have you tried generating the resource tables? Sent from my mobile On Nov 7, 2013 7:50 PM, "Andrew Wanyama" wrote: > Public bug reported: > > On ubuntu 12.04 using Tomcat servelet, cannot send data values as > described here: > http://www.dhis2.org/doc/snapshot/en/user/html/ch25s06.html though n

[Dhis2-devs] [Bug 1249056] [NEW] Sending data values via WebAPI problem

2013-11-07 Thread Andrew Wanyama
Public bug reported: On ubuntu 12.04 using Tomcat servelet, cannot send data values as described here: http://www.dhis2.org/doc/snapshot/en/user/html/ch25s06.html though not using the default sierra Leone demo database. Tomcat log: Provide any output in the Tomcat log (typically catalina.out) is

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12899: Case entry, fixed issue with javascript variable having same name as function

2013-11-07 Thread noreply
revno: 12899 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Thu 2013-11-07 18:24:50 +0100 message: Case entry, fixed issue with javascript variable having same name as function modified: dhis-2/dhis-web/dhis-web-caseen

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12898: Fixed bug with update of analytical objects

2013-11-07 Thread noreply
revno: 12898 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Thu 2013-11-07 18:16:55 +0100 message: Fixed bug with update of analytical objects modified: dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/BaseAnalyticalO

[Dhis2-devs] [Bug 1249013] [NEW] Missing / in overview menu items for apps

2013-11-07 Thread Knut Staring
Public bug reported: The dropdown menu items for Apps under Services work fine. However, when clicking on the word "Services", an overview menu with all Service options as icons shows up. The app links in this menu don't work, because a final "/" is missing, leading to erroneous URLs ** Affects:

[Dhis2-devs] [Bug 1248999] [NEW] previous month period fails on standard report

2013-11-07 Thread Bjørnar Valbø
Public bug reported: When creating a standard report based on a report table in which the period previous month is specified, the report table correctly uses the previous month, while the standard report for some reason erroneously is using current month. ** Affects: dhis2 Importance: Undeci

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12897: Analytics web api resources, implemented support for date query parameter to change base for rela...

2013-11-07 Thread noreply
revno: 12897 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Thu 2013-11-07 12:52:20 +0100 message: Analytics web api resources, implemented support for date query parameter to change base for relative periods consistentl

[Dhis2-devs] [Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 852: Analysis resource date param

2013-11-07 Thread noreply
revno: 852 committer: Lars Helge Øverland branch nick: dhis2-docbook-docs timestamp: Thu 2013-11-07 12:54:03 +0100 message: Analysis resource date param modified: src/docbkx/en/dhis2_user_man_web_api.xml -- lp:~dhis2-documenters/dh

[Dhis2-devs] Encoding problem

2013-11-07 Thread Paulo Grácio
Hi all, Any idea of what might be causing this problem, please see attach. Regards, Paulo Grácio <>___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs

Re: [Dhis2-devs] [Dhis2-users] ireport deprecated

2013-11-07 Thread Wilson,Randy
For those who have already invested in the iReport learning curve, the good news is that Jaspersoft Studio has virtually the same functionality as iReport. Most of the features work the same, though the screen is a bit more cluttered. I've created .jrxml files from report tables and edited them

Re: [Dhis2-devs] [Dhis2-users] ireport deprecated

2013-11-07 Thread Murod Latifov
Hi Bob, There is atomicity at play. We are not using analytics API no jdbc, only simple calls to an existing DHIS2 services (not analytics). Interesting part is that query parameters are stored within office documents, making report designer free of creating separate query string or table to fill

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 12896: Implement unit tests on PatientIdentifier service methods.

2013-11-07 Thread noreply
revno: 12896 committer: Tran Chau branch nick: dhis2 timestamp: Thu 2013-11-07 14:56:08 +0700 message: Implement unit tests on PatientIdentifier service methods. added: dhis-2/dhis-services/dhis-service-patient/src/test/java/org/his