<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — BUG in Inventory Valuation Report]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9444&amp;type=atom" />
	<updated>2021-10-05T07:25:27Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=9444</id>
		<entry>
			<title type="html"><![CDATA[Re: BUG in Inventory Valuation Report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=40056#p40056" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[risingstar]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=46016</uri>
			</author>
			<updated>2021-10-05T07:25:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=40056#p40056</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: BUG in Inventory Valuation Report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39950#p39950" />
			<content type="html"><![CDATA[<p>@joe: run into this issue?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2021-08-29T14:03:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39950#p39950</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[BUG in Inventory Valuation Report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=39943#p39943" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[detkenn]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=45282</uri>
			</author>
			<updated>2021-08-25T09:05:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=39943#p39943</id>
		</entry>
</feed>
