[Dhis2-devs] Select Input Parameter for Pivot table should ...

2009-09-02 Thread Trí Trần Thanh
*Select Indicator:* Should select indicator by manual, when select indicator group, list of indicators will be display and we can select many indicators. *Select Organization Unit: *Should not select organization unit by level, because use don't want to select all organization unit add every leve

Re: [Dhis2-devs] Build error

2009-09-14 Thread Trí Trần Thanh
Sorry Some lib was missing in excel-reporting, i just fixed it Tran Thanh Tri HISP Viet Nam Cell phone: +84903670967 Website: http://dhisvn.org 2009/9/15 Knut Staring > [ERROR] BUILD ERROR > [INFO] > -

[Dhis2-devs] How to use dataMartStore

2009-09-15 Thread Trí Trần Thanh
Hi Lars. In vn-report module, i were using *dhis-service-aggregationengine-default* *double aggregatedValue = aggregationService.getAggregatedDataValue( dataElement, optionCombo, startDate, endDate, organisationUnit );* It is so easy to get AggregatedValue for *selected_month*, *so_far_this_year *

Re: [Dhis2-devs] Excel report module Exception

2009-09-19 Thread Trí Trần Thanh
Hi Thủy, To build all module, pls go into dhis-web-portal/pom.xml and uncomment dependency you want to use, it will show in menu. - with the exception you have, I think you can restart tomcat service => every will fine. I think this is problem with database connections. ==

[Dhis2-devs] Select organisation unit when create user use verry difficult

2009-09-24 Thread Trí Trần Thanh
I see the new way for select organisation unit in create user, i think it will difficult to use. Why not to use selecte by level (old way). Tran Thanh Tri HISP Viet Nam Cell phone: +84903670967 Website: http://tringuyenvn.com ___

Re: [Dhis2-devs] Mobile data entry for dhis2

2009-09-25 Thread Trí Trần Thanh
We can develop a web service, it will connect to DHIS2.0 and re-format html become wml for mobile.Before to do something, we must think, is it realy useful for user and easy for user ? Tran Thanh Tri HISP Viet Nam Cell phone: +84903670967 Website: http://tringuy

Re: [Dhis2-devs] Suggest in Report table

2009-10-13 Thread Trí Trần Thanh
Ok, I will do that. Tran Thanh Tri HISP Viet Nam Cell phone: +84903670967 Website: http://tringuyenvn.com 2009/10/13 Lars Helge Øverland > > Hi Hieu, > > I think this is a very good suggestion. What if you guys gave it a try?

[Dhis2-devs] Tomcat console warning

2009-10-20 Thread Trí Trần Thanh
Hi Lars. I run lasted DHIS2.0 build. It working but have some warning in console. Is this bug ? * WARN 10:32:39,287 Error setting value (CommonsLogger.java [http-8080-3]) ognl.MethodFailedException: Method "setId" failed for object org.hisp.dhis.commo ns.action.getindicatorsact...@153a2e4 [java.l

[Dhis2-devs] Should we change AddOrganisationUnitGroup function to select by organisation unit tree ?

2009-10-22 Thread Trí Trần Thanh
Hi all. Why do we use select list in add organisation unit function? It is really difficult to use. I think should we change it to select by organisation unit tree ? We have hundreds of organisation unit and select will very long ? Is it really difficult to find some organisation units ? we have t

Re: [Dhis2-devs] Excel reporting in trunk!

2009-10-23 Thread Trí Trần Thanh
2009/10/23 Thuy Nguyen > > Hi anh Tri, > Generating report (excel report) is very slow. And Tran already test the time > of all stages. She said that almost time was on writing excel file in > temperature folder in server. We must find solution (reduce excel template file size) . I think this i

Re: [Dhis2-devs] Exception when create Report Excel Item, pls help

2009-10-23 Thread Trí Trần Thanh
Thanks . I will check that database. Tran Thanh Tri HISP Viet Nam Cell phone: +84903670967 Website: http://tringuyenvn.com 2009/10/23 Lars Helge Øverland : > > > On Thu, Oct 22, 2009 at 11:41 AM, Trí Trần Thanh

[Dhis2-devs] Exception with Category Data Entry form

2009-10-25 Thread Trí Trần Thanh
Hi all. I have DHIS2.0 database. It 's working fine with last DHIS2.0 version but now it isn't . java.util.NoSuchElementException java.util.AbstractList$Itr.next(AbstractList.java:350) org.hisp.dhis.dataelement.DefaultDataElementCategoryService.sortOptionCombos(DefaultDataElementC

Re: [Dhis2-devs] Exception with Category Data Entry form

2009-10-26 Thread Trí Trần Thanh
: > Hi Tri, > > Seems that you have a category without an option - can you check that? > > Thank you > Abyot. > > 2009/10/26 Trí Trần Thanh >> >> Hi all. >> I have DHIS2.0 database. It 's working fine with last DHIS2.0 version >> but

Re: [Dhis2-devs] Exception with Category Data Entry form

2009-10-26 Thread Trí Trần Thanh
n Mon, Oct 26, 2009 at 8:47 AM, Trí Trần Thanh > wrote: >> >> Hi Abyot. >> >> I checked and saw. dataelementcategoryoption table have categoryid >> column is null. What can i do ? >> >> >> Tran Thanh Tri >>

Re: [Dhis2-devs] Exception with Category Data Entry form

2009-10-26 Thread Trí Trần Thanh
2009/10/26 Trí Trần Thanh : > 2009/10/26 Abyot Gizaw : >> oh really? ... but are you sure that your category has options? > I am sure. >> >> If it was working before - like the categories and options all properly >> associate ... then ask Lars to look for his DB upgrade

Re: [Dhis2-devs] DataElementGroupSet and IndicatorGroupSet GUI

2009-10-29 Thread Trí Trần Thanh
to resolve ? Tran Thanh Tri HISP Viet Nam Cell phone: +84903670967 Website: http://tringuyenvn.com 2009/10/28 Lars Helge Øverland > Great. Thanks. > > 2009/10/28, Trí Trần Thanh : >

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 992: Set packaging in excel reporting to war.

2009-11-07 Thread Trí Trần Thanh
Hi Lars. The reason is : - First we will build everything to war file and copy it to tomcat webapps. - Every time when we change something in java code, struts.xml, bean.xml. We will build it to jar file. Then copy to WEB-INF/lib (save time). - If have to change in html and code we will change di

[Dhis2-devs] Should add one more property in patient attribute Object

2009-12-01 Thread Trí Trần Thanh
Hi Abyot. I have an idea about DHIS Patient . I patient attribute we should add one more property is Control type. With small text is Text box; Larger text is textarea (for address or something like that) Date is calendar select. etc.. How about this ? Tran T

Re: [Dhis2-devs] Should add one more property in patient attribute Object

2009-12-02 Thread Trí Trần Thanh
Hi Lars and Abyot. I mean is : - Current PatientAttribute class have some property is : Name - Descriptions - Value Type. In my case: i am trying to create one patient attribute is address. Really. The address is so long (>50 char ). If we use text field , it is small and short. Really difficult

Re: [Dhis2-devs] Should add one more property in patient attribute Object

2009-12-02 Thread Trí Trần Thanh
addresses >50 characters.  It is possible to have a javascript >> listener dynamically replace text field with textarea when the amount of >> text goes over a threshold - say 50.  And similarly convert textarea to text >> field when contents drop below a threshold. >>

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1184: fixed : disabled all input text when data set completed

2009-12-09 Thread Trí Trần Thanh
Hi. This is the behavior we want. I 'm sure. If following you way, what did we do with Undo button ? If all input text not disable when dataset completed: User can change data value after they completed our data and Completed data set will not meaning and invalid. I want user can't not change data

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1184: fixed : disabled all input text when data set completed

2009-12-09 Thread Trí Trần Thanh
Hi . I think dataset lock is use for the use like manager of system and completed dataset is use for normal user. The normal user will use dataset completed for confirm "our data was completed to the manage user" and the manage user can use this data and believe this data value is valid. If after

[Dhis2-devs] Happy new year

2009-12-31 Thread Trí Trần Thanh
╔══╦══╦══╦══╗ ╚═╗║╔╗║╔╗║╔╗║ ╔═╝║║║╚╝║ ║╔═╣║╠═╗║ ║╚═╣╚╝║╚╝╠═╝║ ╚══╩══╩══╩══╝ ¤ø„¸¨°º¤ø„¸ ¸„ø¤º°¨¸„ø¤º°¨ ¨°º¤ø„¸ HaPpY ¸„ø¤º°¨ ¸„ø¤º°¨ NeW yEaR``°º¤ø„¸ ¸„ø¤º ``°º¤ø„¸ ¤ø„¸¨°º¤ø„¸¸„ ╔╗╔╗╔══╗╔══╗╔══╗╔╗╔╗ ║╚╝║║══║║══║║══║║╚╝║ ║╔╗║║╔╗║║╔═╝║╔═╝╚═╗║ ╚╝╚╝╚╝╚╝╚╝ • N E W Y E A R 2 0 10 ==

Re: [Dhis2-devs] New functionality - zero significance

2010-01-21 Thread Trí Trần Thanh
Hi Lars. I just finished DataElement Zero Value Storage Management function in data admin module. Now i need your idea about entry data in data entry form. When zeroIsSignificant property is false, if use enter 0 value, what the event do you want ? alert ? message ? or nothing.

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1337: Improved DataValue.isZero

2010-01-25 Thread Trí Trần Thanh
Tran Thanh Tri HISP Viet Nam Cell phone: +84903670967 Website: http://tringuyenvn.com 2010/1/25 > > revno: 1337 > committer: Lars Helge Oeverland > branch nick: tru

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1337: Improved DataValue.isZero

2010-01-26 Thread Trí Trần Thanh
Hi all, my way is easy and simple. Cast to Double and compare with new Double(0). new Double(value).equal(new Double(0)) ? how do you think? On 1/26/10, Bob Jolliffe wrote: > 2010/1/26 Lars Helge Øverland > >> >> >> 2010/1/26 Trí Trần Thanh >> >> >>&

Re: [Dhis2-devs] [Bug 517520] Re: Cannot add data elements to datasets

2010-02-05 Thread Trí Trần Thanh
Hi Ola. I just fixed and committed code. The reason is we lost selectAllById('selectedList'); method when submit form Tran Thanh Tri HISP Viet Nam Cell phone: +84903670967 Website: http://tringuyenvn.com On 5 February 2010 19:

Re: [Dhis2-devs] Fwd: [Bug 655006] [NEW] it takes too much time to startup and execute startup routine

2010-10-05 Thread Trí Trần Thanh
I could not start dhis with jetty, out of memory exception, RAM is 4GB. But it can start in tomcat. Tran Thanh Tri   HISP Viet Nam   Cell phone: +84903670967 On 5 October 2010 16:07, Knut Staring wrote: > Can you provide some in

Re: [Dhis2-devs] Fwd: [Bug 655006] [NEW] it takes too much time to startup and execute startup routine

2010-10-06 Thread Trí Trần Thanh
er >> > like >> > java -jar -Xms256M -Xmx1024M start.jar >> > >> > 2010/10/5 bharath kumar >> >> >> >> can u try >> >> >> >> java -jar -Xms256M -Xmx1024M start.jar &

Re: [Dhis2-devs] update select data element function in design data entry form more easier, simple and faster

2010-10-13 Thread Trí Trần Thanh
Thanks Ola. This is first version, i will upgrade it On 12 October 2010 18:34, Ola Hodne Titlestad wrote: > Hi Tri, > Nice work on the form designer, I agree that it is now better and faster. > Here are a few suggestions to further improvements (should go into a > blueprint, but I start here...):

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 2420: Removed styling of buttons and lists

2010-10-23 Thread Trí Trần Thanh
Hi Lars. I don't know why you deleted button & list styling ? Tran Thanh Tri   HISP Viet Nam   Cell phone: +84903670967 On 22 October 2010 22:56, wrote: > > revno: 24

[Dhis2-devs] Class not found exception

2010-10-24 Thread Trí Trần Thanh
Hi All. I just updated latest code. Build success but have error when run by tomcat action.dataanalysis.MarkForFollowupAction,org.hisp.dhis.wp.action.NoAction]; roo t of factory hierarchy (AbstractApplicationContext.java [main]) * DEBUG 11:35:43,654 Ignoring bean class loading failure for bean 'o

[Dhis2-devs] Use ajax request in data entry module ?

2010-10-26 Thread Trí Trần Thanh
Hi Lars. With current version. All functions in data entry module (select organisation unit/data set/period ) was used submit form. It will make page load very low. Can we change it to use ajax request so then everything will faster. Tran Thanh Tri HISP Viet Nam

[Dhis2-devs] Clean Calendar selection javascript in data entry form html code

2010-11-16 Thread Trí Trần Thanh
Hi. CASE: PATIENT MODULE. I think we shouldn't put in data entry form html code. I try to design entry form with date input. I inserted data input into form, after that i deleted it. Input filed was deleted but javascript was not deleted, if we save this form, what happen ? In data entry screen, o

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 Trí Trần Thanh
Tran Thanh Tri HISP Viet Nam Cell phone: +84903670967 On 21 December 2010 14:14, wrote: > > revno: 2406 > committer: Hieu > branch nick: dhis2 > timestamp: Tue 201

Re: [Dhis2-devs] [Bug 568385] Re: gis-export-image-fails-firefox

2010-04-27 Thread Trí Trần Thanh
I don't know how, but when i use FF , when submit the exportForm, some properties in action class not have value (null) but in Shrome that is ok.When export image in web page, right click and save to image, nothing to save and couldn't find the image file. Who can expand more ?

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1857: Applied patch from Tran on patient-module validation. See blueprint 'patient-validation'. Great w...

2010-05-16 Thread Trí Trần Thanh
Hi Lars. This version build error because we missing some class. [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure F:\dhis2\dhis2\dhis-2\d

Re: [Dhis2-devs] [Bug 551295] Re: Validation of groupset exclusivity

2010-05-19 Thread Trí Trần Thanh
Hi lars. in the add/update group set windows, i have removed the groups that are already member of a group set so thats fine what needs to be done: when adding/updating a group, we need to check each selected dataelement/indicator/orgunit whether it is a member of a group in that groups group set

Re: [Dhis2-devs] [Bug 551295] Re: Validation of groupset exclusivity

2010-05-20 Thread Trí Trần Thanh
chy of group > set, group, group member. > > What do you think? > > Ola > --- > > > 2010/5/20 Trí Trần Thanh >> >> Hi lars. >> in the add/update group set windows, i have removed the groups that >> are already member of a group set >> so

[Dhis2-devs] Exeption in DefaultAggregationService service

2010-06-11 Thread Trí Trần Thanh
Hi Lars. What is exception? Report Excel was working before ? * ERROR 14:42:59,562 Error while executing action (ExceptionInterceptor.java [ht tp-8080-5]) java.lang.NullPointerException at org.hisp.dhis.aggregation.impl.cache.MemoryAggregationCache.getOrgani sationUnitHierarchy(MemoryAggr

[Dhis2-devs] Please contact with Mr.Cong by duongdinhcon...@gmail.com

2010-09-21 Thread Trí Trần Thanh
Hi all. The email account of Mr.Cong was have some problem. He will use new email account is *duongdinhcon...@gmail.com. *Everybody will contact with him by this email. please Thanks ** Tran Thanh Tri HISP Viet Nam Cell phone: +84903670967 =

[Dhis2-devs] Can't checkout or update code from launchpad

2009-03-28 Thread Trí Trần Thanh
Hi all. I can't update code from launchpad by brz and this is log. please help me Connected (version 2.0, client Twisted) Authentication (publickey) successful! Secsh channel 1 opened. bzr: ERROR: exceptions.AssertionError: get_next() called when there are no chars left Traceback (most recent

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 130: Update Gis using batik API

2009-03-30 Thread Trí Trần Thanh
Yes, i found the way to use batik API Tran Thanh Tri HISP Viet Nam +84903670967 2009/3/30 Lars Helge Øverland > > > 2009/3/30 > > >> revno: 130 >> committer: Tran Thanh Tri >> branch nick: trunk >> timestamp: Mon 2009-03-30 13:13:54

[Dhis2-devs] View Excel file direct on web page

2009-04-03 Thread Trí Trần Thanh
Hi all, Please help me, I want show excel file on webpage directly, how can i do that? is it possible ? Tran Thanh Tri HISP Viet Nam +84903670967 ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe

Re: [Dhis2-devs] View Excel file direct on web page

2009-04-03 Thread Trí Trần Thanh
Staring > 2009/4/3 Trí Trần Thanh > >> Hi all, Please help me, I want show excel file on webpage directly, how >> can i do that? is it possible ? > > Hi Tri, > If you only want to display data from Excel online and it is less than 1 > MB, you can use Google

Re: [Dhis2-devs] View Excel file direct on web page

2009-04-03 Thread Trí Trần Thanh
irt. I see when generate report, server lost many memory for birt, after some time we must restart tomcat service. We have about 20 user using at same time. Tran Thanh Tri HISP Viet Nam +84903670967 2009/4/3 Lars Helge Øverland > > > 2009/4/3 Trí Trần Thanh > >> Thanks. >