<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — How to change $systypes_array headings]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7064&amp;type=atom" />
	<updated>2017-10-26T11:24:50Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7064</id>
		<entry>
			<title type="html"><![CDATA[Re: How to change $systypes_array headings]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29217#p29217" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-26T11:24:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29217#p29217</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to change $systypes_array headings]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29196#p29196" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2017-10-25T08:51:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29196#p29196</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: How to change $systypes_array headings]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29178#p29178" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-24T07:58:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29178#p29178</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How to change $systypes_array headings]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29176#p29176" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2017-10-24T07:07:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29176#p29176</id>
		</entry>
</feed>
