{*+********************************************************************************** * The contents of this file are subject to the vtiger CRM Public License Version 1.1 * ("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. *************************************************************************************} {strip} {assign var=show_report_scheduled value=true}
{if $show_report_scheduled eq true}
{vtranslate('LBL_RUN_REPORT', $MODULE)}
{assign var=scheduleid value=$SCHEDULEDREPORTS->get('scheduleid')}
{* show weekdays for weekly option *}
{vtranslate('LBL_ON_THESE_DAYS', $MODULE)}
{assign var=dayOfWeek value=Zend_Json::decode($SCHEDULEDREPORTS->get('schdayoftheweek'))}
{* show month view by dates *}
{vtranslate('LBL_ON_THESE_DAYS', $MODULE)}
{assign var=dayOfMonth value=Zend_Json::decode($SCHEDULEDREPORTS->get('schdayofthemonth'))}
{* show specific date *}
{vtranslate('LBL_CHOOSE_DATE', $MODULE)}
{assign var=specificDate value=Zend_Json::decode($SCHEDULEDREPORTS->get('schdate'))} {if $specificDate[0] neq ''} {assign var=specificDate1 value=DateTimeField::convertToUserFormat($specificDate[0])} {/if}
{* show month view by anually *}
{vtranslate('LBL_SELECT_MONTH_AND_DAY', $MODULE)}
{vtranslate('LBL_SELECTED_DATES', $MODULE)}
{assign var=ANNUAL_DATES value=Zend_Json::decode($SCHEDULEDREPORTS->get('schannualdates'))}
{* show time for all other than Hourly option*}
{vtranslate('LBL_AT_TIME', $MODULE)}*
{* show all the users,groups,roles and subordinat roles*}
{vtranslate('LBL_SELECT_RECIEPIENTS', $MODULE)}*
{assign var=ALL_ACTIVEUSER_LIST value=$CURRENT_USER->getAccessibleUsers()} {assign var=ALL_ACTIVEGROUP_LIST value=$CURRENT_USER->getAccessibleGroups()} {assign var=recipients value=Zend_Json::decode($SCHEDULEDREPORTS->get('recipients'))}
{vtranslate('LBL_SPECIFIC_EMAIL_ADDRESS', $MODULE)}
{assign var=specificemailids value=Zend_Json::decode($SCHEDULEDREPORTS->get('specificemails'))}
{if $TYPE neq 'Chart'}
{vtranslate('LBL_FILE_FORMAT', $MODULE)}
{/if} {if $SCHEDULEDREPORTS->get('next_trigger_time')}
{vtranslate('LBL_NEXT_TRIGGER_TIME', $MODULE)}
{$SCHEDULEDREPORTS->getNextTriggerTimeInUserFormat()} ({$CURRENT_USER->time_zone})
{/if}
{/if} {/strip}