<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Exchange Rates - show default currency and provider]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9220&amp;type=atom" />
	<updated>2021-03-08T07:37:28Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=9220</id>
		<entry>
			<title type="html"><![CDATA[Re: Exchange Rates - show default currency and provider]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39235#p39235" />
			<content type="html"><![CDATA[<p>@joe: ?<br />Will need to change the translation strings as well.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2021-03-08T07:37:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39235#p39235</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Exchange Rates - show default currency and provider]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39222#p39222" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[PaulShipley]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20029</uri>
			</author>
			<updated>2021-03-07T00:34:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39222#p39222</id>
		</entry>
</feed>
