<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Same Security Identifies issue]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5200</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5200&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Same Security Identifies issue.]]></description>
		<lastBuildDate>Thu, 25 Sep 2014 04:00:31 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Same Security Identifies issue]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20973#p20973</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 25 Sep 2014 04:00:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20973#p20973</guid>
		</item>
		<item>
			<title><![CDATA[Same Security Identifies issue]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20969#p20969</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 24 Sep 2014 18:25:10 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20969#p20969</guid>
		</item>
	</channel>
</rss>
