Re: Remove You Might Also Interested Items From Cart

2010-05-14 Thread Chirag Manocha
These are actually associated products to the product you are looking at. The association is in ProductAssoc entity and association type are PRODUCT_UPGRADE , PRODUCT_COMPLEMENT You can remove the association and there is a check in ftl that the part will only appears #if

Re: edit PDF layout in purchase order

2010-05-14 Thread Jacques Le Roux
Not quite sure what you arez looking for but have a look at OrderPurchaseReportPayment.fo.ftl OrderPurchaseReportProduct.fo.ftl PurchasesByOrganizationReport.fo.ftl Jacques From: HyunWoo Jo hyun...@sound4u.net hello, community. can someone tell me how to change or where to look PDF layout or

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-14 Thread Atul Vani
hi Prasanthi, I suggest you trace the control's flow and look for examples OOTB, it's really hard to find a problem this way. -- Thanks Regards Atul Vani Jr. Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ prasanthi_ofbiz wrote: Hi vani, There is no error,but its

Re: calling multiple services in ofbiz

2010-05-14 Thread luoxv
Thanks -- From: lu...@hotmail.com Sent: Friday, May 14, 2010 1:12 PM To: user@ofbiz.apache.org Subject: Re: calling multiple services in ofbiz Thanks -- From: prasanthi_ofbiz

Re: calling multiple services in ofbiz

2010-05-14 Thread luoxv
Thanks -- From: Atul Vani atul.v...@hotwaxmedia.com Sent: Friday, May 14, 2010 1:35 PM To: user@ofbiz.apache.org Subject: Re: calling multiple services in ofbiz Hi Prasanthi, If its an error in the service then you can verify it in server logs.

Re: Remove You Might Also Interested Items From Cart

2010-05-14 Thread luoxv
Thanks -- From: Chirag Manocha cmano...@emforium.com Sent: Friday, May 14, 2010 2:18 PM To: user@ofbiz.apache.org Subject: Re: Remove You Might Also Interested Items From Cart These are actually associated products to the product you are looking

Re: Group By Query

2010-05-14 Thread Atul Vani
hi Kranti, you might wanna use setGroupBy function from DynamicViewEntity.java -- Thanks Regards Atul Vani Jr. Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ Kranti Agrawal wrote: Hi, I need to do a query which will group by a particular element, like i need a count

Re: Group By Query

2010-05-14 Thread Kranti Agrawal
Thanks Atul, I'll have a look at it. Regards, Kranti Agrawal Student, IIIT Bangalore krantiagrawal.blogspot.com On Fri, May 14, 2010 at 4:01 PM, Atul Vani atul.v...@hotwaxmedia.comwrote: hi Kranti, you might wanna use setGroupBy function from DynamicViewEntity.java -- Thanks Regards

Forms in pdf

2010-05-14 Thread Ramkrishna Swamy
Hello list, I have a pdf and it includes various forms, say form1, form2, form3 etc., i want to show form1 in top and then below it form2 and then form3 in front of form1. Right now pdf shows all form one below another. Thanks in advance. -- Thanks Ramkrishna

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

Re: calling multiple services in ofbiz

2010-05-14 Thread Atul Vani
hi Prasanthi, i didn't get whats the problem, but if you want to use out parameters of the service being called then you will have to do it like this call-service ... result-to-field ... / result-to-result ... / /call-service -- Thanks Regards Atul Vani Jr. Software Developer HotWax

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 field name=acctgTransTypeId

Re: Unable to get the updated data from database to screen

2010-05-14 Thread BJ Freeman
if I understand you, you need to update the UILabels for that. they are in the config/UIlables.xml for that component or in the framework/common/config = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Re: Unable to get the updated data from database to screen

2010-05-14 Thread Akash Jain
Hello Prasanthi, Change the value of AcctgTransType.description.CREDIT_LINE uilabel (Credit Line - Credit Lines) in accounting/config/AccountingEntityLabels.xml file. Thanks and Regards -- Akash Jain prasanthi_ofbiz wrote: Hi, As of my requirement I updated the Description of CREDIT_LINE

Product Features or Attribute : Infinite number of sizes (Length, width depth) combination and volume used for pricing

2010-05-14 Thread nbhanu
I have been looking at Ofbiz for a week. I am looking at using it for retail shop. I had few questions on the product attributes and features. My product has attributes like width, depth and length and is sold at rates based on volume. Now these attributes can have any possible values and it

Re: Unable to get the updated data from database to screen

2010-05-14 Thread Ruth Hoffman
Hi Pransanthi: You may also use the WebTools Label Manager. Regardless of where you change this, if you are using Java 1.5 or earlier, you will need to restart OFBiz for the change to take effect. Regards, Ruth Find me on the web at

tomahawk with 9.04?

2010-05-14 Thread Patrick
WIll tomahawk work with ofbiz 9.04 (i downloaded the current one in january) ? I pasted the tomahawk files into my directory and hit ant run-install, but I still have just flat grey, bluelight and smooth feather.

Re: edit PDF layout in purchase order

2010-05-14 Thread HyunWoo Jo
thank you, i will check those files. i am looking for where i can change the format or layouts after created a purchase order and there is a link to print out PDF if i put my contact email and web URL in my party record, those information are printed over supplier's information. so i would