Re: How to hide empty (no stock) products and empty (no stock) categories?

2009-01-28 Thread madppiper
Well, I gave this some more thought. My first solution would be to run through each Product and check whether or not the quantityonhand is existent. So as for the productsummary screens, which are featured in the categories, I ran through the categorydetail.groovy page and added: [...]

Re: Can´t create order from quote

2009-01-28 Thread ChristopherJ
Hi Jacopo I have updated my ofbiz via svn but the problem still persists am I wrong in stating that the quote type ID you are referring to can either be ¨other; Product; Product Purchase; Proposal¨ if so this has been submitted with the quote but on creation of order it is removed and I am

What is the use of ProductFeatureIactn entity

2009-01-28 Thread Amit Sharma
Hello all, I was reviewing DemoProduct.xml of ecommerce. Can anybody tell me what is the use of ProductFeatureIactn entity. Thanks and Regards Amit Sharma

Re: What is the use of ProductFeatureIactn entity

2009-01-28 Thread Divesh Dutta
Hello Amit, Generally ProductFeatureIactn entity provides the capability to store which features are incompatible with other features.And productFeatureIactnTypeId=FEATURE_IACTN_INCOMP shows that two features are incompatible.You can get more detail from page number 78 of data model

Quote to order - manual adjustments amount not included in cart grand total

2009-01-28 Thread Raj Saini
Hi, I am facing a problem while creating a order from a quote with a manual adjustment of shipping charges, the adjustment amount is not included in the cart grand total. Although manual adjustments are copied to order adjustment and added to cart adjustment (ShoppingCartService.java, lines

Re: What is the use of ProductFeatureIactn entity

2009-01-28 Thread Amit Sharma
Thanks for reply divesh Yes ProductFeatureIactn entity provides the capability to store which features are incompatible with other features. and also it provide the dependency between the features if when we put productFeatureIactnTypeId=FEATURE_IACTN_DEPEND. But DemoProduct.xml has

Re: How to hide empty (no stock) products and empty (no stock) categories?

2009-01-28 Thread madppiper
Well, a tiny update on my side (just in case that anybody else is interested in a solution). I did get around with that problem by introducing view-entities: I added the following to a entitymodel.xml file of my own: !-- View Entities for Categories -- view-entity

SFA Manager Application

2009-01-28 Thread Stephen Rufle
I am running trunk 738606. Trying to Create New Account https://localhost:8443/sfa/control/NewAccounts In the Primary Phone Number section if you enter an extension it is ignored. I was able to verify that the ext was not actually saved by going to Party: tab and viewing the just created

Re: Quote to order - manual adjustments amount not included in cart grand total

2009-01-28 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 if you look at the resetGrandTotal https://demo.hotwaxmedia.com/webtools/control/ArtifactInfo?type=serviceuniqueId=resetGrandTotal there are a bunch of ECAS that might be useful Raj Saini sent the following on 1/28/2009 5:14 AM: Hi, I am facing

tracking codes

2009-01-28 Thread Heidi Dehaes
Hello, Has anyone experience with the use of tracking codes by affiliate websites in ofbiz 4.0 ? Do i need to put the TrackingCodeEvents.java file (from within the marketing component) in the EVENT tag in the ecommerce controller on every line in order to work? Or is it implemented anywhere

Re: tracking codes

2009-01-28 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 my understanding is that when someone checksout this is proccessed see CheckOutEvents.java //get the TrackingCodeOrder List List trackingCodeOrders = TrackingCodeEvents.makeTrackingCodeOrders(request); Heidi Dehaes sent the following on

Re: Error on Party Fin.History Screen

2009-01-28 Thread Hans Bakker
Hi Sharan, thanks for reporting this. The method: InvoiceWorker.getInvoiceTotalBd() was removed some time in favor of InvoiceWorker.getInvoiceTotal( I found some more references and changed them too... Committed revision 738724. if this does not solve your problem, let us know. Regards, Hans