📄 chart_pipeline_by_lead_source.php
字号:
<?phpif(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');/********************************************************************************* * SugarCRM is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004 - 2007 SugarCRM Inc. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 3 as published by the * Free Software Foundation with the addition of the following permission added * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program; if not, see http://www.gnu.org/licenses or write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. * * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. * * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU General Public License version 3. * * In accordance with Section 7(b) of the GNU General Public License version 3, * these Appropriate Legal Notices must retain the display of the "Powered by * SugarCRM" logo. If the display of the logo is not reasonably feasible for * technical reasons, the Appropriate Legal Notices must display the words * "Powered by SugarCRM". ********************************************************************************//********************************************************************************* * Description: returns HTML for client-side image map. * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. * All Rights Reserved. * Contributor(s): ______________________________________.. ********************************************************************************/require_once('config.php');require_once('modules/Opportunities/Opportunity.php');require_once('include/charts/Charts.php');require_once('include/utils.php');class Chart_pipeline_by_lead_source{ var $order = 0; var $modules = array('Opportunities');function Chart_pipeline_by_lead_source(){}function draw($extra_tools){require_once('include/utils.php');global $app_list_strings, $current_language, $ids, $sugar_config ,$theme;$current_module_strings = return_module_language($current_language, 'Charts');if (isset($_REQUEST['pbls_refresh'])) { $refresh = $_REQUEST['pbls_refresh']; }else { $refresh = false; }$tempx = array();$datax = array();$selected_datax = array();//get list of sales stage keys to displayglobal $current_user;$user_tempx = $current_user->getPreference('pbls_lead_sources');if (!empty($user_tempx) && count($user_tempx) > 0 && !isset($_REQUEST['pbls_lead_sources'])) { $tempx = $user_tempx; $GLOBALS['log']->debug("USER PREFERENCES['pbls_lead_sources'] is:"); $GLOBALS['log']->debug($user_tempx);}elseif (isset($_REQUEST['pbls_lead_sources']) && count($_REQUEST['pbls_lead_sources']) > 0) { $tempx = $_REQUEST['pbls_lead_sources']; $current_user->setPreference('pbls_lead_sources', $_REQUEST['pbls_lead_sources']); $GLOBALS['log']->debug("_REQUEST['pbls_lead_sources'] is:"); $GLOBALS['log']->debug($_REQUEST['pbls_lead_sources']); $GLOBALS['log']->debug("USER PREFERENCES['pbls_lead_sources'] is:"); $GLOBALS['log']->debug($current_user->getPreference('pbls_lead_sources'));}//set $datax using selected sales stage keysif (count($tempx) > 0) { foreach ($tempx as $key) { $datax[$key] = $app_list_strings['lead_source_dom'][$key]; array_push($selected_datax,$key); }}else { $datax = $app_list_strings['lead_source_dom']; $selected_datax = array_keys($app_list_strings['lead_source_dom']);}$GLOBALS['log']->debug("datax is:");$GLOBALS['log']->debug($datax);$ids = array();$user_ids = $current_user->getPreference('pbls_ids');//get list of user ids for which to display dataif (!empty($user_ids) && count($user_ids) != 0 && !isset($_REQUEST['pbls_ids'])) { if(isset($_SESSION['pbls_ids'])) {$ids = $_SESSION['pbls_ids'];} $GLOBALS['log']->debug("USER PREFERENCES['pbls_ids'] is:"); $GLOBALS['log']->debug($user_ids);}elseif (isset($_REQUEST['pbls_ids']) && count($_REQUEST['pbls_ids']) > 0) { $ids = $_REQUEST['pbls_ids']; $current_user->setPreference('pbls_ids', $ids); $GLOBALS['log']->debug("_REQUEST['pbls_ids'] is:"); $GLOBALS['log']->debug($_REQUEST['pbls_ids']); $GLOBALS['log']->debug("USER PREFERENCES['pbls_ids'] is:"); $GLOBALS['log']->debug($current_user->getPreference('pbls_ids'));}else { $ids = get_user_array(false); $ids = array_keys($ids);}//create unique prefix based on selected users for image files$id_hash = '1';if (isset($ids) && is_array($ids)) { sort($ids); $id_hash = crc32(implode('',$ids)); if($id_hash < 0) { $id_hash = $id_hash * -1; }}$GLOBALS['log']->debug("ids is:");$GLOBALS['log']->debug($ids);$id_md5 = substr(md5($current_user->id),0,9);$seps = array("-", "/");$dates = array(date('Y-m-d'), date('Y-m-d'));$dateFileNameSafe = str_replace($seps, "_", $dates);$cache_file_name = $current_user->getUserPrivGuid()."_pipeline_by_lead_source_".$dateFileNameSafe[0]."_".$dateFileNameSafe[1].".xml";$GLOBALS['log']->debug("cache file name is: $cache_file_name");global $currentModule,$action,$image_path;$tools='<div align="right"><a href="index.php?module='.$currentModule.'&action='. $action .'&pbls_refresh=true" class="chartToolsLink">'.get_image($image_path.'refresh','alt="Refresh" border="0" align="absmiddle"').' '.$current_module_strings['LBL_REFRESH'].'</a> <a href="javascript: toggleDisplay(\'pbls_edit\');" class="chartToolsLink">'.get_image($image_path.'edit','alt="Edit" border="0" align="absmiddle"').' '. $current_module_strings['LBL_EDIT'].'</a> '.$extra_tools.'</div>';?><?phpecho '<span onmouseover="this.style.cursor=\'move\'" id="chart_handle_' . $this->order . '">' . get_form_header($current_module_strings['LBL_LEAD_SOURCE_FORM_TITLE'],$tools,false) . '</span>';if (empty($_SESSION['pbls_lead_sources'])) $_SESSION['pbls_lead_sources'] = "";if (empty($_SESSION['pbls_ids'])) $_SESSION['pbls_ids'] = "";?><p><div id='pbls_edit' style='display: none;'><form action="index.php" method="post" ><input type="hidden" name="module" value="<?php echo $currentModule;?>"><input type="hidden" name="action" value="<?php echo $action;?>"><input type="hidden" name="pbls_refresh" value="true"><table cellpadding="0" cellspacing="0" border="0" class="chartForm" align="center"><tr> <td valign='top' nowrap><b><?php echo $current_module_strings['LBL_LEAD_SOURCES'];?></b></td> <td valign='top'><select name="pbls_lead_sources[]" multiple size='3'><?php echo get_select_options_with_id($app_list_strings['lead_source_dom'],$selected_datax); ?></select></td> <td valign='top' nowrap><b><?php echo $current_module_strings['LBL_USERS'];?></b></td> <td valign='top'><select name="pbls_ids[]" multiple size='3'><?php $allUsers = get_user_array(false); echo get_select_options_with_id($allUsers,$ids); ?></select></td><?phpglobal $app_strings;?> <td align="right" valign="top"><input class="button" type="submit" title="<?php echo $app_strings['LBL_SELECT_BUTTON_TITLE']; ?>" accessKey="<?php echo $app_strings['LBL_SELECT_BUTTON_KEY']; ?>" value="<?php echo $app_strings['LBL_SELECT_BUTTON_LABEL']?>" /><input class="button" onClick="javascript: toggleDisplay('pbls_edit');" type="button" title="<?php echo $app_strings['LBL_CANCEL_BUTTON_TITLE']; ?>" accessKey="<?php echo $app_strings['LBL_CANCEL_BUTTON_KEY'];?>" value="<?php echo $app_strings['LBL_CANCEL_BUTTON_LABEL']?>"/></td></tr></table></form></div></p><?php// draw tableecho "<p align='center'>".$this->gen_xml($datax, $ids, $sugar_config['tmp_dir'].$cache_file_name, $refresh,$current_module_strings)."</p>";echo "<P align='center'><span class='chartFootnote'>".$current_module_strings['LBL_LEAD_SOURCE_FORM_DESC']."</span></P>"; if (file_exists($sugar_config['tmp_dir'].$cache_file_name)) {global $timedate; $file_date = date($timedate->get_date_format()." ".$timedate->get_time_format(), filemtime($sugar_config['tmp_dir'].$cache_file_name)); } else { $file_date = ''; }?><span class='chartFootnote'><p align="right"><i><?php echo $current_module_strings['LBL_CREATED_ON'].' '.$file_date; ?></i></p></span><?Php} /** * Creates PIE CHART image of opportunities by lead_source. * param $datax- the sales stage data to display in the x-axis * param $datay- the sum of opportunity amounts for each opportunity in each sales stage * to display in the y-axis * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.. * All Rights Reserved.. * Contributor(s): ______________________________________.. */ function gen_xml($legends=array('foo','bar'), $user_id=array('1'), $cache_file_name='a_file', $refresh=true,$current_module_strings) { global $app_strings, $charset, $lang, $pieChartColors, $current_user; require_once('modules/Currencies/Currency.php'); $kDelim = $current_user->getPreference('num_grp_sep'); if (!file_exists($cache_file_name) || $refresh == true) { ; $GLOBALS['log']->debug("starting pipeline chart"); $GLOBALS['log']->debug("legends is:"); $GLOBALS['log']->debug($legends); $GLOBALS['log']->debug("user_id is: "); $GLOBALS['log']->debug($user_id);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -