helpcenter/Web/Controls/Help/TipsTricks/CRM/defaultcurrency/defaultcurrency.ascx
2019-08-30 18:31:10 +03:00

61 lines
5.6 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Setting up the default currency and exchange rates";
MetaKeyWords = "opportunities, invoices, CRM, currencies, exchange rate, conversion rate";
MetaDescription = "CRM. Set up the default currency that is used to calculate the total amount for all CRM opportunities as well as to set prices in the Products & Services list.";
}
</script>
<div class="main_buscall_container dataBackup">
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption TipsCaption">Setting up the default currency and exchange rates</h1>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/AdminLabel/AdminLabel.ascx" />
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-crm/onlyoffice-crm.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/crm-settings/crm-settings.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/invoices/invoices.ascx" /></li>
</ul>
</div>
<p>The <b>Default currency</b> is used to calculate the <b>Total amount</b> for all CRM opportunities. This currency is also used to set prices in the <b>Products & Services</b> list.
Read this tip and you'll find out how to change the default currency used in the CRM module and specify exchange rates for other available currencies.</p>
<h2 id="BareBonesInstructions">Bare Bones Instructions</h2>
<p>To select a default currency:</p>
<ol class="instructions">
<li>Enter your portal using your login details.</li>
<li>Go to the <b>CRM</b> module.</li>
<li>Click the <b>Settings</b> option at the left-side panel and choose the <b>Currency settings</b> section.</li>
<li>In the <b>Default currency</b> list, select the necessary currency.</li>
<li>Press the <b>Save</b> button.</li>
</ol>
<p>Done! The default currency is now selected. </p>
<p>If you create invoices for customers from different countries, it will be necessary to specify exchange rates for some currencies that you use. To add the exchange rate for a currency:</p>
<ol class="instructions">
<li>Enter your portal using your login details.</li>
<li>Go to the <b>CRM</b> module.</li>
<li>Click the <b>Settings</b> option at the left-side panel and choose the <b>Currency settings</b> section.</li>
<li>In the <b>Currency rate</b> list, select the currency you want to set the exchange rate for.</li>
<li>Click the <b>Add rate</b> button next to the <b>Currency rate</b> list.</li>
<li>In the entry field that appears, type in the appropriate exchange rate (see the tips below to know where the actual exchange rate can be found).</li>
<li>Press the <b>Save</b> button.</li>
</ol>
<p>That's it! The exchange rate for the selected currency is specified.</p>
<h2 id="HelpfulHints">Helpful Hints</h2>
<h3>How to check the total amount of several CRM opportunities?</h3>
<p>The total amount is calculated for the opportunities displayed on a single page. To find out the total amount of the selected opportunities, open the list of all opportunities. Use the <b>Filter</b> on the top to display the necessary opportunities only, e.g. opportunities assigned to a certain manager, or opportunities related to a selected contact, or opportunities for the specified time period. Click the <b>Show total amount</b> link below the list. In the <b>Currency converter</b> window that opens, you can see the total amount for these opportunities.</p>
<p>Statistics on the budget of the opportunities can also be obtained in the <b>Reports</b> section where you can generate reports with summary data for selected managers for the specified time period.</p>
<h3>Where can I find the information about actual exchange rates?</h3>
<p>Open the list of all opportunities and click the <b>Show total amount</b> link below the list. In the <b>Currency convertor</b> window that opens, switch to the <b>Summary table</b> tab that displays the exchange rates for all the currencies available in the currency list. The information is taken from the <a target="_blank" href="https://themoneyconverter.com/">The Money Converter.com</a> website.</p>
<h3>How to convert a certain amount from one currency to another?</h3>
<p>Open the list of all opportunities and click the <b>Show total amount</b> link below the list. In the <b>Currency convertor</b> window that opens, switch to the <b>Calculator</b> tab. Specify the necessary amount in the <b>Enter amount</b> field and select the currencies in the <b>From</b> and <b>To</b> lists. The result will be displayed below.</p>
<h3>Can I set prices for some items in the 'Products and services' list in a currency that differs from the default one?</h3>
<p>There is no such possibility. All prices in the 'Products and services' list are set in the default currency. But you can always select the necessary currency when creating an invoice for your customer - the prices specified in the invoice will be recalculated automatically according to the specified exchange rate.</p>
</div>
</div>