helpcenter/Web/Controls/Help/UserGuides/GroupsCRM.ascx

93 lines
5.9 KiB
Plaintext
Raw Normal View History

2020-10-01 15:45:15 +00:00
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "UserGuides - Groups - CRM module";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE UserGuides - ONLYOFFICE Groups - CRM module.";
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides installation_guides">
<h1>User Guides</h1>
<div class="watchvideo_block">
<h2>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Watchvideo/Watchvideo.ascx" />
</h2>
<div class="slider autoplay">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0026_perfect_day/0026_perfect_day.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0004_crm_overview/0004_crm_overview.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0049_crm_twilio/0049_crm_twilio.ascx" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor">CRM Module</h2>
<span class="toggler showcont">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/ShowContents/ShowContents.ascx" />
</span>
<span class="toggler hidecont" style="display: none">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/HideContents/HideContents.ascx" />
</span>
<div class="described">
<p><b>CRM</b><3E>is a simple customer relationship management tool which provides you with a unique place for your customer database, several ways to add new contacts to your customer database, a simple way to arrange your contacts, a great opportunity to keep track of the potential sales, a possibility to bill your customers in seconds, an effective way to organize a common event for your customers, an easy and convenient way to call your customers right from a web browser.</p>
</div>
<div class="contents" style="display: none">
<ul>
<li>
<h6>Contacts</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/crm.aspx#AddingContacts_block")%>">Adding contacts</a></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/029_import-contacts/029_import-contacts.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/043_keep-contacts-up-to-date/043_keep-contacts-up-to-date.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/041_export-data/041_export-data.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/026_group-operations/026_group-operations.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/025_duplicate-contacts/025_duplicate-contacts.ascx" /></li>
</ul>
</li>
<li>
<h6>Tasks</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/crm.aspx#AssigningTasks_block")%>">Assigning tasks</a></li>
</ul>
</li>
<li>
<h6>Opportunities</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/crm.aspx#ManagingOpportunities_block")%>">Managing opportunities</a></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/054_track-opportunities/054_track-opportunities.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/044_link-with-project/044_link-with-project.ascx" /></li>
</ul>
</li>
<li>
<h6>Cases</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/crm.aspx#OrganizingCases_block")%>">Organizing cases</a></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/048_create-case/048_create-case.ascx" /></li>
</ul>
</li>
<li>
<h6>Invoices</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/crm.aspx#MakingInvoices_block")%>">Making invoices</a></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/119_create-invoices/119_create-invoices.ascx" /></li>
</ul>
</li>
<li>
<h6>Calls</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/crm.aspx#VoIP_block")%>">Using VoIP</a></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/147_use_voip/147_use_voip.ascx" /></li>
</ul>
</li>
</ul>
</div>
</li>
</ul>
</div>