<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Tax Report rep702 order by date]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=8686</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8686&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Tax Report rep702 order by date.]]></description>
		<lastBuildDate>Mon, 10 Feb 2020 19:14:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Tax Report rep702 order by date]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36986#p36986</link>
			<description><![CDATA[<p>@joe: This (date wise) should be the way it is by default. Alternatively, a report request flag for this mod can be in the core.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 10 Feb 2020 19:14:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36986#p36986</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Report rep702 order by date]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36985#p36985</link>
			<description><![CDATA[<p>Sorry Braath</p><p>Your change works perfectly.</p><p>I was too quick to answer. Should have paid more attention.</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (rafat)]]></author>
			<pubDate>Mon, 10 Feb 2020 13:10:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36985#p36985</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Report rep702 order by date]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36984#p36984</link>
			<description><![CDATA[<p>Thanks Braath,</p><p>I actually tried this before and I got this error in the log:</p><p>[10-Feb-2020 13:48:11 Europe/Berlin] &lt;b&gt;DATABASE ERROR :&lt;/b&gt; No transactions were returned&lt;br&gt;error code : 1054&lt;br&gt;error message : Unknown column &#039;taxrec.trans_date&#039; in &#039;order clause&#039;&lt;br&gt;sql that failed was : SELECT tt.name as taxname, taxrec.*, taxrec.amount*ex_rate AS amount,</p><p>I could not understand why the ORDER BY gives such an error if one changes the order.</p>]]></description>
			<author><![CDATA[null@example.com (rafat)]]></author>
			<pubDate>Mon, 10 Feb 2020 12:52:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36984#p36984</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tax Report rep702 order by date]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36983#p36983</link>
			<description><![CDATA[<div class="codebox"><pre><code>@@ -67,7 +67,7 @@ function getTaxTransactions($from, $to)
         $sql .= &quot; AND taxrec.tran_date &gt;= &#039;$fromdate&#039;
                        AND taxrec.tran_date &lt;= &#039;$todate&#039;
         GROUP BY taxrec.id
-               ORDER BY taxrec.trans_type, taxrec.tran_date, taxrec.trans_no, taxrec.ex_rate&quot;;
+               ORDER BY taxrec.tran_date, taxrec.trans_type, taxrec.trans_no, taxrec.ex_rate&quot;;
 
     return db_query($sql,&quot;No transactions were returned&quot;);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Braath Waate)]]></author>
			<pubDate>Mon, 10 Feb 2020 11:03:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36983#p36983</guid>
		</item>
		<item>
			<title><![CDATA[Tax Report rep702 order by date]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=36982#p36982</link>
			<description><![CDATA[<p>Dears,</p><p>How can I get the tax report to sort entries by date instead of Transaction type?<br />I tried to look around but being a novice I couldn&#039;t make it out.</p><p>Any ideas?</p>]]></description>
			<author><![CDATA[null@example.com (rafat)]]></author>
			<pubDate>Mon, 10 Feb 2020 07:13:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=36982#p36982</guid>
		</item>
	</channel>
</rss>
