<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Exchange Rates - show default currency and provider]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=9220</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9220&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Exchange Rates - show default currency and provider.]]></description>
		<lastBuildDate>Mon, 08 Mar 2021 07:37:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Exchange Rates - show default currency and provider]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39235#p39235</link>
			<description><![CDATA[<p>@joe: ?<br />Will need to change the translation strings as well.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 08 Mar 2021 07:37:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39235#p39235</guid>
		</item>
		<item>
			<title><![CDATA[Exchange Rates - show default currency and provider]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39222#p39222</link>
			<description><![CDATA[<p>On the Exchange Rates screen (Banking and General Ledger) there is a message towards the bottom of the screen which states &quot;Exchange rates are entered against the company currency.&quot;. This is not very informative. A slight addition to the code will show what the current company currency is and the exchange rate provider. Like so:</p><p>&nbsp; &nbsp;Exchange rates are entered against the company currency = USD (Provider = ECB)</p><div class="codebox"><pre><code>gl/manage/exchange_rates.php

 @@ -146,7 +146,7 @@ function display_rate_edit()
 
     submit_add_or_update_center($selected_id == &#039;&#039;, &#039;&#039;, &#039;both&#039;);
 
-    display_note(_(&quot;Exchange rates are entered against the company currency.&quot;), 1);
+    display_note(_(&quot;Exchange rates are entered against the company currency = &quot;.get_company_pref(&#039;curr_default&#039;).&quot; (Provider = &quot;.$xchg_rate_provider.&quot;)&quot;), 1);
 }
 
 //---------------------------------------------------------------------------------------------</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (PaulShipley)]]></author>
			<pubDate>Sun, 07 Mar 2021 00:34:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39222#p39222</guid>
		</item>
	</channel>
</rss>
