<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Add new Tab]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4554&amp;type=atom" />
	<updated>2013-11-28T10:39:23Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=4554</id>
		<entry>
			<title type="html"><![CDATA[Re: Add new Tab]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18591#p18591" />
			<content type="html"><![CDATA[<p>Thanks it works fine</p>]]></content>
			<author>
				<name><![CDATA[halkoofi]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18799</uri>
			</author>
			<updated>2013-11-28T10:39:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18591#p18591</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add new Tab]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18572#p18572" />
			<content type="html"><![CDATA[<p>you need to add a new module:<br />-define a new class that inherits from application in the applications folder.<br />- import that class in the frontaccounting.php and add a line :</p><div class="codebox"><pre><code>        $this-&gt;applications = array();
//line to add under
        $this-&gt;add_application(new new_module_app());</code></pre></div><p>this should do the trick, the position of your tab depends on which line you added your module.<br />you also need to redefine add_module(), add_lapp_function() and &gt;add_rapp_function() in ordre to show blocks and links in your module.<br />define also the access levels for your pages in access_levels.inc (includes folder).</p>]]></content>
			<author>
				<name><![CDATA[ostertagi]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18743</uri>
			</author>
			<updated>2013-11-26T09:43:37Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18572#p18572</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Add new Tab]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18571#p18571" />
			<content type="html"><![CDATA[<p>How can I add a new tab to the system?</p>]]></content>
			<author>
				<name><![CDATA[halkoofi]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18799</uri>
			</author>
			<updated>2013-11-26T08:07:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18571#p18571</id>
		</entry>
</feed>
