<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Dutch Charts of Account ctype mistake]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=902&amp;type=atom" />
	<updated>2009-11-02T14:43:59Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=902</id>
		<entry>
			<title type="html"><![CDATA[Re: Dutch Charts of Account ctype mistake]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=3762#p3762" />
			<content type="html"><![CDATA[<p>Ah, the Dutch chart of accounts are done for old type style and should have a variable in config.php, $use_old_style_convert set to 1.<br />You did the correct thing and changed into the USA way. You now can run without any problems.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2009-11-02T14:43:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=3762#p3762</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Dutch Charts of Account ctype mistake]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=3758#p3758" />
			<content type="html"><![CDATA[<p>I discovered strange behaviour when starting the company with nl_NL-default-220 charts of accounts.</p><p>With the account classes it reported errors (gl_account_classes.php). I think it&#039;s because of the initial values in the table chart_class:</p><p>INSERT INTO `0_chart_class` VALUES (&#039;1&#039;, &#039;Assets&#039;, &#039;1&#039;, &#039;0&#039;);<br />INSERT INTO `0_chart_class` VALUES (&#039;2&#039;, &#039;Liabilities&#039;, &#039;1&#039;, &#039;0&#039;);<br />INSERT INTO `0_chart_class` VALUES (&#039;3&#039;, &#039;Income&#039;, &#039;0&#039;, &#039;0&#039;);<br />INSERT INTO `0_chart_class` VALUES (&#039;4&#039;, &#039;Costs&#039;, &#039;0&#039;, &#039;0&#039;);</p><p>The USA one shows:</p><p>INSERT INTO `0_chart_class` VALUES (&#039;1&#039;, &#039;Assets&#039;, &#039;1&#039;, &#039;0&#039;);<br />INSERT INTO `0_chart_class` VALUES (&#039;2&#039;, &#039;Liabilities&#039;, &#039;2&#039;, &#039;0&#039;);<br />INSERT INTO `0_chart_class` VALUES (&#039;3&#039;, &#039;Income&#039;, &#039;4&#039;, &#039;0&#039;);<br />INSERT INTO `0_chart_class` VALUES (&#039;4&#039;, &#039;Costs&#039;, &#039;6&#039;, &#039;0&#039;);</p><p>And which I changed the values for the field &#039;ctype&#039; it worked oke and I could also change the descriptions.</p><p>Did I change correctly or could this cause other side effects?</p><p>Regards,<br />Bob</p>]]></content>
			<author>
				<name><![CDATA[shopimport]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=512</uri>
			</author>
			<updated>2009-11-02T13:17:40Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=3758#p3758</id>
		</entry>
</feed>
