<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — about currency exchange  !]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5524</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5524&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in about currency exchange  !.]]></description>
		<lastBuildDate>Wed, 04 Feb 2015 18:00:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: about currency exchange  !]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22400#p22400</link>
			<description><![CDATA[<p>The <strong>#_exchange_rates</strong> table uses only the <strong>rate_buy</strong> field as the exchange rate in FA v2.3. The <strong>rate_sell</strong> field is populated with the same value using line 74 in <strong>gl/includes/db/gl_db_rates.inc</strong>:</p><div class="codebox"><pre><code>        add_exchange_rate($curr_code, $date_, $ex_rate, $ex_rate);</code></pre></div><p>You might want to directly populate the said table from your records - either a CSV import or using INSERT sql statements generated in a spreadsheet.</p><p>The structure of the said table is listed here for reference:<br /></p><div class="codebox"><pre><code>CREATE TABLE `0_exchange_rates` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `curr_code` char(3) NOT NULL DEFAULT &#039;&#039;,
  `rate_buy` double NOT NULL DEFAULT &#039;0&#039;,
  `rate_sell` double NOT NULL DEFAULT &#039;0&#039;,
  `date_` date NOT NULL DEFAULT &#039;0000-00-00&#039;,
  PRIMARY KEY (`id`),
  UNIQUE KEY `curr_code` (`curr_code`,`date_`)
) ENGINE=MyISAM;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 04 Feb 2015 18:00:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22400#p22400</guid>
		</item>
		<item>
			<title><![CDATA[Re: about currency exchange  !]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22396#p22396</link>
			<description><![CDATA[<p>thank you for reply </p><p>i have data for 1 year <br />so i should enter the value of the exch. rate a lot <br />i need a way more than this manual way</p>]]></description>
			<author><![CDATA[null@example.com (waleedaz)]]></author>
			<pubDate>Wed, 04 Feb 2015 12:26:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22396#p22396</guid>
		</item>
		<item>
			<title><![CDATA[Re: about currency exchange  !]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22390#p22390</link>
			<description><![CDATA[<p>No, the value entered will be valid until Another date is set.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Wed, 04 Feb 2015 09:13:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22390#p22390</guid>
		</item>
		<item>
			<title><![CDATA[about currency exchange  !]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22388#p22388</link>
			<description><![CDATA[<p>hi all <br />i need to be sure about currency exchange ?<br />if i set currency exchange&nbsp; in as example 1/1/2015 <br />is this will be valid for all period to next currency exchange date or should i&nbsp; set currency exchange day per day</p>]]></description>
			<author><![CDATA[null@example.com (waleedaz)]]></author>
			<pubDate>Wed, 04 Feb 2015 08:30:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22388#p22388</guid>
		</item>
	</channel>
</rss>
