<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — How to change $systypes_array headings]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7064</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7064&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How to change $systypes_array headings.]]></description>
		<lastBuildDate>Thu, 26 Oct 2017 11:24:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to change $systypes_array headings]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29217#p29217</link>
			<description><![CDATA[<p>When using it in the class let it be:<br /></p><div class="codebox"><pre><code>var $extn_$systypes_array = $systypes_array;
$this-&gt;extn_systypes_array[ST_SALESINVOICE] = _(&#039;Donations&#039;);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 26 Oct 2017 11:24:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29217#p29217</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to change $systypes_array headings]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29196#p29196</link>
			<description><![CDATA[<p>I defined like this but it didn&#039;t work</p><div class="codebox"><pre><code>class hooks_masjid extends hooks {
    var $module_name = &#039;masjid&#039;;
    var $extn_systypes_array ;

    /*
        Install additonal menu options provided by module
    */
    function install_options($app) {
        global $path_to_root, $systypes_array;

        $extn_systypes_array = $systypes_array;
        $extn_systypes_array[ST_SALESINVOICE] = _(&#039;Donations&#039;);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Wed, 25 Oct 2017 08:51:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29196#p29196</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to change $systypes_array headings]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29178#p29178</link>
			<description><![CDATA[<p>Use a local property in your extension application class and code it as:<br /></p><div class="codebox"><pre><code>var $extn_$systypes_array = $systypes_array;
$extn_systypes_array[ST_SALESINVOICE] = _(&#039;Donations&#039;);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 24 Oct 2017 07:58:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29178#p29178</guid>
		</item>
		<item>
			<title><![CDATA[How to change $systypes_array headings]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29176#p29176</link>
			<description><![CDATA[<p>Is it possible to change the $systypes_array headings from any given extension without changing the Core?</p><p>For example for ST_SALESINVOICE I want the heading to be displayed as &#039;Donations&#039; so can I change it from the extension?</p><p>Regards.</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Tue, 24 Oct 2017 07:07:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29176#p29176</guid>
		</item>
	</channel>
</rss>
