<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — how i add or delete some item from menu ?]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5057</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5057&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in how i add or delete some item from menu ?.]]></description>
		<lastBuildDate>Fri, 22 Aug 2014 05:36:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: how i add or delete some item from menu ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20552#p20552</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Fri, 22 Aug 2014 05:36:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20552#p20552</guid>
		</item>
		<item>
			<title><![CDATA[Re: how i add or delete some item from menu ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20548#p20548</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 21 Aug 2014 21:23:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20548#p20548</guid>
		</item>
		<item>
			<title><![CDATA[how i add or delete some item from menu ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20385#p20385</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (afzaal)]]></author>
			<pubDate>Mon, 14 Jul 2014 07:43:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20385#p20385</guid>
		</item>
	</channel>
</rss>
