<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Updating Standard Charts]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7269</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7269&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Updating Standard Charts.]]></description>
		<lastBuildDate>Tue, 16 Jan 2018 18:13:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Updating Standard Charts]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30533#p30533</link>
			<description><![CDATA[<p>@itronics: Thanks. <a href="https://github.com/FrontAccountingERP/FA/commit/06bb8867a88cb3d76227b9a7649960ee83cacd04">Committed</a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 16 Jan 2018 18:13:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30533#p30533</guid>
		</item>
		<item>
			<title><![CDATA[Updating Standard Charts]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30531#p30531</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 16 Jan 2018 04:32:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30531#p30531</guid>
		</item>
	</channel>
</rss>
