Re: How to setup a simple ofbiz vendor branch

2011-03-17 Thread Jacques Le Roux
Hi Mike, I did not verify anything, but could you please post your message as a comment in https://cwiki.apache.org/confluence/display/OFBIZ/SVN+Tips+-+svn_load_dirs+Vendor+Branch You can also put your attachment there Thanks Jacques - Original Message - From: Mike To:

Order email notification: PDF attachment is not attached

2011-03-17 Thread biletnikov
Hello all, I configure the order notification(confirmation) by email and intend to use the PDF version of the order in the attachment. I open Product Store email settings and create an email notification: Body Screen Location: directs to my order screen and it works fine. The Attachment Screen

remove session attribute on click of href

2011-03-17 Thread Hardik Handa
Can I remove session attribute userLogin on click of href ??? ::DISCLAIMER:: --- The contents of this e-mail and any attachment(s) are confidential

Re: certificate in PKCS7 format in Ofbiz

2011-03-17 Thread Info Olagos
Hello, For anyone who has succesfully imported a PKCS12 certificate in a keystore : Does this work with the java keytool tool on a linux system, i mean is it possible to import PKCS 12 certificates on that? It seams impossible to import with the java keytool tool on a windows vista business

Re: certificate in PKCS7 format in Ofbiz

2011-03-17 Thread Jacques Le Roux
IIRW, to import a such certificate in Windows you can rely on Windows itself. In file explorer right click: install. There are more explanations on the Net Jacques From: Info Olagos info.ola...@gmail.com Hello, For anyone who has succesfully imported a PKCS12 certificate in a keystore :

Re: certificate in PKCS7 format in Ofbiz

2011-03-17 Thread Info Olagos
Thanks Jacques, And you know, by the way, how to reference to it then in ofbiz-containers.xml to the certificate? Heidi 2011/3/17 Jacques Le Roux j...@les7arts.com IIRW, to import a such certificate in Windows you can rely on Windows itself. In file explorer right click: install. There are

Invalid Quote Unit price

2011-03-17 Thread Shereen
Hi All I want to install products that have default prices in different currency fto USD For example I want to install product1 that have the default price = 20 EGP I want to create a quote and add this product as a quote Item but actually the quote unit price is not correctly calculated and

Re: certificate in PKCS7 format in Ofbiz

2011-03-17 Thread Info Olagos
Waow Thanks for all the information !! Regards, Heidi 2011/3/17 Richard Siddall richard.sidd...@elirion.net Info Olagos wrote: Hello, For anyone who has succesfully imported a PKCS12 certificate in a keystore : Does this work with the java keytool tool on a linux system, i mean is it

Re: remove session attribute on click of href

2011-03-17 Thread Bilgin Ibryam
On Thu, Mar 17, 2011 at 11:21 AM, Hardik Handa hardik.ha...@hcl.com wrote: Can I remove session attribute userLogin on click of href ??? Yes, if the href calls an Ofbiz event that removes the attribute from session. Or the easier way: if the href calls the logout event (which removes

Re: Category Level Price

2011-03-17 Thread Bilgin Ibryam
On Wed, Mar 16, 2011 at 8:33 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Why not use a seed data file, with possible proper import process? It's easy to edit and, I believe, certainly faster than any specific UI, more error prone tough (C/P, etc.)... If you don't want to

Re: How to setup a simple ofbiz vendor branch

2011-03-17 Thread Mike
Done. I hope someone gives it a try. I just ran it this morning, and it detected the following changes (since last night) and merged then into my local trunk: # cd /opt/ofbiz.svn/bin # ./svn_local.sh [update output] .. Updating opt.ofbiz.trunk Merging Revisions: Last:1082417 Current:1082582

expire entity cache after every 1 hr !

2011-03-17 Thread Prashant Punekar
Hi, Here is my understanding, please do confirm. The entity (say MyEntity) has the attribute set never-cache=false (default value) Now the requirement is, I want this cache to expire every 1 hr. Is the setting (mentioned below), in framework\base\config\cache.properties a solution to this