PATH:
home
/
letacommog
/
crmleta
/
layouts
/
vlayout
/
modules
/
Potentials
/
dashboards
{*<!-- /********************************************************************************* ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 * ("License"); You may not use this file except in compliance with the License * The Original Code is: vtiger CRM Open Source * The Initial Developer of the Original Code is vtiger. * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. * ********************************************************************************/ -->*} <script type="text/javascript"> Vtiger_Funnel_Widget_Js('Vtiger_Groupedbysalesstage_Widget_Js',{},{}); </script> {foreach key=index item=cssModel from=$STYLES} <link rel="{$cssModel->getRel()}" href="{$cssModel->getHref()}" type="{$cssModel->getType()}" media="{$cssModel->getMedia()}" /> {/foreach} {foreach key=index item=jsModel from=$SCRIPTS} <script type="{$jsModel->getType()}" src="{$jsModel->getSrc()}"></script> {/foreach} <div class="dashboardWidgetHeader"> <table width="100%" cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="span5"> <div class="dashboardTitle" title="{vtranslate($WIDGET->getTitle(), $MODULE_NAME)}"><b> {vtranslate($WIDGET->getTitle(), $MODULE_NAME)}</b></div> </td> <td class="span2"> <div> <select class="widgetFilter" id="owner" name="owner" style='width:70px;margin-bottom:0px'> <option value="{$CURRENTUSER->getId()}" >{vtranslate('LBL_MINE')}</option> <option value="all">{vtranslate('LBL_ALL')}</option> {assign var=ALL_ACTIVEUSER_LIST value=$CURRENTUSER->getAccessibleUsers()} {if count($ALL_ACTIVEUSER_LIST) gt 1} <optgroup label="{vtranslate('LBL_USERS')}"> {foreach key=OWNER_ID item=OWNER_NAME from=$ALL_ACTIVEUSER_LIST} {if $OWNER_ID neq {$CURRENTUSER->getId()}} <option value="{$OWNER_ID}">{$OWNER_NAME}</option> {/if} {/foreach} </optgroup> {/if} {assign var=ALL_ACTIVEGROUP_LIST value=$CURRENTUSER->getAccessibleGroups()} {if !empty($ALL_ACTIVEGROUP_LIST)} <optgroup label="{vtranslate('LBL_GROUPS')}"> {foreach key=OWNER_ID item=OWNER_NAME from=$ALL_ACTIVEGROUP_LIST} <option value="{$OWNER_ID}">{$OWNER_NAME}</option> {/foreach} </optgroup> {/if} </select> </div> </td> <td class="refresh span1" align="right"> <span style="position:relative;"></span> </td> <td class="widgeticons span4" align="right"> {include file="dashboards/DashboardHeaderIcons.tpl"|@vtemplate_path:$MODULE_NAME SETTING_EXIST=true} </td> </tr> </tbody> </table> <div class="row-fluid filterContainer hide" style="position:absolute;z-index:100001"> <div class="row-fluid"> <span class="span5"> <span class="pull-right"> {vtranslate('Expected Close Date', $MODULE_NAME)} {vtranslate('LBL_BETWEEN', $MODULE_NAME)} </span> </span> <span class="span4"> <input type="text" name="expectedclosedate" class="dateRange widgetFilter" /> </span> </div> </div> </div> <div class="dashboardWidgetContent"> {include file="dashboards/DashBoardWidgetContents.tpl"|@vtemplate_path:$MODULE_NAME} </div>
[+]
..
[-] TotalRevenuePerSalesPerson.tpl
[edit]
[-] TopPotentials.tpl
[edit]
[-] GroupBySalesStage.tpl
[edit]
[-] PipelinedAmountPerSalesPerson.tpl
[edit]
[-] GroupBySalesPerson.tpl
[edit]
[-] Forecast.tpl
[edit]
[-] TopPotentialsContents.tpl
[edit]
[-] FunnelAmount.tpl
[edit]