Results 1 to 6 of 6

Thread: default currency in Opportunities

  1. #1
    roxtec's Avatar
    roxtec is offline Sugar Community Member
    Join Date
    Jul 2007
    Location
    Hamburg Germany
    Posts
    122

    Default default currency in Opportunities

    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

  2. #2
    shailendra001's Avatar
    shailendra001 is offline A Prolific Poster
    Join Date
    Oct 2008
    Location
    Bangalore India
    Posts
    255

    Smile Re: default currency in Opportunities

    Quote Originally Posted by roxtec View Post
    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 !

    Login as admin , goto admin->userManagment-> users and from there select that user and his advance profile setting set default currency as you wish .

  3. #3
    roxtec's Avatar
    roxtec is offline Sugar Community Member
    Join Date
    Jul 2007
    Location
    Hamburg Germany
    Posts
    122

    Default Re: default currency in Opportunities

    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

  4. #4
    AlexAv's Avatar
    AlexAv is offline Sugar Community Member
    Join Date
    Oct 2009
    Location
    Ukraine
    Posts
    922

    Default Re: default currency in Opportunities

    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

  5. #5
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: default currency in Opportunities

    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)

    PHP Code:
    if($value!=$GLOBALS['current_user']->getPreference('currency'))
        
    $value $GLOBALS['current_user']->getPreference('currency'); 
    Best of Luck!

    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

  6. #6
    roxtec's Avatar
    roxtec is offline Sugar Community Member
    Join Date
    Jul 2007
    Location
    Hamburg Germany
    Posts
    122

    Default Re: default currency in Opportunities

    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. studio: how to re-add currency field (opportunities)
    By wivaku in forum General Discussion
    Replies: 0
    Last Post: 2007-10-26, 09:07 AM
  2. Default Currency
    By cache in forum Help
    Replies: 1
    Last Post: 2006-06-16, 01:33 PM
  3. Default Currency amount of $1K
    By Blind in forum Help
    Replies: 0
    Last Post: 2005-12-07, 06:43 PM
  4. Default currency
    By inbox in forum Help
    Replies: 1
    Last Post: 2004-11-07, 12:46 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •