<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Changing sorting of Accounts list]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=779</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=779&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Changing sorting of Accounts list.]]></description>
		<lastBuildDate>Thu, 20 Aug 2009 20:24:16 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Changing sorting of Accounts list]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=3294#p3294</link>
			<description><![CDATA[<p>Thanks Janusz!&nbsp; How exciting <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (tomhallman)]]></author>
			<pubDate>Thu, 20 Aug 2009 20:24:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=3294#p3294</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing sorting of Accounts list]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=3293#p3293</link>
			<description><![CDATA[<p>I will consult this with Joe, why not.</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Thu, 20 Aug 2009 20:16:06 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=3293#p3293</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing sorting of Accounts list]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=3292#p3292</link>
			<description><![CDATA[<p>Whoa!&nbsp; Nice <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; Thanks!</p><p>Will you be able to get this set up as a preference in the 2.2 release?</p>]]></description>
			<author><![CDATA[null@example.com (tomhallman)]]></author>
			<pubDate>Thu, 20 Aug 2009 20:11:03 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=3292#p3292</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing sorting of Accounts list]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=3291#p3291</link>
			<description><![CDATA[<p>If you want to order account list by account group id apply following changes to gl_all_accounts_list() function code:</p><div class="codebox"><pre><code>diff -r1.23 ui_lists.inc
1498c1498
&lt;         $sql = &quot;SELECT chart.account_code, chart.account_name, type.name
---
&gt;         $sql = &quot;SELECT chart.account_code, chart.account_name, type.name, type.id
1505c1505
&lt;         $sql = &quot;SELECT chart.account_code, chart.account_name, type.name
---
&gt;         $sql = &quot;SELECT chart.account_code, chart.account_name, type.name, type.id
1514c1514
&lt;         &#039;order&#039; =&gt; array(&#039;name&#039;,&#039;account_code&#039;),
---
&gt;         &#039;order&#039; =&gt; array(&#039;type.id&#039;,&#039;account_code&#039;),</code></pre></div><p>That&#039;s all folks <img src="https://frontaccounting.com/punbb/img/smilies/wink.png" width="15" height="15" alt="wink" />.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Thu, 20 Aug 2009 20:05:43 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=3291#p3291</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing sorting of Accounts list]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=3290#p3290</link>
			<description><![CDATA[<p>Hi Joe,</p><p>&nbsp; Thanks for the thoughts.</p><p>&nbsp; When Janusz returns, I&#039;d love to have his insight.&nbsp; If this is something I can help with, please let me know.&nbsp; It would make our accounting folks very happy <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>~Tom</p>]]></description>
			<author><![CDATA[null@example.com (tomhallman)]]></author>
			<pubDate>Thu, 20 Aug 2009 18:52:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=3290#p3290</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing sorting of Accounts list]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=3201#p3201</link>
			<description><![CDATA[<p>Hello,<br />Janusz has built our ui_lists and he is out of office at present. This will be a change in db structure, so we have to wait until 2.2 release.<br />I guess he can fix that for us.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sat, 08 Aug 2009 07:25:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=3201#p3201</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing sorting of Accounts list]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=3200#p3200</link>
			<description><![CDATA[<p>Hi Joe,</p><p>&nbsp; Okay, that&#039;s a possible workaround.</p><p>&nbsp; It sounds like others have requested this feature.&nbsp; So, if I offered to make it an option that people could select, would that be something you&#039;d be interested in incorporating?&nbsp; I don&#039;t think it would be hard; just a flag in the user&#039;s preferences or possibly in the company setup?&nbsp; Then the code that generates the accounts list would just check the flag and call a SQL query that does a different sort.&nbsp; (At least that seems right to me.)&nbsp; What do you think?</p><p>~Tom</p>]]></description>
			<author><![CDATA[null@example.com (tomhallman)]]></author>
			<pubDate>Sat, 08 Aug 2009 02:01:02 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=3200#p3200</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changing sorting of Accounts list]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=3198#p3198</link>
			<description><![CDATA[<p>Unfortunately this is not possible at present. I know of people who has put the id in front of the name to solve it.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 07 Aug 2009 22:39:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=3198#p3198</guid>
		</item>
		<item>
			<title><![CDATA[Changing sorting of Accounts list]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=3197#p3197</link>
			<description><![CDATA[<p>Hi guys,</p><p>&nbsp; Sorry if this isn&#039;t the right forum for this question - I wasn&#039;t sure where else to put it.</p><p>&nbsp; Is it possible to modify the sorting of the accounts list (such as on the &quot;Chart of Accounts&quot; page, &quot;Journal Entry&quot; page, and so on) to be by Account Group ID instead of Account Group name?</p><p>&nbsp; If not, could that be added as a configuration option?&nbsp; Our accountants set up the Account Groups in such a way as to group things logically by ID rather than name, so that would be a big boost in productivity.</p><p>&nbsp; I could probably add this tweak myself if you could point me in the right direction.</p><p>&nbsp; Thanks very much for such a great product!</p><p>~Tom</p>]]></description>
			<author><![CDATA[null@example.com (tomhallman)]]></author>
			<pubDate>Fri, 07 Aug 2009 20:43:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=3197#p3197</guid>
		</item>
	</channel>
</rss>
