Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 Additional Dashlet Charts #3552

Closed
wants to merge 7 commits into from
Closed

Commits on Jan 23, 2015

  1. Introduction of two additional Charts into the SuiteCRM Dashlets.

        1.) Module Actitivy:
    
        This provides the ability to select period, user and modules. It charts newly created records across modules, and groups by user for the period specified.
        This chart is really useful for identifying who is actively using the SuiteCRM system, and what modules they are using.
    
        FIXME: One problem I came up against was the loading of the language and label files, I could not get the lang.php field lable definitions to be interpreted.
        In the interest of getting something working I have hardcoded the labels into this report, and commented out the language configurable alternatives until such
        time as I can figure out why it is behaving this way. I am probably just missing something small.
    
        2.) Pipeline By Sales Agent:
    
        This is a return to a legacy chart from SugarCRM, but I believe that Sales Teams really need this chart. It presents Opportunities, by Sales Stage, by Agent
        It is really helpful to be able to see who is working on what opportunties, at what stage. It enables sales managers to qualify the activity of their sales
        team.
    
        FIXME: The langauge translation files for Russian, and Spanish are both incorrect for both Charts. Hopefully these transalations can be reviewed and corrected
        in due course.
    
        Module Activity report has a complicated SQL statement construction, so I have left Debug logging entries in that function.
    
        tail -f sugarcrm.log | grep 'Module Activity'
    
        Is your friend to see exactly what the query is and whom the search is being performed for.
    
        Here's hoping you find this useful, Best Wishes Rick..
    Rick.Timmis authored and Rick.Timmis committed Jan 23, 2015
    Copy the full SHA
    861cf31 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Introduction of two additional Charts into the SuiteCRM Dashlets.

        1.) Module Actitivy:
    
        This provides the ability to select period, user and modules. It charts newly created records across modules, and groups by user for the period specified.
        This chart is really useful for identifying who is actively using the SuiteCRM system, and what modules they are using.
    
        FIXME: One problem I came up against was the loading of the language and label files, I could not get the lang.php field lable definitions to be interpreted.
        In the interest of getting something working I have hardcoded the labels into this report, and commented out the language configurable alternatives until such
        time as I can figure out why it is behaving this way. I am probably just missing something small.
    
        2.) Pipeline By Sales Agent:
    
        This is a return to a legacy chart from SugarCRM, but I believe that Sales Teams really need this chart. It presents Opportunities, by Sales Stage, by Agent
        It is really helpful to be able to see who is working on what opportunties, at what stage. It enables sales managers to qualify the activity of their sales
        team.
    
        FIXME: The langauge translation files for Russian, and Spanish are both incorrect for both Charts. Hopefully these transalations can be reviewed and corrected
        in due course.
    
        Module Activity report has a complicated SQL statement construction, so I have left Debug logging entries in that function.
    
        tail -f sugarcrm.log | grep 'Module Activity'
    
        Is your friend to see exactly what the query is and whom the search is being performed for.
    
        Here's hoping you find this useful, Best Wishes Rick..
    Rick.Timmis authored and Rick Timmis committed Jan 17, 2017
    Copy the full SHA
    e724937 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Synchronise with upstream

    Rick Timmis committed Mar 1, 2017
    Copy the full SHA
    f8268b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Pulling from upstream to catch up with Master

    Merge branch 'master' of github.com:ricktimmis/SuiteCRM
    Rick Timmis committed Mar 21, 2017
    Copy the full SHA
    4171ac9 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. Fixes and improvements to Module Activity Dashlet: Includes prepopula…

    …ted the Modules selection with appropriate modules to report on, fixed missing label in Options Configuration panel.
    
    Set the default start, and end dates to report for last 3 months.
    
    Improvements to Outcome by Month Dashlet: Introduce Sales Stages so that chart can be configured to only show certain sales stages.
    
    Fixes and improvements to Pipeline by Sales Stage by Sales Agent: Fixed it so that it works, and dashlet loads ( always useful ) Improved the Query construction by JOINING data set
    
    Removed Spanish and Russian translation files as per Merge review advice.
    Rick Timmis committed Mar 24, 2017
    Copy the full SHA
    4789748 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Merging ricktimmis Master to Upstream ( Salesagility ) HotFix, with a…

    … view to Push to ricktimmis/HotFix
    
    Merge branch 'hotfix' of https://github.com/salesagility/SuiteCRM
    
    This will then enable me to issue a New Pull request for the inclusion of these 2 Charts into SuiteCRM.
    Rick Timmis committed May 15, 2017
    Copy the full SHA
    7cdf54b View commit details
    Browse the repository at this point in the history
  2. Style, and license amends, along with changes to meet PSR coding stan…

    …dards, as per review in Pull Request
    
    salesagility#3552
    Rick Timmis committed May 15, 2017
    Copy the full SHA
    3d6f242 View commit details
    Browse the repository at this point in the history