<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — COA with 25 digits]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6859&amp;type=atom" />
	<updated>2017-07-09T02:15:48Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=6859</id>
		<entry>
			<title type="html"><![CDATA[Re: COA with 25 digits]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28160#p28160" />
			<content type="html"><![CDATA[<p>Scarce screen real-estate will dictate the displayability of the 25 character account code. Enabling Alpha account codes in the config.php may be the solution to large number of account codes.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-07-09T02:15:48Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28160#p28160</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: COA with 25 digits]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28155#p28155" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>Approximately 16 bytes are necessary to store 25 decimal digit number (number of bytes length of 10^26 converted to Hex). Hence without changing the field size, you can store and retrieve the nearly 25 digit number when passed through Hex to dec conversion and vice-versa or have a trigger to do so in the database on the fly. USING a higher base than 16 would bring the field width down further.</p></blockquote></div><p>Yes, but that would not affect the input and display fields, so those would definitely be changed too</p>]]></content>
			<author>
				<name><![CDATA[dscheers]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=41423</uri>
			</author>
			<updated>2017-07-08T23:44:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28155#p28155</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: COA with 25 digits]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28141#p28141" />
			<content type="html"><![CDATA[<p>Approximately 16 bytes are necessary to store 25 decimal digit number (number of bytes length of 10^26 converted to Hex). Hence without changing the field size, you can store and retrieve the nearly 25 digit number when passed through Hex to dec conversion and vice-versa or have a trigger to do so in the database on the fly. USING a higher base than 16 would bring the field width down further.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-07-08T04:23:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28141#p28141</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: COA with 25 digits]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28139#p28139" />
			<content type="html"><![CDATA[<p>The hard coded account code length is 15 characters. But it looks like it can be changed simply by changing the database field length and the input limitations. </p><p>I did initial testing and it appeared to work, but there&#039;s probably other areas that use the 15 character limit that I&#039;m not aware of. </p><p>Anyway, the hard coded limit is located at \gl\manage\gl_accounts, line 244. And the table that holds the account codes is X_chart_master. If you want to play around with it.</p><p>This variable might be better off in the systems table.</p>]]></content>
			<author>
				<name><![CDATA[markr]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=41418</uri>
			</author>
			<updated>2017-07-08T03:03:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28139#p28139</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[COA with 25 digits]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28136#p28136" />
			<content type="html"><![CDATA[<p>Anyone know which changes I need to do to widen the account number fields to 25 digits ?</p><p>Thanks</p><p>Danny</p><p>PS: or someone who can accomplish this for me for a sweet cost ?</p>]]></content>
			<author>
				<name><![CDATA[dscheers]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=41423</uri>
			</author>
			<updated>2017-07-07T19:48:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28136#p28136</id>
		</entry>
</feed>
