<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Logical Bug in Customer Balances Report]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6949</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6949&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Logical Bug in Customer Balances Report.]]></description>
		<lastBuildDate>Tue, 29 Aug 2017 13:43:45 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Logical Bug in Customer Balances Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28511#p28511</link>
			<description><![CDATA[<p>Sure, willdo.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 29 Aug 2017 13:43:45 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28511#p28511</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logical Bug in Customer Balances Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28510#p28510</link>
			<description><![CDATA[<p>To replace line 206 in <strong>reporting/rep101.php</strong>:<br /></p><div class="codebox"><pre><code>            if ($no_zeros &amp;&amp; floatcmp($trans[&#039;TotalAmount&#039;], $trans[&#039;Allocated&#039;]) == 0) continue;</code></pre></div><p>with<br /></p><div class="codebox"><pre><code>if ($no_zeros) {
    if ($show_balance) {
        if ($trans[&#039;TotalAmount&#039;]== 0) continue;
    } else {
        if (floatcmp($trans[&#039;TotalAmount&#039;], $trans[&#039;Allocated&#039;]) == 0)) continue;
    }
}</code></pre></div><p><s>@joe: want to commit it?</s><br /><a href="https://github.com/FrontAccountingERP/FA/commit/0f166221e63d742558a4c6b382b5d9be274c5ff9">Committed</a></p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 29 Aug 2017 13:14:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28510#p28510</guid>
		</item>
		<item>
			<title><![CDATA[Re: Logical Bug in Customer Balances Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28509#p28509</link>
			<description><![CDATA[<p>May be changing following line create correct result.</p><p>//if (($no_zeros &amp;&amp; floatcmp($trans[&#039;TotalAmount&#039;], $trans[&#039;Allocated&#039;]) == 0)) continue;<br />if ($no_zeros &amp;&amp; $show_balance &amp;&amp; $trans[&#039;TotalAmount&#039;]== 0) continue;<br />if (($no_zeros &amp;&amp; !$show_balance &amp;&amp; floatcmp($trans[&#039;TotalAmount&#039;], $trans[&#039;Allocated&#039;]) == 0)) continue;</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Tue, 29 Aug 2017 11:50:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28509#p28509</guid>
		</item>
		<item>
			<title><![CDATA[Logical Bug in Customer Balances Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=28508#p28508</link>
			<description><![CDATA[<p>If a customer transaction is not fully allocated (partially allocated), Selecting <br />Suppress Zeros to Yes And <br />Show Balances to Yes </p><p>in Customer Balances Report is giving a misleading Customer Net Balance.</p><p>Ideally Suppress Zero shall Suppress only Voided Transactions from the Report But Since it is also removing Fully Settled Transactions, the running balance is not revealing correct final balance if Show Balance is Set to Yes</p><p>For Better Understanding you may check Customer Balance of 4 Dimension in the following system</p><p>fa.boxygen.biz/fa2325</p><p>id: admin<br />pass: Pakistan1947<br />company: gp</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Tue, 29 Aug 2017 11:28:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=28508#p28508</guid>
		</item>
	</channel>
</rss>
