<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Trying to create Human Resource and Payroll Module but can't see it]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=3038</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3038&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Trying to create Human Resource and Payroll Module but can't see it.]]></description>
		<lastBuildDate>Fri, 04 May 2012 10:12:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Trying to create Human Resource and Payroll Module but can't see it]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=12391#p12391</link>
			<description><![CDATA[<p>Trying my first ever FA module, it&#039;s installing without issues but tabs are not created and can&#039;t see the links anywhere after installation. Here is the hooks.php file, what am I missing</p><p>&lt;?php<br />define (&#039;SS_HR&#039;,102&lt;&lt;8);</p><p>class human_resource extends application<br />{<br />&nbsp; &nbsp; &nbsp; &nbsp; function human_resource()<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;application(&quot;hr&quot;, _($this-&gt;help_context = &quot;&amp;Human Resource&quot;));</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;add_module(_(&quot;Human Resource&quot;));<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;add_lapp_function(0, _(&quot;Staff&quot;),<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $path_to_root.&#039;/modules/human_resource/staff.php&#039;, &#039;SA_STAFF&#039;);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;add_module(_(&quot;Payroll Management&quot;));<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;add_lapp_function(1, _(&quot;Payroll Management&quot;),<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $path_to_root.&#039;/modules/human_resource/payroll.php&#039;, &#039;SA_PAYROLL&#039;);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;add_extensions();<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />}</p><br /><p>class hooks_hr extends hooks {<br />&nbsp; &nbsp; &nbsp; &nbsp; var $module_name = &#039;human_resource&#039;; // extension module name.</p><p>&nbsp; &nbsp; &nbsp; &nbsp; function install_tabs($app) {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; set_ext_domain(&#039;modules/human_resource&#039;);&nbsp; &nbsp; &nbsp; &nbsp; // set text domain for gettext<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $app-&gt;add_application(new human_resource); // add menu tab defined by example_class<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; set_ext_domain();<br />&nbsp; &nbsp; &nbsp; &nbsp; }</p><br /><p>&nbsp; &nbsp; &nbsp; &nbsp; function install_access()<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $security_sections[SS_HR] =&nbsp; &nbsp; &nbsp;_(&quot;Human Resource&quot;);</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $security_areas[&#039;SA_HR&#039;] = array(SS_HR|1, _(&quot;Human Resource&quot;));<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $security_areas[&#039;SA_PR&#039;] = array(SS_HR|2, _(&quot;Payroll&quot;));<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return array($security_areas, $security_sections);<br />&nbsp; &nbsp; &nbsp; &nbsp; }</p><p>}</p><p>?&gt;</p>]]></description>
			<author><![CDATA[null@example.com (lawmaina78)]]></author>
			<pubDate>Fri, 04 May 2012 10:12:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=12391#p12391</guid>
		</item>
	</channel>
</rss>
