<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Separate Add and Edit Roles in FA]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=8787</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8787&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Separate Add and Edit Roles in FA.]]></description>
		<lastBuildDate>Thu, 15 Jul 2021 15:15:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Separate Add and Edit Roles in FA]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39719#p39719</link>
			<description><![CDATA[<p>As on date FA has page level access permission only. Components access is not possible.<br />Hope, You have to make seperate page individually for View, add, Update and delete functions.<br />FA Developers who can do these kind of core customization are countable. </p><div class="quotebox"><cite>detkenn wrote:</cite><blockquote><p>Frontaccounting really needs a review for add, edit, list and view permissions. The Administrators should guide us on the roadmap they are taking on this issue and how we can help</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (geesyscare)]]></author>
			<pubDate>Thu, 15 Jul 2021 15:15:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39719#p39719</guid>
		</item>
		<item>
			<title><![CDATA[Re: Separate Add and Edit Roles in FA]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38922#p38922</link>
			<description><![CDATA[<p>Frontaccounting really needs a review for add, edit, list and view permissions. The Administrators should guide us on the roadmap they are taking on this issue and how we can help</p>]]></description>
			<author><![CDATA[null@example.com (detkenn)]]></author>
			<pubDate>Mon, 11 Jan 2021 10:36:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38922#p38922</guid>
		</item>
		<item>
			<title><![CDATA[Re: Separate Add and Edit Roles in FA]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=37763#p37763</link>
			<description><![CDATA[<p>Yes, I agree with you. The problem now is how do we go about it? Do we require the Administrator to do the bulk modifications of all the roles or do we handle each case as it arises.</p>]]></description>
			<author><![CDATA[null@example.com (detkenn)]]></author>
			<pubDate>Mon, 06 Jul 2020 10:29:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=37763#p37763</guid>
		</item>
		<item>
			<title><![CDATA[Re: Separate Add and Edit Roles in FA]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=37762#p37762</link>
			<description><![CDATA[<p>@detkenn, as I agree with your point. We need to elaborate the access roles with add edit delete and view permissions. </p><p>But it&#039;s a big change in the core. We have to modify the core to suite with all page level. We have to plan this in next update. That would be a nice feature&nbsp; to all the Fa users</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Mon, 06 Jul 2020 09:55:18 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=37762#p37762</guid>
		</item>
		<item>
			<title><![CDATA[Re: Separate Add and Edit Roles in FA]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=37760#p37760</link>
			<description><![CDATA[<p>I appreciate your response though I really needed this in the core project.</p>]]></description>
			<author><![CDATA[null@example.com (detkenn)]]></author>
			<pubDate>Mon, 06 Jul 2020 07:53:39 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=37760#p37760</guid>
		</item>
		<item>
			<title><![CDATA[Re: Separate Add and Edit Roles in FA]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=37447#p37447</link>
			<description><![CDATA[<p>In each menu item you want add / edit role separation do the following:</p><p>1. Take a FA sql backup<br />2. Add a record in the menu item<br />3. Take another FA sql backup<br />4. Compare the 2 backups and see what SQL statements are needed for the Add operation.<br />5. Edit the record in the above menu item for the fields desired to be edited (or in it&#039;s entirety)<br />6. Take yet another FA sql backup<br />7. Compare the last 2 backups and see what SQL statements are needed for Edit operation.<br />8. Compare the field list for the Add and Edit operation&#039;s SQL statements.</p><p>Now either code the PHP in a way that achieves the above (OR)<br />Create a new MySQL DB (non-edit) user giving it suitable rights over the desired tables/fields and program the FA mysql_connect based on the logged in (non-edit) user and switch to those credentials.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 08 May 2020 13:58:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=37447#p37447</guid>
		</item>
		<item>
			<title><![CDATA[Separate Add and Edit Roles in FA]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=37439#p37439</link>
			<description><![CDATA[<p>Hello,<br />It will be good to separate add and edit roles i.e. a user can have permissions to add a customer but has no permissions to edit customers. I experienced this need when i have a sales person who is required to create customers and place orders for the customer but cannot edit customer&#039;s Credit Status and contact details on a later date. This is because the admin can set credit status to &quot;no more&nbsp; work until payment received&quot; and only permitted users can reverse.<br />It would be great to have this in even more modules such as Add/Edit transactions.</p><p>Please advice on the right approach and I will embark on the modifications myself. It will be great if this is also included in core FA.</p>]]></description>
			<author><![CDATA[null@example.com (detkenn)]]></author>
			<pubDate>Thu, 07 May 2020 11:25:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=37439#p37439</guid>
		</item>
	</channel>
</rss>
