<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Approval System.]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9954&amp;type=atom" />
	<updated>2023-03-04T15:33:55Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=9954</id>
		<entry>
			<title type="html"><![CDATA[Re: Approval System.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42140#p42140" />
			<content type="html"><![CDATA[<p>Thanks apmuthu,</p><p>I will try to customize FA with your guide.</p>]]></content>
			<author>
				<name><![CDATA[saosangmo]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=47059</uri>
			</author>
			<updated>2023-03-04T15:33:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42140#p42140</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Approval System.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42131#p42131" />
			<content type="html"><![CDATA[<p>@joe: can implement in the core easily:<br />1. Create 1 new table to store all output (json) from various modules to store entries from lower level officers.<br />2. Submit button for each form submitted by low level officers can go into above table (maybe some changes in js in core forms or on_submit button logic)<br />3. Recursive hierarchy of roles and forms can be in another table.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2023-03-02T15:27:47Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42131#p42131</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Approval System.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42128#p42128" />
			<content type="html"><![CDATA[<p>Demo will be provided.&nbsp; Kindly knock us through our website for demo .</p><p>https://www.kvcodes.com/clients/products/client/item_details/frontaccounting-approval-system-module</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2023-03-01T14:44:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42128#p42128</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Approval System.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42126#p42126" />
			<content type="html"><![CDATA[<p>@rafiq.ccna</p><p>Do you have live demo for this module?</p>]]></content>
			<author>
				<name><![CDATA[saosangmo]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=47059</uri>
			</author>
			<updated>2023-02-26T18:56:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42126#p42126</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Approval System.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=41443#p41443" />
			<content type="html"><![CDATA[<p>Ok. But we are not getting much changes in the core for these files.</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2022-09-11T04:14:10Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=41443#p41443</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Approval System.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=41442#p41442" />
			<content type="html"><![CDATA[<p>The core FA code has certainly been modified as otherwise you will not be able redirect standard transactions to your table intervention. When FA code changes affecting these tables scripts, you will have to keep on updating your code changes into these scripts as well. Rather than have such a nightmare, it is best to elegantly make it a part of FA by just having a transaction status field and change the code once and for all in the core.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2022-09-11T03:53:11Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=41442#p41442</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Approval System.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=41440#p41440" />
			<content type="html"><![CDATA[<p>Thank you @apmuthu&nbsp; i am not modifying any core table to bring approval.&nbsp; I have used my own tables for it. And which will effect 10 levels of approval and also rejections.&nbsp; Once the entry is approved&nbsp; it will effect in core tables</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2022-09-11T00:34:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=41440#p41440</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Approval System.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=41436#p41436" />
			<content type="html"><![CDATA[<p>The Approval system is good and needs to be incorporated into the core. How many tables does it entail? One for Approval Roles and another for the approval / rejection status of the transactions unless the core FA tables are altered to add in the new status fields.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2022-09-10T17:05:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=41436#p41436</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Approval System.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=41376#p41376" />
			<content type="html"><![CDATA[<p>This is an approval module developed by me.</p><p>https://youtu.be/nTpkn19keQA</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2022-08-28T08:56:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=41376#p41376</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Approval System.]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=41375#p41375" />
			<content type="html"><![CDATA[<p>I want to set user approval role for any transaction in FA.</p>]]></content>
			<author>
				<name><![CDATA[rafiq.ccna]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=46821</uri>
			</author>
			<updated>2022-08-28T08:24:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=41375#p41375</id>
		</entry>
</feed>
