<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Sorting Item List]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1096&amp;type=atom" />
	<updated>2015-04-28T14:44:40Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=1096</id>
		<entry>
			<title type="html"><![CDATA[Re: Sorting Item List]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23380#p23380" />
			<content type="html"><![CDATA[<p>Got it. Thanks.</p>]]></content>
			<author>
				<name><![CDATA[peter]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=797</uri>
			</author>
			<updated>2015-04-28T14:44:40Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23380#p23380</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sorting Item List]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23012#p23012" />
			<content type="html"><![CDATA[<p>Take the report in Excel and sort inside the report!</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-03-27T15:39:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23012#p23012</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sorting Item List]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23007#p23007" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[peter]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=797</uri>
			</author>
			<updated>2015-03-26T06:44:46Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23007#p23007</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sorting Item List]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18545#p18545" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-11-24T10:55:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18545#p18545</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sorting Item List]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18534#p18534" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[peter]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=797</uri>
			</author>
			<updated>2013-11-23T12:38:46Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18534#p18534</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sorting Item List]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=4841#p4841" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kerrsmith]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=491</uri>
			</author>
			<updated>2010-02-17T10:34:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=4841#p4841</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sorting Item List]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=4830#p4830" />
			<content type="html"><![CDATA[<p>Yes, a good idea, kerrsmith. Will you put in on the Wiki to go for 2.3.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2010-02-16T14:19:10Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=4830#p4830</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Sorting Item List]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=4829#p4829" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kerrsmith]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=491</uri>
			</author>
			<updated>2010-02-16T13:56:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=4829#p4829</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Sorting Item List]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=4819#p4819" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kerrsmith]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=491</uri>
			</author>
			<updated>2010-02-15T12:24:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=4819#p4819</id>
		</entry>
</feed>
