Re: Bug in Lookup Order(s) screen when no status selected

2009-08-25 Thread Chirag Manocha
Hi Jacques/Cimballi, This is perfectly working fine on https://demo904.ofbiz.org/ordermgr/control/orderlist as well as https://demo.ofbiz.org/ordermgr/control/orderlist. OFBiz-2590 was there for this. and code committed in r784145 r784147 There might be some confusion Cimballi. Please cross

Re: Bug in Lookup Order(s) screen when no type selected

2009-08-25 Thread Chirag Manocha
Its working fine at https://demo.ofbiz.org/ordermgr/control/orderlist, but there is some problem at https://demo904.ofbiz.org/ordermgr/control/orderlist. Regards -- Chirag Manocha HotWax Media Pvt. Ltd. Website :- www.hotwaxmedia.com Contact :- +91-98263-19099 Cimballi wrote: Hi Jacques,

Re: Vendor Management

2009-08-25 Thread Sumit Pandit
Hi Hardik, As per my knowledge concern, currently there is not such facility available in OFBiz. To achieve your goal, you have to prepare screens and permissions which allow user to access only those order which are associate with him only. (Logged in user should be vendor) -- Thanks

Re: Vendor Management

2009-08-25 Thread hardik7681
Hi Sumit, Thanks for the quick response. Will do as you said. Thanks once again. Regards, Hardik Patel -- View this message in context: http://www.nabble.com/Vendor-Management-tp24954758p25129043.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Ajax service calls with authorization

2009-08-25 Thread Sumit Pandit
Hi Chris, What kind of error you are getting from Ajax service calling, can you please paste the code here, You may find some example of Ajax request call in one page checkout process(ecommerce), also you can find some service call through Ajax in Accounting -

Re: Ajax service calls with authorization

2009-08-25 Thread snowc
Hi Sumit, I wasn't getting any errors with the code I posted - it all worked ok. The reason I created my own ajax solution with jquery was that I couldn't find any r4.0 ajax examples. Cheers, Chris Sumit Pandit-3 wrote: Hi Chris, What kind of error you are getting from Ajax service

Re: Bug in Lookup Order(s) screen when no status selected

2009-08-25 Thread Cimballi
Right Chirag, it seems ok now on both sites, but something should have changed since yesterday... Cimballi On Tue, Aug 25, 2009 at 12:59 AM, Chirag Manochachirag.mano...@hotwaxmedia.com wrote: Hi Jacques/Cimballi, This is perfectly working fine on

Re: Problem in running OFBiz

2009-08-25 Thread Pal InfoCom Technologies
Hello all, I have found the solution to the problem that i have posted below. Generate the ssl keystore using the following command: keytool -genkey -alias tomcat -keyalg RSA -keystore keystore filename e.g keytool -genkey -alias tomcat -keyalg RSA -keystore ofbizssl.jks It will ask for the

Re: document proposal with big diff!

2009-08-25 Thread Hans Bakker
Hi BJ, i too had some concerns so i wrote to Norman Walsh the original designer and major player his reply on my question if we can include the schemas and stylesheets in OFBiz: None at all. Share and enjoy! so in the next few days you can expect the big commit.. Regards, Hans On

Re: Problem in running OFBiz

2009-08-25 Thread Carsten Schinzer
Ajay, just to be clear here. The above issue is not an ofbiz issue, but rather a Tomcat one in order to provide a default ssl certificate for https conversation, correct? Note that a self-generated certificate will possibly still cause issues when you expose it to a public IP because then the

Thesis Idea

2009-08-25 Thread thet naing
Hi all, Can anyone give me an idea about my Master Thesis project based on the OfBiz. I have more than a year experience on working with OfBiz for my company (doing bits and pieces of fixing bugs and creating new modules like reporting and so on. If anyone have any idea, I am really appreciated

Re: Thesis Idea

2009-08-25 Thread Brett Palmer
Naing, There are lots are areas in OFBiz that could be used for a Master's thesis. I would recommend you first work with one of your professors to see if they can help you define a thesis around OFBiz. You need that sponsorship to complete the work and they can help you decide what would be

Pre-Order Procedures - Photo Album

2009-08-25 Thread ngterry
Hi, What should I do if I need an photo album to show the new products from the suppliers to the customers? Let the customers pre-order the products (prices are not determined yet, just tell the customers the prices roughly. Do I have to install other CMS to support it? Regards, Terence --

Pre-Order Procedures - Photo Album

2009-08-25 Thread ngterry
Hi, What should I do if I need an photo album to show the new products from the suppliers to the customers? Let the customers pre-order the products (prices are not determined yet, just tell the customers the prices roughly. Do I have to install other CMS to support it? Regards, Terence --

Re: document proposal with big diff!

2009-08-25 Thread BJ Freeman
LOL guess apache severs will get a kick back from my mail server. my server limits the size of emails. Hans Bakker sent the following on 8/25/2009 5:57 AM: Hi BJ, i too had some concerns so i wrote to Norman Walsh the original designer and major player his reply on my question if we can

Re: Pre-Order Procedures - Photo Album

2009-08-25 Thread BJ Freeman
would require some customization. are you a end user or developer? ngterry sent the following on 8/25/2009 7:38 AM: Hi, What should I do if I need an photo album to show the new products from the suppliers to the customers? Let the customers pre-order the products (prices are not

Re: Pre-Order Procedures - Photo Album

2009-08-25 Thread Ruth Hoffman
Hi BJ: A while back I was thinking about integrating some image manipulation packages into OFBiz so that it had some dynamic image sizing and conversion capabilities especially for catalog images. Something like ImageMagick and/or NetPBM. Don't know much about Java tools to do this. Have you

Re: Pre-Order Procedures - Photo Album

2009-08-25 Thread BJ Freeman
There was a service that let you put in one size product image and it will rescale you images. you can see it at the bottom of the page, where you upload the original https://demo904.ofbiz.org/catalog/control/EditProductContent?productId=WG-9943 I suggest you can work off of that. Ruth Hoffman

Re: Pre-Order Procedures - Photo Album

2009-08-25 Thread BJ Freeman
or external image processing I use GIMP. You can do scripts for bulk processing. Ruth Hoffman sent the following on 8/25/2009 11:38 AM: Hi BJ: A while back I was thinking about integrating some image manipulation packages into OFBiz so that it had some dynamic image sizing and conversion

Re: (java.lang.NoSuchFieldException: eventName) in ServiceList

2009-08-25 Thread Jacques Le Roux
I have a fix, I will commit soon, have you open a Jira issue ? Jacques From: Jacques Le Roux jacques.le.r...@free.fr I had a look and could not find anything obvious. It's also the case for updateContactListCommStatus and createContact. Could you please open a Jira issue ? Thanks Jacques

Re: Pre-Order Procedures - Photo Album

2009-08-25 Thread Ruth Hoffman
Hi BJ: I use GIMP Photoshop often. The problem is that the average Catalog Manager user wouldn't have a clue where to start with GIMP. I was thinking that something more user friendly built into the Catalog Manager, would be nice. Something similar to what the (PHP) Gallery software has. A

Re: Unable to run OFBiz from Eclipse due to loading VFS configuration.

2009-08-25 Thread Bob Morley
I reverted back to trunk (except for my entityengine change and postgres jar) and I have a similar problem. It appears the .classpath issues have been resolved, but at start-up it attempts to start the vfs and webslinger containers. I hacked my ofbiz-components.xml to comment out these

Re: Pre-Order Procedures - Photo Album

2009-08-25 Thread BJ Freeman
yes my first suggestion is that. It has to be expanded to fit more pictures. Ruth Hoffman sent the following on 8/25/2009 2:35 PM: Hi BJ: I use GIMP Photoshop often. The problem is that the average Catalog Manager user wouldn't have a clue where to start with GIMP. I was thinking that

Re: Pre-Order Procedures - Photo Album

2009-08-25 Thread ngterry
I am only an end user. BJ Freeman wrote: would require some customization. are you a end user or developer? ngterry sent the following on 8/25/2009 7:38 AM: Hi, What should I do if I need an photo album to show the new products from the suppliers to the customers? Let the

Re: Problem in running OFBiz

2009-08-25 Thread Pal InfoCom Technologies
Hello Carsten, Thanks for your prompt response. Yes, you are correct, we have to create the SSL for the public site too, to solve the problem completely. We will keep this thing in mind. Thanks once again. -- Best regards, Ajay S Pal Infocom Technologies, Mohali (India) Portland (USA)

SQL Server deadlocks

2009-08-25 Thread Vince Clark
This is REALLY frustrating. Problem does not occur with Postgres. Haven't tested other databases. I'm using the default isolation level, read committed and have tried jTDS and M$ jdbc 4 drivers. I'm batch loading orders from a legacy system using a custom simple method and get deadlocks to