<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Add db_prevoid hook for voiding bank transaction]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9029&amp;type=atom" />
	<updated>2020-10-15T09:36:55Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=9029</id>
		<entry>
			<title type="html"><![CDATA[Re: Add db_prevoid hook for voiding bank transaction]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38505#p38505" />
			<content type="html"><![CDATA[<p>Yes, seems good idea. The hooks were implemented to allow extension modules deal with extra fields in databases. I think the overall pre/post hooks system needs some review. I have added mantis report for this issue.</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2020-10-15T09:36:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38505#p38505</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add db_prevoid hook for voiding bank transaction]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38503#p38503" />
			<content type="html"><![CDATA[<p>Hello guys.</p><p>Sorry for the delay. Will look into this</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2020-10-15T07:15:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38503#p38503</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add db_prevoid hook for voiding bank transaction]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38502#p38502" />
			<content type="html"><![CDATA[<p>@joe what do you say here?</p>]]></content>
			<author>
				<name><![CDATA[detkenn]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45282</uri>
			</author>
			<updated>2020-10-14T18:43:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38502#p38502</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add db_prevoid hook for voiding bank transaction]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38471#p38471" />
			<content type="html"><![CDATA[<p>@joe: ??</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2020-10-10T16:47:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38471#p38471</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add db_prevoid hook for voiding bank transaction]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38460#p38460" />
			<content type="html"><![CDATA[<p>And also for void_journal_trans. Or basically all transactions that can be voided and don&#039;t have this hook</p>]]></content>
			<author>
				<name><![CDATA[detkenn]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45282</uri>
			</author>
			<updated>2020-10-07T15:31:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38460#p38460</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Add db_prevoid hook for voiding bank transaction]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=38458#p38458" />
			<content type="html"><![CDATA[<p>Since other transactions have a prevoid hook, It would be usefull to extension developers to have a pre_void hook for bank_transactions also.</p><p>I would suggest putting below line before </p><div class="codebox"><pre><code>void_bank_trans($type, $type_no);</code></pre></div><p> (line 41) of <strong>admin/db/voiding_db.inc</strong> file:<br /></p><div class="codebox"><pre><code>hook_db_prevoid($type, $type_no);</code></pre></div>]]></content>
			<author>
				<name><![CDATA[detkenn]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45282</uri>
			</author>
			<updated>2020-10-07T11:07:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=38458#p38458</id>
		</entry>
</feed>
