Re: Currency problem in choosing the appropriate supplier in requirement

2010-11-27 Thread Shereen
I wanted to make a simple regarding the requirement problem of assigning the requirement to the supplier that has the least price regardless of the difference in currencies. I created a field in the entity supplier product called priceDefaultCurrency which will hold the price in my default

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

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: 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

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

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: