<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — modifying the array $class_types]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=8987</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8987&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in modifying the array $class_types.]]></description>
		<lastBuildDate>Wed, 09 Sep 2020 20:49:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: modifying the array $class_types]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38325#p38325</link>
			<description><![CDATA[<p>Hi @joe and @kvvaradha</p><p>Oh, Yes I got it, sorry, my mistake I thought you were talking about a PHP class.</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (trainer2008)]]></author>
			<pubDate>Wed, 09 Sep 2020 20:49:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38325#p38325</guid>
		</item>
		<item>
			<title><![CDATA[Re: modifying the array $class_types]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38323#p38323</link>
			<description><![CDATA[<p>@joe&nbsp; has the point. Simply goto banking and general ledger. Under maintenance you can see GL account classes. Just edit to remove the account classes used with cogs. It&#039;s done.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Wed, 09 Sep 2020 12:42:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38323#p38323</guid>
		</item>
		<item>
			<title><![CDATA[Re: modifying the array $class_types]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38314#p38314</link>
			<description><![CDATA[<p>Hi @joe,</p><p>Where can I find the class COGS , in which file name.</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (trainer2008)]]></author>
			<pubDate>Tue, 08 Sep 2020 17:32:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38314#p38314</guid>
		</item>
		<item>
			<title><![CDATA[Re: modifying the array $class_types]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38313#p38313</link>
			<description><![CDATA[<p>You don&#039;t have to delete it. Just remove the group number from class COGS and point it to an expense class. This way you will not see it in practise. If no groups is using the Cogs class it will not be seen. At least I hope so.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 08 Sep 2020 16:07:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38313#p38313</guid>
		</item>
		<item>
			<title><![CDATA[Re: modifying the array $class_types]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38312#p38312</link>
			<description><![CDATA[<p>Ok @kvvaradha, </p><p>so in this case,<br />I understand from your reply, that if the system is clean, then I can delete it, so it will not affect the reports, or any calculations in the system.</p><p>because I will install clean system for this,<br />Because I have an accountant who don&#039;t want this &quot;Cost of Goods Sold&quot; to be a main class, he want it to be included under other main class which is Expense.</p><p>he want only 5 main classes except the Cost of Goods Sold.</p><p>waiting your reply.</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (trainer2008)]]></author>
			<pubDate>Tue, 08 Sep 2020 15:47:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38312#p38312</guid>
		</item>
		<item>
			<title><![CDATA[Re: modifying the array $class_types]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38311#p38311</link>
			<description><![CDATA[<p>Most probably the class is used in sales. If it&#039;s used, you will be in trouble.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Tue, 08 Sep 2020 15:18:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38311#p38311</guid>
		</item>
		<item>
			<title><![CDATA[modifying the array $class_types]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38309#p38309</link>
			<description><![CDATA[<p>hi,</p><p>I know that <strong>$class_types</strong> is defined in <strong>sysnames.inc</strong> as following:<br /></p><div class="codebox"><pre><code>$class_types = array(
    CL_ASSETS =&gt; _(&quot;Assets&quot;),
    CL_LIABILITIES =&gt; _(&quot;Liabilities&quot;),
    CL_EQUITY =&gt; _(&quot;Equity&quot;),
    CL_INCOME =&gt; _(&quot;Income&quot;),
    CL_COGS =&gt; _(&quot;Cost of Goods Sold&quot;),
    CL_EXPENSE =&gt; _(&quot;Expense&quot;),
);</code></pre></div><p>I want to delete CL_COGS =&gt; _(&quot;Cost of Goods Sold&quot;), will it make problem in the system or will affect the reports or any place in the system.</p><p>waiting your response.</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (trainer2008)]]></author>
			<pubDate>Tue, 08 Sep 2020 14:14:11 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38309#p38309</guid>
		</item>
	</channel>
</rss>
