<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Purchase order voiding BUG]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7052&amp;type=atom" />
	<updated>2017-10-30T17:59:34Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7052</id>
		<entry>
			<title type="html"><![CDATA[Re: Purchase order voiding BUG]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29326#p29326" />
			<content type="html"><![CDATA[<p>Here is the fix to clear the Transaction # after voiding any transaction:<br />Lines 320 to 324 in <strong>admin/void_transaction.php</strong>:<br /></p><div class="codebox"><pre><code>if (isset($_POST[&#039;ConfirmVoiding&#039;]))
{
    handle_void_transaction();
    $Ajax-&gt;activate(&#039;_page_body&#039;);
}</code></pre></div><p>should be:<br /></p><div class="codebox"><pre><code>if (isset($_POST[&#039;ConfirmVoiding&#039;]))
{
    handle_void_transaction();
    $selected_id = &#039;&#039;;
    $Ajax-&gt;activate(&#039;_page_body&#039;);
}</code></pre></div><p>@joe: can commit this.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-30T17:59:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29326#p29326</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Purchase order voiding BUG]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29160#p29160" />
			<content type="html"><![CDATA[<p>Ok, will have a look. I have been extremely busy with job lately. I am sorry. Will fix asap.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2017-10-23T05:14:57Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29160#p29160</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Purchase order voiding BUG]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29155#p29155" />
			<content type="html"><![CDATA[<p>@Dynamic: It appears that your install / data had some glitches during the upgrade. Try to migrate the data into a fresh install and provide feedback. The latest snapshot works as expected as the screenshots in my earlier post will show. The db too was checked for successful voiding.</p><p>@joe: There are many places where such Transaction # display would be useful and can be changed during a more mature release. The bug to be fixed is the clearing out of the Transaction# from the form field after successful voiding.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-23T04:10:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29155#p29155</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Purchase order voiding BUG]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29149#p29149" />
			<content type="html"><![CDATA[<p>Maybe we can change the final message in a future version of FA. Not now.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2017-10-22T19:57:17Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29149#p29149</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Purchase order voiding BUG]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29143#p29143" />
			<content type="html"><![CDATA[<p>I think I have confused terms&nbsp; - my mistake. I am talking about PURCHASE ORDER DELIVERY this whole time, not PURCHASE ORDERS. I know canceling a purchase order requires you to cancel the order and not void it. But the PO DELIVERY is where I am having a problem - I cannot void any of them. I was able to do that before I upgraded to 2.4. I have tested it again and every time I am able to duplicate the same fault if I accept a delivery I am unable to void it. And no, it is not invoiced, I know I cannot void a PO delivery after an invoice is made against it, I am talking about just receiving items in a PO delivery then immediately attempting to void it the error occurs. And I know it&#039;s not voided because I can create an invoice on that PO Delivery.</p>]]></content>
			<author>
				<name><![CDATA[Dynamic]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19842</uri>
			</author>
			<updated>2017-10-22T03:36:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29143#p29143</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Purchase order voiding BUG]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29136#p29136" />
			<content type="html"><![CDATA[<p>That is how it should be. We have only voided the PO Delivery and not the PO itself. A PO does not need to be voided, it can be cancelled in it&#039;s Edit screen.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-21T17:30:37Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29136#p29136</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Purchase order voiding BUG]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29133#p29133" />
			<content type="html"><![CDATA[<p>It&#039;s not voided - I can see it when I go to invoice the supplier.</p>]]></content>
			<author>
				<name><![CDATA[Dynamic]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19842</uri>
			</author>
			<updated>2017-10-21T16:55:51Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29133#p29133</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Purchase order voiding BUG]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29123#p29123" />
			<content type="html"><![CDATA[<p>The problem is that you are trying to Void it twice - once on successfully Voiding a transaction and since Transaction# is still showing the voided one as a label in the resultant page you may have pressed the Void Transaction again. The Memo field gets cleared but the Transaction# field does not.</p><p>@joe: The success message should show the Transaction# that was successfully voided and the Transaction# label in the form should be blanked out on the success page.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-21T07:24:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29123#p29123</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Purchase order voiding BUG]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29122#p29122" />
			<content type="html"><![CDATA[<p>Updated, no, it does not resolve itself. What I would like to know is if this is my installation that has a problem or it&#039;s a genuine bug. Can anyone try and duplicate it? </p><p>Purchase Order Entry -&gt; Create a purchase order -&gt; Receive Items on this Purchase Order -&gt; Setup -&gt; Void a Transaction -&gt; Select type purchase order delivery -&gt; Select the received order and attempt to void it, Error appears: &quot;The entered transaction does not exist or cannot be voided.&quot;</p>]]></content>
			<author>
				<name><![CDATA[Dynamic]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19842</uri>
			</author>
			<updated>2017-10-21T06:24:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29122#p29122</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Purchase order voiding BUG]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29107#p29107" />
			<content type="html"><![CDATA[<p>Update to latest FA 2.4.2+ and see if this issue resolves itself.<br />The changed files from FA 2.4.1 to FA 2.4.2 (#4 post) and that for fixes thereafter (#12 post) are in the <a href="https://frontaccounting.com/punbb/viewtopic.php?id=6898">Announcements thread for FA 2.4.2</a>.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-10-20T03:16:39Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29107#p29107</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Purchase order voiding BUG]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29106#p29106" />
			<content type="html"><![CDATA[<p>F.A 2.4.1, try voiding any purchase order (before invoicing it) and it throws the following error:</p><p>&quot;The entered transaction does not exist or cannot be voided.&quot;</p><p>Can anyone duplicate this?</p>]]></content>
			<author>
				<name><![CDATA[Dynamic]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19842</uri>
			</author>
			<updated>2017-10-20T03:10:43Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29106#p29106</id>
		</entry>
</feed>
