<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Same Security Identifies issue]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5200&amp;type=atom" />
	<updated>2014-09-25T04:00:31Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5200</id>
		<entry>
			<title type="html"><![CDATA[Re: Same Security Identifies issue]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20973#p20973" />
			<content type="html"><![CDATA[<p>The <a href="https://frontaccounting.com/fawiki/index.php?n=Help.AccessSetup">wiki has been updated</a> with how FA handles such issues by either assigning unique Security Areas (&gt;=100) or overriding core functionality (when &lt; 100).</p><p>Hence extension developers are advised not to hardcode any logic based on Security Area Code (number) but rather on their names.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-09-25T04:00:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20973#p20973</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Same Security Identifies issue]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=20969#p20969" />
			<content type="html"><![CDATA[<p>The list of security identifiers for the current official extensions are:<br /></p><div class="codebox"><pre><code>define (&#039;SS_DASHBOARD&#039;, 150&lt;&lt;8);
        $security_areas[&#039;SA_DASHBOARDSETUP&#039;] = array(SS_DASHBOARD|100, _(&quot;Setup Dashboard&quot;));
        $security_areas[&#039;SA_DASHBOARDREMINDERS&#039;] = array(SS_DASHBOARD|101, _(&quot;Reminder Setup&quot;));

define (&#039;SS_IMPORTCSVITEMS&#039;, 105&lt;&lt;8);
        $security_areas[&#039;SA_CSVIMPORT&#039;] = array(SS_IMPORTCSVITEMS|105, _(&quot;Import CSV Items&quot;));

define (&#039;SS_IMPORTMULTIJOURNAL&#039;, 101&lt;&lt;8);
        $security_areas[&#039;SA_CSVMULTIJOURNALIMPORT&#039;] = array(SS_IMPORTMULTIJOURNAL|101, _(&quot;Import Multiple Journal Entries&quot;));

define(&#039;SS_ASSETREGISTER&#039;, 101&lt;&lt;8);
        $security_areas[&#039;SA_ASSETTYPE&#039;] = array(SS_ASSETREGISTER|1, _(&quot;Asset Type Entries&quot;));
        $security_areas[&#039;SA_ASSETS&#039;] = array(SS_ASSETREGISTER|2, _(&quot;Assets Entries&quot;));
        $security_areas[&#039;SA_AMORTISATION&#039;] = array(SS_ASSETREGISTER|3, _(&quot;Amortisation Posting&quot;));

define(&#039;SS_REQUISITIONS&#039;, 101&lt;&lt;8); 
        $security_areas[&#039;SA_REQUISITIONS&#039;] = array(SS_REQUISITIONS|1, _(&quot;Requisitions Entries&quot;));
        $security_areas[&#039;SA_REQUISITION_ALLOCATIONS&#039;] = array(SS_REQUISITIONS|1, _(&quot;Requisitions Allocations&quot;));

define(&#039;SS_REPORT_GENERATOR&#039;,    130&lt;&lt;8);
        $security_areas[&#039;SA_REPORT_GENERATOR&#039;] = array(SS_REPORT_GENERATOR|130, _(&quot;Report Generator&quot;));
        $security_areas[&#039;SA_REPORT_GENERATOR&#039;] = array(SS_SPEC|155, _(&quot;Report Generator&quot;));

define (&#039;SS_IMPORTPAYPALITEMS&#039;, 107&lt;&lt;8);
        $security_areas[&#039;SA_PAYPALIMPORT&#039;] = array(SS_IMPORTPAYPALITEMS|107, _(&quot;Import Paypal Items&quot;));
        $security_areas[&#039;SA_PAYPALSETUP&#039;] = array(SS_IMPORTPAYPALITEMS|108, _(&quot;Setup Paypal Import&quot;));

define (&#039;SS_OSCORDERS&#039;, 106&lt;&lt;8);
        $security_areas[&#039;SA_OSCORDERS&#039;] = array(SS_OSCORDERS|106, _(&quot;osCommerce Order Import&quot;));

define (&#039;SS_TAXREPCASH&#039;, 101&lt;&lt;8);
        $security_areas[&#039;SA_TAXREPCASH&#039;] = array(SS_TAXREPCASH|101, _(&quot;Tax Inquiry (Cash Basis)&quot;));

define (&#039;SS_ZENORDERS&#039;, 101&lt;&lt;8);
        $security_areas[&#039;SA_ZENIMPORT&#039;] = array(SS_ZENORDERS|101, _(&quot;Import Zen Cart Orders&quot;));</code></pre></div><br /><p>The 3rd, 4th, 5th and the last 2 extensions - ImportMultiJournal, ZenOrders and TaxRepCash have the same security identifier viz., 101&lt;&lt;8</p><p>The $security_areas assigned array has single digit entries for the 4th and 5th extensions above.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-09-24T18:25:10Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=20969#p20969</id>
		</entry>
</feed>
