<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Item Description on Item & Inventory]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8878&amp;type=atom" />
	<updated>2020-07-23T17:03:30Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8878</id>
		<entry>
			<title type="html"><![CDATA[Re: Item Description on Item & Inventory]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=37830#p37830" />
			<content type="html"><![CDATA[<p>Wonder why the <strong>i.inactive</strong> is part of the SELECT column list when it is always 0 (ie., active) as per the WHERE clause.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2020-07-23T17:03:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=37830#p37830</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Item Description on Item & Inventory]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=37827#p37827" />
			<content type="html"><![CDATA[<p>Hi, are you asking where is the SQL statement located?<br />It is in <strong>includes/ui/ui_list.inc</strong></p>]]></content>
			<author>
				<name><![CDATA[flpages]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45415</uri>
			</author>
			<updated>2020-07-23T08:38:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=37827#p37827</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Item Description on Item & Inventory]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=37823#p37823" />
			<content type="html"><![CDATA[<p>I have a problem, in list item description unsuitable then active the SQL and I see the query.<br />where location this query?<br />SELECT i.item_code, i.description, c.description, count(*)&gt;1 as kit,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; i.inactive, if(count(*)&gt;1, &#039;0&#039;, s.editable) as editable<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FROM<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1_stock_master s,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1_item_codes i<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LEFT JOIN<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1_stock_category c<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ON i.category_id=c.category_id<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WHERE i.stock_id=s.stock_id<br />&nbsp; &nbsp; &nbsp; AND mb_flag != &#039;F&#039; AND !i.inactive AND !s.inactive AND !s.no_sale GROUP BY i.item_code ORDER BY c.description,i.item_code</p><p>I am using FA version 2.4.8</p>]]></content>
			<author>
				<name><![CDATA[ust.crew404]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45595</uri>
			</author>
			<updated>2020-07-22T01:31:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=37823#p37823</id>
		</entry>
</feed>
