helpcenter/Web/Controls/Help/TipsTricks/Projects/ReportTemplates/ReportTemplates.ascx

53 lines
3.7 KiB
Plaintext
Raw Normal View History

2016-08-29 13:51:20 +00:00
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Reporting templates with automatic delivery by E-mail";
2016-08-29 13:51:20 +00:00
MetaKeyWords = "report templates, automatic reports, by email";
MetaDescription = "Projects. Create a report template and receive automatic reports by email";
}
</script>
<div class="main_buscall_container dataBackup">
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption TipsCaption">Reporting templates with automatic delivery by E-mail</h1>
2016-08-29 13:51:20 +00:00
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-projects/onlyoffice-projects.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/report-templates/report-templates.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/receive-reports-automatically-via-email/receive-reports-automatically-via-email.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/generate-report/generate-report.ascx" /></li>
2016-08-29 13:51:20 +00:00
</ul>
</div>
<div class="video_ground video_trips video_reptemp">
<p>Are you tired of generating reports manually? Now you can set up needed parameters once and regularly receive automatic
reports by email on certain date and time. You save lots of time and keep up with everything new at your portal.</p>
<h2 id="BareBonesInstructions">Bare Bones Instructions</h2>
<p>Follow these simple steps to create a report template:</p>
<ol class="instructions">
<li>Enter your portal.</li>
<li>Click the <b>Projects</b> link on the start page.</li>
<li>In the opened 'Projects' module, click the <b>Reports</b> option at the left-side panel.</li>
<li>Select the needed report type on the left and configure report parameters on the right.</li>
<li>Press the <b>Create Template</b> button.</li>
<li>In the opened window, enter a title for your report template. If you want to receive reports created on the basis of this template regularly via email, check the <b>Generate such report automatically</b> box. Then specify a certain time period and time of the day when you want to receive reports.</li>
<li>Click the <b>Save</b> button to accept the changes you made.</li>
</ol>
<p>After that you will regularly receive reports on the basis of the created template via email.</p>
<h2 id="HelpfulHints">Helpful Hints</h2>
<h3>Will reports be sent at the exact time I specified?</h3>
<p>It may happen, that you won't receive your reports precisely at the time you specified. But you can be sure that reports will be delivered within 15 minutes after the time you specified.</p>
<h3>Can I use the created template to generate reports manually?</h3>
<p>To generate a report on the basis of the template you created, click the 'Reports' option on the left-side panel, select one of the existing templates from the templates list and click the 'Generate Report' button.</p>
<h3>How can I edit the delivery settings of an existing report template?</h3>
<p>To edit the settings of your created template, click the 'Reports' option, select the template you need to alter from the templates list, change its title or time settings and click the 'Save' button after that.</p>
<p>You can also delete an unnecessary template or generate a report from one of the templates.</p>
</div>
</div>