<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — need help to Change account code length]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6126</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6126&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in need help to Change account code length.]]></description>
		<lastBuildDate>Thu, 11 Feb 2016 17:00:22 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: need help to Change account code length]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25178#p25178</link>
			<description><![CDATA[<p>I think you need to change the size of the form field&#039;s <strong>maxlength</strong> value:<br /></p><div class="codebox"><pre><code>&lt;input _last=&quot;&quot; name=&quot;_code_id_edit&quot; id=&quot;_code_id_edit&quot; size=&quot;12&quot; maxlength=&quot;10&quot; value=&quot;&quot; class=&quot;combo3&quot; rel=&quot;code_id&quot; autocomplete=&quot;off&quot; title=&quot;&quot; type=&quot;text&quot;&gt;</code></pre></div><p><strong>$opts[&#039;max&#039;]</strong> should be 20 instead of default 10 in your case in Lines 282 to 287 of <strong>includes/ui/ui_lists.inc</strong>:<br /></p><div class="codebox"><pre><code>        $edit_entry = &quot;&lt;input $disabled type=&#039;text&#039; name=&#039;$search_box&#039; id=&#039;$search_box&#039; size=&#039;&quot;.
            $opts[&#039;size&#039;].&quot;&#039; maxlength=&#039;&quot;.$opts[&#039;max&#039;].
            &quot;&#039; value=&#039;$txt&#039; class=&#039;$class&#039; rel=&#039;$name&#039; autocomplete=&#039;off&#039; title=&#039;&quot;
            .$opts[&#039;box_hint&#039;].&quot;&#039;&quot;
            .(!fallback_mode() &amp;&amp; !$by_id ? &quot; style=display:none;&quot;:&#039;&#039;)
            .&quot;&gt;\n&quot;;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 11 Feb 2016 17:00:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25178#p25178</guid>
		</item>
		<item>
			<title><![CDATA[need help to Change account code length]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=25174#p25174</link>
			<description><![CDATA[<p>I need to change account code from 10 to 20 at gl_journal screen please let me know how much</p>]]></description>
			<author><![CDATA[null@example.com (uspencersv)]]></author>
			<pubDate>Wed, 10 Feb 2016 13:19:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=25174#p25174</guid>
		</item>
	</channel>
</rss>
