Re: ajax-window

2013-03-25 Thread Scott Gray
Oh hi Pierre, how did things go at ApacheCon Europe? Regards Scott On 21/03/2013, at 6:01 AM, Pierre Smits wrote: Hi All, In a screen.xml I can have a pop-up window with following code: link target=EditProductLayer?productId=${productId} link-type= ajax-window width=1000 height=400

Re: How hard is it to change ofbiz theme? Any Tutorials, Books, Resources, or direction?

2013-03-25 Thread Jacques Le Roux
That's harder, you can have a look at the differences between the std theme (EC_DEFAULT) and Multiflex You can set them at https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductStore?productStoreId=9000 HTH Jacques From: David Saenz dsae...@gmail.com I looked at this which was good,

A question about communication

2013-03-25 Thread Mogra
Hello I uncommented the javamail-container section and config it in ofbiz-containers.xml to receive email. It worked. But next, for example I'd like to reply or forward the email, Shall I invoke serivce createCommunicationEvent to do this? Dose ofbiz will reply to the sender by email

Re: A question about communication

2013-03-25 Thread Deepak Agarwal
I think you should use sendMailFromScreen or sendMail method of EmailServices. It automatically creates the communication event for you. you should pass the required parameters to it to make sure you are able to track the message chain (check 'messageId' which is set in the mail header while

OfBiz INR Problem

2013-03-25 Thread Vikas
I setup shop with INR as my currency, then I add products with INR but in the product page it display as $0.00. Any idea? -- View this message in context: http://ofbiz.135035.n4.nabble.com/OfBiz-INR-Problem-tp4640077.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: OfBiz INR Problem

2013-03-25 Thread Jacopo Cappellato
What is the type of product prices you have setup? Jacopo On Mar 25, 2013, at 12:18 PM, Vikas vi...@divsinsol.com wrote: I setup shop with INR as my currency, then I add products with INR but in the product page it display as $0.00. Any idea? -- View this message in context:

Re: OfBiz INR Problem

2013-03-25 Thread Vikas
Currently I set up Default as my price type -- View this message in context: http://ofbiz.135035.n4.nabble.com/OfBiz-INR-Problem-tp4640077p4640079.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: OfBiz INR Problem

2013-03-25 Thread Deepak Dixit
Could you please check default currency UOM in general.properties? What is your productStore.defaultCurrencyUomId? Thanks Regards -- Deepak Dixit HotWax Media Pvt. Ltd. www.hotwaxmedia.com Contact :- +91-98267-54548 Skype :- deepakdixit On Mar 25, 2013, at 5:09 PM, Vikas wrote: Currently

Re: OfBiz INR Problem

2013-03-25 Thread Vikas
that also Indian Rupee [INR] even when I click the Product Page it displays $0.00 -- View this message in context: http://ofbiz.135035.n4.nabble.com/OfBiz-INR-Problem-tp4640077p4640081.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: OfBiz INR Problem

2013-03-25 Thread Praveen Agarwal
Have u passed the Currency UOM Id as INR while rendering the Price, like:- @ofbizCurrency amount=amount isoCode=INR / Thanks, Praveen Agrawal Solveda India (formerly known as Salmon India) Ph. +91-9971771837 Email. pagra...@solveda.com Skype. praveen.agrawal18 On Mon, Mar 25, 2013 at

When user admin is disabled on the demo-trunk ?

2013-03-25 Thread Medhat
Hi, I am curious to know, why at some times the user admin with password ofbiz is disabled on the demo-trunk, and at that time periods no account is able to log in to the system? Does this according to frequent build process? maybe on daily bases or something like that? Is there any

Re: A question about communication

2013-03-25 Thread Mogra
Thank you for your reply. 于 2013/3/25 17:52, Deepak Agarwal 写道: I think you should use sendMailFromScreen or sendMail method of EmailServices. It automatically creates the communication event for you. you should pass the required parameters to it to make sure you are able to track the message

Accounting - Reversing Transactions

2013-03-25 Thread DAVID HUGHES-OWENS
Please can you advise how Ofbiz handles reversing transactions? As an accountant I have the requirement to post manual transactions to provide for missing revenues/costs. I cannot see anywhere, any functionality that allows me to enter a reversing transaction in one period and then subsequently

Re: When user admin is disabled on the demo-trunk ?

2013-03-25 Thread Deepak Dixit
Hi Matt, You can use flexadmin/ofbiz also. Thanks Regards -- Deepak Dixit HotWax Media Pvt. Ltd. www.hotwaxmedia.com Contact :- +91-98267-54548 Skype :- deepakdixit On Mar 25, 2013, at 8:55 PM, Medhat wrote: Hi, I am curious to know, why at some times the user admin with password ofbiz

Re: When user admin is disabled on the demo-trunk ?

2013-03-25 Thread Jacques Le Roux
There are 2 possibilities: 1) Someone enters successfully 3 times a wrong password for any account (here admin). Then the account is frozen for 5 minutes, after you can retry again, 2) Someone changed the admin password. Then you can bypass using the flexadmin account (same pwd). If someone

Creating time scheduled products - bus tickets

2013-03-25 Thread Angel Gerdzhikov
Hi, I'm pretty new in the Apache OfBiz and I'm looking for a solution to build a online portal for selling bus tickets. So far as I saw the Apache OfBiz offers almost everything to create such a solution. The only thing, I'm not sure if it's possible, is how to create a product representing a

Re: Creating time scheduled products - bus tickets

2013-03-25 Thread Atul Vani
Hi Angel, Here is what I could quickly think: * Create the trip between origin to destination as a virtual product. * Create seats in the bus as variant products. You will be selling these. * Create all the stations as product features. This will allow to sell a seat for a particular set of