<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Unable to Edit or Void a Credit Note]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7059</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7059&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Unable to Edit or Void a Credit Note.]]></description>
		<lastBuildDate>Tue, 31 Oct 2017 09:02:41 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Unable to Edit or Void a Credit Note]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29358#p29358</link>
			<description><![CDATA[<p>Janusz is working on this.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 31 Oct 2017 09:02:41 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29358#p29358</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to Edit or Void a Credit Note]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29355#p29355</link>
			<description><![CDATA[<p>Attachments are a privilege permission set by the board admin.<br />Screenshots of web pages with mostly text are best captured in PNG format for small size and less pixelation on enlargement.</p><p>Void the Supplier Credit Note in the Setup tab and then enter a new one.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 31 Oct 2017 08:12:40 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29355#p29355</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to Edit or Void a Credit Note]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29353#p29353</link>
			<description><![CDATA[<p>Thanks for helping us in resolving the bug in modifying supplier credit note entry. However my initial issue still remain outstanding as we can&#039;t modify the supplier because that is where the error was made. Please see attached image.</p><p>Secondly you have already pointed out the edit for any single line item should be there. How do you attach screenshots by the way. <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p><a href="http://www.webmekanics.com/projects/fa/modify-supplier-credit-note.jpg">http://www.webmekanics.com/projects/fa/ … t-note.jpg</a></p>]]></description>
			<author><![CDATA[null@example.com (TOR)]]></author>
			<pubDate>Tue, 31 Oct 2017 07:58:04 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29353#p29353</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to Edit or Void a Credit Note]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29317#p29317</link>
			<description><![CDATA[<p>It appears that the URL parameter <strong>ModifyCredit</strong> for editing a Supplier Credit Note is not doing anything and only a new credit note by default shows up in <strong>purchasing/supplier_credit.php</strong>.</p><p>Changing lines 33-34 of <strong>purchasing/supplier_credit.php</strong>:<br /></p><div class="codebox"><pre><code>if (isset($_GET[&#039;ModifyCredit&#039;]))
    check_is_editable(ST_SUPPINVOICE, $_GET[&#039;ModifyCredit&#039;]);</code></pre></div><p>to:<br /></p><div class="codebox"><pre><code>if (isset($_GET[&#039;ModifyCredit&#039;])) {
    if (isset($_GET[&#039;invoice_no&#039;])) {
        check_is_editable(ST_SUPPINVOICE, $_GET[&#039;ModifyCredit&#039;]);
    } else {
        check_is_editable(ST_SUPPCREDIT, $_GET[&#039;ModifyCredit&#039;]);
        $help_context = &quot;Supplier Credit Note&quot;;
        $_SESSION[&#039;page_title&#039;] = _(&quot;Supplier Credit Note Edit&quot;);
        $_SESSION[&#039;supp_trans&#039;] = new supp_trans(ST_SUPPCREDIT, $_GET[&#039;ModifyCredit&#039;]);
    }
}</code></pre></div><p>brought up the correct Supplier Credit Note to edit but it was not editable (see attachment).</p><p>@joe: Supplier Credit Note cannot be edited in FA if this code is not filled.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 30 Oct 2017 16:24:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29317#p29317</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to Edit or Void a Credit Note]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29314#p29314</link>
			<description><![CDATA[<p>Works as expected for Customer Credit Note Edit.</p><p>1. Create a Credit Invoice&nbsp; for 3 items (Payment Terms: Not Cash Invoice as it will have a Cash payment entry automatically made)<br />2. Create a Credit Note for 1 item returned<br />3. Create a payment for 1 item and allocate it to the Invoice<br />4. Edit earlier Credit Note and make it as 2 items returned<br />5. Allocate the Credit Note to the Invoice<br />6. The settled Invoice will show it&#039;s fulfillment transactions as okay.</p><p>Attached is the sequence of operations documents.</p><p>The same sequence should suffice for a Supplier Txn.</p><p>Possible bug in the Supplier Credit Note Edit - each edit makes a separate Credit Note!</p><p>Also getting:<br /></p><div class="codebox"><pre><code>Rounding error -0.01 encountered for trans_type:11,trans_no:1</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 30 Oct 2017 15:38:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29314#p29314</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to Edit or Void a Credit Note]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29307#p29307</link>
			<description><![CDATA[<p>Tried everything, but all in vain.</p><p>The Edit Supplier Credit Note routine is behaving very erratic. Firefox behaviour is the same as Chrome.</p><p>This is what I am trying to do now:</p><p>1. Supplier Enquiry<br />2. Credit Notes Only<br />3. Click Edit icon of a particular credit note<br />4. A new screen opens which was the last screen I opened to edit a Purchase Invoice.</p><p>I think whats happening is, that whenever we open EDIT SUPPLIER CREDIT NOTE, it opens up the last opened INVOICE that was edited. If No Invoice has been EDITED, it opens the New Credit Note screen with the first supplier in the list.</p><p>I am sure this is a Bug! Try to issue a credit note first in the Demo 2.4.1 on Frontaccounting.com and then try to EDIT that credit note.</p>]]></description>
			<author><![CDATA[null@example.com (TOR)]]></author>
			<pubDate>Mon, 30 Oct 2017 09:41:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29307#p29307</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to Edit or Void a Credit Note]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29220#p29220</link>
			<description><![CDATA[<p>Does it work okay from FireFox or from some other PC? This is clearly some php setting or apache conf setting that may be at fault. Do a complete check of all files for differences with the core.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 26 Oct 2017 11:32:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29220#p29220</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to Edit or Void a Credit Note]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29191#p29191</link>
			<description><![CDATA[<p>We have downloaded FA fresh version 2.4.2 (13 October, 2017) from source forge and tried replacing &quot;supplier_credit.php&quot; file from the newly downloaded version. </p><p>It doesn&#039;t seems to work page &quot;http://abc.com/purchasing/supplier_credit.php?ModifyCredit=4&quot; page loads but doesn&#039;t show anything. Kindly click the below URL to see the response received.</p><p><a href="http://www.webmekanics.com/projects/fa/chrome-screenshot-show-unable-to-load-credit-note-edit-page.jpg">http://www.webmekanics.com/projects/fa/ … t-page.jpg</a></p><p>Thanks.<br />/TOR</p>]]></description>
			<author><![CDATA[null@example.com (TOR)]]></author>
			<pubDate>Wed, 25 Oct 2017 07:52:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29191#p29191</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to Edit or Void a Credit Note]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29185#p29185</link>
			<description><![CDATA[<p>Thanks. Will try to download that.</p>]]></description>
			<author><![CDATA[null@example.com (TOR)]]></author>
			<pubDate>Tue, 24 Oct 2017 15:14:18 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29185#p29185</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to Edit or Void a Credit Note]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29182#p29182</link>
			<description><![CDATA[<p>The last time <a href="https://github.com/FrontAccountingERP/FA/archive/master.zip">FA was updated was on 13th Oct 2017</a> as on date.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 24 Oct 2017 14:12:59 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29182#p29182</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to Edit or Void a Credit Note]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29179#p29179</link>
			<description><![CDATA[<p>I have installed FA 2.4.2 as modified on 30-07-2017. Is 2.4.2+ a higher version?</p><p>Moreover, at the time of install, i did not encounter any error or alert that the instal may not be complete. But you do have a point. Let me try re-installing it.</p><p>Thank.<br />/TOR</p>]]></description>
			<author><![CDATA[null@example.com (TOR)]]></author>
			<pubDate>Tue, 24 Oct 2017 11:49:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29179#p29179</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to Edit or Void a Credit Note]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29166#p29166</link>
			<description><![CDATA[<p>The Supplier Credit Note is editable in a fully working install of FA 2.4.2+.<br />My earlier email listed the db changes in the Voiding of a Supplier Credit Note.<br />It appears that your install is broken.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 23 Oct 2017 16:27:11 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29166#p29166</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to Edit or Void a Credit Note]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29162#p29162</link>
			<description><![CDATA[<p>Thank you so much apmuthu. Appreciate it.</p><p>So there is no way we can edit a credit note?</p><p>Also, when I &quot;edit&quot; the CN from Supplier Transaction Enquiry page, why doesn&#039;t it show the whole CN Form? FA2.4 ONLY shows the Combo box for Supplier, but doesn&#039;t do anything further.</p><p>/TOR</p>]]></description>
			<author><![CDATA[null@example.com (TOR)]]></author>
			<pubDate>Mon, 23 Oct 2017 10:37:06 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29162#p29162</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to Edit or Void a Credit Note]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29153#p29153</link>
			<description><![CDATA[<p>Setup -&gt; Void Transaction -&gt; Transaction Type: Supplier Credit Note -&gt; Search and choose the one you want and void it.</p><p>A Credit Note will have the GL entry(table: gl_trans) type=21 and the Accounts Payable (2100 in en_US-new/demo CoA) with person_type_id=3 and the actual person_id being the id of the supplier. This will also bear an entry in the supp_trans, supp_invoice_items and audit_trail tables as well.</p><p>On voiding, the amounts get zeroed out in the supp_invoice_items, supp_trans, gl_trans tables for the specific record(s).</p><p>The anatomy of the Void of a Supplier Credit Note is discerned from the diff between the pre and post void backups:<br /></p><div class="codebox"><pre><code>--- fa24_1_pre-void_backup.sql    Mon Oct 23 09:18:59 2017
+++ fa24_1_post-void_backup.sql    Mon Oct 23 09:19:56 2017

-insert  into `1_audit_trail`(`id`,`type`,`trans_no`,`user`,`stamp`,`description`,`fiscal_year`,`gl_date`,`gl_seq`) values 
-  (32,21,1,1,&#039;2017-10-23 09:12:19&#039;,&#039;&#039;,2,&#039;2017-10-23&#039;,0);
+insert  into `1_audit_trail`(`id`,`type`,`trans_no`,`user`,`stamp`,`description`,`fiscal_year`,`gl_date`,`gl_seq`) values 
+  (32,21,1,1,&#039;2017-10-23 09:19:10&#039;,&#039;&#039;,2,&#039;2017-10-23&#039;,NULL)
+ ,(33,21,1,1,&#039;2017-10-23 09:19:10&#039;,&#039;Voided.\n&#039;,2,&#039;2017-10-23&#039;,0);

-insert  into `1_gl_trans`(`counter`,`type`,`type_no`,`tran_date`,`account`,`memo_`,`amount`,`dimension_id`,`dimension2_id`,`person_type_id`,`person_id`) values 
-  (41,21,1,&#039;2017-10-23&#039;,&#039;2100&#039;,&#039;&#039;,25,0,0,3,&#039;1&#039;)
- ,(42,21,1,&#039;2017-10-23&#039;,&#039;5010&#039;,&#039;Test Supplier CN&#039;,-25,0,0,NULL,NULL);
+insert  into `1_gl_trans`(`counter`,`type`,`type_no`,`tran_date`,`account`,`memo_`,`amount`,`dimension_id`,`dimension2_id`,`person_type_id`,`person_id`) values 
+  (41,21,1,&#039;2017-10-23&#039;,&#039;2100&#039;,&#039;&#039;,0,0,0,3,&#039;1&#039;)
+ ,(42,21,1,&#039;2017-10-23&#039;,&#039;5010&#039;,&#039;Test Supplier CN&#039;,0,0,0,NULL,NULL);

-insert  into `1_supp_invoice_items`(`id`,`supp_trans_no`,`supp_trans_type`,`gl_code`,`grn_item_id`,`po_detail_item_id`,`stock_id`,`description`,`quantity`,`unit_price`,`unit_tax`,`memo_`,`dimension_id`,`dimension2_id`) values 
-  (2,1,21,&#039;5010&#039;,-1,0,&#039;&#039;,&#039;&#039;,0,-25,0,&#039;Test Supplier CN&#039;,0,0);
+insert  into `1_supp_invoice_items`(`id`,`supp_trans_no`,`supp_trans_type`,`gl_code`,`grn_item_id`,`po_detail_item_id`,`stock_id`,`description`,`quantity`,`unit_price`,`unit_tax`,`memo_`,`dimension_id`,`dimension2_id`) values 
+ ,(2,1,21,&#039;5010&#039;,-1,0,&#039;&#039;,&#039;&#039;,0,0,0,&#039;Test Supplier CN&#039;,0,0);

-insert  into `1_supp_trans`(`trans_no`,`type`,`supplier_id`,`reference`,`supp_reference`,`tran_date`,`due_date`,`ov_amount`,`ov_discount`,`ov_gst`,`rate`,`alloc`,`tax_included`) values 
-  (1,21,1,&#039;001/2017&#039;,&#039;ABC_112&#039;,&#039;2017-10-23&#039;,&#039;2017-10-23&#039;,-25,0,0,1,0,0);
+insert  into `1_supp_trans`(`trans_no`,`type`,`supplier_id`,`reference`,`supp_reference`,`tran_date`,`due_date`,`ov_amount`,`ov_discount`,`ov_gst`,`rate`,`alloc`,`tax_included`) values 
+ ,(1,21,1,&#039;001/2017&#039;,&#039;ABC_112&#039;,&#039;2017-10-23&#039;,&#039;2017-10-23&#039;,0,0,0,1,0,0);
 
+insert  into `1_voided`(`type`,`id`,`date_`,`memo_`) values 
+  (21,1,&#039;2017-10-23&#039;,&#039;&#039;);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 23 Oct 2017 03:40:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29153#p29153</guid>
		</item>
		<item>
			<title><![CDATA[Unable to Edit or Void a Credit Note]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29148#p29148</link>
			<description><![CDATA[<p>By mistake I entered a Credit Note (CN) in Supplier A100 account, which should have gone into Supplier M100 account. </p><p>Now I am unable to edit the CN even though it shows up in the Supplier Transaction Enquiry. When I click the Edit icon, it opens the Suppliers Credit Note Screen with the right Supplier Account, but no figures.</p><p>How can I void the CN, if I am unable to edit it?</p><p>Thanks.<br />/TOR</p>]]></description>
			<author><![CDATA[null@example.com (TOR)]]></author>
			<pubDate>Sun, 22 Oct 2017 11:57:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29148#p29148</guid>
		</item>
	</channel>
</rss>
