<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Coding Constructs]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7216&amp;type=atom" />
	<updated>2017-12-24T09:24:54Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7216</id>
		<entry>
			<title type="html"><![CDATA[Re: Coding Constructs]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30267#p30267" />
			<content type="html"><![CDATA[<p>@cambell</p><p>Look into reporting/includes/reporting.inc line 128, function print_link how to make a link to the core report you want.</p><p>Also look into manufacturing/workorder_entry.php line 64 how to build a report link.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2017-12-24T09:24:54Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30267#p30267</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Coding Constructs]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30266#p30266" />
			<content type="html"><![CDATA[<p>Sounds good to me.&nbsp; If the reports could be modified to comply that would be wonderful. All the report files both declare and execute which makes them difficult to call from custom modules.&nbsp; Currently I hack the input to prevent execution when including the file so that I can then execute from the module.</p><p>If core devs are keen to progress with this I&#039;m happy to contribute some time.</p>]]></content>
			<author>
				<name><![CDATA[cambell]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19447</uri>
			</author>
			<updated>2017-12-24T09:05:11Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30266#p30266</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Coding Constructs]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30231#p30231" />
			<content type="html"><![CDATA[<p>Those developing the core FA code and / or extensions are advised to follow some of the common constructs espoused in <a href="http://www.php-fig.org/psr/psr-1/">PSR-1</a> other than namespace advisories for now.</p><p>For those using <strong>const</strong> and <strong>define</strong>, the differences are listed <a href="https://www.linkedin.com/pulse/php-difference-between-define-constant-ankit-vishwakarma">here</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-12-23T12:50:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30231#p30231</id>
		</entry>
</feed>
