<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — void a transaction error]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=4614</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4614&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in void a transaction error.]]></description>
		<lastBuildDate>Thu, 16 Jan 2014 16:27:07 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: void a transaction error]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19010#p19010</link>
			<description><![CDATA[<p>I&#039;ll give a try.</p><p>Thank you very much.<br />Eric</p><div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>Why don&#039;t you try the latest codebase from the mercurial repo or just use the difference file set to overwrite the v2.3.19 files?</p><p>Attached is the changed fileset after v2.3.19 was released.</p><p>Only one sql command needs to be executed on the existing db (change 0_ to whatever your company # is):<br /></p><div class="codebox"><pre><code>ALTER TABLE `0_debtor_trans` ADD INDEX `Order` (`order_`);</code></pre></div></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (ericta)]]></author>
			<pubDate>Thu, 16 Jan 2014 16:27:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19010#p19010</guid>
		</item>
		<item>
			<title><![CDATA[Re: void a transaction error]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18810#p18810</link>
			<description><![CDATA[<p>Why don&#039;t you try the latest codebase from the mercurial repo or just use the difference file set to overwrite the v2.3.19 files?</p><p>Attached is the changed fileset after v2.3.19 was released.</p><p>Only one sql command needs to be executed on the existing db (change 0_ to whatever your company # is):<br /></p><div class="codebox"><pre><code>ALTER TABLE `0_debtor_trans` ADD INDEX `Order` (`order_`);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 26 Dec 2013 16:07:06 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18810#p18810</guid>
		</item>
		<item>
			<title><![CDATA[Re: void a transaction error]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18807#p18807</link>
			<description><![CDATA[<p>Hi apmuthu,</p><p>Thank you for your quick response.<br />I replaced the code, but same error exists.</p><p>Have a great holiday everyone.<br />Eric</p>]]></description>
			<author><![CDATA[null@example.com (ericta)]]></author>
			<pubDate>Thu, 26 Dec 2013 13:41:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18807#p18807</guid>
		</item>
		<item>
			<title><![CDATA[Re: void a transaction error]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18801#p18801</link>
			<description><![CDATA[<p>The <strong><em>function</em> get_bank_trans()</strong> in lines 66 to 91 in the file <strong>gl/includes/db/gl_db_bank_trans.inc</strong> has the stated SQL construct.</p><p>It is possible that some data may have not had the desired effect on being <strong>db_escape</strong>d.</p><p>Lines 77-79:<br /></p><div class="codebox"><pre><code>                 LEFT JOIN &quot;.TB_PREF.&quot;suppliers supplier ON supplier.supplier_id = st.supplier_id,
             &quot;.TB_PREF.&quot;bank_accounts act
        WHERE act.id=bt.bank_act &quot;;</code></pre></div><p>may be changed to:</p><div class="codebox"><pre><code>                 LEFT JOIN &quot;.TB_PREF.&quot;suppliers supplier ON supplier.supplier_id = st.supplier_id
                     LEFT JOIN &quot;.TB_PREF.&quot;bank_accounts act ON act.id=bt.bank_act 
        WHERE 1 &quot;;</code></pre></div><p>Try and let us know if this solves your issue. It may be a better construct anyway.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 25 Dec 2013 07:01:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18801#p18801</guid>
		</item>
		<item>
			<title><![CDATA[void a transaction error]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18798#p18798</link>
			<description><![CDATA[<p>Hi,</p><p>We just upgraded FA from 2.3.14 to 2.3.19 three days ago.<br />When we try to void a customer payment today we got following error</p><p>https://drive.google.com/file/d/0B2hEL1wolzPkSVcwVFZqT2tGRkE/edit?usp=sharing</p><p>Can anyone help?<br />Thank you<br />Eric</p>]]></description>
			<author><![CDATA[null@example.com (ericta)]]></author>
			<pubDate>Tue, 24 Dec 2013 18:54:51 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18798#p18798</guid>
		</item>
	</channel>
</rss>
