Results 1 to 7 of 7

Thread: Edit Opportunity Size Increments

  1. #1
    AnalyticalAviation is offline Sugar Community Member
    Join Date
    May 2006
    Posts
    33

    Exclamation HELP - Edit Opportunity Size Increments - Any Ideas?

    We are a small company and most of our sales are around 500 dollars. Is there a way to edit the increment value for the pipeline & dashboard graph views? We want it to show actual values instead of the default of (actual value/1K).
    Last edited by AnalyticalAviation; 2006-09-29 at 11:53 PM.

  2. #2
    AnalyticalAviation is offline Sugar Community Member
    Join Date
    May 2006
    Posts
    33

    Default Re: Edit Opportunity Size Increments

    Hey guys, Its been a few days. Has anyone thought about this? Do you know what I am talking about or is it worded poorly? It could be as simple as a front end setting butI don't know. Any help is appriciated. Have a good day.

  3. #3
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: Edit Opportunity Size Increments

    It looks like it is possible to make that modification without too many headaches. If you look at <sugar_Root>/modules/charts/code you will see the php files that are used to retrieve the data on the dashboards.

    Within that code you will find a division by 1000 for the amount value (amount/1000). Remove that part in the code and that should do it. Although, you'll need to do a little clean up work in other areas, to remove references to "K" and so forth.
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  4. #4
    AnalyticalAviation is offline Sugar Community Member
    Join Date
    May 2006
    Posts
    33

    Default Re: Edit Opportunity Size Increments

    Thanks Angel,
    You were, of course right. I have removed all the calculations of /1000 but cannot seem to find where the 'K" is to remove. I am sure it is in several files but maybe you could point me in a direction. Thanks!

  5. #5
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: Edit Opportunity Size Increments

    One is in root/include/language/en_us.lang.php see 'LBL_THOUSANDS_SYMBOL'

    The other is in root/modules/charts/language/ see 'LBL_OPP_THOUSANDS'
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  6. #6
    AnalyticalAviation is offline Sugar Community Member
    Join Date
    May 2006
    Posts
    33

    Smile Re: Edit Opportunity Size Increments

    Thank you!

  7. #7
    kickedmydog is offline Sugar Community Member
    Join Date
    Oct 2005
    Location
    Online
    Posts
    107

    Default Re: Edit Opportunity Size Increments

    Umm.....This is strange, you would think that that would be an adjustable setting in the settings section.
    Dogs are not soccer balls.

Thread Information

Users Browsing this Thread

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

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
  •