Re: upload a file and check by java event

2010-09-23 Thread Jacques Le Roux
Fai Kwong, Beware you were sending your email to user-subscr...@ofbiz.apache.org user-unsubscr...@ofbiz.apache.org dev-subscr...@ofbiz.apache.org dev-unsubscr...@ofbiz.apache.org user@ofbiz.apache.org d...@ofbiz.apache.org y.kw...@hotmail.com I guess you wanted only user@ofbiz.apache.org Please

Re: upload a file and check by java event

2010-09-23 Thread BJ Freeman
if I understand you are asking about fileupload take a look at the code for uploading an image in the catatlog->product->content = BJ Freeman Strategic Power Office with Supplier Automation Specialtymark

Re: ofbiz9.04

2010-09-23 Thread pankaj savita
Hi Gerardo, Better way is to Install JDK1.6 & set following as Environment Variables: JAVA_HOME C:\Program Files\Java\jdk1.6.0_20 CLASSPATH C:\Program Files\Java\jdk1.6.0_20\lib;C:\Program Files\Java\jdk1.6.0_20\jre\lib PATH C:\Program Files\Java\jdk1.6.0_20\bin Then bulid using ant run-instal

upload a file and check by java event

2010-09-23 Thread Fai Kwong
Dear ofbiz, I would like to attach a file and check that by a java event. I have done that by the example module. https://weberp.dyndns-server.com:8443/example/control/main I have created the servlet page for the web and done some code in controller that call the java event, but my problem i

Re: i didn't get the solution for automatically load a java program when ofbiz startup?

2010-09-23 Thread saravanan6
Hi Bilgin, Thank you very much for your reply.. I eagerly waiting for the past one week now i got the solution from your answer... thanks a lot. Actually today is my deadline you saved me a lot Earlier i was wrote the code inside my container itself... so, it ra

Re: ofbiz9.04

2010-09-23 Thread MichaƂ Cukierman
You have got wrong path. you should try: java -jar ofbiz.jar ... or smth like: "c:\program files\java\sdk\\bin\java.exe" The best thing fould be to install jdk 6.0 or add your current sdk to the PATH variable. Dnia 2010-09-23, czw o godzinie 09:49 -0700, Gerardo Valdez Andrade pisze: > > Hi

Re: Does OFBiz support eDelivery ordering?

2010-09-23 Thread BJ Freeman
in ofbiz they are referred to as Digital products. It will require some customization but most is there. Nikita Shinde sent the following on 9/23/2010 6:53 AM: Hi All, I wanted to know if OFBiz supports eDelivery ordering? We want to be able to deliver a product to the customer in the form of a

Re: ofbiz9.04

2010-09-23 Thread BJ Freeman
did you follow the instruction on the download page? what was the error? Gerardo Valdez Andrade sent the following on 9/23/2010 9:49 AM: Hi, i try to install, ofbiz 09.04 but i get this error i'been installed : java-ee-sdk-5_01-windows someone could help me , please?? best regards Ge

ofbiz9.04

2010-09-23 Thread Gerardo Valdez Andrade
Hi, i try to install, ofbiz 09.04 but i get this error i'been installed : java-ee-sdk-5_01-windows someone could help me , please?? best regards Gerardo Valdez Andrade

Re: i didn't get the solution for automatically load a java program when ofbiz startup?

2010-09-23 Thread Bilgin Ibryam
You just have to invoke your program from inside start() method of your container. What is the issue? Bilgin On Mon, Sep 20, 2010 at 6:51 AM, saravanan6 wrote: > > Hi to All, > > 2 days ago, i post a message abt how to automatically > invoke a java program whenever ofbiz startu

Does OFBiz support eDelivery ordering?

2010-09-23 Thread Nikita Shinde
Hi All, I wanted to know if OFBiz supports eDelivery ordering? We want to be able to deliver a product to the customer in the form of an e-mail which allows them to download the software code (E-Media) and/or receive the License-To-Use (LTU) document and access to the license key. An

Re: Currency problem in choosing the appropriate supplier in requirement

2010-09-23 Thread Shereen
Useful information thanks I think I'll be back to the technical problem in a while and I'll have to fix that problem. because I'm just testing all functionality and try to decide what needs to be done for my system. -- View this message in context: http://ofbiz.135035.n4.nabble.com/Currency-pro

Re: Login default page questions

2010-09-23 Thread pankaj savita
Hi Shereen, Currently ofbiz10.04 uses 'tomahawk' theme. In your case if there is 'bizznesstime' theme, No need to change framework/images. You can customize default login page by first putting your images/logos in "*ofbiz10.04\themes\bizznesstime\webapp\bizznesstime\images*" folder. N

Re: Login default page questions

2010-09-23 Thread BJ Freeman
please when using Nabble use quoting to have all the threads available in email clients (most of us don't use Nabble directly) In unlikely case you would not be aware, you may use an email client also https://cwiki.apache.org/confluence/display/OFBADMIN/Mailing+Lists Shereen sent the following on

Re: Currency problem in choosing the appropriate supplier in requirement

2010-09-23 Thread BJ Freeman
it has been discussed before but the hang up is finding a free source for getting currency rates, that can be put in the code. Shereen sent the following on 9/23/2010 4:36 AM: Thanks I'd be like to contribute. I just wanted to make sure that this function doesn't exist yet and I wasn't missing

Re: Login default page questions

2010-09-23 Thread Jacques Le Roux
Looks like you are looking for 10.04...or trunk (leading edge)... or jQuery branch (bleeding edge) Jacques From: "Shereen" Hi all I want to customize the webtools default page and the login default page whatever themeI use those pages takes the bizznes theme. it seems a trivial question but

Re: Login default page questions

2010-09-23 Thread BJ Freeman
did you check the css files associated with the theme? Shereen sent the following on 9/23/2010 4:28 AM: Thanks a lot for your reply. I've tried this technique earlier I thought it was primitive one but it seems it was good. it helped me fix some display problems but this time it seems I'm mis

Re: Currency problem in choosing the appropriate supplier in requirement

2010-09-23 Thread Shereen
Thanks I'd be like to contribute. I just wanted to make sure that this function doesn't exist yet and I wasn't missing something -- View this message in context: http://ofbiz.135035.n4.nabble.com/Currency-problem-in-choosing-the-appropriate-supplier-in-requirement-tp2551814p2551858.html Sent fro

Re: Login default page questions

2010-09-23 Thread Shereen
Thanks a lot for your reply. I've tried this technique earlier I thought it was primitive one but it seems it was good. it helped me fix some display problems but this time it seems I'm missing something this time. I'm sure I've overridden the needed images. I will revise again the FTL files and s

Re: Currency problem in choosing the appropriate supplier in requirement

2010-09-23 Thread BJ Freeman
what needs to be implemented is a look up of current currency rates then add that into the code for the comparison. if you would like to contribute please read. https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices Sheree sent the following on 9/23/2010 3:58 AM:

Re: SFA exception

2010-09-23 Thread BJ Freeman
is there something in the link I gave you did not understand? Shereen sent the following on 9/23/2010 2:55 AM: Thanks a lot for your help I've downloaded 10.04 and the sfa is working. but I receive the exception of "you dont have the permission to invoke the service create forecast" although th

Currency problem in choosing the appropriate supplier in requirement

2010-09-23 Thread Shereen
Hi I have the following problem. For a certain product I've many suppliers those suppliers have their prices in different currencies . When I go to the order manager and then to the requirements when I choose the product the system automatically chooses the supplier for me but IT DOESNT CONSIDER

Re: Login default page questions

2010-09-23 Thread BJ Freeman
best way to track down were stuff is happening is to use the view source in the browser on the page you want to work with. Shereen sent the following on 9/23/2010 12:46 AM: Hi all I want to customize the webtools default page and the login default page whatever themeI use those pages takes the

Re: Marketing questions

2010-09-23 Thread BJ Freeman
first please join the user Mailing list to that you replays carry the rest of the thread. this helps us on the mailing list but not on nabble. as you see the original question is lost so can answer more from this. the answer to this questions is unless you have a reason specifically to use a ear

Re: SFA exception

2010-09-23 Thread Shereen
Thanks a lot for your help I've downloaded 10.04 and the sfa is working. but I receive the exception of "you dont have the permission to invoke the service create forecast" although the user I'm logging with have all the operations permission in sfa module the permission id is "SFA Admin" which ha

Login default page questions

2010-09-23 Thread Shereen
Hi all I want to customize the webtools default page and the login default page whatever themeI use those pages takes the bizznes theme. it seems a trivial question but I'm a very beginner. I want to change the logos and put mine I overrdie it in the framework/images folder and in the theme folder