Re: Run Opentaps source code in Eclipse

2008-03-25 Thread Peter Felts
Please provide more detailed information such as the exact error message you're receiving, what trigger the error, etc. - Original Message From: ladroge [EMAIL PROTECTED] To: user@ofbiz.apache.org Sent: Tuesday, March 25, 2008 8:13:25 AM Subject: Run Opentaps source code in Eclipse

Customizing product search and display pages

2008-03-25 Thread George L
Hello, I need help in customizing these features in ofbiz. 1. Product search (need to replace the current feature with with a faceted search ) 2. catalog drill down (need to display catalog hierarchy as menus, which might need template changes) 3. Product display screen (need to know ways to

packing error

2008-03-25 Thread mike_mcmillan
I tried to pack an order after creating a picklist, but was unable to complete the packing process due to an error. I am able to perform this action in the demo version, but this error occurred in a clean instance of Ofbiz. I am not sure what is I am missing from the error I received. Am I

Re: Can't Approve Orders with service products

2008-03-25 Thread Enrique Ruibal
Hello Mridul, I did created orders for the digital/service products form Order Manager and found them in completed status directly and didn't find any approve button as well. But Yes, I do find it for the orders with physical products, and that is acceptable. I understand this point now,

Re: Can't Approve Orders with service products

2008-03-25 Thread Enrique Ruibal
I do have the following questions with regard to invoicing of service products through ofbiz, as per your last reply: Any invoice against an order is generated automatically in OFBiz through service eca's when the order is created. We can create manual invoices as well in Accounting

Re: Run Opentaps source code in Eclipse

2008-03-25 Thread Jacques Le Roux
BTW, I suppose you know these pages ? http://docs.ofbiz.org/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse http://docs.ofbiz.org/display/OFBIZ/Eclipse+Tips Jacques From: Jacques Le Roux [EMAIL PROTECTED] Why not ask on Opentaps forum or look at Opentaps site

Quickie Q

2008-03-25 Thread Case Torres
Hi All, Release 4 (version: 602101 Where would I find where the layoutSettings.headerImageUrl is defined in release 4? In trunk it's in framework/common/CommonScreens.xml. Thanks, Case Torres [EMAIL PROTECTED]

RE: Quickie Q

2008-03-25 Thread Case Torres
uh sorry about that, my question is in regards to the Global Decorator.. and in the trunk version specified as set field=layoutSettings.commonHeaderImageUrl value=/images/companylogo.jpg global=true/ so all the General Screens/Pages show the company logo instead of the ofbiz logo. There is no

RE: Quickie Q [RESOLVED]

2008-03-25 Thread Case Torres
Case Torres [EMAIL PROTECTED] -Original Message- From: Case Torres [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2008 3:05 PM To: user@ofbiz.apache.org; [EMAIL PROTECTED] Subject: RE: Quickie Q uh sorry about that, my question is in regards to the Global Decorator..

Problems in screen widget regarding to show searched list in form widget

2008-03-25 Thread santoh malviya
Hello all, I am working on the jira issue https://issues.apache.org/jira/browse/OFBIZ-1642. I am getting problem of being shown same searched result twice instead of once, this is happening because I iterated a list and in that list also iterated a second list and applied a condition of matching

Re: Swing FrontEnd Accounting Package

2008-03-25 Thread Ashish Vijaywargiya
You can see the implementation of POS(Point of Sale) component for the reference. On Sat, Mar 22, 2008 at 12:41 AM, Johnny Kewl [EMAIL PROTECTED] wrote: Hello, brand new, just downloaded OfBiz. My interest is in a Swing driven accounting package, OfBiz seems to be completely web driven.

Re: getProductCategoryAndLimitedMembers

2008-03-25 Thread Scott Gray
Hi Grant I can't comment on why System.out wouldn't work but I always use: import org.ofbiz.base.util.*; Debug.log(Message); Regards Scott On 26/03/2008, Grant Edwards [EMAIL PROTECTED] wrote: Hi Running a find on my system looking for *.bsh and within each file found looking for