<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — how i add or delete some item from menu ?]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5057&amp;type=atom" />
	<updated>2014-08-22T05:36:36Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5057</id>
		<entry>
			<title type="html"><![CDATA[Re: how i add or delete some item from menu ?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20552#p20552" />
			<content type="html"><![CDATA[<p>Here i wrote an simple article for new&nbsp; menu creation.</p><p>http://www.kvcodes.com/2014/01/create-new-menu-item-in-frontaccounting/</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2014-08-22T05:36:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20552#p20552</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: how i add or delete some item from menu ?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20548#p20548" />
			<content type="html"><![CDATA[<p>Lines 15 to 21 of frontaccounting.php:<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;);
    include_once($path_to_root . &#039;/applications/generalledger.php&#039;);
    include_once($path_to_root . &#039;/applications/setup.php&#039;);</code></pre></div><p>Comment out which ever tab you do not want. The first one (applications/customers.php is sales).</p><p>Way down in the same file comment out the applications ($this-&gt;add_application) you don not want:<br /></p><div class="codebox"><pre><code>        function init()
        {

            $this-&gt;menu = new menu(_(&quot;Main  Menu&quot;));
            $this-&gt;menu-&gt;add_item(_(&quot;Main  Menu&quot;), &quot;index.php&quot;);
            $this-&gt;menu-&gt;add_item(_(&quot;Logout&quot;), &quot;/account/access/logout.php&quot;);
            $this-&gt;applications = array();
            $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());
            $this-&gt;add_application(new general_ledger_app());

            hook_invoke_all(&#039;install_tabs&#039;, $this);

            $this-&gt;add_application(new setup_app());
        }</code></pre></div><p>In applications/customers.php comment out which ever add_module or add_lapp_function or add_rapp_function you do not want. The rapp is Right side located function and lapp is left side located function.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-08-21T21:23:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20548#p20548</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[how i add or delete some item from menu ?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20385#p20385" />
			<content type="html"><![CDATA[<p>hello i am new in front accounting i want to remove some tab in main menu and also remove some item from sale page and other kindly anyone have an idea about this ? <br />thanks in advance</p>]]></content>
			<author>
				<name><![CDATA[afzaal]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19445</uri>
			</author>
			<updated>2014-07-14T07:43:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20385#p20385</id>
		</entry>
</feed>
