PATH:
home
/
letacommog
/
crmleta
/
layouts
/
v7
/
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"> <div class="title clearfix"> <div class="col-lg-4 dashboardTitle" title="{vtranslate($WIDGET->getTitle(), $MODULE_NAME)}"><b>{vtranslate($WIDGET->getTitle(), $MODULE_NAME)}</b></div> <div class="userList col-lg-5"> <div> <select class="widgetFilter select2" id="owner" name="owner" style='width:30%;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> </div> </div> </div> <div class="dashboardWidgetContent"> {include file="dashboards/DashBoardWidgetContents.tpl"|@vtemplate_path:$MODULE_NAME} </div> <div class="widgeticons dashBoardWidgetFooter"> <div class="filterContainer"> <div class="row"> <span class="col-lg-5"> <span class="pull-right"> {vtranslate('Expected Close Date', $MODULE_NAME)} {vtranslate('LBL_BETWEEN', $MODULE_NAME)} </span> </span> <span class="col-lg-7"> <div class="input-daterange input-group dateRange widgetFilter" id="datepicker" name="expectedclosedate"> <input type="text" class="input-sm form-control" name="start" style="height:30px;"/> <span class="input-group-addon">to</span> <input type="text" class="input-sm form-control" name="end" style="height:30px;"/> </div> </span> </div> </div> <div class="footerIcons pull-right"> {include file="dashboards/DashboardFooterIcons.tpl"|@vtemplate_path:$MODULE_NAME SETTING_EXIST=true} </div> </div>
[+]
..
[-] GroupBySalesPerson.tpl
[edit]
[-] PipelinedAmountPerSalesPerson.tpl
[edit]
[-] TotalRevenuePerSalesPerson.tpl
[edit]
[-] FunnelAmount.tpl
[edit]
[-] TopPotentials.tpl
[edit]
[-] GroupBySalesStage.tpl
[edit]
[-] TopPotentialsContents.tpl
[edit]