<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — need help to Change account code length]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6126&amp;type=atom" />
	<updated>2016-02-11T17:00:22Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=6126</id>
		<entry>
			<title type="html"><![CDATA[Re: need help to Change account code length]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25178#p25178" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2016-02-11T17:00:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25178#p25178</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[need help to Change account code length]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=25174#p25174" />
			<content type="html"><![CDATA[<p>I need to change account code from 10 to 20 at gl_journal screen please let me know how much</p>]]></content>
			<author>
				<name><![CDATA[uspencersv]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=21050</uri>
			</author>
			<updated>2016-02-10T13:19:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=25174#p25174</id>
		</entry>
</feed>
