<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — BUG in Inventory Valuation Report]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=9444</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9444&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in BUG in Inventory Valuation Report.]]></description>
		<lastBuildDate>Tue, 05 Oct 2021 07:25:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: BUG in Inventory Valuation Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=40056#p40056</link>
			<description><![CDATA[<p>Helo, I have found another BUG in this that is showing ITEM/Inventory that already purged. This item appears in REPORT. how to solve it???</p>]]></description>
			<author><![CDATA[null@example.com (risingstar)]]></author>
			<pubDate>Tue, 05 Oct 2021 07:25:27 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=40056#p40056</guid>
		</item>
		<item>
			<title><![CDATA[Re: BUG in Inventory Valuation Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39950#p39950</link>
			<description><![CDATA[<p>@joe: run into this issue?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 29 Aug 2021 14:03:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39950#p39950</guid>
		</item>
		<item>
			<title><![CDATA[BUG in Inventory Valuation Report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=39943#p39943</link>
			<description><![CDATA[<p>Inventory valuation report wont show Items whose quantity is 1 and the units of measure for that item is set to use &quot;User Quantity Decimals&quot; decimal places option. The &quot;User Quantity Decimals&quot; option has a value of -1 thus below MYSQL condition will result to zero:</p><div class="codebox"><pre><code>SELECT ROUND(1, -1);</code></pre></div><p>Result: 0</p><p>I would propose a condition to check negative values as shown below:<br />File: rep301.php<br />Function: getTransactions($category, $location, $date)...<br /></p><div class="codebox"><pre><code>HAVING ROUND(SUM(move.qty), IF(units.decimals&gt;0,units.decimals,0)) != 0</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (detkenn)]]></author>
			<pubDate>Wed, 25 Aug 2021 09:05:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=39943#p39943</guid>
		</item>
	</channel>
</rss>
