<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Search in the menu void a transaction]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2015&amp;type=atom" />
	<updated>2011-04-12T07:39:11Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=2015</id>
		<entry>
			<title type="html"><![CDATA[Re: Search in the menu void a transaction]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8753#p8753" />
			<content type="html"><![CDATA[<p>Yes, this seems like a good idea. Will be included in next minor release, 2.3.4.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2011-04-12T07:39:11Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8753#p8753</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Search in the menu void a transaction]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=8750#p8750" />
			<content type="html"><![CDATA[<p>Increasing number of data which we have entered into the FA, sometimes we need a correction / emptying of the transaction.<br />Adding a search on the menu void a transaction :</p><p>1. Open the file .. / admin / void_transaction.php<br />2. Find the line<br />&nbsp; &nbsp; <span style="color: #FF0000"><br />&nbsp; &nbsp; systypes_list_cells(_(&quot;Transaction Type:&quot;), &#039;filterType&#039;, null, true, $not_implemented);<br />&nbsp; &nbsp; if (list_updated(&#039;filterType&#039;))<br />&nbsp; &nbsp; &nbsp; &nbsp; $selected_id = -1;<br />&nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; end_row();<br />&nbsp; &nbsp; end_table(1);<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; $trans_ref = false;<br />&nbsp; &nbsp; $sql = get_sql_for_view_transactions($_POST[&#039;filterType&#039;], null, null, $trans_ref);<br />&nbsp; &nbsp; </span></p><p>3. Change to<br />&nbsp; &nbsp; <span style="color: blue"><br />&nbsp; &nbsp; systypes_list_cells(_(&quot;Type:&quot;), &#039;filterType&#039;, null, true);</span></p><p><span style="color: blue">&nbsp; &nbsp; if (!isset($_POST[&#039;FromTransNo&#039;]))<br />&nbsp; &nbsp; &nbsp; &nbsp; $_POST[&#039;FromTransNo&#039;] = &quot;1&quot;;<br />&nbsp; &nbsp; if (!isset($_POST[&#039;ToTransNo&#039;]))<br />&nbsp; &nbsp; &nbsp; &nbsp; $_POST[&#039;ToTransNo&#039;] = &quot;999999&quot;;</span></p><p><span style="color: blue">&nbsp; &nbsp; ref_cells(_(&quot;from #:&quot;), &#039;FromTransNo&#039;);</span></p><p><span style="color: blue">&nbsp; &nbsp; ref_cells(_(&quot;to #:&quot;), &#039;ToTransNo&#039;);</span></p><p><span style="color: blue">&nbsp; &nbsp; submit_cells(&#039;ProcessSearch&#039;, _(&quot;Search&quot;), &#039;&#039;, &#039;&#039;, &#039;default&#039;);</span></p><p><span style="color: blue">&nbsp; &nbsp; end_row();<br />&nbsp; &nbsp; end_table(1);<br />&nbsp; &nbsp; <br />&nbsp; &nbsp; $trans_ref = false;</span></p><p><span style="color: blue">&nbsp; &nbsp; $sql = get_sql_for_view_transactions($_POST[&#039;filterType&#039;], $_POST[&#039;FromTransNo&#039;], $_POST[&#039;ToTransNo&#039;], $trans_ref);<br />&nbsp; &nbsp; </span><br />&nbsp; &nbsp; </p><p>Hopefully helpful<br />/ Jujuk</p>]]></content>
			<author>
				<name><![CDATA[juju]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3900</uri>
			</author>
			<updated>2011-04-11T20:05:17Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=8750#p8750</id>
		</entry>
</feed>
