Re: Can´t create order from quote

2010-11-15 Thread Shereen
Thanks a lot for your reply but you please explain more. What I understood from your message is that the quote is a stage in the sales order process and I can't create a PO from quote is that right? would you please tell me the difference from business side what's the difference between the two

MultiTrustManager

2010-11-15 Thread Rene Scheibe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Why is there a custom MultiTrustManager implemented in OFBiz and not the default one used that is provided by: javax.net.ssl.TrustManagerFactory.getInstance(SunX509) Because of this I have to put the certificate of every HTTPS endpoint I want to

Re: Aggregate Function

2010-11-15 Thread smithav
I am using the datawarehouse model BI. I am using the already existing Date and Currency dimensions. I have defined Product, Customer, Location,Slaes dimensions in addition to them. Here Sales is a fact table. It contains foreign keys of all the dimension tables along with a field called sales. I

Re: Aggregate Function

2010-11-15 Thread Hans Bakker
How about looking at what is already there? have a look in: applications/order/entitydef/entitymodel_olap.xml there the sales are already defined, perhaps you can improve on that? why people always want to build new and not improve what is already there? Regards, Hans On Mon, 2010-11-15 at

Re: MultiTrustManager

2010-11-15 Thread Jacques Le Roux
Hi René, I have no ideas why. But it could be interesting to contribute code in order to use javax.net.ssl.TrustManagerFactory.getInstance(SunX509) if ever it's possible (maybe it's impossible and that could be the reason, I did not look at the code) Jacques From: Rene Scheibe

Re: Aggregate Function

2010-11-15 Thread smithav
I have looked at it. I doesn't contain any query that does the aggregation. And query is to be written in Java write? -- View this message in context: http://ofbiz.135035.n4.nabble.com/Aggregate-Function-tp3041512p3043034.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Aggregate Function

2010-11-15 Thread BJ Freeman
follow the code for doing reports in the BI. you have add more forms to have the input for the report. = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com

Re: Join Operations

2010-11-15 Thread BJ Freeman
look at the code in the framework/bi no java is used = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/ Systems Integrator-- Glad to Assist

Re: How to remove gift section from Order

2010-11-15 Thread BJ Freeman
It should not show if you don't have GiftCards configured in the productStore, if I remember right. = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com

Re: Can´t create order from quote

2010-11-15 Thread BJ Freeman
can you expand, by showing the steps, on how you are creating a quote for Purchase product. = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/

RE: How to remove gift section from Order

2010-11-15 Thread James Lawton
Thanks I changed the value to N in Catalog - Stores - Ofbiz ECommerce Store [9000] - Shopping Cart - Show Checkout Gift Options most of the Gift section goes away - However, there is still a gift message box that shows up in about the shipping section of the order creation process. And when

Re: How to remove gift section from Order

2010-11-15 Thread BJ Freeman
I was thinking of removing Gift cards https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductStorePaySetup?productStoreId=9000 I would say that based on what you said those that show should be tied back to Show Checkout Gift Options = BJ Freeman Strategic

Re: Join Operations

2010-11-15 Thread BJ Freeman
I gave y8u the links you need to become familiar with. the rest is up to you. = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/ Systems

RE: How to remove gift section from Order

2010-11-15 Thread James Lawton
OK - looks like I found it...to remove the gift messages pieces I had to comment out a section (lines 504 to 526) in: applications\order\webapp\ordermgr\order\ordershippinginfo.ftl and lines 187 to 197 in: applications\order\webpp\ordermgr\entry\optionsettings.ftl Is there any reason to suppose

UEL exception: title-property vs titleProperty?

2010-11-15 Thread Anne Jessel
Hi I'm seeing the following in logs: [FlexibleMapAccessor.java:163:ERROR] UEL exception while setting value: javax.el.ELException: Cannot set value of a non-lvalue expression 'title - property', original = title-property I think it's caused by this in the quickFinalizeOrder screen in