Deploy custom jasperreports in ofbiz

2008-01-17 Thread Ravi Subramanian
-map is When i access the url i am getting the template of the report but no rows are returned. But for the corresponding query in the database a result set containing some rows is being returned. The accessing of the data is not taking place. Someone assist me with this please. Thanks, Ravi

Re: Deploy custom jasperreports in ofbiz

2008-01-17 Thread Ravi Subramanian
I have not prepared the data. There is a query in the JRXML and i thought it gets executed and the data is retreived. Now i checked on the document http://www.opentaps.org/docs/index.php/Using_JasperReports_with_opentaps and it says I need to prepare the data using a beanshell script. I looked

Re: Deploy custom jasperreports in ofbiz

2008-01-18 Thread Ravi Subramanian
ve you better > understanding: > 1. JasperReportsPdfViewHandler.java > 2. JREntityListIteratorDataSource.java > 3. JRMapCollectionDataSource.java > > Regards, > Mathius Allo > > - Original Message > From: Ravi Subramanian <[EMAIL PROTECTED]> > To:

Re: Deploy custom jasperreports in ofbiz

2008-01-23 Thread Ravi Subramanian
; currently doing) and then pass it to JasperReport or you can pass your query > parameters to JasperReport then use them to query your datasource from > JasperReport. > > - Original Message > From: Ravi Subramanian <[EMAIL PROTECTED]> > To: user@ofbiz.apache.org &g

Re: Deploy custom jasperreports in ofbiz

2008-01-24 Thread Ravi Subramanian
- Original Message > From: Ravi Subramanian <[EMAIL PROTECTED]> > To: user@ofbiz.apache.org > Sent: Friday, January 18, 2008 6:30:36 PM > Subject: Re: Deploy custom jasperreports in ofbiz > > Thanks for that information Mathius. > > I have a query and i need

Re: Deploy custom jasperreports in ofbiz

2008-01-24 Thread Ravi Subramanian
The jasperreports came up . There was couple of jar files missing(itext-1.1.jar and jasper-compiler-jdt-2006-01-18.jar). Included them in framework/base/lib and built the application and it worked. Thank you all for your help Ravi. On Thu, 2008-01-24 at 17:07 +0530, Ravi Subramanian wrote: >

POS screen "ITEM MODIFICATION ERROR"

2008-01-27 Thread Ravi Subramanian
Hi, I am trying to use the POS in ofbiz. I am using the localderby database and running it in ubuntu 7.10. After i start the POS and give username/password as 1/1 and then open the manager to give some starting amount i am taken to the list of products. When i click on any of them i get an alert s

Re: POS screen "ITEM MODIFICATION ERROR"

2008-01-28 Thread Ravi Subramanian
Hi Bilgin & Jacques, I am using the latest version of the trunk. The screen is not freezed actually. The alert window is not getting closed when we close it using the mouse. That just goes into the background and thus we are not able to use the POS application. Once i close the window using alt+f

View the Bill Of Materials as a tree

2008-02-27 Thread Ravi Subramanian
Hi I have configured a product and associated a bill of materials with it. How can i view the associated components under that product as a tree? I want to show the product in the ecommerce site and when it is selected it should also give the details of the component products. Thanks, Ravi.

BOM for configurable products

2008-03-10 Thread Ravi Subramanian
Hi all, I am currently using some configurable goods. When the BOM is generated for the configurable product the configuration options are not included in them. I want them to be included once the product is configured. Anyone help me on this please. Thanks, Ravi.