<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — modifying the array $class_types]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8987&amp;type=atom" />
	<updated>2020-09-09T20:49:35Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8987</id>
		<entry>
			<title type="html"><![CDATA[Re: modifying the array $class_types]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38325#p38325" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[trainer2008]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45577</uri>
			</author>
			<updated>2020-09-09T20:49:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38325#p38325</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: modifying the array $class_types]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38323#p38323" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2020-09-09T12:42:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38323#p38323</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: modifying the array $class_types]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38314#p38314" />
			<content type="html"><![CDATA[<p>Hi @joe,</p><p>Where can I find the class COGS , in which file name.</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[trainer2008]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45577</uri>
			</author>
			<updated>2020-09-08T17:32:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38314#p38314</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: modifying the array $class_types]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38313#p38313" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2020-09-08T16:07:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38313#p38313</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: modifying the array $class_types]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38312#p38312" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[trainer2008]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45577</uri>
			</author>
			<updated>2020-09-08T15:47:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38312#p38312</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: modifying the array $class_types]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38311#p38311" />
			<content type="html"><![CDATA[<p>Most probably the class is used in sales. If it&#039;s used, you will be in trouble.</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2020-09-08T15:18:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38311#p38311</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[modifying the array $class_types]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38309#p38309" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[trainer2008]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45577</uri>
			</author>
			<updated>2020-09-08T14:14:11Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38309#p38309</id>
		</entry>
</feed>
