<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Trying to create Human Resource and Payroll Module but can't see it]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3038&amp;type=atom" />
	<updated>2012-05-04T10:12:55Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3038</id>
		<entry>
			<title type="html"><![CDATA[Trying to create Human Resource and Payroll Module but can't see it]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12391#p12391" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[lawmaina78]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14031</uri>
			</author>
			<updated>2012-05-04T10:12:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12391#p12391</id>
		</entry>
</feed>
