You need to change some codes to get these things to work. In every file the row to be changed is same and it starts with "$fileContents .= ". I added "searchFormTab=advanced_search&" after "url=index.php?" and removed part "&date_closed='.$date_end.'". Because of this only the starting date in Pipeline configurations does something. The problem is that in Sugar's opprtunity search "date_closed" seems to mean "expected closing date" and not "opportunities before this date". If I left this variable it didn't show any results.
The files where changes need to be done the fix Dashboard and My Pipeline Dashlet are
modules/Charts/Dashlets/MyPipelineBySalesStageDashlet/MyPipelineBySalesStageDashlet.php
line around 347
modules/Charts/Dashlets/MyPipelineBySalesStageConfigure/MyPipelineBySalesStageDashlet.php
line around 319
modules/Charts/code/Chart_my_pipeline_by_sales_stage.php
line around 340
modules/Charts/code/Chart_pipeline_by_sales_stage.php
line around 394
I recommend to comment out the original line and copy-paste a new line under it and then do the changes to this copy. It's easier to get back to original one if something goes wrong.
Bookmarks