<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Item Editable Description Issue]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7569&amp;type=atom" />
	<updated>2018-08-12T13:03:41Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7569</id>
		<entry>
			<title type="html"><![CDATA[Re: Item Editable Description Issue]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32433#p32433" />
			<content type="html"><![CDATA[<p>Fixed and <a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/includes/ui/ui_view.inc">commited</a> to stable.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2018-08-12T13:03:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32433#p32433</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Item Editable Description Issue]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32426#p32426" />
			<content type="html"><![CDATA[<p>I have tested it. You can include to core.</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2018-08-12T09:21:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32426#p32426</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Item Editable Description Issue]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32425#p32425" />
			<content type="html"><![CDATA[<p>If this has been tested for a while I think we can include it. Is that so @kvvaradha?</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2018-08-12T06:41:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32425#p32425</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Item Editable Description Issue]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32422#p32422" />
			<content type="html"><![CDATA[<p>I think it can be included to core. But let&#039;s see Joe&#039;s answer.</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2018-08-12T01:55:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32422#p32422</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Item Editable Description Issue]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32416#p32416" />
			<content type="html"><![CDATA[<p>@joe: is this specific to certain versions of js or can it be included in the core?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-08-11T20:14:18Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32416#p32416</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Item Editable Description Issue]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32366#p32366" />
			<content type="html"><![CDATA[<p>Finally Found solution for it. Here is the <a href="https://github.com/kvcodes/FA/commit/e709fc81866bdb13a55bc36c1a2646a313844c45"> commit </a>.</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2018-08-04T06:29:25Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32366#p32366</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Item Editable Description Issue]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31946#p31946" />
			<content type="html"><![CDATA[<p>@apmuthu,&nbsp; nayaspp is right, the issue is the core javascript tries to create option to textbox,&nbsp; Its a core bug, i will try to fix it, when its drop down it works fine.&nbsp; But when the drop down changed to textbox, its not possible to add the item here.</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2018-06-19T14:23:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31946#p31946</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Item Editable Description Issue]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31943#p31943" />
			<content type="html"><![CDATA[<p>This will have something to do with blank / null field values returned on query for the said version of PHP/MySQL. Try using a lower version of PHP first (5.3.x) with the same DB version and isolate the issue to being PHP or DB dependant. Also try first on some other browser - say FireFox. Upgrade to latest <a href="https://github.com/FrontAccountingERP/FA/archive/master.zip">Git Master of FA 2.4.4+</a> and see if the problem vanishes.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-06-19T10:55:57Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31943#p31943</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Item Editable Description Issue]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31940#p31940" />
			<content type="html"><![CDATA[<p>Please note the version information,</p><p>PHP : 5.6.35<br />MySQL :&nbsp; Ver 15.1 Distrib 10.1.31-MariaDB<br />FA Version : 2.4.4<br />Browser: Google Chrome 67.0.3396.87 (Official Build) (64-bit)</p>]]></content>
			<author>
				<name><![CDATA[navaspp]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42509</uri>
			</author>
			<updated>2018-06-19T06:18:00Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31940#p31940</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Item Editable Description Issue]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31937#p31937" />
			<content type="html"><![CDATA[<p>Which version of PHP/MySQL/FA are you using?<br />Which browser / version are you using?</p><p>The said error pops up at line 319 of <strong>includes/ui/ui_lists.inc</strong>/</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-06-18T12:24:46Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31937#p31937</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Item Editable Description Issue]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31933#p31933" />
			<content type="html"><![CDATA[<p>If we use item search option with items that has editable description, the window popup has thrown some errors.</p><br /><p>Uncaught TypeError: Cannot read property &#039;options&#039; of null<br />&nbsp; &nbsp; at selectComboItem (stock_list.php?popup=1&amp;type=sales&amp;client_id=stock_id:104)<br />&nbsp; &nbsp; at HTMLAnchorElement.onclick (stock_list.php?popup=1&amp;type=sales&amp;client_id=stock_id:48)</p><br /><p>Please assist me with the same</p>]]></content>
			<author>
				<name><![CDATA[navaspp]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=42509</uri>
			</author>
			<updated>2018-06-18T09:20:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31933#p31933</id>
		</entry>
</feed>
