Re: Convert UOM values: error

2010-09-02 Thread Jacques Le Roux
Yes there are chances, not all conversions are handled, you may contribute... Jacques From: "Info Olagos" Yes, thanks. I looked in it. Will the problem than probably be in the properties of each product? for example : weight. Heidi 2010/9/2 Jacques Le Roux I don't think it's Euro related

accessing framework resources from "external" special purpose component

2010-09-02 Thread frabjousB
For source control purposes, we have separated our specialpurpose "test_project" component from the main ofbiz directory structure like so: /projects/ofbiz/ (OFBiz location) /projects/test_project/ (test_project component location) /projects/ofbiz/specialpurpose/build.xml then contains:

Re: Convert UOM values: error

2010-09-02 Thread Info Olagos
Yes, thanks. I looked in it. Will the problem than probably be in the properties of each product? for example : weight. Heidi 2010/9/2 Jacques Le Roux > I don't think it's Euro related. You may have used UOMs wihout an > UomConversion entity > Look for UomConversion in UnitData.xml file > > Ja

Re: OfBiz e-commerce customization

2010-09-02 Thread BJ Freeman
it would take a long time to answer all your questions in detail. My opinions: In general most developers that come to ofbiz attempt to use what they know to apply to ofbiz. I have found taking fresh minds that have not invested in one form or another of programing are the easiest to learn ofb

Re: Related entity's data in a form field

2010-09-02 Thread Bruno Busco
Could this help? (cut and paste from http://www.opensourcestrategies.com/ofbiz/ofbiz_form_widget_cookbook.txt) * How to use the same field or value more than once on the form Let's say you need to display productId twice on your form, once as productId and once as the product description. The f

Re: Convert UOM values: error

2010-09-02 Thread Jacques Le Roux
I don't think it's Euro related. You may have used UOMs wihout an UomConversion entity Look for UomConversion in UnitData.xml file Jacques From: "Info Olagos" Hello, What to do if i have in the orders screens for a certain order this error message: When clicking on shipment. The Following

Re: Issue in Ofbiz code coverage Report with cobertura

2010-09-02 Thread Jacques Le Roux
Did you look into the MLs? http://ofbiz.markmail.org/search/cobertura Jacques From: "lenka.prasanta" Hi All, Please help me in below issue I am new to the ofbiz & trying to generate a code coverage report with cobertura.I followed the below steps to do the same. 1.Download the ofbi

Convert UOM values: error

2010-09-02 Thread Info Olagos
Hello, What to do if i have in the orders screens for a certain order this error message: When clicking on shipment. The Following Errors Occurred: Error: ERROR: Could not complete the Issue OrderItemShipGrpInvRes to Shipment [file:/C:/release09.04/applications/product/script/org/ofbiz/shipment

Ofbiz Concurrency handling

2010-09-02 Thread Michał Cukierman
Hello, I do ofbiz customization with some code changes. At the moment Im extending ecommerce catalog and product structure. This action requires additional services to be implemented. So, I am wondering how ofbiz implements concurent programing issues. In FTL files in most cases it invokes publ

Issue in Ofbiz code coverage Report with cobertura

2010-09-02 Thread lenka.prasanta
Hi All, Please help me in below issue I am new to the ofbiz & trying to generate a code coverage report with cobertura.I followed the below steps to do the same. 1.Download the ofbiz release10.04 version. 2.download cobertura-1.9.3.jar and put in "framework\base\lib" 3.changed the co

ajax response

2010-09-02 Thread Pierre Smits
Hi all, In a .ftl form I build a list of projects available. The list contains per row a selection box to generate a query-string. I then pass the request (with the query-string) to following javascript function: function getAssociatedTaskList(request) {; new Ajax.Request( request, {

RE: Auto Suggest

2010-09-02 Thread Gavin Mabie
Great stuff -Original Message- From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] Sent: 02 September 2010 11:51 AM To: user@ofbiz.apache.org Subject: Re: Auto Suggest From: "Gavin Mabie" > Thanks Matthieu > > Ankit pointed me in the right direction - what I require is a field t

Re: Orphan DocBook Pages?

2010-09-02 Thread BJ Freeman
how about putting them under webtools techdocs key here is need a tab or component that is visible on the UI to have them accessible from the Help link on UI. = BJ Freeman Strategic Power Office with Supplier Automation

Re: Confluence Space Merge

2010-09-02 Thread BJ Freeman
I do a lot of google to find things. what i find is that unless I am pretty close the hits do no show up in the first few pages. and I am amazed of the pages I don't find in google from the wiki. They get posted in the ML or I stumble on them by mistake. google SEO has changed over the years.

Re: Auto Suggest

2010-09-02 Thread Jacques Le Roux
From: "Gavin Mabie" Thanks Matthieu Ankit pointed me in the right direction - what I require is a field that, one the user types in a search term ofbiz will "suggest" possible searches as is demonstrated in the https://demo-trunk.ofbiz.apache.org:8443/catalog/control/main search Products field

Orphan DocBook Pages?

2010-09-02 Thread Sam Hamilton
Hey Guys - do you know how to get the following pages in our help docs? http://svn.apache.org/repos/asf/ofbiz/trunk/framework/documents/Framework.xml http://svn.apache.org/repos/asf/ofbiz/trunk/framework/documents/SingleSignOn.xml http://svn.apache.org/repos/asf/ofbiz/trunk/framework/documents/Uni

Re: Auto Suggest

2010-09-02 Thread Jacques Le Roux
BTW the auto-complete for dropdowns in jQuery has been delayed because it introduces issues with current Dependent Dropdown mechanism see https://issues.apache.org/jira/browse/OFBIZ-3863 and https://issues.apache.org/jira/browse/OFBIZ-3917 Jacques From: "Jacques Le Roux" If you mean auto-comp

RE: Auto Suggest

2010-09-02 Thread Gavin Mabie
Thanks Matthieu Ankit pointed me in the right direction - what I require is a field that, one the user types in a search term ofbiz will "suggest" possible searches as is demonstrated in the https://demo-trunk.ofbiz.apache.org:8443/catalog/control/main search Products field. BTW I think what

Re: Auto Suggest

2010-09-02 Thread Sascha Rodekamp
Hello Gavin, jep we have the autocomplete in the trunk (prototype based) and in the jQuery brunch (jquery based). If you want to use it in the 9.04 version, you have implement it by you're own (have a look at the example screens in the current trunk, maybe you can copy some code there). Here are s

Re: Auto Suggest

2010-09-02 Thread S K Pradeep Kumar
Hi, Auto Suggest already there at https://demo-trunk.ofbiz.apache.org:8443/webpos/control/main With regards, S K Pradeep kumar, 9980609494 On Thu, Sep 2, 2010 at 11:34 AM, Gavin Mabie wrote: > Any ideas on how to implement auto-suggest in Ofbiz? > >

Re: Auto Suggest

2010-09-02 Thread Matthieu Bollot
Le jeudi 02 septembre 2010 à 09:35 +0200, Matthieu Bollot a écrit : > Le jeudi 02 septembre 2010 à 08:59 +0200, Jacques Le Roux a écrit : > > If you mean auto-complete there are already some in ofbiz. AFAIK only for > > lookups in trunk, but soon also for dropdowns in jQuery > > branch > I think

Re: Auto Suggest

2010-09-02 Thread Matthieu Bollot
Le jeudi 02 septembre 2010 à 08:59 +0200, Jacques Le Roux a écrit : > If you mean auto-complete there are already some in ofbiz. AFAIK only for > lookups in trunk, but soon also for dropdowns in jQuery > branch I think that he means something such as : you're looking at green shoes, so may be you

RE: Auto Suggest

2010-09-02 Thread Gavin Mabie
Thanks Anit. This is exactly what I was looking for - doesn't look like it's available in 9.04 or is it? How do I include functionalities from the trunk into 9.04. Thanks in advance. Gavin -Original Message- From: Ankit Jain [mailto:ankit.j...@hotwaxmedia.com] Sent: 02 September 2010

Re: Confluence Space Merge

2010-09-02 Thread Sam Hamilton
Hi Guys, I have been thinking about this indexing problem - do you think its possible to build something like http://help.eclipse.org/ but at http://ofbiz.apache.org/help/ or suitable location outside the demo sites - I still think that google is having too hard a time getting into the demos?

Re: Discount if paid within x days - supported?

2010-09-02 Thread aray
Thanks.. Yes, I can see the steps you mentioned are implemented and works just fine. My requirement is beyond association of terms to order/invoice and reporting the same. I actually need to apply the discount. Taking the example from my earlier email, need to close the invoice at $27 instead of $

Re: Auto Suggest

2010-09-02 Thread Jacques Le Roux
If you mean auto-complete there are already some in ofbiz. AFAIK only for lookups in trunk, but soon also for dropdowns in jQuery branch Jacques From: "Gavin Mabie" Any ideas on how to implement auto-suggest in Ofbiz?