Formatting ftl files

2009-08-31 Thread Scott Gray
Hi All, I always find freemarker templates to be a real pain to try and inspect because the ftl and html code is indented together even though they represent different markup. What does everyone think about formatting the files so that ftl code is indented independently from the output?

Re: Formatting ftl files

2009-08-31 Thread Chirag Manocha
+1 Scott. I have suffered a lot with this pain in some of my customized projects. For highly confusing code for the same can also be seen in sidedeepcategory.ftl . I also prefer to indent html tags separately and ftl tags separately. Regards -- Chirag Manocha Scott Gray wrote: Hi All, I

[jira] Updated: (OFBIZ-2874) improvement on human res leave management

2009-08-31 Thread Erwan de FERRIERES (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES updated OFBIZ-2874: -- Attachment: OFBIZ-2874.diff Hi Ashish, here is a new version of the patch, with the

[jira] Updated: (OFBIZ-2874) improvement on human res leave management

2009-08-31 Thread Erwan de FERRIERES (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES updated OFBIZ-2874: -- Attachment: (was: OFBIZ-2874.diff) improvement on human res leave management

[jira] Assigned: (OFBIZ-2881) Lookup Data Resource when in Add Content not showing list of datasource's

2009-08-31 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray reassigned OFBIZ-2881: - Assignee: Scott Gray Lookup Data Resource when in Add Content not showing list of datasource's

Re: Formatting ftl files

2009-08-31 Thread Nicolas
Hi scott, it's a good idea, I use this method this few month. The problem, on large file, it's difficult to use double formating and I don't found a good assistant to do an auto-format. If I have been many time I rewrite the actual ftl helper for eclipse but It's not the case. Nicolas

[jira] Closed: (OFBIZ-2881) Lookup Data Resource when in Add Content not showing list of datasource's

2009-08-31 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray closed OFBIZ-2881. - Resolution: Fixed Fix Version/s: SVN trunk Hi Chris, r809425 should have solved this problem but

Re: svn commit: r808820 [2/2] - in /ofbiz/trunk: applications/accounting/webapp/accounting/agreement/ applications/accounting/webapp/accounting/fixedasset/ applications/accounting/webapp/accounting/in

2009-08-31 Thread Amit Sharma
Hello Scott, Pagination is not working, Due to few changes below in your commit r808820. Modified: ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductSearch.java URL:

[jira] Commented: (OFBIZ-2881) Lookup Data Resource when in Add Content not showing list of datasource's

2009-08-31 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12749472#action_12749472 ] chris snow commented on OFBIZ-2881: --- Yes, this is fixed. Many thanks! Lookup Data

Re: ResultSet is FORWARD_ONLY.

2009-08-31 Thread Mridul Pathak
Hi Scott, Pagination is not working on https://localhost:8443/webtools/control/FindGeneric screen. Throwing following error on latest revision: 2009-08-31 16:55:05,759 (http-0.0.0.0-8443-6) [ EntityListIterator.java:218:WARN ] Warning: auto-closed EntityListIterator because of

Re: svn commit: r808820 [2/2] - in /ofbiz/trunk: applications/accounting/webapp/accounting/agreement/ applications/accounting/webapp/accounting/fixedasset/ applications/accounting/webapp/accounting/in

2009-08-31 Thread Scott Gray
Hi Amit, The problems should now be resolved, please update past r809425 Regards Scott On 31/08/2009, at 11:39 PM, Amit Sharma wrote: Hello Scott, Pagination is not working, Due to few changes below in your commit r808820. Modified:

Re: ResultSet is FORWARD_ONLY.

2009-08-31 Thread Scott Gray
Thanks Mridul, fixed in r809554 Regards Scott On 31/08/2009, at 11:47 PM, Mridul Pathak wrote: Hi Scott, Pagination is not working on https://localhost:8443/webtools/control/FindGeneric screen. Throwing following error on latest revision: 2009-08-31 16:55:05,759 (http-0.0.0.0-8443-6)

Re: svn commit: r808820 [2/2] - in /ofbiz/trunk: applications/accounting/webapp/accounting/agreement/ applications/accounting/webapp/accounting/fixedasset/ applications/accounting/webapp/accounting/in

2009-08-31 Thread Amit Sharma
Hello Scott, I am working on r809554. Its not working on it. Thanks, -Amit Sharma Scott Gray wrote: Hi Amit, The problems should now be resolved, please update past r809425 Regards Scott On 31/08/2009, at 11:39 PM, Amit Sharma wrote: Hello Scott, Pagination is not working, Due to few

Re: svn commit: r808820 [2/2] - in /ofbiz/trunk: applications/accounting/webapp/accounting/agreement/ applications/accounting/webapp/accounting/fixedasset/ applications/accounting/webapp/accounting/in

2009-08-31 Thread Scott Gray
Thanks Amit, fixed in r809585 Regards Scott On 1/09/2009, at 12:39 AM, Amit Sharma wrote: Hello Scott, I am working on r809554. Its not working on it. Thanks, -Amit Sharma Scott Gray wrote: Hi Amit, The problems should now be resolved, please update past r809425 Regards Scott On

HOWTO get the OFBiz website updated?

2009-08-31 Thread Ruth Hoffman
Hello All: How can I get my e-books listed on the OFBiz website? I have two books that I've written and I would like to make them available to anyone interested. Specifically, I'd like to list them under Learning. (http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Related+Books) If you give me

Re: svn commit: r808820 [2/2] - in /ofbiz/trunk: applications/accounting/webapp/accounting/agreement/ applications/accounting/webapp/accounting/fixedasset/ applications/accounting/webapp/accounting/in

2009-08-31 Thread Amit Sharma
Thanks Scott for quick attention on it. Now pagination is working. But still having two another issues:- 1) It shows wrong listSize of the results (Its showing 54 but it should be 39, please see attached Screenshot-1.png). 2) Next link of pagination is not working (Not showing remaining

Re: HOWTO get the OFBiz website updated?

2009-08-31 Thread Tim Ruppert
Do you not have write access to the docs spaces or are you looking for write access to the actual site in SVN? If you're looking for that - good luck. I've been a committer for almost 3 years and still don't have access to that! Cheers, Tim -- Tim Ruppert HotWax Media

Issue in Accounting Demo Data for Entity - CustomTimePeriod

2009-08-31 Thread Sumit Pandit
Hello Devs, It is looking that there is issue with Demo data of CustomTimePeriod Entity. In file - DemoGlSetupData.xml line# 392, 393. Modified field - parentPeriodId=6010. Old value - CustomTimePeriod organizationPartyId=Company customTimePeriodId=6013 periodTypeId=FISCAL_QUARTER

Re: HOWTO get the OFBiz website updated?

2009-08-31 Thread Ruth Hoffman
Hi Tim: I'd just like to write to the website location http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Related+Books. Not sure if this is doc spaces or part of SVN. Don't know how the project website with Apache is set up. Thanks Ruth Tim Ruppert wrote: Do you not have write access to the docs

Google Base Code is broken after commit r808410 - Please provide your suggestion to solve the problem

2009-08-31 Thread Ashish Vijaywargiya
Hello Hans, I am working on Google Base. The code was working fine till revision r808332. But it stopped working after your commit r808410 (Big one in which you have added docbook related things) The reason is the addition of

[jira] Updated: (OFBIZ-2874) improvement on human res leave management

2009-08-31 Thread Erwan de FERRIERES (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES updated OFBIZ-2874: -- Attachment: (was: OFBIZ-2874.diff) improvement on human res leave management

[jira] Updated: (OFBIZ-2874) improvement on human res leave management

2009-08-31 Thread Erwan de FERRIERES (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES updated OFBIZ-2874: -- Attachment: OFBIZ-2874.diff this new patch adds a calendar of all the leaves taken for

Re: HOWTO get the OFBiz website updated?

2009-08-31 Thread Adrian Crum
Tim, If the page Ruth needs to modify is in the SVN space, then she could do an SVN checkout, make her changes, and provide a patch. -Adrian Tim Ruppert wrote: So, you're just saying you'd like to write to that page - that makes perfect sense and is something that I know that David (and

Re: HOWTO get the OFBiz website updated?

2009-08-31 Thread Tim Ruppert
It looks like she just wants to edit the page - which I can give perms to - but I would like for David or whoever makes those decisions to say - Yeah, go ahead Ruth! I doubt it will be an issue, I've just never granted this stuff myself :) As for the SVN stuff - that's definitely the way

Re: HOWTO get the OFBiz website updated?

2009-08-31 Thread Jacques Le Roux
Hi Tim, Did you ever ask to have access to it ? Jacques From: Tim Ruppert tim.rupp...@hotwaxmedia.com Do you not have write access to the docs spaces or are you looking for write access to the actual site in SVN? If you're looking for that - good luck. I've been a committer for almost 3

Integration CCAvenue payment service

2009-08-31 Thread Abhijeet Pandey
Plz let me know if somebody has done this. if not then what are the steps involved and how to do it. Plz guide. Thanks, Abhijeet Hi All, Can anyone guide me how to integrate with *CCAvenue* which is a payment service? If anyone has done the integration, Please guide me. Many Thanks in

Re: HOWTO get the OFBiz website updated?

2009-08-31 Thread Ruth Hoffman
Thanks everyone! I await David's approval :-) Ruth Tim Ruppert wrote: It looks like she just wants to edit the page - which I can give perms to - but I would like for David or whoever makes those decisions to say - Yeah, go ahead Ruth! I doubt it will be an issue, I've just never granted

Re: HOWTO get the OFBiz website updated?

2009-08-31 Thread Tim Ruppert
I have all of the access - just waiting for approval :) Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Aug 31, 2009, at 9:04 AM, Jacques Le Roux wrote: Hi Tim, Did you ever ask to have access to it ? Jacques From: Tim Ruppert

Re: HOWTO get the OFBiz website updated?

2009-08-31 Thread David E Jones
I'm not in a position to approve or disapprove anything... in fact the whole idea is a bit silly since it's never been done like that, and really never should be done like that. The PMC votes on all decisions related to write access to resources (at least since the PMC has existed, ie

Re: HOWTO get the OFBiz website updated?

2009-08-31 Thread Tim Ruppert
Thanks for the clarification David - my apologies. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Aug 31, 2009, at 12:57 PM, David E Jones wrote: I'm not in a position to approve or disapprove anything... in fact the whole idea is a bit

Re: action list in form inheritance

2009-08-31 Thread David E Jones
Harmeet, The original intent of this design was to be kind of like a method in a class in that if you specify a method with the same name in a sub- class then it will override the method in the parent class so that none of that method is run. The basic problem is what if you didn't want

Re: action list in form inheritance

2009-08-31 Thread David E Jones
Yes, that would be another way... ie don't call parent form actions unless it is explicitly specific as opposed to calling it unless something says not to call it. -David On Aug 31, 2009, at 5:23 PM, Adrian Crum wrote: Maybe what the actions section needs is an element that would

Re: HOWTO get the OFBiz website updated?

2009-08-31 Thread David E Jones
Ruth, As I mentioned in that other message the general idea with the OFBADMIN space is that it is maintained by PMC members. To be more blunt, the vote may go another way (no responses to your message to the private@ mailing list yet), but chances are you will not be granted permission

Re: svn commit: r808820 [2/2] - in /ofbiz/trunk: applications/accounting/webapp/accounting/agreement/ applications/accounting/webapp/accounting/fixedasset/ applications/accounting/webapp/accounting/in

2009-08-31 Thread Scott Gray
Thanks Amit, I've fixed #2 in r809785 but I'm I don't think #1 is related to my changes so you'll need to report the issue in jira as I don't have time to dig into it right now. Regards Scott On 1/09/2009, at 2:37 AM, Amit Sharma wrote: Thanks Scott for quick attention on it. Now

Re: HOWTO get the OFBiz website updated?

2009-08-31 Thread Ruth Hoffman
Hi David: Ok. No harm done. I'll do that. Thanks again. Ruth David E Jones wrote: Ruth, As I mentioned in that other message the general idea with the OFBADMIN space is that it is maintained by PMC members. To be more blunt, the vote may go another way (no responses to your message to the

[jira] Commented: (OFBIZ-2527) When editing items, Promotion Codes are getting deleted when we click Update Items.

2009-08-31 Thread Wickersheimer Jeremy (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12749741#action_12749741 ] Wickersheimer Jeremy commented on OFBIZ-2527: - I think the

Re: action list in form inheritance

2009-08-31 Thread Harmeet Bedi
To me main main motivation for raising this is that the rules of ofbiz are sometimes hidden for non expert users and current override may be a pitfall. How about this: Have 2 attributes to a form with default values. 1. parent-actions with default override and options append(super semantics),

Re: action list in form inheritance

2009-08-31 Thread David E Jones
Sounds fine to me. One small suggestion: to be more consistent with the existing extends attribute, maybe we should have something like extends-actions. -David On Aug 31, 2009, at 9:47 PM, Harmeet Bedi wrote: To me main main motivation for raising this is that the rules of ofbiz are

Re: Google Base Code is broken after commit r808410 - Please provide your suggestion to solve the problem

2009-08-31 Thread Ashish Vijaywargiya
Thanks Hans for your comment on this - I will explore it and will get back to you if needed. Rest comments Inline: -- Ashish On Tue, Sep 1, 2009 at 5:15 AM, Hans Bakker mailingl...@antwebsystems.comwrote: Hi Ashish, xalan is required for the generation of html documents from the xml/xsl

[jira] Updated: (OFBIZ-2877) Add a new field nanmed - statusId to GlReconciliation entity.

2009-08-31 Thread Parimal Gain (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parimal Gain updated OFBIZ-2877: Attachment: OFBIZ-2877.patch Attached patch for the work. Thanks to sumit Add a new field