<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Sorting Item List]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=1096</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1096&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Sorting Item List.]]></description>
		<lastBuildDate>Tue, 28 Apr 2015 14:44:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Sorting Item List]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23380#p23380</link>
			<description><![CDATA[<p>Got it. Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (peter)]]></author>
			<pubDate>Tue, 28 Apr 2015 14:44:40 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23380#p23380</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sorting Item List]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23012#p23012</link>
			<description><![CDATA[<p>Take the report in Excel and sort inside the report!</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 27 Mar 2015 15:39:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23012#p23012</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sorting Item List]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23007#p23007</link>
			<description><![CDATA[<p>Is it possible to view the sales documents like sales orders, delivery notes, invoices where the item description is sorted in an alphabetical order instead of item code?</p><p>Thanks.</p><p>peter.</p>]]></description>
			<author><![CDATA[null@example.com (peter)]]></author>
			<pubDate>Thu, 26 Mar 2015 06:44:46 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23007#p23007</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sorting Item List]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18545#p18545</link>
			<description><![CDATA[<p><s>Which is the wiki page?</s></p><p>* Wiki Page Item - <a href="https://frontaccounting.com/fawiki/index.php?n=Devel.WishList">Add an option to sort item lists by item name</a></p><p>// To Joe/Janusz<br />Should it not be part of the core FA by being a config flag to switch between them?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 24 Nov 2013 10:55:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18545#p18545</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sorting Item List]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=18534#p18534</link>
			<description><![CDATA[<p>Hi Kerrsmith, thanks to your note that I am able to sort the item description in the sale drop dropdown menu.</p><p>I have another question to ask, how do I print the sales documents with the item description sorted in alphabetical order?</p><p>Thanks.</p><p>peace, peter.</p>]]></description>
			<author><![CDATA[null@example.com (peter)]]></author>
			<pubDate>Sat, 23 Nov 2013 12:38:46 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=18534#p18534</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sorting Item List]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4841#p4841</link>
			<description><![CDATA[<p>I have added this to the wiki on the following page:</p><p>Wishlist and future development directions for next major releases</p>]]></description>
			<author><![CDATA[null@example.com (kerrsmith)]]></author>
			<pubDate>Wed, 17 Feb 2010 10:34:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4841#p4841</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sorting Item List]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4830#p4830</link>
			<description><![CDATA[<p>Yes, a good idea, kerrsmith. Will you put in on the Wiki to go for 2.3.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 16 Feb 2010 14:19:10 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4830#p4830</guid>
		</item>
		<item>
			<title><![CDATA[Re: Sorting Item List]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4829#p4829</link>
			<description><![CDATA[<p>I have been looking through the code and have changed line 689 in ui_lists.inc from:</p><p>&#039;order&#039; =&gt; array(&#039;c.description&#039;,&#039;stock_id&#039;)</p><p>To:</p><p>&#039;order&#039; =&gt; array(&#039;c.description&#039;,&#039;s.description&#039;)</p><p>and line 754 from:</p><p>&#039;order&#039; =&gt; array(&#039;c.description&#039;,&#039;i.item_code&#039;)</p><p>To</p><p>&#039;order&#039; =&gt; array(&#039;c.description&#039;,&#039;s.description&#039;)</p><p>Where c = stock_category and s = stock_master</p><p>This seems to have worked as now my drop down item lists on the items and inventory, sales and purchase pages have been ordered by item name.</p><p>I think an option in the setup to do this would be a really useful addition.</p>]]></description>
			<author><![CDATA[null@example.com (kerrsmith)]]></author>
			<pubDate>Tue, 16 Feb 2010 13:56:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4829#p4829</guid>
		</item>
		<item>
			<title><![CDATA[Sorting Item List]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4819#p4819</link>
			<description><![CDATA[<p>Is there a way to make the drop down item list sort by item name rather than item code?</p><p>I have added many items now using the item import module but if I do not know the code it takes a while to find the item on the list as they tend to be mixed up.</p><p>I know you can enable the product search but I would prefer to just be able to scroll down the list to find what I am looking for.</p><p>Is there a place in the code I can make a change to adjust this sorting?</p>]]></description>
			<author><![CDATA[null@example.com (kerrsmith)]]></author>
			<pubDate>Mon, 15 Feb 2010 12:24:15 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4819#p4819</guid>
		</item>
	</channel>
</rss>
