[Dhis2-devs] [Bug 1489818] Re: Schedule Automated Message giving exception

2015-09-30 Thread Thu Tran
** Changed in: dhis2
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1489818

Title:
  Schedule Automated Message giving exception

Status in DHIS:
  Fix Committed

Bug description:
  
  We have made a few template reminders for program stages and are trying to 
test them. Few months back we had tested the same and they were working. Now 
they are not.
  On clicking the execute button no messages are sent and the tomcat log shows 
this error (I suspect this has to do with the change of program type field)- 

  * INFO  2015-08-28 14:44:14,852 Start to prepare reminder messages: 
00:00:00.001 (Clock.java [taskScheduler-2])
  * ERROR 2015-08-28 14:44:14,915 Unexpected error occurred in scheduled task. 
(TaskUtils.java [taskScheduler-2])
  org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL 
grammar [ ( SELECT pi.programinstanceid, pav.value as phonenumber, 
prm.templatemessage,  org.name as orgunitName,  pg.name as 
programName, pi.dateofincident ,  pi.enrollmentdate,(DATE(now()) - 
DATE(pi.enrollmentdate) ) as days_since_erollment_date,  (DATE(now()) - 
DATE(pi.dateofincident) ) as days_since_incident_dateFROM 
trackedentityinstance p INNER JOIN programinstance pi   ON 
p.trackedentityinstanceid=pi.trackedentityinstanceid INNER JOIN program pg  
 ON pg.programid=pi.programid INNER JOIN organisationunit org   
ON org.organisationunitid = p.organisationunitid INNER JOIN 
trackedentityinstancereminder prm   ON prm.programid = pi.programid 
INNER JOIN trackedentityattributevalue pav   ON 
pav.trackedentityinstanceid=p.trackedentityinstanceid INNER JOIN 
trackedentityattribute pa   ON pa.trackedenti
 tyattributeid=pav.trackedentityattributeidWHERE pi.status= 0 
and prm.templatemessage is not NULL and prm.templatemessage != ''
and pg.type=1 and prm.daysallowedsendmessage is not null and 
pa.valuetype='phoneNumber'  and ( DATE(now()) - DATE(pi.enrollmentdate) 
) = prm.daysallowedsendmessage  and prm.whenToSend is null and 
prm.dateToCompare='enrollmentdate' and prm.sendto = 1 )  UNION ( SELECT 
pi.programinstanceid, org.phonenumber, prm.templatemessage, org.name as 
orgunitName,pg.name as programName, pi.dateofincident, 
pi.enrollmentdate,(DATE(now()) - DATE(pi.enrollmentdate) ) as 
days_since_erollment_date,(DATE(now()) - DATE(pi.dateofincident) ) as 
days_since_incident_date FROM trackedentityinstance p INNER JOIN 
programinstance piON 
p.trackedentityinstanceid=pi.trackedentityinstanceid INNER JOIN program pg  
  ON pg.programid=pi.programid INNER JOIN organisationunit org
ON org.organisationunitid = 
 p.organisationunitid INNER JOIN trackedentityinstancereminder prm
ON prm.programid = pi.programid WHERE pi.status = 0  and 
org.phonenumber is not NULL and org.phonenumber != ''   and 
prm.templatemessage is not NULL and prm.templatemessage != ''   and 
pg.type=1 and prm.daysallowedsendmessage is not null   and ( DATE(now()) - 
DATE( pi.enrollmentdate ) ) = prm.daysallowedsendmessage   and 
prm.dateToCompare='enrollmentdate' and prm.whenToSend is null and 
prm.sendto =  3 )  UNION ( SELECT pi.programinstanceid, uif.phonenumber, 
prm.templatemessage, org.name as orgunitName, pg.name as programName, 
pi.dateofincident ,pi.enrollmentdate,(DATE(now()) - DATE(pi.enrollmentdate) ) 
as days_since_erollment_date, (DATE(now()) - DATE(pi.dateofincident) ) as 
days_since_incident_date FROM trackedentityinstance p INNER JOIN 
programinstance pi ON p.trackedentityinstanceid=pi.trackedentityinstanceid 
INNER JOIN program pg ON pg.programid=pi.programid INNER JOI
 N organisationunit org ON org.organisationunitid = p.organisationunitid 
INNER JOIN trackedentityinstancereminder prm ON prm.programid = 
pi.programid INNER JOIN usermembership ums ON ums.organisationunitid = 
p.organisationunitid INNER JOIN userinfo uif ON uif.userinfoid = 
ums.userinfoid WHERE pi.status= 0 and uif.phonenumber is not NULL and 
uif.phonenumber != ''  and prm.templatemessage is not NULL and 
prm.templatemessage != ''  and pg.type=1 and prm.daysallowedsendmessage 
is not null  and ( DATE(now()) - DATE( enrollmentdate ) ) = 
prm.daysallowedsendmessage  and prm.dateToCompare='enrollmentdate'  
  and prm.sendto = 4 )  UNION ( select pi.programinstanceid, 
uif.phonenumber,prm.templatemessage, org.name as orgunitName , pg.name as 
programName, pi.dateofincident, pi.enrollmentdate, (DATE(now()) - 
DATE(pi.enrollmentdate) ) as days_since_erollment_date, (DATE(now()) - 
DATE(pi.dateofincident) ) as days_since_incident_date   from
  trackedentityinstance p INNER JOIN programinstance piON 

Re: [Dhis2-devs] Aggregation query builder

2015-03-02 Thread Chau Thu Tran
Hi Channara,

 Aggregation query builder doesn't have if-condition

Tran Chau
On Mar 2, 2015 4:30 PM, channara rin rin.chann...@gmail.com wrote:

 Hi DHIS2 family,
 Do you know Aggregation query builder has if-condition?

 Thanks
 CHANNARA

 ___
 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


___
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] [Bug 1378893] Re: Prune period and automated aggregation of tracker data fails in 2.16

2014-10-11 Thread Thu Tran
Hi Simon,

Which revision do you use for testing ?

For 2nd issue, could you talk to me what is the functionality got this
issue ?

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1378893

Title:
  Prune period and automated aggregation of tracker data fails in 2.16

Status in DHIS 2:
  New

Bug description:
  I have upgraded my database to 2.16. Everything is working fine, apart
  from two critical functionalities:

  1. Automated aggregate in Programs / Attributes for tracked instances to 
aggregate data raises the following error:
  at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  at java.lang.Thread.run(Thread.java:724)
  Caused by: org.postgresql.util.PSQLException: ERROR: null value in column 
periodid violates not-null constraint
Detail: Failing row contains (null, 1, 2013-10-08, 2013-10-08).
  at 
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2161)
  at 
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1890)
  at 
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255)
  at 
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:560)
  at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:403)
  at 
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:395)
  at 
com.mchange.v2.c3p0.impl.NewProxyStatement.execute(NewProxyStatement.java:1006)
  at 
org.springframework.jdbc.core.JdbcTemplate$1ExecuteStatementCallback.doInStatement(JdbcTemplate.java:421)
  at 
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:396)
  ... 29 more

  
  So the only way I can aggregate now is through manual aggregation in 
individual records. 

  2. I cannot execute prune periods as the script hangs with 28 more .
   at 
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1001)
  at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
  at 
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  at java.lang.Thread.run(Thread.java:724)
  Caused by: java.lang.NullPointerException
  at 
com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.maybeDirtyTransaction(NewProxyPreparedStatement.java:2069)
  at 
com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.clearBatch(NewProxyPreparedStatement.java:1695)
  ... 27 more

  *

  Might someone have figured a way out of this?

  Thanks and looking forward.
  Simon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1378893/+subscriptions

___
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] [Bug 1359698] Re: (DE group editor) Issues with View 2

2014-08-28 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1359698

Title:
  (DE group editor) Issues with View 2

Status in DHIS 2:
  Fix Committed

Bug description:
  Two issues with View 2 (dhis-web-maintenance-
  datadictionary/dataElementGroupEditor.action)

  1) If you double click an available data element the entries in
  selected groups doubles up.

  2) If you select available data elements by using the keyboard up and
  down arrows, the selected groups list is not updated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1359698/+subscriptions

___
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] [Bug 1327583] Re: Aggregated data elements from tracker not reflecting in data entry form

2014-07-15 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1327583

Title:
  Aggregated data elements from tracker not reflecting in data entry
  form

Status in DHIS 2:
  Fix Committed

Bug description:
  I deployed 2.14.
  When I aggregate data elements from Tracker, they do not show in the data 
entry form at aggregate level.

  Also, I notice inconsistency in display in the preview section of 'Manual 
aggregation' for individual records - see attached file:
  - organisation unit fields show 'age categories'
  - the value shows the 'org units'

  Where could the problem be?

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1327583/+subscriptions

___
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


Re: [Dhis2-devs] [Bug 1299444] Re: category combination data elements not storing values generated by aggregate query builder

2014-07-11 Thread Thu Tran
Hi Martens,

Can you give me more information about your case ?

Can you send me the bug in your tomcat ? Did your aggregate formulas work
in revision 2.14, but doesn't work in version 2.15 ? Do you know which the
formulas have problem OR all formulas generate bugs after running ?


Best regards,

Châu Thu Trân
HISP Viet Nam
Email: tran.hispviet...@gmail.com


On Fri, Jul 11, 2014 at 2:56 PM, Robin Martens mart...@sher.be wrote:

 I'm still having the same issue in revision 15185, although it seems the
 data does exist on aggregate level (data entry and data browser) in the
 demo database with the same revision.

 In addition, the manual aggregation previewer does work on the demo
 version but not on my local database, again both with the same
 revisions. Any ideas how this is possible?

 --
 You received this bug notification because you are a bug assignee.
 https://bugs.launchpad.net/bugs/1299444

 Title:
   category combination data elements not storing values generated by
   aggregate query builder

 Status in DHIS 2:
   Fix Committed

 Bug description:
   I created a Gender-Age category combination data element
   (Sample_Population) and then assigned the relevant tracker data
   elements to each of the category option.

   The manual aggregate builder preview shows the correct numbers and
   reports that the aggregation is successful. However no data appears in
   the data entry page on the aggregate side.

   To troubleshoot, I created flat data elements and this works (see
   attached). There is no error reported in the log. Maybe I'm missing
   something or it's a bug.

   Can anyone help?

   Thanks

   2.15-SNAPSHOT
   Build revision:
   14523

   Busoye

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/dhis2/+bug/1299444/+subscriptions


-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1299444

Title:
  category combination data elements not storing values generated by
  aggregate query builder

Status in DHIS 2:
  Fix Committed

Bug description:
  I created a Gender-Age category combination data element
  (Sample_Population) and then assigned the relevant tracker data
  elements to each of the category option.

  The manual aggregate builder preview shows the correct numbers and
  reports that the aggregation is successful. However no data appears in
  the data entry page on the aggregate side.

  To troubleshoot, I created flat data elements and this works (see
  attached). There is no error reported in the log. Maybe I'm missing
  something or it's a bug.

  Can anyone help?

  Thanks

  2.15-SNAPSHOT
  Build revision:
  14523

  Busoye

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1299444/+subscriptions

___
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] [Bug 1340119] Re: DHIS2.16 tracked entity custom form exception

2014-07-10 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1340119

Title:
  DHIS2.16 tracked entity custom form exception

Status in DHIS 2:
  New

Bug description:
  Hi Devs,

  I was having trouble loading tracked entity custom form but after
  deleting and recreating it now works. However, you might want to check
  on the demo site as I have been able to reproduce this error on the
  Snapshot Demo site by creating a test custom form for the Child
  Program.

  1) Go to individual records and select Ngelehun CHC

  2) Select Child Program and list all instances

  3) Click on view profile icon

  You get an exception. It would be great if you could have a look into
  this to save someone else the trouble if and when they upgrade to
  2.16.

  Regards,

  Busoye

  Version:
  2.16-SNAPSHOT
  Build revision:
  16066

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1340119/+subscriptions

___
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] [Bug 1340119] Re: DHIS2.16 tracked entity custom form exception

2014-07-10 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1340119

Title:
  DHIS2.16 tracked entity custom form exception

Status in DHIS 2:
  Fix Committed

Bug description:
  Hi Devs,

  I was having trouble loading tracked entity custom form but after
  deleting and recreating it now works. However, you might want to check
  on the demo site as I have been able to reproduce this error on the
  Snapshot Demo site by creating a test custom form for the Child
  Program.

  1) Go to individual records and select Ngelehun CHC

  2) Select Child Program and list all instances

  3) Click on view profile icon

  You get an exception. It would be great if you could have a look into
  this to save someone else the trouble if and when they upgrade to
  2.16.

  Regards,

  Busoye

  Version:
  2.16-SNAPSHOT
  Build revision:
  16066

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1340119/+subscriptions

___
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] [Bug 1299444] Re: category combination data elements not storing values generated by aggregate query builder

2014-06-25 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1299444

Title:
  category combination data elements not storing values generated by
  aggregate query builder

Status in DHIS 2:
  Invalid

Bug description:
  I created a Gender-Age category combination data element
  (Sample_Population) and then assigned the relevant tracker data
  elements to each of the category option.

  The manual aggregate builder preview shows the correct numbers and
  reports that the aggregation is successful. However no data appears in
  the data entry page on the aggregate side.

  To troubleshoot, I created flat data elements and this works (see
  attached). There is no error reported in the log. Maybe I'm missing
  something or it's a bug.

  Can anyone help?

  Thanks

  2.15-SNAPSHOT
  Build revision:
  14523

  Busoye

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1299444/+subscriptions

___
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] [Bug 1251718] Re: Numbers are being treated as strings

2014-06-23 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1251718

Title:
  Numbers are being treated as strings

Status in DHIS 2:
  In Progress

Bug description:
  The fields which take numeric data as an input are treated as Strings
  internally (in the back-end most probably). Because of that validation
  rule does not get applied to those fields. The result of validation
  analysis says passed successfully even though there are some fields in
  the database with invalid values.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1251718/+subscriptions

___
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] [Bug 1251718] Re: Numbers are being treated as strings

2014-06-23 Thread Thu Tran
It is fixed for 2.15 ( revision 15169 ) and 2.16 now.

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1251718

Title:
  Numbers are being treated as strings

Status in DHIS 2:
  In Progress

Bug description:
  The fields which take numeric data as an input are treated as Strings
  internally (in the back-end most probably). Because of that validation
  rule does not get applied to those fields. The result of validation
  analysis says passed successfully even though there are some fields in
  the database with invalid values.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1251718/+subscriptions

___
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] [Bug 1327758] Re: No Option for Future Date in Program Attributes with Date Data Types

2014-06-17 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1327758

Title:
  No Option for Future Date in Program Attributes with Date Data Types

Status in DHIS 2:
  Fix Committed

Bug description:
  Hi Devs,

  The option for selecting future dates is not present in program
  attribute settings for dates. For instance, I have program attributes
  which are Start Date and Completion date for a course. Both of these
  dates are in the future but I cannot select future dates. This option
  is present for data elements within program stages but I need these in
  the registration/enrolment form.

  Thanks.

  Regards,

  Busoye

  Version:
  2.15
  Build revision:
  15128

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1327758/+subscriptions

___
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] [Bug 1327583] Re: Aggregated data elements from tracker not reflecting in data entry form

2014-06-17 Thread Thu Tran
The bug aggregate data elements from Tracker do not show in the data
entry form at aggregate level doesn't occur in 2.15 and 2.16 version.

Other bugs below are fixed before.

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1327583

Title:
  Aggregated data elements from tracker not reflecting in data entry
  form

Status in DHIS 2:
  New

Bug description:
  I deployed 2.14.
  When I aggregate data elements from Tracker, they do not show in the data 
entry form at aggregate level.

  Also, I notice inconsistency in display in the preview section of 'Manual 
aggregation' for individual records - see attached file:
  - organisation unit fields show 'age categories'
  - the value shows the 'org units'

  Where could the problem be?

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1327583/+subscriptions

___
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] [Bug 1321285] Re: repeated program stage not visible in Tracker Dashboard

2014-05-26 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1321285

Title:
  repeated program stage not visible in Tracker Dashboard

Status in DHIS 2:
  Fix Committed

Bug description:
  I just discovered that you can no longer save repeatable stages for
  Tracked Entities.

  To replicate the problem on the demo

  1) Choose Org unit

  2) Select TB program

  3) For any current record, go to dashboard

  4) Create new event (TB Visit), save or not (complete or not) does not
  matter

  5) Go back to Tracked Entity Instance management page

  6) Select the same patient dashboard to see second TB visit

  7) Event not visible.


  Version:
  2.15
  Build revision:
  15053

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1321285/+subscriptions

___
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


Re: [Dhis2-devs] [Bug 1321285] Re: repeated program stage not visible in Tracker Dashboard

2014-05-26 Thread Thu Tran
Hi Adebusoye,

I tested version 2.15, the revision 15078 of war file is 15079. The bug is
fixed with this version.


Best regards,

Châu Thu Trân
HISP Viet Nam
Email: tran.hispviet...@gmail.com


On Mon, May 26, 2014 at 10:16 PM, Adebusoye Anifalaje bus...@hisp.orgwrote:

 Hi Tran,

 I can only see a partial fix for this problem and then I checked my
 build and it is Version:2.15; Build revision:15074; Build
 date:2014-05-25 20:19. I downloaded it directly from Jenkins ci. It is
 the last build on 2.15. Can you please check to see that the changes
 were committed? I am in Congo with very poor internet connection so I
 need to be sure that the newer revision is online.

 Thanks.

 Busoye

 On 2014-05-26 11:14, Thu Tran wrote:

  ** Changed in: dhis2
  Assignee: (unassigned) = Thu Tran (tran-hispvietnam)
 
  ** Changed in: dhis2
  Status: New = Fix Committed
 
  --
  You received this bug notification because you are a member of DHIS 2
  developers, which is subscribed to DHIS.
  https://bugs.launchpad.net/bugs/1321285 [1]
 
  Title:
  repeated program stage not visible in Tracker Dashboard
 
  Status in DHIS 2:
  Fix Committed
 
  Bug description:
  I just discovered that you can no longer save repeatable stages for
  Tracked Entities.
 
  To replicate the problem on the demo
 
  1) Choose Org unit
 
  2) Select TB program
 
  3) For any current record, go to dashboard
 
  4) Create new event (TB Visit), save or not (complete or not) does not
  matter
 
  5) Go back to Tracked Entity Instance management page
 
  6) Select the same patient dashboard to see second TB visit
 
  7) Event not visible.
 
  Version:
  2.15
  Build revision:
  15053
 
  To manage notifications about this bug go to:
  https://bugs.launchpad.net/dhis2/+bug/1321285/+subscriptions [2]
 
  ___
  Mailing list: https://launchpad.net/~dhis2-devs [3]
  Post to : dhis2-devs@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~dhis2-devs [3]
  More help : https://help.launchpad.net/ListHelp [4]


 Links:
 --
 [1] https://bugs.launchpad.net/bugs/1321285
 [2] https://bugs.launchpad.net/dhis2/+bug/1321285/+subscriptions
 [3] https://launchpad.net/~dhis2-devs
 [4] https://help.launchpad.net/ListHelp

 --
 You received this bug notification because you are a bug assignee.
 https://bugs.launchpad.net/bugs/1321285

 Title:
   repeated program stage not visible in Tracker Dashboard

 Status in DHIS 2:
   Fix Committed

 Bug description:
   I just discovered that you can no longer save repeatable stages for
   Tracked Entities.

   To replicate the problem on the demo

   1) Choose Org unit

   2) Select TB program

   3) For any current record, go to dashboard

   4) Create new event (TB Visit), save or not (complete or not) does not
   matter

   5) Go back to Tracked Entity Instance management page

   6) Select the same patient dashboard to see second TB visit

   7) Event not visible.


   Version:
   2.15
   Build revision:
   15053

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/dhis2/+bug/1321285/+subscriptions


-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1321285

Title:
  repeated program stage not visible in Tracker Dashboard

Status in DHIS 2:
  Fix Committed

Bug description:
  I just discovered that you can no longer save repeatable stages for
  Tracked Entities.

  To replicate the problem on the demo

  1) Choose Org unit

  2) Select TB program

  3) For any current record, go to dashboard

  4) Create new event (TB Visit), save or not (complete or not) does not
  matter

  5) Go back to Tracked Entity Instance management page

  6) Select the same patient dashboard to see second TB visit

  7) Event not visible.


  Version:
  2.15
  Build revision:
  15053

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1321285/+subscriptions

___
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] [Bug 1318066] Re: Aggregation queries that evaluate person attributes fail to run

2014-05-16 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1318066

Title:
  Aggregation queries that evaluate person attributes fail to run

Status in DHIS 2:
  Fix Committed

Bug description:
  Version 2.13  build 13000 dated 2014-05-09 13:19

  Example condition:

  [PS:50485] AND [CP:gender] ='F'

  Error logged:

  * INFO  2014-05-09 20:38:29,442 Data values set saved [data element id 
scheme: null, org unit id scheme: null, dry run: false, async: false, strategy: 
null, skip check: false] (DataValueSetController.java [http-bio-8080-exec-23])
  org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL 
grammar [SELECT '0' as dataelementid, '0' as categoryoptioncomboid, 
ou.organisationunitid as sourceid, '0' as periodid,'aggregated_from_tracker' as 
comment, '201405' as periodIsoDate,'dataelementname' as dataelementname, 
'optioncomboid' as categoryoptioncomboname, ou.name as organisationunitname,  
COUNT(DISTINCT(pi.patientid)) as value FROM  programinstance as pi  INNER JOIN 
trackedentityinstance p on p.trackedentityinstanceid=pi.trackedentityinstanceid 
 INNER JOIN programstageinstance psi ON 
pi.programinstanceid=psi.programinstanceid  INNER JOIN organisationunit ou ON 
ou.organisationunitid=psi.organisationunitid  WHERE  EXISTS ( SELECT * FROM 
patientdatavalue _pdv inner join programstageinstance _psi ON 
_pdv.programstageinstanceid=_psi.programstageinstanceid JOIN programinstance 
_pi ON _pi.programinstanceid=_psi.programinstanceid WHERE 
psi.programstageinstanceid=_pdv.programstageinstanceid AND _pdv.dataele
 mentid=50431  AND _psi.organisationunitid in (0)AND _pi.programid = 50484 
AND _psi.executionDate='2014-05-09' AND _psi.executionDate = '2014-05-09'  
AND _psi.programstageid = 50485 AND _pdv.value ='Implante 3'  ) AND   EXISTS 
(SELECT _p.patientid FROM patient _p WHERE _p.patientid = pi.patientid AND 
gender  ='F' ) GROUP BY ou.organisationunitid, ou.name]; nested exception is 
org.postgresql.util.PSQLException: ERROR: relation trackedentityinstance does 
not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1318066/+subscriptions

___
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] [Bug 1299471] Re: cancel button not functional in add new entity profile

2014-03-31 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1299471

Title:
  cancel button not functional in add new entity profile

Status in DHIS 2:
  Fix Committed

Bug description:
  Trying to add a new entity instance for enrolment into a program,
  cancel button doesn't work one has to find other means of etting to
  the previous screen. To test,

  1) go to Find/add

  2) Click add new

  3) click cancel

  4) Nothing happens

  Version:
  2.15-SNAPSHOT
  Build revision:
  14523

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1299471/+subscriptions

___
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] [Bug 1287153] Re: Trunk 2.1.5 tracker Missing icon for delete program stage instance

2014-03-03 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1287153

Title:
  Trunk 2.1.5 tracker Missing icon for delete program stage instance

Status in DHIS 2:
  Fix Committed

Bug description:
  Delete Icon missing for program stage instance even when status is
  incomplete.

  See screenshot

  
  Thanks

  Busoye

  Version:
  2.15-SNAPSHOT
  Build revision:
  14116

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1287153/+subscriptions

___
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] [Bug 1284615] Re: Person Management - Can't search for not enrolled person

2014-03-02 Thread Thu Tran
** Changed in: dhis2
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1284615

Title:
  Person Management - Can't search for not enrolled person

Status in DHIS 2:
  Fix Released

Bug description:
  When searching for persons in the Person Management screen there is no way to 
not have the program drop-down populated, and therefore one cannot find persons 
who have not been enrolled in a program. 
  Version 2.14 rev 13788

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1284615/+subscriptions

___
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] [Bug 1246395] Re: Problems Enrolling Person After Registration

2013-12-29 Thread Thu Tran
** Changed in: dhis2
   Status: New = Incomplete

** Changed in: dhis2
   Status: Incomplete = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1246395

Title:
  Problems Enrolling Person After Registration

Status in DHIS 2:
  Fix Committed

Bug description:
  I am having some difficulty enrolling a person after registering them
  into the system.

  If I register a person against an org unit with a program selected,
  there is no problem.

  However, If I just registered a person without specifying a program
  and then later go to the person dashboard, click the enrol link, this
  does nothing. I am using a custom form and I guess this might be a
  problem.

   It definitely looks like it has to do with my database configuration
  because this works on the demo. I am also not using Incident and
  Enrolment dates on my custom form.

  There are no errors or exceptions just nothing!

  I could send a file dump if anyone can help have a look.

  Thanks

  Busoye

  Version: 2:13
  Build revision: 12801

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1246395/+subscriptions

___
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] [Bug 1245830] Re: Rename Favourite in Tabular Report Results in NPE

2013-12-29 Thread Thu Tran
** Changed in: dhis2
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1245830

Title:
  Rename Favourite in Tabular Report Results in NPE

Status in DHIS 2:
  Fix Committed

Bug description:
  To reproduce this error on demo site:

  1) In Tabular Report go to Favourites

  2) Click on Rename Icon next to any favourite

  3) Rename the Favourite

  4) Nothing happens.

  Now, there is a separate problem with favourites not loading. This is
  a separate problem that relates to creating the favourites with a much
  earlier build. I have managed to create new favourites and load them
  so this is not much of a concern here.

  
  The log from my local host attached below. 

  
  Version:
  2.13
  Build revision:
  12798


  
  * WARN  2013-10-29 10:02:08,765 Error setting expression 'id' with value 
'[Ljava.lang.String;@17485c1' (CommonsLogger.java [http-apr-8080-exec-4])
  ognl.MethodFailedException: Method setId failed for object 
org.hisp.dhis.caseentry.action.report.UpdateTabularReportNameAction@7bc3cf 
[java.lang.NoS
  uchMethodException: 
org.hisp.dhis.caseentry.action.report.UpdateTabularReportNameAction.setId([Ljava.lang.String;)]
  at ognl.OgnlRuntime.callAppropriateMethod(OgnlRuntime.java:1305)
  at ognl.OgnlRuntime.setMethodValue(OgnlRuntime.java:1494)
  at 
ognl.ObjectPropertyAccessor.setPossibleProperty(ObjectPropertyAccessor.java:85)
  at 
ognl.ObjectPropertyAccessor.setProperty(ObjectPropertyAccessor.java:162)
  at 
com.opensymphony.xwork2.ognl.accessor.ObjectAccessor.setProperty(ObjectAccessor.java:27)
  at ognl.OgnlRuntime.setProperty(OgnlRuntime.java:2332)
  at 
com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor.setProperty(CompoundRootAccessor.java:78)
  at ognl.OgnlRuntime.setProperty(OgnlRuntime.java:2332)
  at ognl.ASTProperty.setValueBody(ASTProperty.java:127)
  at ognl.SimpleNode.evaluateSetValueBody(SimpleNode.java:220)
  at ognl.SimpleNode.setValue(SimpleNode.java:301)
  at ognl.Ognl.setValue(Ognl.java:737)
  at com.opensymphony.xwork2.ognl.OgnlUtil.setValue(OgnlUtil.java:224)
  at 
com.opensymphony.xwork2.ognl.OgnlValueStack.trySetValue(OgnlValueStack.java:187)
  at 
com.opensymphony.xwork2.ognl.OgnlValueStack.setValue(OgnlValueStack.java:174)
  at 
com.opensymphony.xwork2.ognl.OgnlValueStack.setParameter(OgnlValueStack.java:152)
  at 
com.opensymphony.xwork2.interceptor.ParametersInterceptor.setParameters(ParametersInterceptor.java:329)
  at 
com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:241)
  at 
com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246)
  at 
com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept(StaticParametersInterceptor.java:191)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246)
  at 
org.hisp.dhis.interceptor.ExceptionInterceptor.intercept(ExceptionInterceptor.java:110)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246)
  at 
org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:54)
  at 
org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:546)
  at 
org.apache.struts2.dispatcher.ng.ExecuteOperations.executeAction(ExecuteOperations.java:77)
  at 
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.doFilter(StrutsPrepareAndExecuteFilter.java:91)
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
  at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  at 
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
  at 
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
  at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  at 
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
  at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  at 
org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
  at 

[Dhis2-devs] [Bug 1259194] Re: Person identifier types cannot be re-used across programs

2013-12-26 Thread Thu Tran
** Changed in: dhis2
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1259194

Title:
  Person identifier types cannot be re-used across programs

Status in DHIS 2:
  Fix Committed

Bug description:
  Person identifier types can currently not be re-used across programs.
  It must be possible to use the same identifier type in multiple
  programs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1259194/+subscriptions

___
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


Re: [Dhis2-devs] [Bug 1246395] Re: Problems Enrolling Person After Registration

2013-12-25 Thread Thu Tran
Hi Adebusoye,

This bug doesn't occur in my side. Could you please send me more details
about the type program which the person was enrolled, userroles, ... and
log file if any.

Thank you.

Best regards,

Châu Thu Trân
HISP Viet Nam
Email: tran.hispviet...@gmail.com


On Thu, Dec 26, 2013 at 8:43 AM, Thu Tran 1246...@bugs.launchpad.netwrote:

 ** Changed in: dhis2
  Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

 --
 You received this bug notification because you are a member of DHIS 2
 developers, which is subscribed to DHIS.
 https://bugs.launchpad.net/bugs/1246395

 Title:
   Problems Enrolling Person After Registration

 Status in DHIS 2:
   New

 Bug description:
   I am having some difficulty enrolling a person after registering them
   into the system.

   If I register a person against an org unit with a program selected,
   there is no problem.

   However, If I just registered a person without specifying a program
   and then later go to the person dashboard, click the enrol link, this
   does nothing. I am using a custom form and I guess this might be a
   problem.

It definitely looks like it has to do with my database configuration
   because this works on the demo. I am also not using Incident and
   Enrolment dates on my custom form.

   There are no errors or exceptions just nothing!

   I could send a file dump if anyone can help have a look.

   Thanks

   Busoye

   Version: 2:13
   Build revision: 12801

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/dhis2/+bug/1246395/+subscriptions

 ___
 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


-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1246395

Title:
  Problems Enrolling Person After Registration

Status in DHIS 2:
  New

Bug description:
  I am having some difficulty enrolling a person after registering them
  into the system.

  If I register a person against an org unit with a program selected,
  there is no problem.

  However, If I just registered a person without specifying a program
  and then later go to the person dashboard, click the enrol link, this
  does nothing. I am using a custom form and I guess this might be a
  problem.

   It definitely looks like it has to do with my database configuration
  because this works on the demo. I am also not using Incident and
  Enrolment dates on my custom form.

  There are no errors or exceptions just nothing!

  I could send a file dump if anyone can help have a look.

  Thanks

  Busoye

  Version: 2:13
  Build revision: 12801

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1246395/+subscriptions

___
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] [Bug 1246395] Re: Problems Enrolling Person After Registration

2013-12-25 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1246395

Title:
  Problems Enrolling Person After Registration

Status in DHIS 2:
  New

Bug description:
  I am having some difficulty enrolling a person after registering them
  into the system.

  If I register a person against an org unit with a program selected,
  there is no problem.

  However, If I just registered a person without specifying a program
  and then later go to the person dashboard, click the enrol link, this
  does nothing. I am using a custom form and I guess this might be a
  problem.

   It definitely looks like it has to do with my database configuration
  because this works on the demo. I am also not using Incident and
  Enrolment dates on my custom form.

  There are no errors or exceptions just nothing!

  I could send a file dump if anyone can help have a look.

  Thanks

  Busoye

  Version: 2:13
  Build revision: 12801

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1246395/+subscriptions

___
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] [Bug 1249107] Re: tabbing in tabular report selection

2013-12-24 Thread Thu Tran
** Changed in: dhis2
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1249107

Title:
  tabbing in tabular report selection

Status in DHIS 2:
  Fix Committed

Bug description:
  Tabbing from the End date filed in tabular report makes the next
  panel (orgunits or periods) unusable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1249107/+subscriptions

___
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] [Bug 1249109] Re: tabular reports aggregate without data items

2013-12-24 Thread Thu Tran
** Changed in: dhis2
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1249109

Title:
  tabular reports aggregate without data items

Status in DHIS 2:
  Fix Committed

Bug description:
  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1249109/+subscriptions

___
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] [Bug 1245830] Re: Rename Favourite in Tabular Report Results in NPE

2013-10-29 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1245830

Title:
  Rename Favourite in Tabular Report Results in NPE

Status in DHIS 2:
  New

Bug description:
  To reproduce this error on demo site:

  1) In Tabular Report go to Favourites

  2) Click on Rename Icon next to any favourite

  3) Rename the Favourite

  4) Nothing happens.

  Now, there is a separate problem with favourites not loading. This is
  a separate problem that relates to creating the favourites with a much
  earlier build. I have managed to create new favourites and load them
  so this is not much of a concern here.

  
  The log from my local host attached below. 

  
  Version:
  2.13
  Build revision:
  12798


  
  * WARN  2013-10-29 10:02:08,765 Error setting expression 'id' with value 
'[Ljava.lang.String;@17485c1' (CommonsLogger.java [http-apr-8080-exec-4])
  ognl.MethodFailedException: Method setId failed for object 
org.hisp.dhis.caseentry.action.report.UpdateTabularReportNameAction@7bc3cf 
[java.lang.NoS
  uchMethodException: 
org.hisp.dhis.caseentry.action.report.UpdateTabularReportNameAction.setId([Ljava.lang.String;)]
  at ognl.OgnlRuntime.callAppropriateMethod(OgnlRuntime.java:1305)
  at ognl.OgnlRuntime.setMethodValue(OgnlRuntime.java:1494)
  at 
ognl.ObjectPropertyAccessor.setPossibleProperty(ObjectPropertyAccessor.java:85)
  at 
ognl.ObjectPropertyAccessor.setProperty(ObjectPropertyAccessor.java:162)
  at 
com.opensymphony.xwork2.ognl.accessor.ObjectAccessor.setProperty(ObjectAccessor.java:27)
  at ognl.OgnlRuntime.setProperty(OgnlRuntime.java:2332)
  at 
com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor.setProperty(CompoundRootAccessor.java:78)
  at ognl.OgnlRuntime.setProperty(OgnlRuntime.java:2332)
  at ognl.ASTProperty.setValueBody(ASTProperty.java:127)
  at ognl.SimpleNode.evaluateSetValueBody(SimpleNode.java:220)
  at ognl.SimpleNode.setValue(SimpleNode.java:301)
  at ognl.Ognl.setValue(Ognl.java:737)
  at com.opensymphony.xwork2.ognl.OgnlUtil.setValue(OgnlUtil.java:224)
  at 
com.opensymphony.xwork2.ognl.OgnlValueStack.trySetValue(OgnlValueStack.java:187)
  at 
com.opensymphony.xwork2.ognl.OgnlValueStack.setValue(OgnlValueStack.java:174)
  at 
com.opensymphony.xwork2.ognl.OgnlValueStack.setParameter(OgnlValueStack.java:152)
  at 
com.opensymphony.xwork2.interceptor.ParametersInterceptor.setParameters(ParametersInterceptor.java:329)
  at 
com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:241)
  at 
com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246)
  at 
com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept(StaticParametersInterceptor.java:191)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246)
  at 
org.hisp.dhis.interceptor.ExceptionInterceptor.intercept(ExceptionInterceptor.java:110)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246)
  at 
org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:54)
  at 
org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:546)
  at 
org.apache.struts2.dispatcher.ng.ExecuteOperations.executeAction(ExecuteOperations.java:77)
  at 
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.doFilter(StrutsPrepareAndExecuteFilter.java:91)
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
  at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  at 
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
  at 
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
  at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  at 
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
  at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  at 
org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103

[Dhis2-devs] [Bug 1223266] Re: find-person-orgunit-gets-deselected

2013-09-10 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1223266

Title:
  find-person-orgunit-gets-deselected

Status in DHIS 2:
  Fix Committed

Bug description:
  Steps to reproduce:

  - Go to individual records
  - Find/add person
  - Select org unit in the tree
  - Find a person
  - Click on it to open person dashboard
  - Click on a program, which opens a data entry form

  - Selected org unit in tree is unselected.

  - Currently selected org unit should persist.

  Affects 2.12 and trunk.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1223266/+subscriptions

___
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] [Bug 1217206] Re: Cannot delete patient in Person Management

2013-08-27 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1217206

Title:
  Cannot delete patient in Person Management

Status in DHIS 2:
  Fix Committed

Bug description:
  When click symbol Delete ( Trash symbol ) on Person Management,
  nothing happens, the log doesn't show anything

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1217206/+subscriptions

___
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] [Bug 1217206] Re: Cannot delete patient in Person Management

2013-08-27 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1217206

Title:
  Cannot delete patient in Person Management

Status in DHIS 2:
  Fix Committed

Bug description:
  When click symbol Delete ( Trash symbol ) on Person Management,
  nothing happens, the log doesn't show anything

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1217206/+subscriptions

___
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] [Bug 1217232] Re: Error in Person Management form

2013-08-27 Thread Thu Tran
An ID will be displayed in list instead of person fullname only when in
person management, we don't select any program for searching  Or we
select a program which don't have any ID belongs to the selected program
with Displayed in list property as active.

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1217232

Title:
  Error in Person Management form

Status in DHIS 2:
  New

Bug description:
  After create person with more than 1 person identifier type, in the
  person management form, the name of the person is replaced by the
  identifier type value

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1217232/+subscriptions

___
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] [Bug 1206427] Re: shattered format due to phone number in edit person profile

2013-07-31 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1206427

Title:
  shattered format due to phone number in edit person profile

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  when edit person profile, the form is shattered if person has phone number
  http://apps.dhis2.org/dev/dhis-web-caseentry/patient.action

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1206427/+subscriptions

___
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


Re: [Dhis2-devs] [Bug 1154489] [NEW] Poor user feedback after register new person

2013-03-14 Thread Thu Tran
Hi Ingvild,

I tested it again with revision 10199 on trunk. The bug doesn't occur.
Please help me to test it with this revision or later. Thank you.
*
*
Best regards,

Châu Thu Trân
HISP Viet Nam
Email: tran.hispviet...@gmail.com


On Wed, Mar 13, 2013 at 4:03 PM, Ingvild Indrebø ingvildi...@gmail.comwrote:

 Public bug reported:

 When the user clicks Add in register new patient the only feedback the
 user is given are data fields getting grey. Suggestion: either show a
 prompt saying the action was successful or/and go back to Person
 management screen where the list of persons now shows the recently
 added person. Trunk 2.11

 ** 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.net/bugs/1154489

 Title:
   Poor user feedback after register new person

 Status in DHIS 2 - District Health Information Software:
   New

 Bug description:
   When the user clicks Add in register new patient the only feedback
   the user is given are data fields getting grey. Suggestion: either
   show a prompt saying the action was successful or/and go back to
   Person management screen where the list of persons now shows the
   recently added person. Trunk 2.11

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/dhis2/+bug/1154489/+subscriptions

 ___
 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


-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1154489

Title:
  Poor user feedback after register new person

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  When the user clicks Add in register new patient the only feedback
  the user is given are data fields getting grey. Suggestion: either
  show a prompt saying the action was successful or/and go back to
  Person management screen where the list of persons now shows the
  recently added person. Trunk 2.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1154489/+subscriptions

___
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] [Bug 1154517] Re: Clicking History link there are no options to close the pop-up window that appears

2013-03-14 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1154517

Title:
  Clicking History link there are no options to close the pop-up
  window that appears

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  In Person management • Person dashboard » History, when clicking on
  the History-link a pop-up occurs, but there are no ways to close it.
  Trunk 2.11 Chrome

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1154517/+subscriptions

___
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] [Bug 1154433] Re: Add Register new when adding a new person, does not work

2013-03-13 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1154433

Title:
  Add  Register new when adding a new person, does not work

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  When adding a new person there are 3 choices:  Add, Add  Register
  new, Cancel.  Add  Register new does not let you add a new person
  without going back to Person Management and then choose Add new.
  This is the same thing that happens if you choose Add instead of
  Add  Register new. Trunk 2.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1154433/+subscriptions

___
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] [Bug 1154433] Re: Add Register new when adding a new person, does not work

2013-03-13 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1154433

Title:
  Add  Register new when adding a new person, does not work

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  When adding a new person there are 3 choices:  Add, Add  Register
  new, Cancel.  Add  Register new does not let you add a new person
  without going back to Person Management and then choose Add new.
  This is the same thing that happens if you choose Add instead of
  Add  Register new. Trunk 2.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1154433/+subscriptions

___
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] [Bug 1097804] Re: Crash when enrolling in a non auto-generated event

2013-01-24 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1097804

Title:
  Crash when enrolling in a non auto-generated event

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  This happens when there is a single-event with registration program
  and the auto-generate event option in the single stage definition is
  not set. It crashes when trying to enroll a patient in this way:

  1- Add a patient in the Find/add person module
  2- Enroll that person in the program

  The system freezed when a Loading... message.

  It works fine if the patient is added in the single-event with
  registration module. In this case, the stage is generated
  automatically even if the auto-generated event option is not set.

  I've checked this in the online demo application

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1097804/+subscriptions

___
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] [Bug 1097804] Re: Crash when enrolling in a non auto-generated event

2013-01-24 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1097804

Title:
  Crash when enrolling in a non auto-generated event

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  This happens when there is a single-event with registration program
  and the auto-generate event option in the single stage definition is
  not set. It crashes when trying to enroll a patient in this way:

  1- Add a patient in the Find/add person module
  2- Enroll that person in the program

  The system freezed when a Loading... message.

  It works fine if the patient is added in the single-event with
  registration module. In this case, the stage is generated
  automatically even if the auto-generated event option is not set.

  I've checked this in the online demo application

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1097804/+subscriptions

___
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] [Bug 1096036] Re: Cannot delete patient

2013-01-04 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1096036

Title:
  Cannot delete patient

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  Using Dhis 2.10 (stable Jan 2) and checked in online demo application

  Cannot delete a patient that has just been registered and don't belong to any 
program. 
  It is the same with patients that are enrolled in programs. In this case the 
patient information about the program is deleted, but the patient itself is not.

  This is the log for a try of deleting a new patient that don't belong
  to any program.

  * INFO  2013-01-04 09:23:25,620 Deleted objects associated with object of 
type Patient (DefaultDeletionManager.java [http-bio-8080-exec-5])
  * WARN  2013-01-04 09:23:25,637 SQL Error: 0, SQLState: 23503 
(SqlExceptionHelper.java [http-bio-8080-exec-5])
  * ERROR 2013-01-04 09:23:25,639 ERROR: update or delete on table patient 
violates foreign key constraint fk_patientauditid_patientid on table 
patientaudit
Detail: Key (patientid)=(24381) is still referenced from table 
patientaudit. (SqlExceptionHelper.java [http-bio-8080-exec-5])
  * ERROR 2013-01-04 09:23:25,643 Error while executing action 
(ExceptionInterceptor.java [http-bio-8080-exec-5])
  org.springframework.dao.DataIntegrityViolationException: ERROR: update or 
delete on table patient violates foreign key constraint 
fk_patientauditid_patientid on table patientaudit
Detail: Key (patientid)=(24381) is still referenced from table 
patientaudit.; SQL [n/a]; constraint [fk_patientauditid_patientid]; nested 
exception is org.hibernate.exception.ConstraintViolationException: ERROR: 
update or delete on table patient violates foreign key constraint 
fk_patientauditid_patientid on table patientaudit
Detail: Key (patientid)=(24381) is still referenced from table 
patientaudit.
at 
org.springframework.orm.hibernate4.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:159)
at 
org.springframework.orm.hibernate4.HibernateTransactionManager.convertHibernateAccessException(HibernateTransactionManager.java:606)
at 
org.springframework.orm.hibernate4.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:488)
at 
org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:754)
at 
org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:723)
at 
org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:393)
at 
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:120)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at 
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at 
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy54.deletePatient(Unknown Source)
at 
org.hisp.dhis.caseentry.action.patient.RemovePatientAction.execute(RemovePatientAction.java:92)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:453)
at 
com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:292)
at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:255)
at 
org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.intercept(XWorkPortalUserInterceptor.java:87)
at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
at 
org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.intercept(XWorkPortalModuleInterceptor.java:90)
at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249

[Dhis2-devs] [Bug 1060712] Re: Single event without registration require _orgunitstructure

2012-10-05 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1060712

Title:
  Single event without registration require _orgunitstructure

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  list all event and tabular reports fail unless _orgunitstructure
  exist in the database. I guess it should either generate the resource
  table if it doesn't exist, or at least fail a bit more gracefully than
  this:

  An exception occurred

  Sorry! The system failed to execute the operation. Usually, no data is
  lost and you can continue working by going back to the previous page.
  If you wish to report the incident, please save this page by choosing
  File - Save (page as) in your browser and include the saved page in
  the report. The problem details are listed below.


  [-] Exception (org.hibernate.exception.SQLGrammarException): ERROR:
  relation _orgunitstructure does not exist Position: 783

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1060712/+subscriptions

___
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] [Bug 1060712] Re: Single event without registration require _orgunitstructure

2012-10-05 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1060712

Title:
  Single event without registration require _orgunitstructure

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  list all event and tabular reports fail unless _orgunitstructure
  exist in the database. I guess it should either generate the resource
  table if it doesn't exist, or at least fail a bit more gracefully than
  this:

  An exception occurred

  Sorry! The system failed to execute the operation. Usually, no data is
  lost and you can continue working by going back to the previous page.
  If you wish to report the incident, please save this page by choosing
  File - Save (page as) in your browser and include the saved page in
  the report. The problem details are listed below.


  [-] Exception (org.hibernate.exception.SQLGrammarException): ERROR:
  relation _orgunitstructure does not exist Position: 783

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1060712/+subscriptions

___
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] [Bug 896797] Re: Strange behave in program stage entry form

2012-08-14 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/896797

Title:
  Strange behave in program stage entry form

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  I added data element into program stage custom entry form in the first time. 
And then I moved the mouse on the data element text field, the data element id, 
and int were shown. But later, when I edited the entry form by removing 1 data 
element text field and added the other one. After that, I saved and opened 
again and then I moved the mouse over data element text fields.  Then all the 
old data element text fields show data element id, data element name and 
'number', while the new one is show only data element id, and (int). 
  I don't know why this happen. Is it affect to the entry form?
  I attached 2 different picture to describe this thing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/896797/+subscriptions

___
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] [Bug 926151] Re: patient module - can't have more than 8 conditions in aggregate query builder

2012-08-14 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/926151

Title:
  patient module - can't have more than 8 conditions in aggregate query
  builder

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  When I add the 9th condition, the exception is occured.

  [-] Exception
  (org.springframework.dao.DataIntegrityViolationException): Could not
  execute JDBC batch update; SQL [update caseaggregationcondition set
  operator=?, aggregationExpression=?, description=?,
  aggregationDataElementid=?, optionComboid=? where
  caseaggregationconditionid=?]; nested exception is
  org.hibernate.exception.DataException: Could not execute JDBC batch
  update

  * 
org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:646)
  * 
org.springframework.orm.hibernate3.HibernateTransactionManager.convertHibernateAccessException(HibernateTransactionManager.java:793)
  * 
org.springframework.orm.hibernate3.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:664)
  * 
org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:754)
  * 
org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:723)
  * 
org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:393)
  * 
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:120)
  * 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  * 
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
  * 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  * 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  * $Proxy72.updateCaseAggregationCondition(Unknown source)
  * 
org.hisp.dhis.patient.action.caseaggregation.UpdateCaseAggregationConditionAction.execute(UpdateCaseAggregationConditionAction.java:137)
  * sun.reflect.GeneratedMethodAccessor860.invoke(Unknown source)
  * 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  * java.lang.reflect.Method.invoke(Method.java:597)
  * 
com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:452)
  * 
com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:291)
  * 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:254)
  * 
org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.intercept(XWorkPortalUserInterceptor.java:87)
  * 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  * 
org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.intercept(XWorkPortalModuleInterceptor.java:90)
  * 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  * 
org.hisp.dhis.webportal.interceptor.XWorkPortalMenuInterceptor.intercept(XWorkPortalMenuInterceptor.java:96)
  * 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  * 
org.hisp.dhis.webportal.interceptor.XWorkPortalParamsInterceptor.intercept(XWorkPortalParamsInterceptor.java:118)
  * 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  * 
org.hisp.dhis.interceptor.ContextInterceptor.intercept(ContextInterceptor.java:73)
  * 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  * 
org.hisp.dhis.interceptor.UserSettingInterceptor.intercept(UserSettingInterceptor.java:89)
  * 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  * 
org.hisp.dhis.interceptor.SystemSettingInterceptor.intercept(SystemSettingInterceptor.java:96)
  * 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  * 
org.hisp.dhis.security.intercept.LoginInterceptor.intercept(LoginInterceptor.java:84)
  * 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  * 
org.hisp.dhis.security.intercept.XWorkSecurityInterceptor.intercept(XWorkSecurityInterceptor.java:103)
  * 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
  * 
org.hisp.dhis.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:137)
  * 

[Dhis2-devs] [Bug 802838] Re: Scroll bar of available data element list doesn't update automatically

2012-08-14 Thread Thu Tran
** Changed in: dhis2
   Status: New = Invalid

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/802838

Title:
  Scroll bar of available data element list doesn't update automatically

Status in DHIS 2 - District Health Information Software:
  Invalid

Bug description:
  When edit program stage, in the available data element list, when i
  select a lot list of data elements, the scroll bar isn't updated, so
  it show a blank list, only when I move the scroll bar then it is
  updated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/802838/+subscriptions

___
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] [Bug 801447] Re: Data elements are auto selected all when add to program stage

2012-08-14 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/801447

Title:
  Data elements are auto selected all when add to program stage

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  - Data elements are auto selected all when add to program stage
  - When select other data element, the previous one is not released without 
pressing Ctrl key

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/801447/+subscriptions

___
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] [Bug 1036600] Re: Program validation managenent: editing validation criteria causes NullPointerException

2012-08-14 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1036600

Title:
  Program validation managenent: editing validation criteria causes
  NullPointerException

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  In Tracker - Program validation managenent: editing an existing
  validation rules causes an error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1036600/+subscriptions

___
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] [Bug 925556] Re: patient module can't see data elements from other program stages

2012-08-13 Thread Thu Tran
It was fixed.

** Changed in: dhis2
   Status: New = Invalid

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/925556

Title:
  patient module can't see data elements from other program stages

Status in DHIS 2 - District Health Information Software:
  Invalid

Bug description:
  While design data entry form for program stage.
  Other normal program stages' data elements can't be shown when the other 
programstage contain data elements with special character like / ( -

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/925556/+subscriptions

___
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] [Bug 1002221] Re: Exception when moving from program summary to tabulary report

2012-05-24 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1002221

Title:
  Exception when moving from program summary to tabulary report

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  If first opening programme summary (NBITS), then using the left hand
  side menu to go to tabulary reports, an exception occurs. Top menu
  is visible, the services meny shows an exception. The rest of the
  screen is blank.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1002221/+subscriptions

___
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


Re: [Dhis2-devs] [Bug 988462] [NEW] Anonymous event reports failing

2012-04-26 Thread Thu Tran
Hi,

Which version do you use ?

Best regards,

Châu Thu Trân
HISP Viet Nam
Email: tran.hispviet...@gmail.com


On Thu, Apr 26, 2012 at 1:32 AM, Olav P 988...@bugs.launchpad.net wrote:

 Public bug reported:

 Having problems with Anonymous Events Reports for one of two
 datasets/programs - get an exception that the query did not return a
 unique result. Might be a problem with the database, not DHIS2 - but if
 there is a database corruption, DHIS2 probably allows something it
 shouldn't.


 See log below.

 Exception (org.hibernate.NonUniqueResultException): query did not return a
 unique result: 2


 org.hibernate.impl.AbstractQueryImpl.uniqueElement(AbstractQueryImpl.java:899)
 org.hibernate.impl.CriteriaImpl.uniqueResult(CriteriaImpl.java:369)

 org.hisp.dhis.patientdatavalue.hibernate.HibernatePatientDataValueStore.get(HibernatePatientDataValueStore.java:183)

 org.hisp.dhis.patientdatavalue.DefaultPatientDataValueService.getPatientDataValue(DefaultPatientDataValueService.java:180)
 sun.reflect.GeneratedMethodAccessor1402.invoke(Unknown source)

 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 java.lang.reflect.Method.invoke(Method.java:616)

 org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)

 org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)

 org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)

 org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)

 org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

 org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)

 org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

 org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
 $Proxy56.getPatientDataValue(Unknown source)

 org.hisp.dhis.program.DefaultProgramStageInstanceService.getSingleEventReport(DefaultProgramStageInstanceService.java:247)
 sun.reflect.GeneratedMethodAccessor1760.invoke(Unknown source)

 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 java.lang.reflect.Method.invoke(Method.java:616)

 org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)

 org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)

 org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)

 org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)

 org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

 org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)

 org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

 org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
 $Proxy59.getSingleEventReport(Unknown source)

 org.hisp.dhis.caseentry.action.report.GenerateSingleEventReportAction.execute(GenerateSingleEventReportAction.java:146)

 sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)

 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 java.lang.reflect.Method.invoke(Method.java:616)

 com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:453)

 com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:292)

 com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:255)

 org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.intercept(XWorkPortalUserInterceptor.java:87)

 com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

 org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.intercept(XWorkPortalModuleInterceptor.java:90)

 com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

 org.hisp.dhis.webportal.interceptor.XWorkPortalMenuInterceptor.intercept(XWorkPortalMenuInterceptor.java:96)

 com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

 org.hisp.dhis.webportal.interceptor.XWorkPortalParamsInterceptor.intercept(XWorkPortalParamsInterceptor.java:118)

 com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

 org.hisp.dhis.interceptor.ContextInterceptor.intercept(ContextInterceptor.java:81)

 

[Dhis2-devs] [Bug 948729] Re: Accepting Age more than 100 years in adding new Beneficiary

2012-03-12 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/948729

Title:
  Accepting Age more than 100 years in adding new Beneficiary

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  While adding a new beneficiary, system is accepting age more than 100
  years, which should not be aloowed and if we are giving age more than
  1000 then it is giving below exception.

  [-] Exception (java.lang.NullPointerException): null

  
org.hisp.dhis.caseentry.action.patient.ProgramEnrollmentSelectAction.execute(ProgramEnrollmentSelectAction.java:112)
  
sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
  
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  java.lang.reflect.Method.invoke(Method.java:597)
  
com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:453)
  
com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:292)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:255)
  
org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.intercept(XWorkPortalUserInterceptor.java:87)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.intercept(XWorkPortalModuleInterceptor.java:90)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.webportal.interceptor.XWorkPortalMenuInterceptor.intercept(XWorkPortalMenuInterceptor.java:96)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.webportal.interceptor.XWorkPortalParamsInterceptor.intercept(XWorkPortalParamsInterceptor.java:118)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.interceptor.ContextInterceptor.intercept(ContextInterceptor.java:81)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.interceptor.UserSettingInterceptor.intercept(UserSettingInterceptor.java:89)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.interceptor.SystemSettingInterceptor.intercept(SystemSettingInterceptor.java:88)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.security.intercept.LoginInterceptor.intercept(LoginInterceptor.java:84)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.security.intercept.XWorkSecurityInterceptor.intercept(XWorkSecurityInterceptor.java:103)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:137)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:211)
  
com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept(StaticParametersInterceptor.java:190)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.interceptor.ExceptionInterceptor.intercept(ExceptionInterceptor.java:100)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:54)
  
org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:510)
  
org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:434)
  
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:369)
  
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
  
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
  

[Dhis2-devs] [Bug 948722] Re: Getting Exception in Visit Plan

2012-03-07 Thread Thu Tran
This bug is fixed ( rev. 6129 ) on 2012-02-28. Which revision you test ?

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/948722

Title:
  Getting Exception in Visit Plan

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  In Visit Plan When we select the Registering Unit and then Sort by
  then it is giving below Exception

  An exception occurred

  Sorry! The system failed to execute the operation. Usually, no data is
  lost and you can continue working by going back to the previous page.
  If you wish to report the incident, please save this page by choosing
  File - Save (page as) in your browser and include the saved page in
  the report. The problem details are listed below.

  [-] Exception
  (org.apache.velocity.exception.MethodInvocationException): Invocation
  of method 'getString' in class org.hisp.dhis.i18n.I18n threw exception
  java.lang.NullPointerException at /dhis-web-
  caseentry/loadVisitPlan.vm[line 7, column 77]

  
org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:243)
  
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:187)
  
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
  
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
  org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
  org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:416)
  
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
  
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
  org.apache.velocity.runtime.directive.Parse.render(Parse.java:260)
  
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
  org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
  
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
  
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
  
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
  org.apache.velocity.Template.merge(Template.java:356)
  org.apache.velocity.Template.merge(Template.java:260)
  
org.apache.struts2.dispatcher.VelocityResult.doExecute(VelocityResult.java:156)
  
org.apache.struts2.dispatcher.StrutsResultSupport.execute(StrutsResultSupport.java:186)
  
com.opensymphony.xwork2.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:374)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:278)
  
org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.intercept(XWorkPortalUserInterceptor.java:87)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.intercept(XWorkPortalModuleInterceptor.java:90)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.webportal.interceptor.XWorkPortalMenuInterceptor.intercept(XWorkPortalMenuInterceptor.java:96)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.webportal.interceptor.XWorkPortalParamsInterceptor.intercept(XWorkPortalParamsInterceptor.java:118)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.interceptor.ContextInterceptor.intercept(ContextInterceptor.java:81)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.interceptor.UserSettingInterceptor.intercept(UserSettingInterceptor.java:89)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.interceptor.SystemSettingInterceptor.intercept(SystemSettingInterceptor.java:88)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.security.intercept.LoginInterceptor.intercept(LoginInterceptor.java:84)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.security.intercept.XWorkSecurityInterceptor.intercept(XWorkSecurityInterceptor.java:103)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:137)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:211)
  

[Dhis2-devs] [Bug 948729] Re: Accepting Age more than 100 years in adding new Beneficiary

2012-03-07 Thread Thu Tran
Currently, the system doesn't allow to select a date greater than 100
years from the current date.

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/948729

Title:
  Accepting Age more than 100 years in adding new Beneficiary

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  While adding a new beneficiary, system is accepting age more than 100
  years, which should not be aloowed and if we are giving age more than
  1000 then it is giving below exception.

  [-] Exception (java.lang.NullPointerException): null

  
org.hisp.dhis.caseentry.action.patient.ProgramEnrollmentSelectAction.execute(ProgramEnrollmentSelectAction.java:112)
  
sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
  
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  java.lang.reflect.Method.invoke(Method.java:597)
  
com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:453)
  
com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:292)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:255)
  
org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.intercept(XWorkPortalUserInterceptor.java:87)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.intercept(XWorkPortalModuleInterceptor.java:90)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.webportal.interceptor.XWorkPortalMenuInterceptor.intercept(XWorkPortalMenuInterceptor.java:96)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.webportal.interceptor.XWorkPortalParamsInterceptor.intercept(XWorkPortalParamsInterceptor.java:118)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.interceptor.ContextInterceptor.intercept(ContextInterceptor.java:81)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.interceptor.UserSettingInterceptor.intercept(UserSettingInterceptor.java:89)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.interceptor.SystemSettingInterceptor.intercept(SystemSettingInterceptor.java:88)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.security.intercept.LoginInterceptor.intercept(LoginInterceptor.java:84)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.security.intercept.XWorkSecurityInterceptor.intercept(XWorkSecurityInterceptor.java:103)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:137)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:211)
  
com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept(StaticParametersInterceptor.java:190)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.hisp.dhis.interceptor.ExceptionInterceptor.intercept(ExceptionInterceptor.java:100)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)
  
org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:54)
  
org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:510)
  
org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:434)
  
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:369)
  
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
  
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
  

Re: [Dhis2-devs] [Bug 945143] [NEW] Patient module: Update button resets due dates for program stages

2012-03-04 Thread Thu Tran
Hi,

When incident-date is modified, the system will re-generate other suggested
due-dates automatically.

So when we edited due-date of program-stage, then update incident-date, we
will lose all due-dates modified.

Best regards,

Châu Thu Trân
HISP Viet Nam
Email: tran.hispviet...@gmail.com


2012/3/3 Bjørnar Valbø 945...@bugs.launchpad.net

 Public bug reported:

 When clicking the update button in the beneficary registration/program
 enrollment page, the due dates get reset to incident date.

 Version:
 2.6
 Build revision:
 5668
 Build date:
 2012-01-22 02:18

 ** Affects: dhis2
 Importance: Undecided
 Status: New

 --
 You received this bug notification because you are a member of DHIS 2
 India Developers, which is subscribed to DHIS.
 https://bugs.launchpad.net/bugs/945143

 Title:
  Patient module: Update button resets due dates for program stages

 Status in DHIS 2 - District Health Information Software:
  New

 Bug description:
  When clicking the update button in the beneficary registration/program
  enrollment page, the due dates get reset to incident date.

  Version:
  2.6
  Build revision:
  5668
  Build date:
  2012-01-22 02:18

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/dhis2/+bug/945143/+subscriptions


-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/945143

Title:
  Patient module: Update button resets due dates for program stages

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  When clicking the update button in the beneficary registration/program
  enrollment page, the due dates get reset to incident date.

  Version:
  2.6
  Build revision:
  5668
  Build date:
  2012-01-22 02:18

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/945143/+subscriptions

___
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] [Bug 927613] Re: Data Elements automatically get the optionsetid from the first item in the list

2012-02-06 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/927613

Title:
  Data Elements automatically get the optionsetid from the first item in
  the list

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  When adding a new data element (in a database with option sets
  defined) the first option set in the list is automatically added to
  the data element. There is no option for None or to keep this field
  empty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/927613/+subscriptions

___
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] [Bug 927613] Re: Data Elements automatically get the optionsetid from the first item in the list

2012-02-06 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/927613

Title:
  Data Elements automatically get the optionsetid from the first item in
  the list

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  When adding a new data element (in a database with option sets
  defined) the first option set in the list is automatically added to
  the data element. There is no option for None or to keep this field
  empty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/927613/+subscriptions

___
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] [Bug 909624] Re: Resource Tables are not generated

2012-01-03 Thread Thu Tran
** Changed in: dhis2
   Status: Invalid = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/909624

Title:
  Resource Tables are not generated

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  Report Tables are not getting generated in 2.6 Version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/909624/+subscriptions

___
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] [Bug 909657] Re: Indicator Values are not exported in Dataset Report

2012-01-02 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/909657

Title:
  Indicator Values are not exported in Dataset Report

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  If we are exporting Dataset Report to Excel then indicator values are
  not exported and the exported report is of Default Data Entry Screen
  even if we have custom dataentry screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/909657/+subscriptions

___
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] [Bug 909583] Re: data mart: Validation restrictions while creating/updating datamart export

2011-12-29 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/909583

Title:
  data mart: Validation restrictions while creating/updating datamart
  export

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  trying to create new data mart export with only dataelements but while
  saving validation is restricting saying that select indicators field
  is required, vice verse

  Also same for periods, sleected 'reporting month'  check box only,
  validation is restricting saying that 'select periods field is
  required'

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/909583/+subscriptions

___
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] [Bug 909583] Re: data mart: Validation restrictions while creating/updating datamart export

2011-12-29 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/909583

Title:
  data mart: Validation restrictions while creating/updating datamart
  export

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  trying to create new data mart export with only dataelements but while
  saving validation is restricting saying that select indicators field
  is required, vice verse

  Also same for periods, sleected 'reporting month'  check box only,
  validation is restricting saying that 'select periods field is
  required'

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/909583/+subscriptions

___
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


Re: [Dhis2-devs] OpenHDS

2011-10-12 Thread Chau Thu Tran
Hi all,

I logged by account admin/test. But the exception is thrown:

org.springframework.transaction.CannotCreateTransactionException:
Could not open Hibernate Session for transaction; nested exception is
org.hibernate.TransactionException: JDBC begin failed:

org.springframework.orm.hibernate3.HibernateTransactionManager.doBegin(HibernateTransactionManager.java:596)

org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:371)

org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:316)

org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:105)

org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
$Proxy62.loadUserByUsername(Unknown Source)

org.springframework.security.authentication.dao.DaoAuthenticationProvider.retrieveUser(DaoAuthenticationProvider.java:82)

org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider.authenticate(AbstractUserDetailsAuthenticationProvider.java:124)

org.springframework.security.authentication.ProviderManager.doAuthentication(ProviderManager.java:130)




Best regards,

Châu Thu Trân
HISP Viet Nam
Email: tran.hispviet...@gmail.com


On Thu, Oct 13, 2011 at 1:37 AM, Greg Rowles greg.row...@gmail.com wrote:

 Does anyone know what login details to use for the demo?


 On Wed, Oct 12, 2011 at 6:31 PM, Knut Staring knu...@gmail.com wrote:

 We should all be aware of OpenHDS, an open source health and
 demographics system for developing countrie  It is based on Spring and
 Hibernate, and has adopted many ideas from OpenMRS, including
 authentication schemes and database structure:

 http://openhds.rcg.usm.maine.edu/

 Ime has built a a demographic rates and reports module for use in
 Nigeria, as well as a DHIS2 integration module for OpenHDS, and is
 planning to simplify it with the new DXF format.

 Events include pregnancies, births, deaths, in and out migration, and
 marital status change. Events can also change social group membership
 or relationships according to fixed rules.
 Longitudinal events occur to individuals at risk (i.e. active members)
 and must follow simple logical relationships.

 Knut

 ___
 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




 --
 Mobile  :   073 246 2992
 Landline:   021 554 3130
 Fax:  086 663 3812
 Skype:  gregory_rowles

 HISP-SA: Software Development
 www.hisp.org

 ___
 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


___
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


Re: [Dhis2-devs] OpenHDS

2011-10-12 Thread Chau Thu Tran
When logging fail, I clicked Back button on browser ... and logged
successfully.

After, I click *AMENDMENTS *menu, select *Individual*, an exception is
thrown. I tried clicking Back button again, and select it again. It runs.

I tested on chrome and Firefox 7.0.1 to test.

Best regards,

Châu Thu Trân
HISP Viet Nam
Email: tran.hispviet...@gmail.com


On Thu, Oct 13, 2011 at 12:39 PM, Greg Rowles greg.row...@gmail.com wrote:

 See:
 http://openhds.rcg.usm.maine.edu/wiki/display/openhds/OpenHDS+Quickstart+Guide

 it has some screenshots of the system...

 On Thu, Oct 13, 2011 at 3:44 AM, Chau Thu Tran tran.hispviet...@gmail.com
  wrote:

 Hi all,

 I logged by account admin/test. But the exception is thrown:

 org.springframework.transaction.CannotCreateTransactionException: Could not 
 open Hibernate Session for transaction; nested exception is 
 org.hibernate.TransactionException: JDBC begin failed:
  
 org.springframework.orm.hibernate3.HibernateTransactionManager.doBegin(HibernateTransactionManager.java:596)
  
 org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:371)
  
 org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:316)
  
 org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:105)
  
 org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  
 org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  $Proxy62.loadUserByUsername(Unknown Source)
  
 org.springframework.security.authentication.dao.DaoAuthenticationProvider.retrieveUser(DaoAuthenticationProvider.java:82)
  
 org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider.authenticate(AbstractUserDetailsAuthenticationProvider.java:124)
  
 org.springframework.security.authentication.ProviderManager.doAuthentication(ProviderManager.java:130)

 


 Best regards,
 
 Châu Thu Trân
 HISP Viet Nam
 Email: tran.hispviet...@gmail.com



 On Thu, Oct 13, 2011 at 1:37 AM, Greg Rowles greg.row...@gmail.comwrote:

 Does anyone know what login details to use for the demo?


 On Wed, Oct 12, 2011 at 6:31 PM, Knut Staring knu...@gmail.com wrote:

 We should all be aware of OpenHDS, an open source health and
 demographics system for developing countrie  It is based on Spring and
 Hibernate, and has adopted many ideas from OpenMRS, including
 authentication schemes and database structure:

 http://openhds.rcg.usm.maine.edu/

 Ime has built a a demographic rates and reports module for use in
 Nigeria, as well as a DHIS2 integration module for OpenHDS, and is
 planning to simplify it with the new DXF format.

 Events include pregnancies, births, deaths, in and out migration, and
 marital status change. Events can also change social group membership
 or relationships according to fixed rules.
 Longitudinal events occur to individuals at risk (i.e. active members)
 and must follow simple logical relationships.

 Knut

 ___
 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




 --
 Mobile  :   073 246 2992
 Landline:   021 554 3130
 Fax:  086 663 3812
 Skype:  gregory_rowles

 HISP-SA: Software Development
 www.hisp.org

 ___
 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





 --
 Mobile  :   073 246 2992
 Landline:   021 554 3130
 Fax:  086 663 3812
 Skype:  gregory_rowles

 HISP-SA: Software Development
 www.hisp.org

___
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] [Bug 823761] [NEW] Cannot load orgunit tree when opening data entry form.

2011-08-10 Thread Thu Tran
Public bug reported:

When opening data entry form, the error message is shown as follows:

* ERROR 13:09:39,828 Error while executing action (ExceptionInterceptor.java [ht
tp-8080-3])
java.lang.RuntimeException: OrganisationUnit with id 0 doesn't exist
at org.hisp.dhis.ouwt.action.SetSelectedOrganisationUnitAction.execute(S
etSelectedOrganisationUnitAction.java:93)
at sun.reflect.GeneratedMethodAccessor355.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultA
ctionInvocation.java:441)
at com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(Defa
ultActionInvocation.java:280)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:243)
at org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.interc
ept(XWorkPortalUserInterceptor.java:87)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:237)
at org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.inte
rcept(XWorkPortalModuleInterceptor.java:90)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:237)
at org.hisp.dhis.webportal.interceptor.XWorkPortalMenuInterceptor.interc
ept(XWorkPortalMenuInterceptor.java:96)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:237)
at org.hisp.dhis.webportal.interceptor.XWorkPortalParamsInterceptor.inte
rcept(XWorkPortalParamsInterceptor.java:118)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:237)
at org.hisp.dhis.interceptor.ContextInterceptor.intercept(ContextInterce
ptor.java:78)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:237)
at org.hisp.dhis.interceptor.StyleInterceptor.intercept(StyleInterceptor
.java:112)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:237)
at org.hisp.dhis.interceptor.UserSettingInterceptor.intercept(UserSettin
gInterceptor.java:78)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:237)
at org.hisp.dhis.interceptor.SystemSettingInterceptor.intercept(SystemSe
ttingInterceptor.java:100)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:237)
at org.hisp.dhis.interceptor.DisplayPropertyInterceptor.intercept(Displa
yPropertyInterceptor.java:95)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:237)
at org.hisp.dhis.interceptor.SortOrderInterceptor.intercept(SortOrderInt
erceptor.java:129)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:237)
at org.hisp.dhis.security.intercept.LoginInterceptor.intercept(LoginInte
rceptor.java:84)
at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
nvocation.java:237)

** 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.net/bugs/823761

Title:
  Cannot load orgunit tree when opening data entry form.

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  When opening data entry form, the error message is shown as follows:

  * ERROR 13:09:39,828 Error while executing action (ExceptionInterceptor.java 
[ht
  tp-8080-3])
  java.lang.RuntimeException: OrganisationUnit with id 0 doesn't exist
  at 
org.hisp.dhis.ouwt.action.SetSelectedOrganisationUnitAction.execute(S
  etSelectedOrganisationUnitAction.java:93)
  at sun.reflect.GeneratedMethodAccessor355.invoke(Unknown Source)
  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
  sorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultA
  ctionInvocation.java:441)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(Defa
  ultActionInvocation.java:280)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:243)
  at 
org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.interc
  ept(XWorkPortalUserInterceptor.java:87)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.inte
  rcept(XWorkPortalModuleInterceptor.java:90)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  

[Dhis2-devs] [Bug 823761] Re: Cannot load orgunit tree when opening data entry form.

2011-08-10 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/823761

Title:
  Cannot load orgunit tree when opening data entry form.

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  When opening data entry form, the error message is shown as follows:

  * ERROR 13:09:39,828 Error while executing action (ExceptionInterceptor.java 
[ht
  tp-8080-3])
  java.lang.RuntimeException: OrganisationUnit with id 0 doesn't exist
  at 
org.hisp.dhis.ouwt.action.SetSelectedOrganisationUnitAction.execute(S
  etSelectedOrganisationUnitAction.java:93)
  at sun.reflect.GeneratedMethodAccessor355.invoke(Unknown Source)
  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
  sorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultA
  ctionInvocation.java:441)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(Defa
  ultActionInvocation.java:280)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:243)
  at 
org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.interc
  ept(XWorkPortalUserInterceptor.java:87)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.inte
  rcept(XWorkPortalModuleInterceptor.java:90)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.webportal.interceptor.XWorkPortalMenuInterceptor.interc
  ept(XWorkPortalMenuInterceptor.java:96)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.webportal.interceptor.XWorkPortalParamsInterceptor.inte
  rcept(XWorkPortalParamsInterceptor.java:118)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.interceptor.ContextInterceptor.intercept(ContextInterce
  ptor.java:78)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.interceptor.StyleInterceptor.intercept(StyleInterceptor
  .java:112)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.interceptor.UserSettingInterceptor.intercept(UserSettin
  gInterceptor.java:78)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.interceptor.SystemSettingInterceptor.intercept(SystemSe
  ttingInterceptor.java:100)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.interceptor.DisplayPropertyInterceptor.intercept(Displa
  yPropertyInterceptor.java:95)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.interceptor.SortOrderInterceptor.intercept(SortOrderInt
  erceptor.java:129)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.security.intercept.LoginInterceptor.intercept(LoginInte
  rceptor.java:84)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/823761/+subscriptions

___
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] [Bug 823761] Re: Cannot load orgunit tree when opening data entry form.

2011-08-10 Thread Thu Tran
** Changed in: dhis2
 Assignee: Thu Tran (tran-hispvietnam) = (unassigned)

** Changed in: dhis2
   Status: Fix Committed = New

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/823761

Title:
  Cannot load orgunit tree when opening data entry form.

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  When opening data entry form, the error message is shown as follows:

  * ERROR 13:09:39,828 Error while executing action (ExceptionInterceptor.java 
[ht
  tp-8080-3])
  java.lang.RuntimeException: OrganisationUnit with id 0 doesn't exist
  at 
org.hisp.dhis.ouwt.action.SetSelectedOrganisationUnitAction.execute(S
  etSelectedOrganisationUnitAction.java:93)
  at sun.reflect.GeneratedMethodAccessor355.invoke(Unknown Source)
  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
  sorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultA
  ctionInvocation.java:441)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(Defa
  ultActionInvocation.java:280)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:243)
  at 
org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.interc
  ept(XWorkPortalUserInterceptor.java:87)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.inte
  rcept(XWorkPortalModuleInterceptor.java:90)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.webportal.interceptor.XWorkPortalMenuInterceptor.interc
  ept(XWorkPortalMenuInterceptor.java:96)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.webportal.interceptor.XWorkPortalParamsInterceptor.inte
  rcept(XWorkPortalParamsInterceptor.java:118)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.interceptor.ContextInterceptor.intercept(ContextInterce
  ptor.java:78)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.interceptor.StyleInterceptor.intercept(StyleInterceptor
  .java:112)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.interceptor.UserSettingInterceptor.intercept(UserSettin
  gInterceptor.java:78)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.interceptor.SystemSettingInterceptor.intercept(SystemSe
  ttingInterceptor.java:100)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.interceptor.DisplayPropertyInterceptor.intercept(Displa
  yPropertyInterceptor.java:95)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.interceptor.SortOrderInterceptor.intercept(SortOrderInt
  erceptor.java:129)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)
  at 
org.hisp.dhis.security.intercept.LoginInterceptor.intercept(LoginInte
  rceptor.java:84)
  at 
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
  nvocation.java:237)

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/823761/+subscriptions

___
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] [Bug 823692] Re: Cannot save Unicode characters when adding/updating program-stage

2011-08-09 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/823692

Title:
  Cannot save Unicode characters when adding/updating program-stage

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  Cannot save Unicode characters when adding a new program-stage.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/823692/+subscriptions

___
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] [Bug 809698] Re: the searching-result in Patient module is list satisfied the condition to search whatever the selected orgunit is

2011-07-20 Thread Thu Tran
** Changed in: dhis2
   Status: New = Invalid

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/809698

Title:
  the searching-result in Patient module is list satisfied the condition
  to search whatever the selected orgunit is

Status in DHIS 2 - District Health Information Software:
  Invalid

Bug description:
  when entering a key to search patients in caseentry form, the
  searching-result is patient list satisfied the condition whatever the
  selected organisation is.

  We should search patients by both inputted key and selected orgunit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/809698/+subscriptions

___
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] [Bug 809785] Re: Period type translation miss

2011-07-13 Thread Thu Tran
Hi,

Please take a look at this link:
https://bugs.launchpad.net/dhis2/+bug/804176. I think they're the same.
It's fixed in revision 4055.

Which version did you use to test ?

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/809785

Title:
  Period type translation miss

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  When interface language is set to Spanish, it correctly shows the
  Spanish translations for period types when making a new data set
  (Diario, Semanal, Mensual etc), but when making a new report table,
  the available period types are listed in English (Daily, Weekly,
  Monthly etc). Is the report table drop-down list picking values from a
  different table, or does it fail to check for language? In either
  case, a bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/809785/+subscriptions

___
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] [Bug 809698] [NEW] the searching-result in Patient module is list stastified the condition to search whatever the selected orgunit is

2011-07-12 Thread Thu Tran
Public bug reported:

when entering a key to search patients in caseentry form, the searching-
result is patient list satisfied the condition whatever the selected
organisation is.

We should search patients by both inputted key and selected orgunit.

** 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.net/bugs/809698

Title:
  the searching-result in Patient module is list stastified the
  condition to search whatever the selected orgunit is

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  when entering a key to search patients in caseentry form, the
  searching-result is patient list satisfied the condition whatever the
  selected organisation is.

  We should search patients by both inputted key and selected orgunit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/809698/+subscriptions

___
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] [Bug 807356] [NEW] Error when selecting an organisation unit into multi-entry form

2011-07-08 Thread Thu Tran
Public bug reported:

When selecting an organisation unit into multi entry form, and selecting
certain program, a patient list is shown. But when selecting other
organistion unit, the old list isn't hidden.

** Affects: dhis2
 Importance: Undecided
 Assignee: Thu Tran (tran-hispvietnam)
 Status: New

** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/807356

Title:
  Error when selecting an organisation unit into multi-entry form

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  When selecting an organisation unit into multi entry form, and
  selecting certain program, a patient list is shown. But when selecting
  other organistion unit, the old list isn't hidden.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/807356/+subscriptions

___
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] [Bug 807356] Re: Error when selecting an organisation unit into multi-entry form

2011-07-08 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/807356

Title:
  Error when selecting an organisation unit into multi-entry form

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  When selecting an organisation unit into multi entry form, and
  selecting certain program, a patient list is shown. But when selecting
  other organistion unit, the old list isn't hidden.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/807356/+subscriptions

___
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] [Bug 802832] Re: patient data elements aren't shown in validation rule

2011-07-07 Thread Thu Tran
Hi,

Validation Rule function is used for Aggregation module, not Patient
module.

Into Patient module, we have two function to define rules as follows:
1. Validation Criteria function : specify criteria of patients enrolled certain 
program.
2. Program Validation function : validate patient-data-values inputted in 
case-entry form.

Best regards,

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/802832

Title:
  patient data elements aren't shown in validation rule

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  When I create validation rule, the list of data elements doesn't
  contain patient data element for any period type.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/802832/+subscriptions

___
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


Re: [Dhis2-devs] [Bug 802832] Re: patient data elements aren't shown in validation rule

2011-07-07 Thread Thu Tran
Hi,

Please click *Define Program Validation* icon of a program into Program
Management form.

Best regards,

Châu Thu Trân
HISP Viet Nam
Email: tran.hispviet...@gmail.com


On Thu, Jul 7, 2011 at 1:09 PM, Nguyen Tran Do Xuan Thuy 
thuy.hispviet...@gmail.com wrote:

 *Hi,
 *
 *
 *
 *Where is Program Validation function? I just see only Validation Criteria
 function in the list of functions in Beneficiary program.*

 --
 *Thủy*
 *
 *

 --
 You received this bug notification because you are a member of DHIS 2
 India Developers, which is subscribed to DHIS.
 https://bugs.launchpad.net/bugs/802832

 Title:
  patient data elements aren't shown in validation rule

 Status in DHIS 2 - District Health Information Software:
  New

 Bug description:
  When I create validation rule, the list of data elements doesn't
  contain patient data element for any period type.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/dhis2/+bug/802832/+subscriptions


-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/802832

Title:
  patient data elements aren't shown in validation rule

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  When I create validation rule, the list of data elements doesn't
  contain patient data element for any period type.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/802832/+subscriptions

___
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] [Bug 807319] [NEW] The description is not updated when you type directly in the condition text area

2011-07-07 Thread Thu Tran
Public bug reported:

The description is not updated when typing directly in the condition
text area.

If we put the marker inside an existing formula and then click on a data
element / math operator / attribute / property the text is always placed
at the end of the formula, not where the marker is.

** Affects: dhis2
 Importance: Undecided
 Assignee: Thu Tran (tran-hispvietnam)
 Status: New

** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/807319

Title:
  The description is not updated when you type directly in the condition
  text area

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  The description is not updated when typing directly in the condition
  text area.

  If we put the marker inside an existing formula and then click on a
  data element / math operator / attribute / property the text is always
  placed at the end of the formula, not where the marker is.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/807319/+subscriptions

___
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] [Bug 807320] [NEW] NBITS: Previous / Next period buttons not working.

2011-07-07 Thread Thu Tran
Public bug reported:

The previous and next buttons into Benificiary Aggregation form ( Name-
based records module ) don't work.

** Affects: dhis2
 Importance: Undecided
 Assignee: Thu Tran (tran-hispvietnam)
 Status: Fix Committed

** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/807320

Title:
  NBITS: Previous / Next period buttons not working.

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  The previous and next buttons into Benificiary Aggregation form (
  Name-based records module ) don't work.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/807320/+subscriptions

___
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] [Bug 807319] Re: The description is not updated when you type directly in the condition text area

2011-07-07 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/807319

Title:
  The description is not updated when you type directly in the condition
  text area

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  The description is not updated when typing directly in the condition
  text area.

  If we put the marker inside an existing formula and then click on a
  data element / math operator / attribute / property the text is always
  placed at the end of the formula, not where the marker is.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/807319/+subscriptions

___
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] [Bug 806774] [NEW] Only show dataelements with Patient domain into add/update program-stage

2011-07-06 Thread Thu Tran
Public bug reported:

Currently, all dataelements are displayed into avalilable dataelement
list into Add/Update Program Stage form. We should only show
dataelements with Patient domain.

** Affects: dhis2
 Importance: Undecided
 Assignee: Thu Tran (tran-hispvietnam)
 Status: New

** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/806774

Title:
  Only show dataelements with Patient domain into add/update program-
  stage

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  Currently, all dataelements are displayed into avalilable dataelement
  list into Add/Update Program Stage form. We should only show
  dataelements with Patient domain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/806774/+subscriptions

___
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] [Bug 806774] Re: Only show dataelements with Patient domain into add/update program-stage

2011-07-06 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/806774

Title:
  Only show dataelements with Patient domain into add/update program-
  stage

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  Currently, all dataelements are displayed into avalilable dataelement
  list into Add/Update Program Stage form. We should only show
  dataelements with Patient domain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/806774/+subscriptions

___
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] [Bug 805317] Re: In custom dataentry entry screen no color is displaying for minmax failures where as in default there is after we refresh/relogin/reselect the period

2011-07-04 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/805317

Title:
  In custom dataentry entry screen no color is displaying for minmax
  failures where as in default there is after we
  refresh/relogin/reselect the period

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  Services/DataEntry
  In custom dataentry entry screen no color is displaying for minmax failures 
where as in default there is after we refresh/relogin/reselect the period

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/805317/+subscriptions

___
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] [Bug 802415] Re: Available data element list in program stage should be alphabet order

2011-07-04 Thread Thu Tran
** Changed in: dhis2
   Status: New = Confirmed

** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/802415

Title:
  Available data element list in program stage should be alphabet order

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  When adding, or editing program stage, the available data elements
  list is not order as Name but order as the time when data element was
  created.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/802415/+subscriptions

___
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] [Bug 802415] Re: Available data element list in program stage should be alphabet order

2011-07-04 Thread Thu Tran
** Changed in: dhis2
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/802415

Title:
  Available data element list in program stage should be alphabet order

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  When adding, or editing program stage, the available data elements
  list is not order as Name but order as the time when data element was
  created.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/802415/+subscriptions

___
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] [Bug 804176] Re: Error display periodTypes into Reports module

2011-07-03 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/804176

Title:
  Error display periodTypes into Reports module

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  When changing default language to other language, period-type list
  isn't displayed by selected language into Create report table form.

  The similar bug occurs in other forms of Reports module.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/804176/+subscriptions

___
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] [Bug 805317] Re: In custom dataentry entry screen no color is displaying for minmax failures where as in default there is after we refresh/relogin/reselect the period

2011-07-03 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/805317

Title:
  In custom dataentry entry screen no color is displaying for minmax
  failures where as in default there is after we
  refresh/relogin/reselect the period

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  Services/DataEntry
  In custom dataentry entry screen no color is displaying for minmax failures 
where as in default there is after we refresh/relogin/reselect the period

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/805317/+subscriptions

___
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] [Bug 804176] [NEW] Error display periodTypes into Reports module

2011-07-01 Thread Thu Tran
Public bug reported:

When changing default language to other language, period-type list isn't
displayed by selected language into Create report table form.

The similar bug occurs in other forms of Reports module.

** Affects: dhis2
 Importance: Undecided
 Assignee: Thu Tran (tran-hispvietnam)
 Status: New

** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/804176

Title:
  Error display periodTypes into Reports module

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  When changing default language to other language, period-type list
  isn't displayed by selected language into Create report table form.

  The similar bug occurs in other forms of Reports module.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/804176/+subscriptions

___
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] [Bug 803781] Re: In DataAssignment Edittor after assing it not save and image not change and in dataentry screen the dataset not appear for that organisation unit

2011-06-30 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/803781

Title:
  In DataAssignment Edittor after assing it not save and image not
  change and in dataentry screen the dataset not appear for that
  organisation unit

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  In Maintenance/DataSet/Dataset Assignment Editor 
  In DataAssignment Edittor after assing it not save and image not change and 
in dataentry screen the dataset not appear for that organisation unit

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/803781/+subscriptions

___
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] [Bug 803781] Re: In DataAssignment Edittor after assing it not save and image not change and in dataentry screen the dataset not appear for that organisation unit

2011-06-30 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/803781

Title:
  In DataAssignment Edittor after assing it not save and image not
  change and in dataentry screen the dataset not appear for that
  organisation unit

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  In Maintenance/DataSet/Dataset Assignment Editor 
  In DataAssignment Edittor after assing it not save and image not change and 
in dataentry screen the dataset not appear for that organisation unit

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/803781/+subscriptions

___
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] [Bug 800092] Re: can't edit value type of data element

2011-06-29 Thread Thu Tran
** Changed in: dhis2
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/800092

Title:
  can't edit value type of data element

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  When I just create new data element, and then I want to edit the value
  type of that data element and it couldn't be saved.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/800092/+subscriptions

___
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] [Bug 801458] Re: Program stage list order should be changed

2011-06-27 Thread Thu Tran
It's fixed according to your opinion.

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/801458

Title:
  Program stage list order should be changed

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  When view program stage list according to program name. The program
  stages are order as created time. But it should be order as name, or
  as periods were set for program stage with enrollment date.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/801458/+subscriptions

___
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] [Bug 801442] [NEW] Error when deleting a dataelement

2011-06-24 Thread Thu Tran
Public bug reported:

An error message is shown in tomcat when deleting dataelements which
associate with program-stages.

** Affects: dhis2
 Importance: Undecided
 Assignee: Thu Tran (tran-hispvietnam)
 Status: New

** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/801442

Title:
  Error when deleting a dataelement

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  An error message is shown in tomcat when deleting dataelements which
  associate with program-stages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/801442/+subscriptions

___
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] [Bug 801442] Re: Error when deleting a dataelement

2011-06-24 Thread Thu Tran
** Description changed:

- An error message is shown in tomcat when deleting dataelements which
+ An exception is thrown in tomcat when deleting dataelements which
  associate with program-stages.

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/801442

Title:
  Error when deleting a dataelement

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  An exception is thrown in tomcat when deleting dataelements which
  associate with program-stages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/801442/+subscriptions

___
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] [Bug 801439] Re: Program stage name is so short

2011-06-24 Thread Thu Tran
** Changed in: dhis2
   Status: New = Confirmed

** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/801439

Title:
  Program stage name is so short

Status in DHIS 2 - District Health Information Software:
  Confirmed

Bug description:
  When program stage is being created, its name text field has only 30
  characters. But, being edited, its name text field has more space to
  enter.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/801439/+subscriptions

___
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] [Bug 801442] Re: Error when deleting a dataelement

2011-06-24 Thread Thu Tran
** Changed in: dhis2
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/801442

Title:
  Error when deleting a dataelement

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  An exception is thrown in tomcat when deleting dataelements which
  associate with program-stages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/801442/+subscriptions

___
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] [Bug 801458] Re: Program stage list order should be changed

2011-06-24 Thread Thu Tran
We had a function to sort program-stages. Actually, it is used for
showing program-stage list according to end-user's opinion. The order
will not influence to logic because creating visit-plans is based on
minDay of program-stages ( please click Sort button into Program Stage
Management form ).

However, the list which sorted by time is better, if not it can cause some 
confusion when  specifying certain program-stage which patients. E.g. we have 
three program-stages, includes :
(1) Birth Details
(2) At 6 weeks after birth
(3) At 10 weeks after birth

Patients who participate this program have to be through from (1) to
(2), before to (3). If we sort them by name, we have a list with order
as follows: ( 2 ) ( 3 ) ( 1 ). So, end-users can misunderstand that
patient have to throught from (2) to (3) before to (1).

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/801458

Title:
  Program stage list order should be changed

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  When view program stage list according to program name. The program
  stages are order as created time. But it should be order as name, or
  as periods were set for program stage with enrollment date.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/801458/+subscriptions

___
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] [Bug 801439] Re: Program stage name is so short

2011-06-24 Thread Thu Tran
** Changed in: dhis2
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/801439

Title:
  Program stage name is so short

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  When program stage is being created, its name text field has only 30
  characters. But, being edited, its name text field has more space to
  enter.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/801439/+subscriptions

___
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


Re: [Dhis2-devs] [Bug 800590] [NEW] Can't add data element with category into data entry form

2011-06-23 Thread Thu Tran
Hi,

*When adding dataelements :*

- For dataelement with value-type as ( *Text, Yes/No, Date* ), we have to
add *default *category-combination for them.

- For dataelement with value-type as *Number*, we can add *non-default *
category-combination.

*When  designing case-entry form:*

When inserting patient-dataelement with many optionCombos for a case-entry
form, an id is created to check duplication. With number-dataelements, the
id is created based on dataelement and optionCombo. And non-number
dataelement, one is create on based on dataelement.

Please check your case with number-dataelement.

Best regards,

Châu Thu Trân
HISP Viet Nam
Email: tran.hispviet...@gmail.com


On Wed, Jun 22, 2011 at 4:57 PM, Nguyen Tran Do Xuan Thuy 
thuy.hispviet...@gmail.com wrote:

 Public bug reported:

 When I create patient data element with category and many category
 options. I can add only 1 data element with 1 option, other options
 couldn't be added. It always says this data element is inserted into
 form.

 ** Affects: dhis2
 Importance: Undecided
 Status: New

 --
 You received this bug notification because you are a member of DHIS 2
 India Developers, which is subscribed to DHIS.
 https://bugs.launchpad.net/bugs/800590

 Title:
  Can't add data element with category into data entry form

 Status in DHIS 2 - District Health Information Software:
  New

 Bug description:
  When I create patient data element with category and many category
  options. I can add only 1 data element with 1 option, other options
  couldn't be added. It always says this data element is inserted into
  form.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/dhis2/+bug/800590/+subscriptions


-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/800590

Title:
  Can't add data element with category into data entry form

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  When I create patient data element with category and many category
  options. I can add only 1 data element with 1 option, other options
  couldn't be added. It always says this data element is inserted into
  form.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/800590/+subscriptions

___
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


Re: [Dhis2-devs] [Bug 800792] Re: Only show first program stages in program stage management

2011-06-23 Thread Thu Tran
Hi,

Into 4th step, I understood you used the old patient to add new
program-stage-instance throught Update function into Program Enrolment
form.

With an old patient, we cannot create a new program-stage-instance because
when calling this function, if the selected patient enroled the program
before, the system will get lastest available program-stage-instances. So,
we always  see 3 program-stage-instances into list, not four ones.

---

As I said, the logic will be wrong if we try add new program-stages for
available program ( which patients enrolled to before ). Please do right
process to able to run patient module is ok.

@Thuy: 2. But after that I realized that there is program stage 3rd which I
want to
add into this program.

Into this case, currently, you only can create new other program with four
program-stages.

With your idea, we need discuss with many facilators to get requirements
because creating new program-stages will be arise many problems, not only
entering data for patients into case entry form.

Best regards,

Châu Thu Trân
HISP Viet Nam
Email: tran.hispviet...@gmail.com


On Thu, Jun 23, 2011 at 1:07 PM, Nguyen Tran Do Xuan Thuy 
thuy.hispviet...@gmail.com wrote:

 I'm sorry I still couldn't understand much about your email.

 As I understand,
 1 . when I create a program A with program stage 1st, program stage 2nd.
 2. But after that I realized that there is program stage 3rd which I want
 to
 add into this program.
 3. I add the 3rd program stage into existing program(The DHIS system
 allowed
 me to add this).
 4. I want to enroll program stage 3rd for patient. So I open Program stage
 management button. There I select the program A. It didn't show the program
 stage 3rd to enroll for patient.(This bug you solved).
 5. when enter data for patient, the program stage 3rd is show in the
 program
 list without enroll in the 4. step above.

 So what I think is
 If DHIS allow to add program stage 3rd into program A after enroll program
 A
 to patient, then
 {
  program A should show program stage 3rd for enroll to patient.
  if program A doesn't show program stage 3rd for enroll to
 patient then
{

 - when entry data for patient, program A shouldn't show program stage 3rd
 in
 the list.
 - If it show program stage 3rd in the list, then it shouldn't show
 NullPointer... message but normal speaking language message for user to
 understand and correct their previous actions

  }

 }
 else DHIS shouldn't allow to add program stage 3rd into program A after
 enroll program A to patient.


 On Thu, Jun 23, 2011 at 9:29 AM, Thu Tran 800...@bugs.launchpad.net
 wrote:

  I fixed the first and second bugs.
 
  For the third, when creating *a program* with *program-stages* and
  enrolling
  a patient to this program, *program-stage-instances* will created for the
  patient. When selecting a program-stage into *case-entry form* to enter
  values, values will be saved with *program-stage-instance* corresponding
 to
  selected program-stage.
 
  So when creating a new* program-stage* *for an available program*, old
  patients - who enrolled this one before, will not have *
  program-stage-instance* of new *program-stage*. So, when* selecting new
  program-stage into case-entry form* to enter data for old patients, we
  cannot get corresponsive the program-stage-instance. And the result is
  java.lang.NullPointerException as you saw.
 
  Besides, program-stage-instances are sorted to create visit-plans for
  patients. If creating a new program-stages for a available program (
 which
  patients enrolled to before ), I need requirements clearly.
 
  Best regards,
  
  Châu Thu Trân
  HISP Viet Nam
  Email: tran.hispviet...@gmail.com
 
 
  On Thu, Jun 23, 2011 at 10:30 AM, Thu Tran 800...@bugs.launchpad.net
  wrote:
 
   ** Changed in: dhis2
 Status: New = Confirmed
  
   --
   You received this bug notification because you are a member of DHIS 2
   India Developers, which is subscribed to DHIS.
   https://bugs.launchpad.net/bugs/800792
  
   Title:
Only show first program stages in program stage management
  
   Status in DHIS 2 - District Health Information Software:
 Confirmed
  
   Bug description:
When I create program with many program stages in the beginning, then
in program stage management. All program stages are listed.
  
But after that I add more program stages into this program, in the
program management, the new program stages are not listed.
  
 And in data entry form, the new program stages are listed, but it
said  java.lang.NullPointerException when I select report date of
new program stages
  
   To manage notifications about this bug go to:
   https://bugs.launchpad.net/dhis2/+bug/800792/+subscriptions
  
 
 
  ** Changed in: dhis2
Status: Confirmed = Fix Committed
 
  --
  You received this bug

[Dhis2-devs] [Bug 800956] Re: Data element text field doesn't show its name

2011-06-23 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

** Changed in: dhis2
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/800956

Title:
  Data element text field doesn't show its name

Status in DHIS 2 - District Health Information Software:
  Confirmed

Bug description:
  After save Program stage custom data entry form, I open it again to
  edit, all the short names are invisible, data element fields are
  blank.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/800956/+subscriptions

___
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] [Bug 800956] Re: Data element text field doesn't show its name

2011-06-23 Thread Thu Tran
** Changed in: dhis2
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/800956

Title:
  Data element text field doesn't show its name

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  After save Program stage custom data entry form, I open it again to
  edit, all the short names are invisible, data element fields are
  blank.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/800956/+subscriptions

___
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] [Bug 800488] Re: Exception occurs in designing data entry form when data element is not exist

2011-06-22 Thread Thu Tran
Hi all,

I tested on MySQL 5.0.51a. The bug occurs, and I fixed this into the
trunk and modified some places into my database as follows:



Alter table dataelement DROP FOREIGN KEY fk_dataelement_extendeddataelementid;
Alter table dataelement DROP COLUMN extendeddataelementid;

Alter table programstage_dataelements DROP INDEX
fk_programstagedataelement_dataelementid;

Alter table programstage_dataelements 
ADD CONSTRAINT fk_programstagedataelement_dataelementid FOREIGN KEY 
(dataelementid)
REFERENCES dataelement(dataelementid) ;



It can not exactly for your database. But you can use it to refer.


** Changed in: dhis2
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/800488

Title:
  Exception occurs in designing data entry form when data element is not
  exist

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  When I open design data entry form in program stage, exception was
  occurred because one of data elements designed in data entry form were
  deleted earlier.

  The same exception occurred when click edit program stage too.

  An exception occurred

  Sorry! The system failed to execute the operation. Usually, no data is
  lost and you can continue working by going back to the previous page.
  If you wish to report the incident, please save this page by choosing
  File - Save (page as) in your browser and include the saved page in
  the report. The problem details are listed below.

  [-] Exception (org.hibernate.ObjectNotFoundException): No row with the given 
identifier exists: [org.hisp.dhis.dataelement.DataElement#222]
  
org.hibernate.impl.SessionFactoryImpl$2.handleEntityNotFound(SessionFactoryImpl.java:435)
  
org.hibernate.event.def.DefaultLoadEventListener.returnNarrowedProxy(DefaultLoadEventListener.java:320)
  
org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:277)
  
org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:152)
  org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:1090)
  org.hibernate.impl.SessionImpl.get(SessionImpl.java:1005)
  org.hibernate.impl.SessionImpl.get(SessionImpl.java:998)
  
org.hisp.dhis.dataelement.hibernate.HibernateDataElementStore.getDataElement(HibernateDataElementStore.java:104)
  
org.hisp.dhis.dataelement.DefaultDataElementService.getDataElement(DefaultDataElementService.java:135)
  sun.reflect.GeneratedMethodAccessor440.invoke(Unknown source)
  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  java.lang.reflect.Method.invoke(Method.java:597)
  
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
  
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  $Proxy17.getDataElement(Unknown source)
  
org.hisp.dhis.program.DefaultProgramDataEntryService.populateCustomDataEntryForTextBox(DefaultProgramDataEntryService.java:198)
  
org.hisp.dhis.program.DefaultProgramDataEntryService.prepareDataEntryFormForEdit(DefaultProgramDataEntryService.java:141)
  
org.hisp.dhis.patient.action.dataentryform.ViewDataEntryFormAction.execute(ViewDataEntryFormAction.java:140)
  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  java.lang.reflect.Method.invoke(Method.java:597)
  
com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:441)
  
com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:280)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:243)
  
org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor.intercept(XWorkPortalUserInterceptor.java:87)
  
com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:237)
  
org.hisp.dhis.webportal.interceptor.XWorkPortalModuleInterceptor.intercept(XWorkPortalModuleInterceptor.java:90)
  

Re: [Dhis2-devs] [Bug 800483] Re: Data element text field is invisible

2011-06-22 Thread Thu Tran
Hi,

For your case, if a dataelement which belongs to many
program-stages, default dataentry still show dataelements which belongs to
selected progam-stage, not show dataelements in other program-stages.

Best regards,

Châu Thu Trân
HISP Viet Nam
Email: tran.hispviet...@gmail.com


On Wed, Jun 22, 2011 at 10:36 AM, Nguyen Tran Do Xuan Thuy 
thuy.hispviet...@gmail.com wrote:

 Example when I create program stage A contain DE 1, DE 2, DE 3
 After that I create program stage B which contain DE 1, DE 4, DE 5.
 So program stage A and B has common DE 1.
 In the data entry form of Program stage A, I select DE 1 from program stage
 B. This data element is invisible in program stage A data entry form. but
 in
 the default form, it is visible (because DE 1 belong to program stage A
 too).

 I just start use Beneficiaries program recently, so I don't know much about
 the rule as well as real case in detail. But I think there is some problem
 in this case.

 --
 **Thuy

 --
 You received this bug notification because you are a member of DHIS 2
 India Developers, which is subscribed to DHIS.
 https://bugs.launchpad.net/bugs/800483

 Title:
  Data element text field is invisible

 Status in DHIS 2 - District Health Information Software:
  New

 Bug description:
  When enter data for beneficiary, in the data entry form, data element
  fields are invisible in the custom form, but in the default form they
  are not invisible. All the changes I made in default forms are not
  shown in the custom form.

  I'm not sure whether this is a bug, because these data elements I
  selected from other program stage. But if data elements selected from
  other program stages are supposed to be invisible, then they should be
  invisible in default form too.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/dhis2/+bug/800483/+subscriptions


-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/800483

Title:
  Data element text field is invisible

Status in DHIS 2 - District Health Information Software:
  New

Bug description:
  When enter data for beneficiary, in the data entry form, data element
  fields are invisible in the custom form, but in the default form they
  are not invisible. All the changes I made in default forms are not
  shown in the custom form.

  I'm not sure whether this is a bug, because these data elements I
  selected from other program stage. But if data elements selected from
  other program stages are supposed to be invisible, then they should be
  invisible in default form too.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/800483/+subscriptions

___
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] [Bug 800790] Re: Searching patient should be acted when click Enter button

2011-06-22 Thread Thu Tran
** Changed in: dhis2
 Assignee: (unassigned) = Thu Tran (tran-hispvietnam)

** Changed in: dhis2
   Status: New = Confirmed

** Changed in: dhis2
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/800790

Title:
  Searching patient should be acted when click Enter button

Status in DHIS 2 - District Health Information Software:
  Fix Committed

Bug description:
  Searching patient should be acted when click Enter button

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/800790/+subscriptions

___
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


  1   2   3   >