<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Left to allocate is showing wrong.]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7698</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7698&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Left to allocate is showing wrong..]]></description>
		<lastBuildDate>Thu, 13 Sep 2018 07:09:12 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Left to allocate is showing wrong.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32655#p32655</link>
			<description><![CDATA[<p>No problem. Made a <a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/includes/ui/ui_view.inc">rerun</a>. Thanks.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 13 Sep 2018 07:09:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32655#p32655</guid>
		</item>
		<item>
			<title><![CDATA[Re: Left to allocate is showing wrong.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32654#p32654</link>
			<description><![CDATA[<p>Sorry, this fix did not solve the problem, It produces the correct result for the last payment but falsifies the result of the previous payment.</p><p>The correct fix must be:</p><div class="codebox"><pre><code>563    amount_cell($alloc_row[&#039;Total&#039;] - $alloc_row[&#039;alloc&#039;]);
564    amount_cell($alloc_row[&#039;amt&#039;]);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (notrinos)]]></author>
			<pubDate>Thu, 13 Sep 2018 06:09:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32654#p32654</guid>
		</item>
		<item>
			<title><![CDATA[Re: Left to allocate is showing wrong.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32653#p32653</link>
			<description><![CDATA[<p>@notrinos - glad to hear that you found patch for it.&nbsp; I was bit stuck so couldnt spend time while getting this issue.</p><p>@joe - <img src="https://frontaccounting.com/punbb/img/smilies/cool.png" width="15" height="15" alt="cool" /></p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Thu, 13 Sep 2018 04:06:02 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32653#p32653</guid>
		</item>
		<item>
			<title><![CDATA[Re: Left to allocate is showing wrong.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32648#p32648</link>
			<description><![CDATA[<p>This has been fixed and <a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/includes/ui/ui_view.inc">committed</a> to core.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Wed, 12 Sep 2018 20:31:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32648#p32648</guid>
		</item>
		<item>
			<title><![CDATA[Re: Left to allocate is showing wrong.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32647#p32647</link>
			<description><![CDATA[<p>Thanks @kvvaradha and @notrinos. Will fix this later.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Wed, 12 Sep 2018 18:52:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32647#p32647</guid>
		</item>
		<item>
			<title><![CDATA[Re: Left to allocate is showing wrong.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32646#p32646</link>
			<description><![CDATA[<p>Lines <strong>563</strong> and <strong>564</strong> of <strong>ui_view.inc</strong> need to be reversed.<br />Good news is that this is just a display issue, not a matter of data.</p><div class="codebox"><pre><code>amount_cell($alloc_row[&#039;Total&#039;] - $alloc_row[&#039;amt&#039;]);
amount_cell($alloc_row[&#039;amt&#039;]);</code></pre></div><p>must be</p><div class="codebox"><pre><code>amount_cell($alloc_row[&#039;amt&#039;]);
amount_cell($alloc_row[&#039;Total&#039;] - $alloc_row[&#039;amt&#039;]);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (notrinos)]]></author>
			<pubDate>Wed, 12 Sep 2018 16:24:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32646#p32646</guid>
		</item>
		<item>
			<title><![CDATA[Left to allocate is showing wrong.]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32645#p32645</link>
			<description><![CDATA[<p>Here is the screenshot proof.&nbsp; When we paid partially and and make second payment, the left to allocate didnt consider the previous payment. </p><p><a href="https://ibb.co/n5rG9p"> Screenshot </a></p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Wed, 12 Sep 2018 16:00:15 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32645#p32645</guid>
		</item>
	</channel>
</rss>
