<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Customer Balance Showing wrong Outstanding balance]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7838</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7838&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Customer Balance Showing wrong Outstanding balance.]]></description>
		<lastBuildDate>Fri, 23 Nov 2018 01:49:14 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Customer Balance Showing wrong Outstanding balance]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33373#p33373</link>
			<description><![CDATA[<p>This commit can also be backported to FA 2.3.x as well by those on that branch still.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 23 Nov 2018 01:49:14 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33373#p33373</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customer Balance Showing wrong Outstanding balance]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33367#p33367</link>
			<description><![CDATA[<p>The problem was fixed on the supplier side in another way.</p><p>This issue has been fixed and committed to stable. You can download the fixed file <a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/reporting/rep101.php">here</a>. Thanks @kvvaradha.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 22 Nov 2018 09:31:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33367#p33367</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customer Balance Showing wrong Outstanding balance]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33366#p33366</link>
			<description><![CDATA[<p>I didnt check supplier balances. Please test it and apply the fix if necessary.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Thu, 22 Nov 2018 09:22:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33366#p33366</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customer Balance Showing wrong Outstanding balance]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33364#p33364</link>
			<description><![CDATA[<p>You are right, your solution fixes the problem.</p><p>I will just check if we have the same problem on the supplier side.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 22 Nov 2018 09:17:10 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33364#p33364</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customer Balance Showing wrong Outstanding balance]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33363#p33363</link>
			<description><![CDATA[<p>Ok, I didn&#039;t try the allocation of the Journal Entry. Just a minute.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 22 Nov 2018 09:09:25 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33363#p33363</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customer Balance Showing wrong Outstanding balance]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33361#p33361</link>
			<description><![CDATA[<p>I have tried both official stable and unstable recent snapshot. Both gives the same error, </p><p>For Your understanding i have a screenshot of both journal entry. and the customer payment. What happens is in the screenshot </p><p><a href="https://imgur.com/tA3SYvf"> Screenshot </a></p><p>check the last column(Outstanding) and due to it the grand total is also affecting.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Thu, 22 Nov 2018 08:59:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33361#p33361</guid>
		</item>
		<item>
			<title><![CDATA[Re: Customer Balance Showing wrong Outstanding balance]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33360#p33360</link>
			<description><![CDATA[<p>@kvvaradha</p><p>Are you sure you are operating on the latest stable repo? We have fixed a lot of bugs here, includeing the Journal Entries.<br />If you have entered the Journal Entry before the bugs were fixed, then you get the wrong balances.</p><p>With the latest repo, I cannot reproduce your issue. Everything is ok here.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 22 Nov 2018 08:21:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33360#p33360</guid>
		</item>
		<item>
			<title><![CDATA[Customer Balance Showing wrong Outstanding balance]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=33358#p33358</link>
			<description><![CDATA[<p>@joe&nbsp; - Review and feedback it. </p><p>When we create a journal entry for customer opening balance. and when i open the customer balances report. The outstanding is not added there. And than i made payment to the journal entry through customer payments page. After that i see, that the outstanding balance is increased wth the payment amount.&nbsp; So i had a look into rep101.php</p><p>And i found one things, which is showing the wrong data there.&nbsp; </p><div class="codebox"><pre><code>if ( $trans[&#039;type&#039;] == ST_SALESINVOICE || $trans[&#039;type&#039;] == ST_BANKPAYMENT) </code></pre></div><p>which should be like this </p><div class="codebox"><pre><code>if ($trans[&#039;type&#039;] == ST_JOURNAL || $trans[&#039;type&#039;] == ST_SALESINVOICE || $trans[&#039;type&#039;] == ST_BANKPAYMENT) </code></pre></div><p>I mean include the journal passing entries to be here.&nbsp; </p><p>Hope it fixes the issue</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Thu, 22 Nov 2018 04:28:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=33358#p33358</guid>
		</item>
	</channel>
</rss>
