<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — 2.3 - Extensions. How ?]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=1698</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1698&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in 2.3 - Extensions. How ?.]]></description>
		<lastBuildDate>Tue, 03 Mar 2015 13:56:07 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: 2.3 - Extensions. How ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22758#p22758</link>
			<description><![CDATA[<p>There is no official payroll extension in FA as yet. Where did you get the clone? If it is made for an older version of FA, you will have to adjust it for FA 2.3.x</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 03 Mar 2015 13:56:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22758#p22758</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.3 - Extensions. How ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22742#p22742</link>
			<description><![CDATA[<p>hi <br />i try to add payroll extension&nbsp; <br />i take clone files and put it at modules folder with name &quot;payroll&quot;<br />then , i go to installed extension and add this code <br />//======<br /> 6 =&gt;&nbsp; <br />&nbsp; array (<br />&nbsp; &nbsp; &#039;name&#039; =&gt; &#039;payroll&#039;,<br />&nbsp; &nbsp; &#039;package&#039; =&gt; &#039;payroll&#039;,<br />&nbsp; &nbsp; &#039;version&#039; =&gt; &#039;2.3.0-5&#039;,<br />&nbsp; &nbsp; &#039;type&#039; =&gt; &#039;extension&#039;,<br />&nbsp; &nbsp; &#039;active&#039; =&gt; true,<br />&nbsp; &nbsp; &#039;path&#039; =&gt; &#039;modules/payroll&#039;,<br />&nbsp; ),<br />//====== </p><p>first is this right step <br />second error appear </p><p>Fatal error: Class &#039;references&#039; not found in C:\xampp\htdocs\ac\includes\session.inc on line 428</p><p>thanks</p>]]></description>
			<author><![CDATA[null@example.com (waleedaz)]]></author>
			<pubDate>Mon, 02 Mar 2015 09:01:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22742#p22742</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.3 - Extensions. How ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=8293#p8293</link>
			<description><![CDATA[<p>Answer to my question:<br />Yes, you have to create the report an place it into modules/xxx/reporting<br />The function find_custom_file in main.inc search in this order:<br />1) report in the company folder<br />2) report in one extension (the first found is the first used)<br />3) standar file</p>]]></description>
			<author><![CDATA[null@example.com (eclipxe)]]></author>
			<pubDate>Wed, 09 Feb 2011 07:51:41 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=8293#p8293</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.3 - Extensions. How ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=8291#p8291</link>
			<description><![CDATA[<p>In the old extension system you can replace a report by creating the reporting folder and the report number, like &quot;report/rep107.php&quot;</p><p>In 2.3, is there any way to do it ?</p>]]></description>
			<author><![CDATA[null@example.com (eclipxe)]]></author>
			<pubDate>Wed, 09 Feb 2011 04:29:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=8291#p8291</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.3 - Extensions. How ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=8081#p8081</link>
			<description><![CDATA[<p>Yes it work I am add like this in hook.php in module directory</p><p>function install_access()<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $security_sections[SS_APWORKS] =&nbsp; &nbsp; _(</p>]]></description>
			<author><![CDATA[null@example.com (straga)]]></author>
			<pubDate>Tue, 18 Jan 2011 10:24:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=8081#p8081</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.3 - Extensions. How ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=8057#p8057</link>
			<description><![CDATA[<p>Yes, you can now provide access levels via extension hook class method intall_access(). I was missing in previous hooks.inc file, so please upload te newest version form CVS or wait for 2.2.2 to be released.<br />Sorry for the delay with the info.</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Sun, 16 Jan 2011 15:09:45 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=8057#p8057</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.3 - Extensions. How ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=8015#p8015</link>
			<description><![CDATA[<p>How about access level where put acc_file?</p><p>I mena custom access level for extension.</p><p>How add new extension in 2.3 i got it and work for me. Now a can add custome TAB&#039;s, menu it cool.</p>]]></description>
			<author><![CDATA[null@example.com (straga)]]></author>
			<pubDate>Sat, 08 Jan 2011 19:54:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=8015#p8015</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.3 - Extensions. How ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7813#p7813</link>
			<description><![CDATA[<p>Yes it does. You have to implement install_tab() method in your hooks class. The example_class mentioned in hooks.inc comments should be defined as is e.g. customers_app class in application/customers.php.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 22 Dec 2010 21:35:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7813#p7813</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.3 - Extensions. How ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7808#p7808</link>
			<description><![CDATA[<p>One more question?</p><p>Add new TAB it work now?</p>]]></description>
			<author><![CDATA[null@example.com (straga)]]></author>
			<pubDate>Wed, 22 Dec 2010 11:26:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7808#p7808</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.3 - Extensions. How ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7806#p7806</link>
			<description><![CDATA[<p>You should create your own hook class named hooks_APworks which extends hooks class. Also please look inot comments in hook class definition in hooks.inc - here you will find which methods are appropriate for your extension and how to implement them.<br />Do not include &#039;includes/hooks.inc- it is always included in session.inc file.</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 22 Dec 2010 07:49:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7806#p7806</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.3 - Extensions. How ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7801#p7801</link>
			<description><![CDATA[<p>i make new file </p><p>PHP Fatal error:&nbsp; Cannot redeclare install_hooks() in D:\webserver\htdocs\web\2.3-original-aimaks\modules\APworks\hooks.php on line 187</p><p>PHP Fatal error:&nbsp; Cannot redeclare class hooks in D:\webserver\htdocs\web\2.3-original-aimaks\modules\APworks\hooks.php on line 21</p><p>but some wrong because hook.inc exist class and funcion like this. Do you have a little examlpe , new extension.</p>]]></description>
			<author><![CDATA[null@example.com (straga)]]></author>
			<pubDate>Tue, 21 Dec 2010 23:03:38 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7801#p7801</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.3 - Extensions. How ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7549#p7549</link>
			<description><![CDATA[<p>Thanks. I will try.</p>]]></description>
			<author><![CDATA[null@example.com (straga)]]></author>
			<pubDate>Sat, 27 Nov 2010 12:42:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7549#p7549</guid>
		</item>
		<item>
			<title><![CDATA[Re: 2.3 - Extensions. How ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7543#p7543</link>
			<description><![CDATA[<p>Extension manual for FA 2.3 is not written yet. In mean time you should look into includes/hook.inc file to find how the extension is integrated with core sources. <br />In short words:<br />. create unique folder under /modules and place here all the extension scripts,<br />. create /modules/xxxx/hooks.php connector file containing extension hook class definition which extends hooks class found in hooks.inc;<br />. write all hooks_xxx class methods you need to be used in core FA code (especially install_options);<br />. install and activate extension under Setup - Install/Activate Extensions.</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Fri, 26 Nov 2010 10:42:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7543#p7543</guid>
		</item>
		<item>
			<title><![CDATA[2.3 - Extensions. How ?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=7539#p7539</link>
			<description><![CDATA[<p>Old system plugin removed ? How to write new extension ?</p>]]></description>
			<author><![CDATA[null@example.com (straga)]]></author>
			<pubDate>Thu, 25 Nov 2010 11:35:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=7539#p7539</guid>
		</item>
	</channel>
</rss>
