Re: [Dhis2-devs] GSOC 2013 Applicaiton : Mobile application for Health worker Workplan.

2013-04-15 Thread Hieu Dang Duy
Forward to mailing list. Please Abhishek contact to Mr.Long Ngo who the Primary Mentor of Mobile project. And this is his infoon Launchpad On Mon, Apr 15, 2013 at 1:03 PM, Abhishek S wrote: > [image: Boxbe] Abhishek S

Re: [Dhis2-devs] GSoC 2013 Application - Mobile application for Health worker Workplan

2013-04-14 Thread Hieu Dang Duy
Dear Shivam Verma, Thank you for contacting to me. Sorry I'm not the person who you are looking for. Will forward this mail to directly in the real person Mr.Long Ngo. Dear Global team, This is another person who wanna join in GSoC 2013 with DHIS2 On Sat, Apr 13, 2013 at 5:52 AM, Shivam Verma

Re: [Dhis2-devs] GSOC 2013

2013-04-14 Thread Hieu Dang Duy
(the real one) follow on Long Ngo<https://launchpad.net/~thanhlongngo1988> On Sun, Apr 14, 2013 at 6:29 AM, Yuriy Ivanovich wrote: > Dear Hieu Dang Duy, > > Unfortunately I didn't get any response at this time. I understand, that > maybe guys haven't time or didn&#

Re: [Dhis2-devs] GSOC 2013

2013-04-10 Thread Hieu Dang Duy
tent=001&token=RLjHCBNzv%2BkoC37HxD3ZTNBHxlsdpysBb%2BfY45SgTz1Ijt0dgR7P%2FqLpO7E40oRe&key=UO%2F0WdJtYKEv0iC5nAzOBtml1O0ff4pcyvulWJAuStU%3D> > > Dear Hieu Dang Duy > > I am a student of 4th course of Computer Science in National University > Lviv Polytechnic. I want take part

[Dhis2-devs] Build falure

2013-03-03 Thread Hieu Dang Duy
Hi, Seemly, there is a missing commit file as DataMartTask which is placed at the package org.hisp.dhis.system.scheduling (dhis-support-system). Please check it out. Thanks -- "*Expert By Chance*" ___ Mailing list: https://launchpad.net/~dhis2-devs Pos

Re: [Dhis2-devs] Error generating resource tables

2013-01-29 Thread Hieu Dang Duy
Hi all, On Tue, Jan 29, 2013 at 2:59 PM, Lars Helge Øverland wrote: > > > On Sat, Jan 26, 2013 at 2:44 PM, Jason Pickering < > jason.p.picker...@gmail.com> wrote: > >> Hi Lars, >> You are right. The resource tables generated OK. >> >> In fact, it was this bug

Re: [Dhis2-devs] SQL views from the WebAPI

2012-07-23 Thread Hieu Dang Duy
Thank you boss. On Sat, Jul 21, 2012 at 9:02 PM, Lars Helge Øverland wrote: > Hi Jason, > > from r 7657 you can append /data for xml view of the sql data and > /data.csv for csv view, e.g. > > http://apps.dhis2.org/dev/api/sqlViews/dI68mLkP1wN/data > http://apps.dhis2.org/dev/api/sqlViews/dI68mLk

[Dhis2-devs] Attribute and AttributeValue

2012-04-09 Thread Hieu Dang Duy
Hi, I'm touching in Attribute + AttributeValue and getting be confused when checked the database structure for "attributevalue" table that why a certain attribute can have many attribute-values as the same value. What is the main purpose for using this technique ? Why don't we reuse the existence

Re: [Dhis2-devs] Starting Tomcat problem

2012-03-14 Thread Hieu Dang Duy
Hi boss, of course my core modules is the newest. I also try deleting the old repository lib and build up a new one. 2012/3/14 Lars Helge Øverland > We upgraded to hibernate 4.1.0 on Monday, sorry for not telling you. > > 1) make sure you upgrade and install all core modules fresh. > > 2) in loc

Re: [Dhis2-devs] Starting Tomcat problem

2012-03-14 Thread Hieu Dang Duy
gt; > > On Wed, Mar 14, 2012 at 4:44 AM, Hieu Dang Duy > wrote: > > Hi, > > > > I've got the problem when starting Tomcat (version 6 and 7 also). With > the > > same as dhis.war file, it's run successfully in other but mine is failed. > > Any one

[Dhis2-devs] Starting Tomcat problem

2012-03-13 Thread Hieu Dang Duy
Hi, I've got the problem when starting Tomcat (version 6 and 7 also). With the same as dhis.war file, it's run successfully in other but mine is failed. Any one likes me and any thought ? * INFO 2012-03-14 10:39:34,173 Environment variable DHIS2_HOME points to d:\wor king\DHIS2OH-2.0\config (Def

[Dhis2-devs] IncomingSms class vs IncomingSms hibernate mapping

2012-02-14 Thread Hieu Dang Duy
Hi, I've just played around the IncomingSms class (api). In this one, there is property called "status". It's an instance of "SmsMessageStatus" class (enum). But I think I see a bit hacky in declaring in IncomingSms.hbm.xml file is that the "status" above is referencing to an other instance "Outbo

[Dhis2-devs] DXFExportService is missing or removed ?

2011-11-29 Thread Hieu Dang Duy
Hello, There is a problem in missing file DXFExportService.java inside of ImportExport module. What's wrong with it? -- "*Expert By Chance*" ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe :

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 4611: added proper validation for real/natural numbers (including support for e-notation)

2011-09-18 Thread Hieu Dang Duy
On Mon, Sep 19, 2011 at 1:42 PM, Morten Olav Hansen wrote: > Hi > > > I agree with these validation on field but why don't you apply the "Math > > methods" - which are in commons - into them. The "Math methods" are > working > > on regex that I think it is very very robust in validating. > > Ok, s

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 4611: added proper validation for real/natural numbers (including support for e-notation)

2011-09-18 Thread Hieu Dang Duy
Hello Morten, I agree with these validation on field but why don't you apply the "Math methods" - which are in commons - into them. The "Math methods" are working on regex that I think it is very very robust in validating. Btw, the name of method "positive/negative_natural_ number

Re: [Dhis2-devs] data set report - download as excel needed

2011-08-29 Thread Hieu Dang Duy
Hello, I'd like to bring up to you a very simple way to export from html to excel file. When the user click on export button then just post the html code of form along with data input to the server side. At there, we will create excel file with the content of html code above then let the client i

[Dhis2-devs] Stored procedure to remove the foreign key 'sourceid'

2011-07-01 Thread Hieu Dang Duy
Hello all, I have written down a stored procedure to remove all of the foreign keys which is being referenced into Source (sourceid). Hope this useful for who still getting the trouble in source id reference. P.S: This is used for MySQL. -- Good heath ! Remove_FK_SourceId_Script.sql Descript

Re: [Dhis2-devs] Sql view does not excute my SQL

2011-06-27 Thread Hieu Dang Duy
uot; to allow (power) users/admins to execute the >> > materialization of the SP (if you have more thatn 255 characters in the >> > view, or actually need an SP for some other reason). >> > >> > Regards, >> > Jason >> > >> > >

Re: [Dhis2-devs] Sql view does not excute my SQL

2011-06-27 Thread Hieu Dang Duy
: > > "enter a value between 1 and 255 characters long." > > That query has more than 255 characters. I did not explain clearly on > > first time. > > > > So I have no choice. > > > > And indeed I place select * from v_omissos under SQL

Re: [Dhis2-devs] Sql view does not excute my SQL

2011-06-27 Thread Hieu Dang Duy
statement. I > execute it and it does not show up! > > Sorry, did you create v_omissos view in your db before creating a new view which contains this "select * from v_omissos"? As in my testing with your query then it's working fine. > Caveman > > > On 6/27/11,

Re: [Dhis2-devs] Sql view does not excute my SQL

2011-06-26 Thread Hieu Dang Duy
Hello, "Sql View" is a functinality which allows the user (admin/mod) to create a view without interact inside DBMS directly. One more important point is that you cannot use any keyword such as "SELECT INTO, UPDATE, DELETE, ALTER" excepting "SELECT" in your query only. Btw, I would like to present

Re: [Dhis2-devs] Negative Data Values

2011-06-19 Thread Hieu Dang Duy
Hello Juma, If you want to save a negative number as -5 then your data element should choose such: Value Type ---> 'Number' Number Type ---> 'Negative Integer'. P.S: If you want to enter Zero value this element will not be allowed, of course it belongs to mathematical defination. So, to solve th

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 3929: Fixed bug in logic code for data entry when inputting data for each field type. And removed unnec...

2011-06-17 Thread Hieu Dang Duy
Thanks Jason for testing and supporting in this. -- Good heath ! ___ 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/Li

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 3903: Applied patch from Hieu. 1. Changes the data element value types to number, integer, positive int...

2011-06-15 Thread Hieu Dang Duy
r (with the > patch) will not allow multiple leading zeros. Not too sure about this > one... > > Let me know what you think. > > Best regards, > Jason > > > > On Wed, Jun 15, 2011 at 4:28 AM, Hieu Dang Duy > wrote: > >> Thanks to Jason for

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 3903: Applied patch from Hieu. 1. Changes the data element value types to number, integer, positive int...

2011-06-14 Thread Hieu Dang Duy
Thanks to Jason for providing in nice regex :) On Tue, Jun 14, 2011 at 11:39 PM, jason.p.picker...@gmail.com < jason.p.picker...@gmail.com> wrote: > Thanks for this. :-) > > Sent from my HTC > > > -- Good heath ! ___ Mailing list: https://launchpad.net

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 3466: Removed CalculatedDataElement

2011-04-28 Thread Hieu Dang Duy
t; Hi Hieu, >>> >>> Yes, this is along the same lines of what I was thinking, but was not as >>> quick as you about coming up with the SQL. :) >>> >>> I will try this query out (modified to fit Postgres) and see how it >>> works. >>&g

Re: [Dhis2-devs] Alternative names

2011-04-28 Thread Hieu Dang Duy
Hi, We have to be careful in misunderstanding of the meaning of alternative name. The I18n translation functionality which is only the support one for Multilingual. But in this case alternative name which could understand that a another name of a specified object. One data element, ie. it could be

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 3466: Removed CalculatedDataElement

2011-04-24 Thread Hieu Dang Duy
Hello Jason, In this case, I think we have to make a store procedure or something like this statement to convert from CDEs to Indicator as: Declare @IndicatorTypeId; Set @IndicatorTypeId = (Select indicatortypeid From IndicatorType Where Indicatorfactor = 1); INSERT INTO indicator (

[Dhis2-devs] Using the i18n resource editor tool make a duplicated trouble in translation keys

2011-02-17 Thread Hieu Dang Duy
Hi all, I remembered that this problem had been fixed. There is a method named "clearFile" in FileUtils class that I wrote. This one would be used to empty the i18n_XXX.properties file before writing the new keys in it. At that time, I had tested for this fix then it's working fine. But now the "c

Re: [Dhis2-devs] Good code

2011-01-09 Thread Hieu Dang Duy
Perfect On Sat, Jan 8, 2011 at 2:51 AM, Knut Staring wrote: > http://xkcd.com/844/ > > -- > Cheers, > Knut Staring > > ___ > Mailing list: > https://launchpad.net/~dhis2-devs > Post to : dhis2-devs@lists.launch

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2406: Added a new method getParamString() in common.js which is used to replace getArrayValueOfListById...

2010-12-22 Thread Hieu Dang Duy
Thank you Tri. 2010/12/22 Trí Trần Thanh > > > Tran Thanh Tri > HISP Viet Nam > Cell phone: +84903670967 > > > > On 21 December 2010 14:14, wrote: > >> >> revno: 24

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2319: Centralized translations - Please REBUILD "dhis-web-commons" BEFORE keep working on your other st...

2010-12-08 Thread Hieu Dang Duy
Hi devs, If there is any translation that you getting missing in your working module. So, please try to rebuild dhis-web-commons again. Because there are too many ones which are the same, have been centralized into common. Sorry for this bothering. -- God Helse ! __

[Dhis2-devs] WARNING ON MERGING FROM BRANCHES TO TRUNK

2010-11-25 Thread Hieu Dang Duy
Dear all devs, I realized that after we did merge the other branches to trunk. This action COULD make a reason a few of incredible weirdly bugs, which are should not available, occurred in back. -- God Helse ! ___ Mailing list: https://launchpad.net/~d

Re: [Dhis2-devs] Errors in data quality on the demo

2010-11-12 Thread Hieu Dang Duy
Agree with you. Thanks. On Sat, Nov 13, 2010 at 1:36 AM, Knut Staring wrote: > Thanks, Hieu. But then there should be a message that says that, not an > error. People will conclude that it is not working. > > Knut (from my phone) > > On Nov 12, 2010 7:04 PM, "Hieu Dan

Re: [Dhis2-devs] Errors in data quality on the demo

2010-11-12 Thread Hieu Dang Duy
Hi Knut, This _categoryoptioncomboname table must be first generated in Resource table > Maintenance Data Admin. On Fri, Nov 12, 2010 at 9:36 PM, Knut Staring wrote: > Trying the outlier and std deviation analysis at > http://dhis.uio.no/demo, I get errors like this one: > > [+] Exception (ja

Re: [Dhis2-devs] Fwd: New requirement from Sri Lanka

2010-11-05 Thread Hieu Dang Duy
Hi Thuy and everyone, As I knew that CategoryOption which is also a kind of specification of data element. If I am wrong then please remind me. So, my opinion is that can we extend the input type of category option such as: text, date, yes/no and number as same as data element? If yes, i think t

Re: [Dhis2-devs] OHM + Google Maps =

2010-10-21 Thread Hieu Dang Duy
My admiration. On Thu, Oct 21, 2010 at 6:23 PM, Jan Henrik Øverland < janhenrik.overl...@gmail.com> wrote: > > > ___ > Mailing list: > https://launchpad.net/~dhis2-devs > Post to : dhis2-devs@lists.launchpad.net

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2366: Reorganized and refined the resource tranlsation files (.properties) by moving the resource keys ...

2010-10-14 Thread Hieu Dang Duy
Dear Jan, The reason is that I checked which the resource keys are common (using by whole DHIS2 in many modules) then moved them to the dhis-web-common. I think you should not put them back just rebuild the common module first then will working fine. Anyway, sorry if it doesn't working properly.

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2318: DataSet Locking functionality - Improved

2010-10-08 Thread Hieu Dang Duy
Yes, our pleasure ! On Fri, Oct 8, 2010 at 6:00 PM, bharath kumar wrote: > Thanks Hieu and Tri. > > -- > > Regards, > Bharath Kumar. Ch > -- God Helse ! ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.ne

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2318: DataSet Locking functionality - Improved

2010-10-07 Thread Hieu Dang Duy
version war file to implement in Kerala. Good luck ! Thank you Tri again. On Thu, Oct 7, 2010 at 12:38 AM, Hieu Dang Duy wrote: > Hi Bharath, > > On Wed, Oct 6, 2010 at 5:09 PM, bharath kumar wrote: > >> Hi Hieu, >> >> Standard Orgunit Hierarchy in India is: &g

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2318: DataSet Locking functionality - Improved

2010-10-06 Thread Hieu Dang Duy
Hi Bharath, On Wed, Oct 6, 2010 at 5:09 PM, bharath kumar wrote: > Hi Hieu, > > Standard Orgunit Hierarchy in India is: > > India -> State -> District -> Block -> PHC/CHC -> SC > > In India, we need "Selected" and "Childtree" option as if i want to lock > all orgunits under one district how can

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2318: DataSet Locking functionality - Improved

2010-10-06 Thread Hieu Dang Duy
for that we need a stable > version. We have to test the war and then fix all the bugs before Friday, so > we are suggesting not to update this functionality till Friday only. > > > > On Wed, Oct 6, 2010 at 8:51 AM, Hieu Dang Duy > wrote: > >> Hi Indian guys, >

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2318: DataSet Locking functionality - Improved

2010-10-06 Thread Hieu Dang Duy
Hi Indian guys, Could you please tell me *more details on the problem is in India* when using this improved one? More details is more clearly. Anyway, I would like to present to you guys once again about the thing that i done. *REASON:* First, as before, I'd mailed to the list and say about the

Re: [Dhis2-devs] Data set locking - Confusing

2010-10-05 Thread Hieu Dang Duy
Thanks, will try my best. The reason why we did like this is in earlier version orgunit tree loading > is very slow, but now it improved so we can go for as u suggested, but > please wait till this weekend as we are planning to deploy new version in > Kerala State. > > If you can do it by today it

[Dhis2-devs] Data set locking - Confusing

2010-10-04 Thread Hieu Dang Duy
Hi devs, To try using DataSet Locking func, but i'm get confusing in the buttons on the part of organization unit. We have ALREADY one "Lock" and "Unlock" button. So, why don't use them as themselves? I meant why have to separate them into other meaning likes "Lock all at level" - "Unlock all at l

[Dhis2-devs] How to disable "Invalid chunk ignored" from Tomcat ?

2010-09-29 Thread Hieu Dang Duy
Hi devs, Maybe, you have seen this Warning message from Tomcat app. Searching by Google. Finally, i found out two ways to disable this issue. If it's interesting you so now let's refer to and give your comment on this thread. Thanks ! === *The

[Dhis2-devs] JdbcTemplate and Statement

2010-09-17 Thread Hieu Dang Duy
Hi devers, My purpose is that I am trying to control a time out of a query statement during on its executed IF that query is used to retrieve a large amount of data. I try testing with JdbcTemplate (org.springframework.jdbc.core) and Statement (java.sql) by using their method is setQueryTimeOut(

Re: [Dhis2-devs] startup issues

2010-09-16 Thread Hieu Dang Duy
Hi, Yes, Bob. You are right in this issue. The reason of this one is that DHIS2 is during on development. Thus, when we could not avoid some of mistakes or fixing or changing the data model in it. Thought that, this problem can be resolve if and only if all of instances of DHIS2 (I meant the local

Re: [Dhis2-devs] CacheManager - Where is it?

2010-08-18 Thread Hieu Dang Duy
ource if necessary. p.s: talking alone. On Thu, Aug 19, 2010 at 11:29 AM, Hieu Dang Duy wrote: > Hi all, > > Working on dhis-web-administation module and I'm in a trouble with the > unknown warning consider below. First time, thought that is the Tomcat's > problem so

[Dhis2-devs] CacheManager - Where is it?

2010-08-18 Thread Hieu Dang Duy
Hi all, Working on dhis-web-administation module and I'm in a trouble with the unknown warning consider below. First time, thought that is the Tomcat's problem so i tried to reinstall it. Then restart tomcat service once more time but this warning is still there. Checked all my declared beans in t

Re: [Dhis2-devs] Fatal error in save method of HibernateGenericStore clazz

2010-06-16 Thread Hieu Dang Duy
ve( object ); } On Wed, Jun 16, 2010 at 4:21 PM, Quang Nguyen wrote: > Hi HIeu, > > On Wed, Jun 16, 2010 at 3:49 PM, Hieu Dang Duy > wrote: > >> Hi devs and Lars, >> >> Surely that, we've got a hidden trouble when using the "*save*" method in >&

[Dhis2-devs] Fatal error in save method of HibernateGenericStore clazz

2010-06-16 Thread Hieu Dang Duy
Hi devs and Lars, Surely that, we've got a hidden trouble when using the "*save*" method in * HibernateGenericStore* class here. Maybe call it is a fatal error. Have a look at this error message: * **ERROR 11:03:42,172 Error while executing action (ExceptionInterceptor.java [http-8080-6]) java.la

[Dhis2-devs] Building the latest code is error

2010-05-26 Thread Hieu Dang Duy
Hi, Its seemly missing some of methods such as setPolygonCoordinates(), setLatitude(), setLongitude() in OrganisationUnit class. Please check it again. Thanks. -- Hieu.HISPVietnam Good Health ! ___ Mailing list: https://launchpad.net/~dhis2-devs Post

[Dhis2-devs] Review Rev 185

2010-05-17 Thread Hieu Dang Duy
Hi Jan, PLS, take a look at your Rev 1855 again. There is a small trouble... I do bzr update source code from trunk in my local. Then, recognized that there is a module called *dhis-support-i18n* which exists in merging source. Remember that this module had been removed and whole source moved to

Re: [Dhis2-devs] iText for encoding

2010-05-13 Thread Hieu Dang Duy
has iText inside. > > In JasperReport, you must copy the UTF-8 font files (TTF file) to project > classpath, then specify the specific path to those fonts on JasperReport > file (jrmxl). > > Should have something like that with iText. Google it :) > > Cheers, > Quang >

[Dhis2-devs] iText for encoding

2010-05-13 Thread Hieu Dang Duy
Hi Devs, iText.jar, this is a package which is being used to create PDF file. Is there anyone know how to use it to embedded the encoding such Unicode (UTF-8) when writing the file? If having, I would like to you share with me the example about this issue. Needed your help/supporting/experiences

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1836: Improved EncoderVelocityContext. Was previously home-grown, now just a thin wrapper for commons-l...

2010-05-10 Thread Hieu Dang Duy
Dear Lars, Everything is fine now. Thank you so much. On Tue, May 11, 2010 at 3:31 AM, wrote: > > revno: 1836 > committer: Lars > branch nick: trunk > timestamp: Mon 2010-05-10 22:29:36 +0200 > message: > Improved EncoderVelocityCon

Re: [Dhis2-devs] [Bug 566399] Re: Can't add a new OU with "Vietnamese" interface

2010-04-22 Thread Hieu Dang Duy
Hi Lars, It is dd-MM-. 2010/4/22 Lars Helge Øverland > What is the correct date format in Vietnam? > > -- > Can't add a new OU with "Vietnamese" interface > https://bugs.launchpad.net/bugs/566399 > You received this bug notification because you are a member of DHIS 2 > developers, which is

Re: [Dhis2-devs] Change to source code projects / modules

2010-04-22 Thread Hieu Dang Duy
Hi there, I removed also the projects as recommended and then do *bzr merge lp:dhis2*at the working folder but meet a trouble in merging code from i18n-uniqueness branch to dhis branch. PLS take a look. What's wrong in my done? * D:\dhis2-global-bis\i18n-uniqueness\dhis-2>bzr merge lp:dhis2 Conne

Re: [Dhis2-devs] Change to source code projects / modules

2010-04-21 Thread Hieu Dang Duy
Dear Lars, Do you have any solution for resolving this inconvenient issue in the another branches? Re-pushing is the solution, isn't it? ... no idea. [?] Thanks. 2010/4/22 Lars Helge Øverland > > Hi, > * > * > *I have made a change to the source code projects / modules. Those of you > who hav

Re: [Dhis2-devs] [Bug 567080] [NEW] dataset-section-no-sorting

2010-04-20 Thread Hieu Dang Duy
Dear Jason, Actually, this ordering is completely belongs to your action during on sorting data elements in the selected list. For example; Assuming that, there are five data elements such as: A, B, C, D and E in the available list. Then, if select each element following the ordering likes B, D,

Re: [Dhis2-devs] Could not update source code

2010-04-08 Thread Hieu Dang Duy
As following Lars' way, I've done. So many thanks to Jo and Lars. On Thu, Apr 8, 2010 at 1:51 PM, Jo Størset wrote: > > Den 8. apr. 2010 kl. 04.58 skrev Hieu Dang Duy: > > Hi all, > > Today, April 8 2010 about at 9AM, I try to update new code from trunk but >

[Dhis2-devs] Could not update source code

2010-04-07 Thread Hieu Dang Duy
Hi all, Today, April 8 2010 about at 9AM, I try to update new code from trunk but always meet in a trouble likes under message: Connected (version 2.0, client Twisted) Authentication (publickey) successful! Secsh channel 1 opened. *bzr: ERROR: This tree contains left-over files from a failed oper

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] 5 revisions removed

2010-04-03 Thread Hieu Dang Duy
Dear Lars, You can check for who wrote this message, can't you ? Btw, Launchpad is being maintained/repaired. So, is this event influence in DHIS2's source in trunk? 2010/4/3 Lars Helge Øverland > > Can anyone please explain what happened? > > Lars > > > On Wed, Mar 31, 2010 at 6:36 PM, wrote

Re: [Dhis2-devs] Why systemsettings as BLOB??

2010-03-31 Thread Hieu Dang Duy
Dear Saptarshi, Do you mind if you can explain to me about BLOB value? What's BLOB here? Really thanks ! On Wed, Mar 31, 2010 at 8:29 PM, Saptarshi Purkayastha wrote: > I was looking at the systemsettings... and found that the value is stored > as a BLOB. I was greatly surprised to see this...

Re: [Dhis2-devs] [Bug 551393] Re: Validate duplication of indicator name when added

2010-03-30 Thread Hieu Dang Duy
Hi Thuy, Maybe, you don't read carefully my previous mail. As I said before that is a bad way. If you can give us any best resolution in this case. So please show off don't say like that in this list. Anyway, may I ask you ? Do you have those rights as list (server and postgresql account). If ha

Re: [Dhis2-devs] [Bug 551393] Re: Validate duplication of indicator name when added

2010-03-30 Thread Hieu Dang Duy
Hi KA, May I suggest a bad way for solving this issue? Just in template at this time. *First, you must have the permission in that database.* Then, you can use this query for testing the duplicated indicator name in database (or the name is exists in). * SELECT NAME FROM INDICATOR WHERE NAME ili

Re: [Dhis2-devs] About Regex-Validation blueprint

2010-03-29 Thread Hieu Dang Duy
OK, here is the re-construction of the statement query instance which is modified for who wanna execute it following DHIS2's contruction in PostgresQL. * **SELECT OrgUnit.Name AS OrgUnit, OrgUnitGroupSet.Name AS GroupSet, Count(OrgUnitGroupSet.OrgUnitGroupSetID) AS "Group Set Allocations" FROM Org

Re: [Dhis2-devs] About Regex-Validation blueprint

2010-03-29 Thread Hieu Dang Duy
Yes, I understood now. Really thanks for your enthusiasm in explaining. However, I have never seen or used DHIS1.4. But is that "Data integrity checks" functionality in DHIS1.4 which is the same of "Data integrity" in DHIS2.0 ? On Mon, Mar 29, 2010 at 1:45 PM, Jason Pickering < jason.p.picker...@g

Re: [Dhis2-devs] About Regex-Validation blueprint

2010-03-28 Thread Hieu Dang Duy
On Mon, Mar 29, 2010 at 3:08 AM, Jason Pickering < jason.p.picker...@gmail.com> wrote: > I have been pondering over this over the weekend, and have a few more > thoughts here. > > The more I think about it, the more I think this is similar to something I > have been thinking about for some time, w

Re: [Dhis2-devs] [Bug 541788] [NEW] Testing for Date formatted text field validation working not well formed - Data entry

2010-03-22 Thread Hieu Dang Duy
gt;> >> >> On Mon, Mar 22, 2010 at 10:42 AM, Hieu Dang Duy < >> hieu.hispviet...@gmail.com> wrote: >> >>> Hi Viet, >>> >>> Many thanks for working hardly on this bug. It runs fine ! But there is >>> still English in hard-code. &

Re: [Dhis2-devs] [Bug 541788] [NEW] Testing for Date formatted text field validation working not well formed - Data entry

2010-03-21 Thread Hieu Dang Duy
Hi Viet, Many thanks for working hardly on this bug. It runs fine ! But there is still English in hard-code. P.S: The key-up event is well-done in English setting only. -- Hieu.HISPVietnam Good Health ! ___ Mailing list: https://launchpad.net/~dhis2-de

[Dhis2-devs] Should be embedded or bounded an image in each message type ?

2010-03-19 Thread Hieu Dang Duy
Dear all, How do you do in this week? At the present, DHIS2 has many kind of messages such as: informative message, error message, warning message, etc... It's great when separate into like that. It would be better than if we use them in right of situation. But I would like to give to you all an

[Dhis2-devs] Translation function - Stay at page after modified some thing

2010-03-08 Thread Hieu Dang Duy
Dear all, May I give to devs a small suggestion like this: I think we should keep for non-redirecting page after we've got some of saving for the object's translated value (name, shortname, description, ect ...) In the original case, after pressed Save button system would redirect from the sub-pag

[Dhis2-devs] Can we apply regex string into hypernate mapping ?

2010-02-09 Thread Hieu Dang Duy
> This is Postgresql dialect.The key question for me is how do we make > it database independent? Do we return a recordset from the > organisationunit table, apply a regex with java.util.regex or can we > just push it back to the DB? Both Postres, MySQL and H2 seem to > support this (MySQL uses RLI

Re: [Dhis2-devs] Regular expressions in data validation rules

2010-02-07 Thread Hieu Dang Duy
Hi all, I've no idea about using RegEx for validating data in DHIS2. Just a small comment, I am also using this many times so my feeling on this is not easy but not too difficult when applying RegEx in your coding, ie, javascript and java also. With RegEx, we can easy controlling any thing that we

[Dhis2-devs] 2010~~~2010~~~2010++++2010~~~2010~~~2010

2010-02-05 Thread Hieu Dang Duy
[?] [?] [?] [?] [?] [?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?] [?][?][?][?][?] HEY!!! I've got an urgent news wanna send to you... There are four people who want to determined to meet you. They are God of Money, God of Luck, Go

Re: [Dhis2-devs] Greetings + new DHIS patient module

2010-01-25 Thread Hieu Dang Duy
Dear Abyota*,* I'm trying to follow your working on Patient module so that I've got some questions wanna ask you like this: * Creating attribute group* > > For step 1 you can follow the approach we have in DataElements and > DataElementGroups. At the same I would suggest for a restriction of putt

Re: [Dhis2-devs] Organisation unit translation

2010-01-24 Thread Hieu Dang Duy
Dear Murod, At the present, the translation function for Orgunit and Category, CategoryOption also which had been deactivated or disabled. So that, we can not use this one right now. But it's still working on Dataelement. You can check it out again. The reason of removing that function because we

[Dhis2-devs] [Bug 500935] [NEW] Excel Reporting module - Can not show the list of Group Reports when click to choose one orgunit

2009-12-27 Thread Hieu Dang Duy
Public bug reported: At the first time for running, click on the sub-menu as Generate Report then choosing on any orgunit which is assigned to the excel report. But nothing is loaded into the group of reports list. After that, if pressing F5 to refresh page the groups list are showed up. ** Affec

[Dhis2-devs] MERRY CHRISTMAS

2009-12-24 Thread Hieu Dang Duy
. ... .. ¸.¸ ,¸.¸, •,¸.¸,• *•,¸.¸,•* ¤*•,¸.¸,•*¤* •*¤*•,¸.¸,•*¤*•, ¤*•,¸.¸,•*¤*•,¸,•. ¤ ¸,*

Re: [Dhis2-devs] [Bug 430657] Re: Date text field needs validation rule in data entry screen

2009-12-22 Thread Hieu Dang Duy
Dear Saptarshi, I'm not good at about security, I also knew that using javascript it's really not safe in web application. By the way, I have a small idea about this issue that. Not surely, have any configuration/setting about date in DHIS2 program ? Unless, I think we can make a new setting for t

Re: [Dhis2-devs] [Bug 430657] Re: Date text field needs validation rule in data entry screen

2009-12-22 Thread Hieu Dang Duy
Yeas, I've prepared this function for this one before. 2009/12/22 Lars Helge Øverland > On Tue, Dec 22, 2009 at 11:50 AM, Hieu Dang Duy > wrote: > > > Hi Lars, > > > > Can I fix this slight bug ? I've got a normal way to do this without > using > &g

[Dhis2-devs] [Bug 430657] Re: Date text field needs validation rule in data entry screen

2009-12-22 Thread Hieu Dang Duy
Hi Lars, Can I fix this slight bug ? I've got a normal way to do this without using validation for text date field in this case of DataEntry ... That's is disable this text field on mouse out and enable on mouse over. We do not allow anyone type anything in this field. How do you think about thi

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1258: Commonly, using for the excel file with .XLS (2003) and also .XLSX (2007) extension. But with .XL...

2009-12-21 Thread Hieu Dang Duy
Dear Bob, Which framework are you mentioning to? Is it a product of DHIS2 ? Impatiently, I would like to see it as soon as possible ^_^ 2009/12/22 Bob Jolliffe > I would recommend not processing the xlsx files with POI module. We will > be able to do it much more efficiently by manipulating th

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1258: Commonly, using for the excel file with .XLS (2003) and also .XLSX (2007) extension. But with .XL...

2009-12-21 Thread Hieu Dang Duy
Hi Lars, Don't worry about my last commit today. You can build all source as normal nothing changed because I've commented the dependencies which I showed you. At the present, I have just only improved Excel Reporting module which can apply for both Excel versions such as 2003 and 2007. But with 2

Re: [Dhis2-devs] JAR File and External Dependency in POM

2009-12-21 Thread Hieu Dang Duy
Yeas, Thank you Lars and everyone ! On Mon, Dec 21, 2009 at 6:07 PM, Lars Helge Øverland wrote: > > > OK in that case you can use the "exlusion" element: > > > group-a > artifact-a > 1.0 > > > > group-c > excluded-artifact > >

Re: [Dhis2-devs] JAR File and External Dependency in POM

2009-12-21 Thread Hieu Dang Duy
org.apache.poi ooxml-schemas 1.0 dom4j 1.6.1 * You can see the highlight dependency as above. Thanks ! On Mon, Dec 21, 2009 at 5:45 PM, Lars Helge Øverland wrote: > > > On Mon, Dec 21, 2009 at 11:36 AM, Hieu Dang Duy < >

[Dhis2-devs] JAR File and External Dependency in POM

2009-12-21 Thread Hieu Dang Duy
Dear all, I've got one jar file how can I embed this into DHIS2 resource with using dependency in pom.xml ? Anyway, If I have got a few of classes. So how can I make an external dependency in pom.xml file ? Can someone show me that way in step by step ? Thank you all so much ! -- Hieu.HISPViet

Re: [Dhis2-devs] [Bug 491837] [NEW] Adding existing dataelement throws exception

2009-12-03 Thread Hieu Dang Duy
Dear Lars and everyone, Please have a look at into dataelement.js file with the function * validateAddDataElement*(). I see that we have an id called type in *'&type=' + getSelectValue( 'type' )* but actually this id does not exist in * addDataElementForm.vm* file. Just only have two kinds of type

[Dhis2-devs] [Bug 491619] Re: Shortname in Add dataset is not populated automatically

2009-12-03 Thread Hieu Dang Duy
** Changed in: dhis2 Status: New => Fix Committed ** Changed in: dhis2 Assignee: (unassigned) => Hieu Dang Duy (hieu-hispvietnam) -- Shortname in Add dataset is not populated automatically https://bugs.launchpad.net/bugs/491619 You received this bug notification because you

[Dhis2-devs] [Bug 476169] Re: Cannot delete report item

2009-11-30 Thread Hieu Dang Duy
** Changed in: dhis2 Assignee: (unassigned) => Tran Thanh Tri (tranthanhtri84) ** Changed in: dhis2 Status: New => Fix Committed -- Cannot delete report item https://bugs.launchpad.net/bugs/476169 You received this bug notification because you are a member of DHIS 2 developers, which

[Dhis2-devs] [Bug 476165] Re: copy report items should check if report item exist in destination report

2009-11-30 Thread Hieu Dang Duy
** Changed in: dhis2 Status: New => Fix Committed ** Changed in: dhis2 Assignee: (unassigned) => Hieu Dang Duy (hieu-hispvietnam) -- copy report items should check if report item exist in destination report https://bugs.launchpad.net/bugs/476165 You received this bug notifi

[Dhis2-devs] Compilation failure !

2009-11-22 Thread Hieu Dang Duy
Dear all, I've got this problem in building service. Please review the source code. Thanks ! [INFO] Compilation failure D:\dhis2-global-Nov-17-2009\dhis2\dhis-2\dhis-services\dhis-service-importexport \src\main\java\org\hisp\dhis\importexport\dxf\converter\ReportTableCategoryOptio nComboConverter

Re: [Dhis2-devs] [Bug 485758] Re: Import data function doesn't round the data values before import.

2009-11-20 Thread Hieu Dang Duy
Dear Thuy, Hopefully that, Do not let which things that you could see but deceived you from its performance. The value which you saw maybe it had been rounded but actually that was not. Always, you can check-out any value of each cell except the formula cell looking at the* Formula Bar* in the exc

Re: [Dhis2-devs] The I18n resource editor

2009-11-18 Thread Hieu Dang Duy
Dear Lars, I tried starting up this tool. It's working fine. And if not wrong at thinking, I guess this tool which being used for adding/editing/translating any string in the resource .properties file without belong to Eclipse tool or something likes that ? An quickly comment on this tool, why do

[Dhis2-devs] [Bug 484599] [NEW] Running slowly - DataEntry module

2009-11-17 Thread Hieu Dang Duy
Public bug reported: As so far ago, this module could run quite a short time but it doesn't seem to run too slow, even with a report that its size is smaller than the report's size as ICD. Not sure the bug but have got any idea in this sense ? ** Affects: dhis2 Importance: Undecided

[Dhis2-devs] [Bug 484080] [NEW] Translation for Database language in User Setting module which is not well-done

2009-11-17 Thread Hieu Dang Duy
Public bug reported: I created a new locale db in Translation module. ie, vi_VN, its's Vietnam's locale code. And then, set the each value of each property of the translated object (ie, OrganisationUnit). It works fine. But when changed from English to Vietnamese in list of Database language of

[Dhis2-devs] [Bug 484075] Re: InsertDataElement button - Designed new form in DataEntryForm

2009-11-17 Thread Hieu Dang Duy
** Attachment added: "Bug_Design_DataEntryForm.rar" http://launchpadlibrarian.net/35777189/Bug_Design_DataEntryForm.rar -- InsertDataElement button - Designed new form in DataEntryForm https://bugs.launchpad.net/bugs/484075 You received this bug notification because you are a member of DHIS 2

[Dhis2-devs] [Bug 484075] [NEW] InsertDataElement button - Designed new form in DataEntryForm

2009-11-17 Thread Hieu Dang Duy
Public bug reported: When clicking on InsertDataElement button, a new pop-up window will be opened (Data element selector). I realize that my tomcat console printing out of the message that you guys can get more reference in the attached figures. ** Affects: dhis2 Importance: Undecided

  1   2   >