<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Access setup: Edit one's own transactions]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7270</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7270&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Access setup: Edit one's own transactions.]]></description>
		<lastBuildDate>Sat, 07 Jul 2018 04:23:20 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Access setup: Edit one's own transactions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32124#p32124</link>
			<description><![CDATA[<p>@joe: This may be integrated into thec ore, but study it&#039;s ramifications on related entries / derived / child entries of such &quot;owners&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 07 Jul 2018 04:23:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32124#p32124</guid>
		</item>
		<item>
			<title><![CDATA[Re: Access setup: Edit one's own transactions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32119#p32119</link>
			<description><![CDATA[<p>@davidkumi, you need to change the core as below</p><p>Paste the code below at Line 660 in includes\datachecks.inc<br /></p><div class="codebox"><pre><code>if (!$_SESSION[&#039;wa_current_user&#039;]-&gt;can_access(&#039;SA_EDITOWNRSTRANS&#039;))
    {
        $audit = get_audit_trail_last($trans_type, $trans_no);

        if ($_SESSION[&#039;wa_current_user&#039;]-&gt;user == $audit[&#039;user&#039;])
        {
            if (!$msg)
                $msg = &#039;&lt;b&gt;&#039;._(&quot;You have no edit access to transactions created by YOURSELF.&quot;).&#039;&lt;/b&gt;&#039;;
            display_note($msg);
            display_footer_exit();
        }
    }</code></pre></div><p>Add the code below at Line 131 in includes/access_levels.inc<br /></p><div class="codebox"><pre><code>  &#039;SA_EDITOWNTRANS&#039; =&gt; array(SS_SPEC|7, _(&quot;Edit Own transactions&quot;)), </code></pre></div><p>Hope this works</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Fri, 06 Jul 2018 18:12:11 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32119#p32119</guid>
		</item>
		<item>
			<title><![CDATA[Re: Access setup: Edit one's own transactions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32118#p32118</link>
			<description><![CDATA[<p>I&#039;m still not answered. If a user enters a transaction like customer payment, they can edit that transaction later. That is what I want to prevent. </p><p><strong>Setup &gt; Access Setup &gt; Edit other users transactions</strong> helps block users from editing other users transactions. But how can I prevent a user from editing their own transactions (like customer payments)? </p><p>Please help, I really need this.</p>]]></description>
			<author><![CDATA[null@example.com (davidkumi)]]></author>
			<pubDate>Fri, 06 Jul 2018 17:13:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32118#p32118</guid>
		</item>
		<item>
			<title><![CDATA[Re: Access setup: Edit one's own transactions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30588#p30588</link>
			<description><![CDATA[<p>Read the <a href="https://frontaccounting.com/fawiki/index.php?n=Help.CustomerTransactions">Wiki</a>.</p><p>Sales =&gt; Customer Transactions =&gt; Sales Invoices (Type) =&gt; Edit Icon.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 22 Jan 2018 05:22:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30588#p30588</guid>
		</item>
		<item>
			<title><![CDATA[Re: Access setup: Edit one's own transactions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30587#p30587</link>
			<description><![CDATA[<p>from which menu to Edit Sales Invoice or Direct invoice</p><p>Thanks in Advance</p>]]></description>
			<author><![CDATA[null@example.com (sbragib)]]></author>
			<pubDate>Mon, 22 Jan 2018 04:10:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30587#p30587</guid>
		</item>
		<item>
			<title><![CDATA[Re: Access setup: Edit one's own transactions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30544#p30544</link>
			<description><![CDATA[<p>Sales Transactions Permissions:<br /></p><div class="codebox"><pre><code>Sales orders edition
Sales deliveries edition
Sales invoices edition</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 18 Jan 2018 05:31:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30544#p30544</guid>
		</item>
		<item>
			<title><![CDATA[Access setup: Edit one's own transactions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30541#p30541</link>
			<description><![CDATA[<p>hi all,</p><p>there is <strong>Edit other users transactions</strong> which is very helpful. However, I want limit some users from editing their own transactions as well. How do I go about that?</p><p>Thanks in advance.</p>]]></description>
			<author><![CDATA[null@example.com (davidkumi)]]></author>
			<pubDate>Wed, 17 Jan 2018 13:37:59 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30541#p30541</guid>
		</item>
	</channel>
</rss>
