<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Remove unused modules]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5206&amp;type=atom" />
	<updated>2014-10-03T10:03:12Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5206</id>
		<entry>
			<title type="html"><![CDATA[Re: Remove unused modules]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21050#p21050" />
			<content type="html"><![CDATA[<p>Hiding Menu Tabs might make sense. Otherwise, if you want to have an All-Journal system, then stop the other application files from being included and being invoked to be loaded in frontaccounting.php (comment out what is not needed in the following code snippet from the said file):<br /></p><div class="codebox"><pre><code>..
..
    include_once($path_to_root . &#039;/applications/customers.php&#039;);
    include_once($path_to_root . &#039;/applications/suppliers.php&#039;);
    include_once($path_to_root . &#039;/applications/inventory.php&#039;);
    include_once($path_to_root . &#039;/applications/manufacturing.php&#039;);
    include_once($path_to_root . &#039;/applications/dimensions.php&#039;);
..
..
            $this-&gt;add_application(new customers_app());
            $this-&gt;add_application(new suppliers_app());
            $this-&gt;add_application(new inventory_app());
            $this-&gt;add_application(new manufacturing_app());
            $this-&gt;add_application(new dimensions_app());
....</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-10-03T10:03:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21050#p21050</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Remove unused modules]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21029#p21029" />
			<content type="html"><![CDATA[<p>It&#039;s quite tightly integrated, so even for a fee business, you&#039;d likely need sales and inventory to create a fee item to invoice.</p><p>The security setting in &#039;access setup&#039; normally just disables the menu links. There is an option &#039;hide_inaccessible_menu_items&#039; when set will stop the disabled menu items from being displayed. You may need to add $hide_inaccessible_menu_items = 1 to config.php. It used to be there, but I don&#039;t see it in the current release of config.php.</p><p>I think kvvaradha was trying to say that if you leave access to components you&#039;ll actually find it quite useful. But using the role access permissions and menu item hiding, you can probably get the best of both worlds.</p>]]></content>
			<author>
				<name><![CDATA[AlastairR]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=9732</uri>
			</author>
			<updated>2014-10-01T21:01:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21029#p21029</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Remove unused modules]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21015#p21015" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>kvvaradha wrote:</cite><blockquote><p>yes you can stop loading on the UI. but without its functions, you can&#039;t process, finance part . </p><p>and by the way , if you go with removing the functional components, which will help you definitely.</p></blockquote></div><p>I&#039;m sorry for my stupidity <img src="https://frontaccounting.com/punbb/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>Could you please explain? I&#039;m not sure I&#039;m understanding you.</p><p>Thanks a lot for your help.</p>]]></content>
			<author>
				<name><![CDATA[King_XO]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19661</uri>
			</author>
			<updated>2014-10-01T08:28:41Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21015#p21015</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Remove unused modules]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20989#p20989" />
			<content type="html"><![CDATA[<p>yes you can stop loading on the UI. but without its functions, you can&#039;t process, finance part . </p><p>and by the way , if you go with removing the functional components, which will help you definitely.</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2014-09-28T05:06:11Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20989#p20989</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Remove unused modules]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20986#p20986" />
			<content type="html"><![CDATA[<p>Hi,<br />I am looking for a web-based accounting software, especially for General Leadger,<br />for a new fee-based company.</p><p>With FrontAccounting, is it possible to disable some modules like Sales, Purchase and Inventory?</p><p>Seems like this is a really good software!</p><p>Thanks a lot.</p>]]></content>
			<author>
				<name><![CDATA[King_XO]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19661</uri>
			</author>
			<updated>2014-09-27T05:54:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20986#p20986</id>
		</entry>
</feed>
