<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Credit note bugs]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6556</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6556&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Credit note bugs.]]></description>
		<lastBuildDate>Wed, 16 Nov 2016 15:41:39 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Credit note bugs]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26857#p26857</link>
			<description><![CDATA[<p>@itronics: <a href="https://github.com/FrontAccountingERP/FA/commit/eb165f28009ba988edb4384d81843405d4938d46">committed</a> in the official repo.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 16 Nov 2016 15:41:39 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26857#p26857</guid>
		</item>
		<item>
			<title><![CDATA[Re: Credit note bugs]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26854#p26854</link>
			<description><![CDATA[<p>There is a need to investigate / discuss the matter at hand and also look at it in the light of another issue in the bug tracker that @itronics is looking at.</p><p>My unofficial repo has the <a href="https://github.com/apmuthu/frontaccounting/tree/master/core">core</a> folder in synch with the main FA repo&#039;s master branch only and my modifications are in another folder - <a href="https://github.com/apmuthu/frontaccounting/tree/master/FAMods">FAMods</a>. Yet another folder has the expanded out <a href="https://github.com/apmuthu/frontaccounting/tree/master/extensions">extensions</a> as well. Hence it is not possible to provide a pull request from <a href="https://github.com/apmuthu/frontaccounting">my GitHub Repo</a> to the <a href="https://github.com/FrontAccountingERP/FA">upstream one&#039;s master branch</a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 14 Nov 2016 16:03:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26854#p26854</guid>
		</item>
		<item>
			<title><![CDATA[Re: Credit note bugs]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26853#p26853</link>
			<description><![CDATA[<p>@joe<br />and others</p><p>Why not use github or something like it?</p><p>I and maybe other find github easier and then they can also provide pull request etc...</p>]]></description>
			<author><![CDATA[null@example.com (ricardo777)]]></author>
			<pubDate>Mon, 14 Nov 2016 13:40:41 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26853#p26853</guid>
		</item>
		<item>
			<title><![CDATA[Re: Credit note bugs]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26852#p26852</link>
			<description><![CDATA[<p>@joe: In FA 2.3 please change lines 179-180 in <strong>sales/includes/db/sales_invoice_db.inc</strong>:<br /></p><div class="codebox"><pre><code>            update_debtor_trans_allocation(ST_SALESINVOICE, $invoice_no, $amount);
            update_debtor_trans_allocation(ST_CUSTPAYMENT, $pmtno, $amount);</code></pre></div><p>to<br /></p><div class="codebox"><pre><code>            update_debtor_trans_allocation(ST_SALESINVOICE, $invoice_no);
            update_debtor_trans_allocation(ST_CUSTPAYMENT, $pmtno);</code></pre></div><p>It is pertinent to note that the third parameter in the <strong>function update_debtor_trans_allocation</strong> in <strong>sales/includes/db/custalloc_db.inc</strong> is only available in FA 2.4.x and that too it is a <strong>person_id</strong> and not an amount.</p><p><s>Fixed in<a href="https://github.com/apmuthu/frontaccounting/commit/4e6d0f47c884d6f9c34a254494355a39dffa0a08">my unofficial repo&#039;s FAMods</a></s>. Fixed in the <a href="https://github.com/apmuthu/frontaccounting/commit/169e81a0455178c66efe71e730bc4bfb7ce74acf">core</a> now (2016-11-14).</p><p>Going forward, if there are any changes in the parameters of functions, a global search and replace as needed should be done and it should fulfill all such usages.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 14 Nov 2016 04:10:15 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26852#p26852</guid>
		</item>
		<item>
			<title><![CDATA[Re: Credit note bugs]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26851#p26851</link>
			<description><![CDATA[<p>Thank you for your quick answer.<br />You are right, sorry about that. I have an customed version and haven&#039;t&nbsp; been merging indeed for a while</p><p>/Elax</p>]]></description>
			<author><![CDATA[null@example.com (elax)]]></author>
			<pubDate>Sun, 13 Nov 2016 23:16:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26851#p26851</guid>
		</item>
		<item>
			<title><![CDATA[Re: Credit note bugs]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26850#p26850</link>
			<description><![CDATA[<p>Yes, the mantis is used for all except simple bugs.</p><p>Checkout: http://mantis.frontaccounting.com/view.php?id=3697<br />Your Bug report http://mantis.frontaccounting.com/view.php?id=3696 has been fixed on 28th May 2014 itself and it is possible you are using a very old version of FA.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 13 Nov 2016 18:50:15 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26850#p26850</guid>
		</item>
		<item>
			<title><![CDATA[Credit note bugs]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=26847#p26847</link>
			<description><![CDATA[<p>Is mantis still the way to submit bugs ?<br />I&#039;ve submitted to related to customer credit notes vs invoice and submit a patch for one.<br />Unfortunately, I don&#039;t have the time to investigate the other as I found a easy work around.</p>]]></description>
			<author><![CDATA[null@example.com (elax)]]></author>
			<pubDate>Sat, 12 Nov 2016 16:25:59 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=26847#p26847</guid>
		</item>
	</channel>
</rss>
