Hi,
when a user have a default currency that is not the system default currency, the user have to choose his default currency all time when he create an opportunity. Any ideas to set the default currency in Opportunities for the user?
Hi,
when a user have a default currency that is not the system default currency, the user have to choose his default currency all time when he create an opportunity. Any ideas to set the default currency in Opportunities for the user?
--
Best regards
Matthias Brück
IT Manager, CRM Specialist IT Dep.
Roxtec Int. AB
+49 1724392462
matthias.brueck@de.roxtec.com
http://www.roxtec.com
WE SEAL YOUR WORLD
Hi,
thanks for your reply but this we have done. When we now create an opportunity it is the default system curreny in the Opportunity. the user need to change this. doesn´t work in the usersettings
--
Best regards
Matthias Brück
IT Manager, CRM Specialist IT Dep.
Roxtec Int. AB
+49 1724392462
matthias.brueck@de.roxtec.com
http://www.roxtec.com
WE SEAL YOUR WORLD
Take a look at the Admin->Currencies
Last edited by AlexAv; 2010-08-02 at 02:21 PM.
Letrium ltd. - Only high quality service
http://letrium.com
Hi,
Roxtec is right!
Sugar doesn't take the default currency set by user.
So I dig the code deeply! And found a solution(FOR SURE NOT UPGRADE SAFE).
In file -> modules/Currencies/Currency.php
Search for the function getCurrencyDropDown,
Add the following lines in first if(!empty($value)){ condition (line # around 503)
Best of Luck!PHP Code:if($value!=$GLOBALS['current_user']->getPreference('currency'))
$value = $GLOBALS['current_user']->getPreference('currency');
P.S. This issue is solved in Sugar version 6.0
Thumbs up.
Skype ID - david__boris
SugarForge Projects:
WYSIWYG now in studio!(Version 1.1 is out now!)
Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.
Fab Tools! > Dashlet Not Followed Opportunities for past six Months
Hi All,
in Sugar 6.0.1 it is working. i can wait for this.
--
Best regards
Matthias Brück
IT Manager, CRM Specialist IT Dep.
Roxtec Int. AB
+49 1724392462
matthias.brueck@de.roxtec.com
http://www.roxtec.com
WE SEAL YOUR WORLD
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks