Re: Form widget validation

2010-07-27 Thread prasanthi_ofbiz
Hi Ravindra, Thanks. Now its working fine. Regards Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/Form-widget-validation-tp2234816p2303505.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Form widget validation

2010-07-27 Thread prasanthi_ofbiz
Hi Varun I want to validate voucherReference field. So I have applied widget-style to validate-number in the form. Code for validate-number is already exists in the validation.js file . Still its not validating the field. You can check my form code and the validation field is in bold.

Re: How to disable default entity creation on ant run-install

2010-07-22 Thread prasanthi_ofbiz
Hi Jacques , Thanks for u r great reply. I changed those conditions to check-on-start="false",add-missing-on-start="false" instead of check-on-start="true" add-missing-on-start="true". Still its creating the demo data. If I use ant command for build its not. Regards Prasanthi -- View this messag

How to disable default entity creation on ant run-install

2010-07-21 Thread prasanthi_ofbiz
Hi How to disable default entity creation or overridden of existing data in the database on ant run-install[build]. To avoid the same I am changing the default database to localderby instead of localoracle and building the application. Tell me know any other way to resolve this. Regards Prasanthi

any sample update service

2010-07-15 Thread prasanthi_ofbiz
hi Provide me one sample service for updating existing record using java source Regards Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/any-sample-update-service-tp2290155p2290155.html Sent from the OFBiz - User mailing list archive at Nabble.com.

problem while returning list object

2010-07-15 Thread prasanthi_ofbiz
Hi I have created my own service which is created for returning a list. So I have added below code in the services_ledger.xml parameterizing Financial Account Type and getFinAccountType functionis written in

How to create our own service

2010-07-09 Thread prasanthi_ofbiz
Hi, I want to know How to create our own service in side ofbiz application . I want to create a service which will insert FIN_ACCOUNT_TYPE_ID, PARENT_TYPE_ID, REPLENISH_ENUM_ID, IS_REFUNDABLE, HAS_TABLE, DESCRIPTION, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP data

parameterising the Fin Account Type Id

2010-07-06 Thread prasanthi_ofbiz
Hi I want addition of new Fin Account Type Id should be parametrised and at the same time I don't want to give the link 'webtools' which is already exist in the ofbiz application. So I am creating the new screen for the same. But I want to reuse the same service which is using for creating the new

Re: Adding new field for existing search

2010-07-06 Thread prasanthi_ofbiz
Hi Ravindra, Please the check the logger. If I added voucher Date in condition-expr. While framing the sequal query in EntityFinderUtil.java its not able to get modelField value . Please let me know the which service it is calling. 2010-07-06 14:45:17,717 (http-0.0.0.0-7443-2) [ Cont

Re: Adding new field for existing search

2010-06-23 Thread prasanthi_ofbiz
Dear Ravindra, Let me know which service it is calling for search so that I can add new parameter as a search criteria in the service definition. Regards Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/Adding-new-field-for-existing-search-tp2265556p2266490.html Sent

Re: Adding new field for existing search

2010-06-23 Thread prasanthi_ofbiz
Dear BJ, I have not done such changes. If i remove voucher Date from condition-expr its working fine. Piece of code written in bold is newly added by me in GlForms.xml

validations in ofbiz

2010-06-23 Thread prasanthi_ofbiz
Hi How to validate the fields in the ofbiz application. Like specific field should accept only characters or only numeric etc... Ex. Account Name should allow only characters. Regards Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/validations-in-ofbiz-tp2265642p

Re: Adding new field for existing search

2010-06-23 Thread prasanthi_ofbiz
Hi Also please let me know which service it is calling Regards Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/Adding-new-field-for-existing-search-tp2265556p2265582.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Adding new field for existing search

2010-06-23 Thread prasanthi_ofbiz
Hi I want to add 'voucher date' as a another search parameter in the "Accounting Transaction" Screen. For this I have added new date-time field in the FindAcctgTrans form of GlForms.xml. Also want to show in the search result so added 'condition-expr' and 'field' in the ListAcctgTrans form of GlF

Re: How to disable right click and back buttons after logged in into ofbiz

2010-06-16 Thread prasanthi_ofbiz
Dear Ankit, I have added this code in the prototype.js like onRightClick: Event.observe(window, 'contextmenu', function(event) {event.stop();}); This will restrict user on right click. But its not restrict user to click on 'Back' link of browser. How to resolve the same Regards, Prasanthi -- V

Re: session clearing on each click of ofbiz application

2010-06-16 Thread prasanthi_ofbiz
Dear Raj, I resolved the problem. Problem is not in apache configuration.Its in ofbiz application. For this I did changes as 1. Go to ofbiz/framework/catalina/src/org/ofbiz/catalina/container/CrossSubdomainSessionValve.java. 2. Search for invoke() function. Inside that function change code from r

Re: How to disable right click and back buttons after logged in into ofbiz

2010-06-15 Thread prasanthi_ofbiz
Dear Ankit, I want to restrict the back link click in entire ofbiz[Accounting,AP,AR] application. Where I have to add your code?. Is it global specification or module wise? Regards Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/How-to-disable-right-click-and-ba

How to make a field mandatory

2010-06-09 Thread prasanthi_ofbiz
Hi How to make a field mandatory. I want to make postToGlAccountId as a mandatory field in the Financial Account Creation screen. For this in the service definition(Services_FinAccount.xml) I mentioned that field as a IN parameter then only * symbol added in the screen. But its not throwing any e

Re: session clearing on each click of ofbiz application

2010-06-08 Thread prasanthi_ofbiz
Dear Raj, Thanks for your post.Can you please tell me how you configured in ajp_proxy. Regards, Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/session-clearing-on-each-click-of-ofbiz-application-tp2237194p2246978.html Sent from the OFBiz - User mailing list archiv

Re: session clearing on each click of ofbiz application

2010-06-07 Thread prasanthi_ofbiz
Dear BJ, We have an set up where ofbiz is accessed through Apache web server. Ofbiz is also integrated with CAS server for single sign on. When we are accessing ofbiz, the session created for path /accounting is not getting saved in the cookie. Due to which whenever we are click on any tab, it i

Re: session clearing on each click of ofbiz application

2010-06-01 Thread prasanthi_ofbiz
Dear BJ, I found where the problem is but I don't know why its happend. In the common-contoller.xml file located at ofbiz/framework/common/webcommon/WEB-INF/ there is a section written below Because of this each and every click visit

How to disable right click and back buttons after logged in into ofbiz

2010-06-01 Thread prasanthi_ofbiz
Hi, How to restrict the right click and Back link of browser in the ofbiz application Regards Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/How-to-disable-right-click-and-back-buttons-after-logged-in-into-ofbiz-tp2238341p2238341.html Sent from the OFBiz - User mai

Re: session clearing on each click of ofbiz application

2010-05-31 Thread prasanthi_ofbiz
Hi BJ, Attaching the same logger file in different format because i don't think it will open Regards Prasanthi http://ofbiz.135035.n4.nabble.com/file/n2238065/ofbiz_log.doc ofbiz_log.doc -- View this message in context: http://ofbiz.135035.n4.nabble.com/session-clearing-on-each-click-of-ofbiz

Re: session clearing on each click of ofbiz application

2010-05-31 Thread prasanthi_ofbiz
Dear BJ, Cash setup is nothing but LDAP authentication. Once the user is logged in we are authenticating the user through LDAP. In my environment apache server is in another location and application is in another System. I am also running the same application with out routing apache server then

session clearing on each click of ofbiz application

2010-05-31 Thread prasanthi_ofbiz
Hi I have implemented cash system in ofbiz application where he OFBIZ server is accessed through apache server Thus certain port are changed as per the requirement to make it run on web server is done there. But problem is for each and every click inside the application the session was getting cle

cash server impltmentation in Ofbiz

2010-05-28 Thread prasanthi_ofbiz
Hi, I have implemented cash system in ofbiz. For getting remote user and authenticate the user I written code in LoginWorker.java of checkServletRequestRemoteUserLogin function which will call webservices and get the respective user , organizations party Id, etc... But the problem is it should

Re: Search result table Rows max length Specification

2010-05-24 Thread prasanthi_ofbiz
Hi Bilgin, I resolved the issue. The problem is while requesting for look up its not having any titleProperty in its context map variable. Regards, Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/Search-result-table-Rows-max-length-Specification-tp2224142p2228432.h

Re: Search result table Rows max length Specification

2010-05-24 Thread prasanthi_ofbiz
Hello Bilgin , Yeash I tried the same but not working its giving 20 rows to a page. As I said earlier i have changed code in the ModelForm.java its giving one error in the all look up screen. Attached the screen shot please let me know whats the problem Regards, Prasanthi http://n4.nabble.com/f

How to read only text box

2010-05-21 Thread prasanthi_ofbiz
Hi In Ofbiz application I want to make a text box read-only and the value in side that text box should pass to the database through service. I used then not able to pass forward. Thanks, Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/How-to-read-only-text-box-tp

Re: Search result table Rows max length Specification

2010-05-21 Thread prasanthi_ofbiz
Hi Ravindra, I got the solution. viewSize value is always taking from defaultViewSize which isin the ModelForm.java. There directly i have checked with the screen name and set that value to 100. Regards, Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/Search-result-

Re: Search result table Rows max length Specification

2010-05-20 Thread prasanthi_ofbiz
Hi Ravindra, I tried it for value '10' also, its not reflecting. If I check the ModelForm.java in that its taking index and size values from context object,which contains values as below. ==>[viewIndex]:0 ==>[viewSize]:20 ==>[lowIndex]:0 ==>[highIndex]:20 Eventhough I removed the below 2 lines

How to set Screen level viewIndex and viewSize specification for the reports

2010-05-20 Thread prasanthi_ofbiz
Hi All, I want to show all the list of records in a single screen for Trial Balance report. I don't want to change global level. I tried with the below code in the screen but its not reflecting Help me out.. Regards Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.

Re: Search result table Rows max length Specification

2010-05-20 Thread prasanthi_ofbiz
Hi Ravindra, I am thinking that i want to pass the viewSize value as the result length. How it can be achieved.?? Regards Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/Search-result-table-Rows-max-length-Specification-tp2224142p2224473.html Sent from the OFBiz - U

Re: Search result table Rows max length Specification

2010-05-20 Thread prasanthi_ofbiz
Hello Ravindra, Thanks for your suggestion. Yeah I want to customization at screen level i.e; for Trial Balance Report. I changed in the screen like instead of using fron-field for viewSize I specified value ad '100' but its not working. Please tell me what's the problem. Regards, Prasanthi

Search result table Rows max length Specification

2010-05-20 Thread prasanthi_ofbiz
Hi, In the "Trial Balance" report each page displaying 20 rows at a time. Where this max row size is mentioned . I think its a global specification. Can I customize it? While printing I need all records in a single screen.Not like in Global GL Setting--> List Accounts Print Regards, Prasanthi --

Re: Not able to navigate to a screen

2010-05-19 Thread prasanthi_ofbiz
Hi Deepak, Thanks for u r reply. I have written the below code now its working fine. Regards, Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/Not-able-to-navigate-to-a-screen-tp2221044p787.html Sent from the

Re: Not able to navigate to a screen

2010-05-19 Thread prasanthi_ofbiz
Hi Deepak, Even though I have written below code also giving same problem Reagards, Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/Not-able-to-navigate-to-a-screen-tp2221044p532.html Sent fro

Re: Not able to navigate to a screen

2010-05-18 Thread prasanthi_ofbiz
Hi Deepak I have written below code inside service implementation for loading the parent entity then iterated with list until my condition was satisfied. Is it a correct approach of any other suggestions?

Re: Not able to navigate to a screen

2010-05-18 Thread prasanthi_ofbiz
Hi Deepak Dixit , Thanks your suggestion. I missed out that out field specification . Now its working fine. I want to know one more . How to load the parent record details in the service by passing fk column. My requirement is inside createFinAccountTrans service I want to get the postToGlAccountI

Re: Not able to navigate to a screen

2010-05-18 Thread prasanthi_ofbiz
Hi Deepak Dixit, I posted my service in the previous reply only. I think this error was coming because of acctgTransId is not a column in FinAccountTrans table. Thatsy its giving Unknown parameter found: [createFinAccountTrans.acctgTransId]. but in the EditAcctgTrans screen expecting the acctgTran

Re: Not able to navigate to a screen

2010-05-18 Thread prasanthi_ofbiz
Hi Arpit, thanks for tour reply. Please check my code

Re: Not able to navigate to a screen

2010-05-18 Thread prasanthi_ofbiz
Hi vani Yeah CommonPartyDecorator expecting organizationPartyId which is not avaialble in the screen . Now Its working fine. Thanks. But the acctgTransId is not getting passed from the previous screen so Edit Transaction and Edit Transaction Entries were not included. Please let me know how to pa

Re: Not able to navigate to a screen

2010-05-18 Thread prasanthi_ofbiz
Hi Arpit Please tell me how to pass acctgTransId and organizationPartyId should be passed and from which service i.e: from createFinAccountTrans or createAcctgTrans Regards Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/Not-able-to-navigate-to-a-screen-tp2221044p

Re: Not able to navigate to a screen

2010-05-18 Thread prasanthi_ofbiz
Hi Arpit, Yeah that parameter was not getting passed from financial account screen. Actually I called createAcctgTrans service from createFinAccountTrans. So logic for passing acctgTransId is same right? I don't know its not carried forward . How to pass this acctgTransId variable?? Regards Pra

Re: Not able to navigate to a screen

2010-05-18 Thread prasanthi_ofbiz
Hi vani, Its true.Thatsy i have created a new section with out that condition and with out and then its navigating If you add the and then again same problem.. http://n4.nabble.com/file/n2221121/withoutDecorationScreens.png withoutDecorationScreens.png Regards, Prasanthi -- View this mess

Not able to navigate to a screen

2010-05-18 Thread prasanthi_ofbiz
Hi , In Accounting module I need to navigate a screen from "Edit Financial Account Transaction" to "Edit Accounting Transaction" For this I mentioned request-map success view as EditAcctgTrans instead of EditFinAccountTrans in the controller . But its navigating a screen with only appbar menu an

Re: calling multiple services in ofbiz

2010-05-17 Thread prasanthi_ofbiz
Hi vani I tried one more thing like in the EditFinAccountTrans screen I have included one link and given target as EditAcctgTrans then its navigating to the posting screen but why its not working fine in my case? Help me in this issue... Regards, Prasanthi -- View this message in context: htt

Re: calling multiple services in ofbiz

2010-05-17 Thread prasanthi_ofbiz
Hi Vani, I included the menu also still same problem. Its not navigating to Posting Transaction Screen Thanks & Regards, Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2219668.html Sent from the OFBiz - User mailing list

Re: calling multiple services in ofbiz

2010-05-17 Thread prasanthi_ofbiz
Hi Vani, If I see the view Source then the After the AccountingAppBar is ended its starting section and ending the section with out including any forms The Source is like, Actually this section should include the below two forms /accounting/control/AdminMain?organizationPartyId=100

Re: calling multiple services in ofbiz

2010-05-17 Thread prasanthi_ofbiz
Hi Vani, I tried to include the form there it self earlier only but its giving rendering problem like, org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://common/widget/CommonScreens.xml#FindScreenDecorator]: java.lang.RuntimeException: Error rendering included fo

Re: calling multiple services in ofbiz

2010-05-16 Thread prasanthi_ofbiz
Hi vani, I tried to render the page from the Financial Account Transaction screen to other screens in the third level menu like Menus.xml#AccountingAppBar, but its not able to navigate. I think the problem is like its not able to include the submenu which will contain the Accounting transaction

Unable to get the updated data from database to screen

2010-05-14 Thread prasanthi_ofbiz
Hi, As of my requirement I updated the Description of CREDIT_LINE from "Credit Line" to "Credit Lines" of acctg_trans_type table. If you see the same description in the screen its same as the previous description Code for getting those data to screen is

Re: calling multiple services in ofbiz

2010-05-14 Thread prasanthi_ofbiz
hi vani, If I call createAcctgTrans service from the normal flow its generating one acctgTransId and this id is to carrying forward where as if I call it from createFinAccountTrans service its not carrying the generated id so its giving a info message in the logger like 2010-05-14 15:19:41,972

Re: calling multiple services in ofbiz

2010-05-14 Thread prasanthi_ofbiz
Hi vani, There is no error,but its navigating to that screen without the forms. Regards , Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/calling-multiple-services-in-ofbiz-tp2196098p2216303.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: calling multiple services in ofbiz

2010-05-13 Thread prasanthi_ofbiz
Hi Vani, Inside the EditAcctgTrans there was some conditions for displaying the forms like 1. 2. I have one double like while calling 2nd service from the 1st service i have written code like

Re: calling multiple services in ofbiz

2010-05-13 Thread prasanthi_ofbiz
Hi Vani, In case of create Accounting transaction also we are navigating to the EditAcctgTrans screen only. Below mentioned the request-map detils and the view-map is So as I mentioned same in the createFinAccountTrans request-map, it shoul

Re: calling multiple services in ofbiz

2010-05-13 Thread prasanthi_ofbiz
Hi Vani, Yeah I implemented the same its creating accounting translation but its now redirecting to the EditTrasaction Screen. In the controller i have given the response map to Edit Accoutning Transaction screen. Original Code: M

Re: calling multiple services in ofbiz

2010-05-13 Thread prasanthi_ofbiz
Hi Vani, I called another service inside a service call, but how can i pass parameters to the second service. Like without passing parameters its giving below error The Following Errors Occurred: ERROR: Could not complete the Create a Financial Account Transaction [file:/home/openuser/newAccou

Re: conditional form addition in the screen

2010-05-12 Thread prasanthi_ofbiz
Hi Akash, Its working now. I have written conditioninstead ofthen its working. Thank you . Regards, Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/conditional-form-addition-in-the-screen-tp2195999p2197198.html Sent from the OFBiz - User mailing list

Re: conditional form addition in the screen

2010-05-12 Thread prasanthi_ofbiz
Hi Akash, I tried same thing already but no use. Its always including the CreateAcctgTrans1 form Thanks & Regards Prasanthi -- View this message in context: http://ofbiz.135035.n4.nabble.com/conditional-form-addition-in-the-screen-tp2195999p2197177.html Sent from the OFBiz - User mailing

Re: conditional form addition in the screen

2010-05-12 Thread prasanthi_ofbiz
Hi Akash, I didn't get you. can u pls explain -- View this message in context: http://ofbiz.135035.n4.nabble.com/conditional-form-addition-in-the-screen-tp2195999p2197152.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: conditional form addition in the screen

2010-05-12 Thread prasanthi_ofbiz
Hi Atul Vani , Thaks for your reply. I applied same thing but no use... Check the below code

calling multiple services in ofbiz

2010-05-12 Thread prasanthi_ofbiz
Hi Is it possible to call multiple services at a time?? Like while adding a transaction of Financial Account, I want to call two services On click of "Add" button of Edit Financial Account Transaction. The two services are EditFinAccountTrans, for Addition of financial transaction and

conditional form addition in the screen

2010-05-12 Thread prasanthi_ofbiz
Hi, I want to include a form into one ofbiz screen based on some condition. Please me help me out.. Ex: My Screen

Re: How to edi the <@ofbizUrl/>

2010-05-11 Thread prasanthi_ofbiz
Hi Atul Vani , Thanks for your great reply. Actual link url for this page [Next/Previous/First/Last] were framing in the HtmlFormRender.java file located framework/widget/src/org/ofbiz/widget/html/. Additional Code String url=prepLinkText; int exists=url.indexOf("ticket");

Re: How to edi the <@ofbizUrl/>

2010-05-11 Thread prasanthi_ofbiz
Hi Atul Vani , I have changed code according to my requirement in renderNextPrev and given some debugger statements but no use, even the debugger statements are also not printed in the log. Can u pls let me know whats the problem... -- View this message in context: http://ofbiz.135035.n4

Re: How to edi the <@ofbizUrl/>

2010-05-11 Thread prasanthi_ofbiz
Dear Atul Vani , That ticket is exist in my application because i have implemented the Cash Server in my application, there for each and every request my cash server validate a ticket for my security reasons so, it won't exist in the normal application. -- View this message in context: h

Re: How to edi the <@ofbizUrl/>

2010-05-10 Thread prasanthi_ofbiz
Dear Shubham , I followed the same steps as you specified. Like browserUriRequest>controller.xml>ScreenView>ftl in that screen browserUriRequest=globalGLSettings controller.xml = ScreenView=ListGlAccounts, this Screen contains the code below Screen:ListGlAccounts http://n4.nabble.com/

Re: How to edi the <@ofbizUrl/>

2010-05-10 Thread prasanthi_ofbiz
Yeah its a great solution. But the problem here is I am not able to find the .ftl file for this screen and I am not sure where this url is framing and sending as a request to the server. Please let me know the ftl file and the file where the new parameters,noConditionFind=N&VIEW_SIZE_1=20&VIEW_IND

Re: How to edi the <@ofbizUrl/>

2010-05-10 Thread prasanthi_ofbiz
Thanks for u r reply. As I posted previously i have implemented Cash server system to the Ofbiz application. For this we will validate the user from the cash server and then gives control to the ofbiz server for second validation. At that time we will validate the user by encrypting the user an

How to edi the <@ofbizUrl/>

2010-05-09 Thread prasanthi_ofbiz
Hi In Ofbiz Application the each and every request contains the <@ofbizUrl> url part . I have implemented cash server in ofbiz application. Its working fine, but I have one issue like one of the screen having First, Next, Previous and Last links which will contain the parent url with dynamic pa

Re: OFBiz install won't start - Embedded service not yet been started

2010-05-06 Thread prasanthi_ofbiz
Please check whether the java home has been set or not. Try to start the server by setting the JAVA_HOME. -- View this message in context: http://ofbiz.135035.n4.nabble.com/OFBiz-install-won-t-start-Embedded-service-not-yet-been-started-tp448716p2132477.html Sent from the OFBiz Installation mai

Re: Sub-Ledger in Ofbiz

2010-05-06 Thread prasanthi_ofbiz
Dear Jacques, Thanks for your post. But still I am having little bit confusion from the comments on this issue. I am attaching the screen shot. My exact requirement is like if i have done transaction on [401000]GENERAL SALES chaild of [40] SALES . I want a report which should show only the

Journal Entry in Ofbiz

2010-05-05 Thread prasanthi_ofbiz
Hi friends, I want to implement the concept of Journal Entry, does Ofbiz supports it. If yes how to achieve it ? Can anyone please help me out ? -- View this message in context: http://ofbiz.135035.n4.nabble.com/Journal-Entry-in-Ofbiz-tp2130531p2130531.html Sent from the OFBiz - User mailing l

Sub-Ledger in Ofbiz

2010-05-05 Thread prasanthi_ofbiz
Hi friends, I want to implement the concept of sub-ledgers, does Ofbiz supports it. If yes how to achieve it ? Can anyone please help me out ? -- View this message in context: http://ofbiz.135035.n4.nabble.com/Sub-Ledger-in-Ofbiz-tp2130529p2130529.html Sent from the OFBiz - User mailing list a