<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Updating Standard Charts]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7269&amp;type=atom" />
	<updated>2018-01-16T18:13:55Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7269</id>
		<entry>
			<title type="html"><![CDATA[Re: Updating Standard Charts]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30533#p30533" />
			<content type="html"><![CDATA[<p>@itronics: Thanks. <a href="https://github.com/FrontAccountingERP/FA/commit/06bb8867a88cb3d76227b9a7649960ee83cacd04">Committed</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-01-16T18:13:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30533#p30533</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Updating Standard Charts]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30531#p30531" />
			<content type="html"><![CDATA[<p>The <a href="https://github.com/FrontAccountingERP/FA/commit/309b4272ec502e42d1288c4dfdee824b4f6c135a">recent commit</a> to the standard Charts missed out the Deferred Income Account in the <em>chart_master table</em> and left the corresponding SysPrefs entry blank. Correct it with (if not already done) substituting appropriate table prefix:<br /></p><div class="codebox"><pre><code>INSERT INTO `0_chart_master` (`account_code`,`account_code2`,`account_name`,`account_type`,`inactive`) VALUES (&#039;2105&#039;, &#039;&#039;, &#039;Deferred Income Account&#039;, &#039;4&#039;, &#039;0&#039;);

INSERT INTO `0_payment_terms` (`terms_indicator`,`terms`,`days_before_due`,`day_in_following_month`,`inactive`) VALUES (&#039;5&#039;, &#039;Prepaid Sale&#039;, &#039;-1&#039;, &#039;0&#039;, &#039;0&#039;);

UPDATE `0_sys_prefs` SET `value`=&#039;2105&#039; WHERE `name`=&#039;deferred_income_act&#039;; </code></pre></div><p>If the entry is not there in the <em>sys_prefs</em> table, add it in with:<br /></p><div class="codebox"><pre><code>INSERT INTO `0_sys_prefs` (`name`,`category`,`type`,`length`,`value`) VALUES (&#039;deferred_income_act&#039;, &#039;glsetup.sales&#039;, &#039;varchar&#039;, &#039;15&#039;, &#039;2105&#039;);</code></pre></div><p><strong>Note:</strong> This is only for those who use the standard <strong>en_US-new.sql</strong> and <strong>en_US-demo.sql</strong> and their translations.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-01-16T04:32:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30531#p30531</id>
		</entry>
</feed>
