[Dhis2-devs] [Bug 1585033] Re: Validation rule Translation left side and right side

2016-05-26 Thread Viet Nguyen
Hi Nghia, Do you have any error message that we can have a look ? Can be javascript or server error ? Also can you provide the string ( in Lao ) that you put into description ? Or a screenshot of what have been entered into the form. -- You received this bug notification because you are a memb

[Dhis2-devs] [Bug 1585033] Re: Validation rule Translation left side and right side

2016-06-28 Thread Viet Nguyen
** 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/1585033 Title: Validation rule Translation left side and right side Status in DHIS: Fix

[Dhis2-devs] [Bug 1585033] Re: Validation rule Translation left side and right side

2016-06-29 Thread Viet Nguyen
The issue is because they try to enter the name of the validation rule in Lao language ( left side and right side expression as in the screenshots that Nghia provided ) Then in validationAction.java we use the whole OrganisationUnit object as the key of the validationResults Map. I think the obje

Re: [Dhis2-devs] Program translations are not working in 2.24

2016-10-10 Thread Viet Nguyen
ages and Program Stage sections >>>> are not working in DHIS 2.24 version. Even if translations exist, they're >>>> not showing up on the UI. But, the same is working in trunk. Could you >>>> help fix it in 2.24 as well. >>>> >>>>

Re: [Dhis2-devs] Program translations are not working in 2.24

2016-10-10 Thread Viet Nguyen
mage: ThoughtWorks] > <http://www.thoughtworks.com/?utm_campaign=archana-chillala-signature&utm_medium=email&utm_source=thoughtworks-email-signature-generator> > > On Mon, Oct 10, 2016 at 5:23 PM, Viet Nguyen wrote: > >> Hi Archana, >> >> Sorry for late reply.

Re: [Dhis2-devs] Program translations are not working in 2.24

2016-10-13 Thread Viet Nguyen
, 2016 at 12:43 AM, Paulo Grácio wrote: > Hi, shouldn't this work? https://play.dhis2.org/demo/api/24/translations > > -- Paulo > > On Tue, Oct 11, 2016 at 4:44 AM Viet Nguyen wrote: > >> Hi Archana, >> >> This should be fixed now in 2.24. >> >>

Re: [Dhis2-devs] XML import bug

2016-10-17 Thread Viet Nguyen
able in > 2.23), for now I would include the default category combo. When you say > Import, are you creating this payload yourself, or is it coming from > another system? > > -- > > Morten Olav Hansen > > Senior Engineer, DHIS 2 > > University of Oslo > > http://

Re: [Dhis2-devs] XML import bug

2016-10-18 Thread Viet Nguyen
Hi Sam, I have applied a fix for this issue on 2.25 Please try again. Regards, On Tue, Oct 18, 2016 at 12:23 PM, Viet Nguyen wrote: > Hi Sam, > > Can you try to use the full object name "dataElementCategoryCombo" > instead of "categoryCombo" and try again

Re: [Dhis2-devs] Fwd: 404 Error when trying to use the DHIS2 menu in an APP

2017-02-27 Thread Viet Nguyen
the > disclaimer, kindly send an email to disclai...@hisp.org > and a copy will be provided to you. By replying to > this e-mail or opening any attachment you agree to be bound by the > provisions of the disclaimer.* > > ___ > Mai

Re: [Dhis2-devs] Fwd: 404 Error when trying to use the DHIS2 menu in an APP

2017-02-27 Thread Viet Nguyen
Hi Pooben, Please take the below file as an example. It's the main page of the dashboard-app. https://raw.githubusercontent.com/dhis2/dashboard-app/master/index.html Regards, On Mon, Feb 27, 2017 at 3:44 PM, Pooben Dass wrote: > Hi Viet Nguyen > > I am trying to get the DHIS2 m

Re: [Dhis2-devs] Version 26 - Issue; cannot update organisationunit

2017-06-07 Thread Viet Nguyen
appingRunnable.r >>> un(TaskThread.java:61) >>> at java.lang.Thread.run(Thread.java:745) >>> Caused by: org.postgresql.util.PSQLException: ERROR: null value in >>> column "property" violates not-null constraint >>> Detail: Failing row contains (44356

Re: [Dhis2-devs] Version 26 - Issue; cannot update organisationunit

2017-06-08 Thread Viet Nguyen
Regards > > Hannan > > On Wed, Jun 7, 2017 at 3:10 PM, Viet Nguyen wrote: > >> Hi Hannan, >> >> I think this is caused by some invalid translation records in your >> database. >> >> Can you try to run the below query with the old database and then run

Re: [Dhis2-devs] Version 26 - Issue; cannot update organisationunit

2017-06-08 Thread Viet Nguyen
the same value. But > note that there are 19385 rows have null values in the 'type' column. > > Thank you for your kind effort. > > Regards > > Hannan > > On Fri, Jun 9, 2017 at 9:06 AM, Viet Nguyen wrote: > >> Hi Hannan, >> >> As discussed yes

Re: [Dhis2-devs] why the translatrion can't work on event capture module?

2017-06-13 Thread Viet Nguyen
ists.launchpad.net > Unsubscribe : https://launchpad.net/~dhis2-devs > More help : https://help.launchpad.net/ListHelp > > -- Viet Nguyen Software Developer, DHIS 2 University of Oslo http://www.dhis2.org ___ Mailing list: https://launchpad.net/~d

Re: [Dhis2-devs] on the use of jQuery

2009-12-10 Thread Viet Nguyen
ns/util. > > Lars > > On Thu, Dec 10, 2009 at 10:41 AM, Abyot Gizaw wrote: > >> >> >> ------ Forwarded message -- >> From: Viet Nguyen >> Date: Thu, Dec 10, 2009 at 10:28 AM >> Subject: Re: [Branch ~dhis2-devs-core/dhis2/dhis-patient] Rev

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

2009-12-23 Thread Viet Nguyen
Hi, I don't think a validation in model layer is a good idea. Because a validator have to throw back to the view layer the error messages. If we validate at model layer, then for validating, a parameter have to go from view layer, through the controller to the model layer. Then if there would be e

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

2009-12-23 Thread Viet Nguyen
Hi, As always there is not a single right and wrong answer here. There are some things (usually different things) that might need to be validated at different levels of the application. But things which might make a mess of the model should be validated by the model (or the service layer as I se

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

2009-12-23 Thread Viet Nguyen
Hi Saptarshi, It's an well accepted pattern in data driven application (like ours), > validation should be done ideally at the model layer... and when I raised > the point of not doing it in JavaScript, I meant not doing that as default. > By default doing the validation in model layer and then se

Re: [Dhis2-devs] Christmas greetings

2009-12-24 Thread Viet Nguyen
Merry Christmas everyone :) We do celebrate Christmas in Vietnam ;-) Although I'm not in Vietnam now Cheers On Fri, Dec 25, 2009 at 12:08 AM, Bob Jolliffe wrote: > Seasons greetings over Christmas - do you guys do Christmas in Vietnam? If > not take a break anyway :-) > > Cheers > Bob >

[Dhis2-devs] Getting Locale Code

2010-01-04 Thread Viet Nguyen
Hi, I am trying to apply jQuery Validation plugin into dhis2 india branch. For showing the error messages in different languages, I need a language code. But could not find this code anywhere. So what I did is adding this method into "I18n" class: public String getCurrentLocaleCode() {

Re: [Dhis2-devs] Patient record

2010-01-20 Thread Viet Nguyen
Hi, 5. It's difficult to input information the current form (ref. attached file). Can we have the function which support designing data entry form? I've been working on the custom data entry screen. All basic features are finished. Currently we are implementing this project in India for the first

Re: [Dhis2-devs] Framework update

2010-01-21 Thread Viet Nguyen
Hi, Spring now supports fully annotation stereotype, I hope you might consider to apply that for dhis. Maybe we can use stereotype annotation for Controller bean definition and reference... it might help reduce a lot of time, because we just only have to define the action class in struts.xml, not

[Dhis2-devs] Minor javascript cross-browser hack

2010-01-22 Thread Viet Nguyen
ch(e){ optionComboSelector.add(option); // just for IE } A common method in common.js should be useful. Regards, -- Viet Nguyen ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-

Re: [Dhis2-devs] Minor javascript cross-browser hack

2010-01-22 Thread Viet Nguyen
into a tag. Regards, 2010/1/22 Lars Helge Øverland > > > On Fri, Jan 22, 2010 at 12:16 PM, Viet Nguyen wrote: > >> Hi, >> >> Just a minor javascript cross-browser hack. >> >> When adding an options to a select tag using javascript, I can see in DHIS &

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

2010-01-26 Thread Viet Nguyen
issue; Quang is supposed to start work with us from March? >>>> Everybody agrees? and have you discussed with him? >>>> >>>> >>>> Remember mentioning this before and also talked to him... when I >>>> attended GNOME ASIA last year, and will conta

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

2010-01-30 Thread Viet Nguyen
Tran < >> tran.hispviet...@gmail.com> wrote: >> >>> Hi Abyot, >>> >>> I modify the source. >>> >>> Please find enclosed the attached file to see the patch.diff file. >>> >>> Best regards, >>> >>> >&g

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

2010-01-31 Thread Viet Nguyen
> Cell phone: +84 97 324 1542 > > > > On Sat, Jan 30, 2010 at 6:14 PM, Viet Nguyen wrote: > >> Hi, >> >> Here are things that I've changed for patient - branch >> >> >>- Add Date of Enrollment Description , Date of Incident Descriptio

[Dhis2-devs] Patient Identifier Management functions

2010-02-01 Thread Viet Nguyen
Hi Abyot, Do you have any plan for Patient Identifier Management functions ? Is it ok if i work on this ? Regards, -- Viet Nguyen ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https

Re: [Dhis2-devs] Pagination

2010-02-01 Thread Viet Nguyen
ps://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> > Post to : dhis2-devs@lists.launchpad.net > Unsubscribe : > https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> > More help : https://help.launchpad.net/ListHelp > >

Re: [Dhis2-devs] Patient Identifier Management functions

2010-02-04 Thread Viet Nguyen
e help : https://help.launchpad.net/ListHelp >>> >>> >> >> ___ >> Mailing list: >> https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> >> Post to : dhis2-devs@lists.launchpad.net >> Unsubscribe : >> https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> >> More help : https://help.launchpad.net/ListHelp >> >> > > ___ > Mailing list: > https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> > Post to : dhis2-devs@lists.launchpad.net > Unsubscribe : > https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> > More help : https://help.launchpad.net/ListHelp > > -- Viet Nguyen ___ 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] Question about the Organisation Unit Close Date

2010-02-05 Thread Viet Nguyen
g data to FALSE. If an organisation Unit is not allowing entering data. Then in the data entry form. If user try to enter data for it. We should not allow them, and show a popup to inform that this orgUnit is closed. Also the same in Import data modules. Is this right ?

[Dhis2-devs] Merged patient-branch with trunk

2010-02-22 Thread Viet Nguyen
"dataentryform". This will change alot in xml config files, I tried to search all the places and update the changes. I hope I don't miss anything... If there is any error, please be calm and tell me, i will fix i right away... Thank you,

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

2010-03-01 Thread Viet Nguyen
age things. Program enrollment is not a step of Patient Registration. It should be done after the registration I think. > - *RelationShip* > I can't create relationship between two objects. > It worked hereI will test it again... -- Viet Nguyen ___ 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] Greetings + new DHIS patient module

2010-03-01 Thread Viet Nguyen
On Mon, Mar 1, 2010 at 4:02 PM, Bob Jolliffe wrote: > Hi Viet > > On 1 March 2010 08:22, Viet Nguyen wrote: > >> Hi, >> >> >> On Mon, Mar 1, 2010 at 11:13 AM, Chau Thu Tran < >> tran.hispviet...@gmail.com> wrote: >> >>> Hi Abyot

Re: [Dhis2-devs] Error DHIS2 building

2010-03-02 Thread Viet Nguyen
dows 7, jdk1.6.0_16, maven 2.2.1 with* *JAVA_OPTS=-Xms256m >> -Xmx768m -XX:PermSize=256m -XX:MaxPermSize=768m environment variable. Any >> ideas? >> >> Thank you. >> Best regards, >> Quang >> > > Hi, First, I think you should upgrade to jdk1.6.0_17 Second , did you add this variable MAVEN_OPTS = -Xms256m -Xmx512m ? regards, -- Viet Nguyen ___ 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] [Dhis2-users] CANNOT CREATE PROGRAM STAGE SECTIONS in v. 2.27

2017-07-05 Thread Viet Nguyen
y >> emailing >> >> * >> >> *i...@logicaloutcomes.net* >> >> >> >> >> >> >> >> >> >> ___ >> >> Mailing list: https://launchpad.net/~dhis2-users >> >> Post to : dhis2-us...@lists.launc

Re: [Dhis2-devs] [Dhis2-users] Pending JIRA issues

2017-07-05 Thread Viet Nguyen
e now. > > Timothy > > ___ > Mailing list: https://launchpad.net/~dhis2-users > Post to : dhis2-us...@lists.launchpad.net > Unsubscribe : https://launchpad.net/~dhis2-users > More help : https://help.launchpad.net/ListHelp > > -- Viet Nguyen So

Re: [Dhis2-devs] [Dhis2-users] FW: Translation Problem with Event reports

2017-07-14 Thread Viet Nguyen
t; 104 | LogicalOutcomes c/o Centre for Social Innovation, 720 Bathurst > Street, Toronto Canada M5S 2R4 | *You may unsubscribe from receiving > commercial electronic messages from LogicalOutcomes by emailing * > *i...@logicaloutcomes.net* > > > > _______ >

Re: [Dhis2-devs] [Dhis2-users] A bug

2018-05-20 Thread Viet Nguyen
79 80 00 56* > *75 15 02 32* > > > > ___ > Mailing list: https://launchpad.net/~dhis2-users > Post to : dhis2-us...@lists.launchpad.net > Unsubscribe : https://launchpad.net/~dhis2-users > More help : https://help.launchpad.net/ListHelp > > -- Viet Nguy

Re: [Dhis2-devs] Data Set Completion on 2.29

2018-06-12 Thread Viet Nguyen
*Mobile:* +2348036195778 > *Skype:* barnabas.akumba > > ___ > Mailing list: https://launchpad.net/~dhis2-devs > Post to : dhis2-devs@lists.launchpad.net > Unsubscribe : https://launchpad.net/~dhis2-devs > More help : https://help.l

Re: [Dhis2-devs] [Dhis2-users] Authorities for dragging and droping Dashboard Items

2018-06-18 Thread Viet Nguyen
t;> intention, and we don't see the rationale behind this neither. >> >> >> Best >> Lise >> -- >> *From:* Dhis2-users > o@lists.launchpad.net> on behalf of Morten Olav Hansen < >> mor...@dhis2.org> >> *S

Re: [Dhis2-devs] [Dhis2-users] dhis version 2.30 is released

2018-07-23 Thread Viet Nguyen
erformance and scalability of bulk imports of events, enrollments > and tracked entity instances. Docs > <https://docs.dhis2.org/master/en/developer/html/webapi_kafka_integration.html> > RELEASE INFO --- Release Information Link Download release and sample > database https://www.dhis2.org/downloads

Re: [Dhis2-devs] [Dhis2-users] User roles un-assigned some authorities after restarting the server

2018-08-23 Thread Viet Nguyen
: dhis2-us...@lists.launchpad.net >>> Unsubscribe : https://launchpad.net/~dhis2-users >>> More help : https://help.launchpad.net/ListHelp >>> >> ___ >> Mailing list: https://launchpad.net/~dhis2-devs >> Post to : dhis2-devs

Re: [Dhis2-devs] [Dhis2-users] dhis version 2.30 is released

2018-09-27 Thread Viet Nguyen
the > latest? > > Secondly, why is a category option that is not used in any dataset > affecting data entry on that dataset? > > Thanks > > > Warm Regards, > > Ifeanyi > > Read DrMaestro's Blog > www.ifeanyiokoye.com > > > On Thursday, Se

Re: [Dhis2-devs] Problem creating a data export in 2.30

2018-10-11 Thread Viet Nguyen
by the > provisions of the disclaimer.* > ___ > 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

Re: [Dhis2-devs] Problem creating a data export in 2.30

2018-10-11 Thread Viet Nguyen
Elmarie Claasen* > > [image: Hisp logo] > > Project Manager > > Health Information Systems Program > > Tel: 041-367 1027 > > Cell: 082 374 2209 > > E-mail: elma...@hisp.org > > Skype: elmarie.claasen52 > > > > *From:* Viet Nguyen

Re: [Dhis2-devs] Translation reset after night

2018-10-12 Thread Viet Nguyen
gt; > I'm trying to reproduce this issue on blank database but still couldn't > reproduce it. > > Thanks, > -- > *Em Le Hong* > DHIS2 Implementation| *HISP Vietnam * > em.hispviet...@gmail.com | *Skype:* em.hispviet...@gmail.com > > > > > > __

Re: [Dhis2-devs] Unable to create new users as secret and twofa columns are null

2018-10-14 Thread Viet Nguyen
nchpad.net > Unsubscribe : https://launchpad.net/~dhis2-devs > More help : https://help.launchpad.net/ListHelp > -- Viet Nguyen Software Developer, DHIS 2 University of Oslo http://www.dhis2.org ___ Mailing list: https://launchpad.net/~dhis2-d

Re: [Dhis2-devs] Unable to create new users as secret and twofa columns are null

2018-10-14 Thread Viet Nguyen
Those columns were added from 2.30 only. Did you upgrade your DB to 2.30 before ? On Mon, Oct 15, 2018 at 1:02 PM DHIS2 Support wrote: > Version: 2.29Build revision: 88696a1 > thanks Viet > On Mon, Oct 15, 2018 at 6:58 AM Viet Nguyen wrote: > >> Hi, which version are you

Re: [Dhis2-devs] [Dhis2-users] DHIS2 2.30 IMPORT/EXPORT ISSUE

2018-11-05 Thread Viet Nguyen
30 – I will say >> that it was not possible after all. We tried many different combinations >> for creating the .csv files and none was successful. Together with the fact >> that some of the Org Unit csv files have been successfully imported in >> versions 2.25 – 2.29 &

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

2010-03-03 Thread Viet Nguyen
lly, but almost those things only follow India 's requirements. Please give comment then we can try to make it more generic... Regards, Viet Nguyen ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net

Re: [Dhis2-devs] Patient Identifier Management functions

2010-03-04 Thread Viet Nguyen
I don't have strong opinion about this problem, let John and guys discuss and finish it. Then I could do the coding part... Regards, -- Viet Nguyen ___ 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] Greetings + new DHIS patient module

2010-03-04 Thread Viet Nguyen
t the gobal requirements. I think we should have a solution for this...If we can not come to an end for any problem working on both patient-branch and trunk at the same time is fine with me. More things will come soon... -- Viet Nguyen ___ Maili

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

2010-03-08 Thread Viet Nguyen
ion*). > > Thanks ! > > -- > Hieu.HISPVietnam > Good Health ! > > > ___ > Mailing list: > https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> > Post to : dhis2-devs@lists.launchpad.net >

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

2010-03-08 Thread Viet Nguyen
Page = $currentPage + 1 ) > href="dataElement.action?searchText=$searchText&pageSize=$pageSize¤tPage=$nextPage">$i18n.getString( > "command.more") > #end > > > > > Thank you very much Murodullo. I will try to implement this to the patient list and update to you soon.

Re: [Dhis2-devs] Pagination patch

2010-03-09 Thread Viet Nguyen
a util class, then later I can modify that link ( maybe add or remove a "/" , or something like that ) -- Viet Nguyen ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https

Re: [Dhis2-devs] Pagination patch

2010-03-09 Thread Viet Nguyen
2010/3/9 Viet Nguyen > > >> Hi Viet, this looks quite elegant.. >> >> If the PagingUtil class is general, any chance we can move it to the >> dhis-support-system project so that it can be used by other modules if >> required later? >> >> Lars &

[Dhis2-devs] Transactional for business logic code

2010-03-14 Thread Viet Nguyen
ethod may throw a custom exception, or return a boolean value, to let the action class know whether the create patient action is successful or not . So.. should I do this ? or keep current approach ? Please give some advices. Thank you, -- Viet N

Re: [Dhis2-devs] Transactional for business logic code

2010-03-16 Thread Viet Nguyen
2010/3/16 Lars Helge Øverland > > > On Mon, Mar 15, 2010 at 7:47 AM, Viet Nguyen wrote: > >> >> Hi, >> >> I have a problem while doing this patient module that I want to share with >> you. >> >> Current, I do all the business logic code on

[Dhis2-devs] [Bug 513789] Re: Program Stages History/Plan in Patient Module show "Complited" about partially entered data.

2010-03-18 Thread Viet Nguyen
Fixed this. One point to note here : A program stage can have some compulsory data elements. So this program stage can be completed after all the compulsory had data, and not compulsory data elements can be empty. -- Program Stages History/Plan in Patient Module show "Complited" about partially

[Dhis2-devs] [Bug 513789] Re: Program Stages History/Plan in Patient Module show "Complited" about partially entered data.

2010-03-18 Thread Viet Nguyen
** Changed in: dhis2 Status: New => Fix Committed -- Program Stages History/Plan in Patient Module show "Complited" about partially entered data. https://bugs.launchpad.net/bugs/513789 You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to

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

2010-03-19 Thread Viet Nguyen
! > > > > ___ > Mailing list: > https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> > Post to : dhis2-devs@lists.launchpad.net > Unsubscribe : > https://launchpad.net/~dhis2-devs<https://launchpad.n

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

2010-03-19 Thread Viet Nguyen
On Fri, Mar 19, 2010 at 4:20 PM, Viet Nguyen wrote: > > > On Fri, Mar 19, 2010 at 4:05 PM, Hieu Duy Dang > wrote: > >> Public bug reported: >> >> I verified a date string with format is '-MM-dd' for each date text >> field. The validation ru

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

2010-03-22 Thread Viet Nguyen
the format of the English one. Regards, -- Viet Nguyen ___ 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 541788] [NEW] Testing for Date formatted text field validation working not well formed - Data entry

2010-03-25 Thread Viet Nguyen
how to do it or I don't want that rule, I still have to define the method for that rule in Hindi without checking anything, just return TRUE ... Another point is... for any new language that we use...someone has to touch those things. or at least tell me to do it... Please

Re: [Dhis2-devs] [Bug 547086] [NEW] dhis14-import-datasets-20 characters

2010-03-25 Thread Viet Nguyen
chpad.net/%7Edhis2-devs> > More help : https://help.launchpad.net/ListHelp > I have just had a look. It seems you are talking about short name. Also looked at other objects . There are changes of the length of some fields in hibernate file. I will have to update those changes for client va

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1785: Audit trail logging functions for DataSet, OrganisationUnit, User modules.

2010-04-19 Thread Viet Nguyen
/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> > > Post to : dhis2-devs@lists.launchpad.net > > Unsubscribe : > > https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> > > More help : https://help.launchpad.net/ListHelp > > > > __

Re: [Dhis2-devs] Pagination patch

2010-04-20 Thread Viet Nguyen
Hi Jason, I planed to move this to common ... but...somehow forgot it sorry :( Will do it asap. Something I would like to note here for sorting and filter functions. When we apply the paging, we need to sort from database, so there will be many changes in service methods. And for filter fu

Re: [Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 1785: Audit trail logging functions for DataSet, OrganisationUnit, User modules.

2010-04-21 Thread Viet Nguyen
st: > > https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> > > Post to : dhis2-devs@lists.launchpad.net > > Unsubscribe : > > https://launchpad.net/~dhis2-devs<https://launchpad.net/%7Edhis2-devs> > > More help : https://help.launchpa

Re: [Dhis2-devs] Error in listing patients

2010-05-12 Thread Viet Nguyen
up. If its production, then you can send me your db, I will try to update it without losing data... -- Viet Nguyen ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://lau

Re: [Dhis2-devs] saving value in name-based module

2010-08-04 Thread Viet Nguyen
pad.net/%7Edhis2-devs> > More help : https://help.launchpad.net/ListHelp > > -- Viet Nguyen ___ 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