<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — inventory valuation report]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7257</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7257&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in inventory valuation report.]]></description>
		<lastBuildDate>Thu, 26 Apr 2018 09:01:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: inventory valuation report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31528#p31528</link>
			<description><![CDATA[<p><a href="https://frontaccounting.com/fawiki/index.php?n=Help.ItemsAndInventory">Wiki</a>-ed it.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 26 Apr 2018 09:01:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31528#p31528</guid>
		</item>
		<item>
			<title><![CDATA[Re: inventory valuation report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31527#p31527</link>
			<description><![CDATA[<p>Oh yes, you are right</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Thu, 26 Apr 2018 04:18:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31527#p31527</guid>
		</item>
		<item>
			<title><![CDATA[Re: inventory valuation report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31524#p31524</link>
			<description><![CDATA[<p>If the $use_costed_values is set to 1, then the date range is used on the stock_moves material costs for each transaction. <br />This is not the same as the material_cost set on the stock_master table.<br />If the end date is today then the values should be the same if the stock_moves are updated correctly.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Wed, 25 Apr 2018 06:47:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31524#p31524</guid>
		</item>
		<item>
			<title><![CDATA[Re: inventory valuation report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31522#p31522</link>
			<description><![CDATA[<p>Oh, Yes I missed that. But I think either this Variable is set to 0 or 1, the result shall be same because the function getAverageCost also returns UnitCost with the same algorithm, the weighted average, which is used to calculate the material_cost stored in stock_master.</p><p>This was discussed in detail in the topic mentioned in Post # 2</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Wed, 25 Apr 2018 03:33:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31522#p31522</guid>
		</item>
		<item>
			<title><![CDATA[Re: inventory valuation report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31514#p31514</link>
			<description><![CDATA[<p>@boxygen<br />As I can see we do use the global variable, $use_costed_values, in rep301.php.</p><p>It is on line 209:<br /></p><div class="codebox"><pre><code>        if (isset($SysPrefs-&gt;use_costed_values) &amp;&amp; $SysPrefs-&gt;use_costed_values==1)
        {
            $UnitCost = getAverageCost($trans[&#039;stock_id&#039;], $location, $date);
            $ItemTotal = $trans[&#039;QtyOnHand&#039;] * $UnitCost;
        }    
        else
        {
            $UnitCost = $trans[&#039;UnitCost&#039;];
            $ItemTotal = $trans[&#039;ItemTotal&#039;];
        }    </code></pre></div><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 24 Apr 2018 20:48:44 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31514#p31514</guid>
		</item>
		<item>
			<title><![CDATA[Re: inventory valuation report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31512#p31512</link>
			<description><![CDATA[<p>$use_costed_values is not used anywhere in reports in latest FA Versions</p><p>It was well discussed in <a href="https://frontaccounting.com/punbb/viewtopic.php?id=6779">this</a> topic.</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Tue, 24 Apr 2018 18:56:38 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31512#p31512</guid>
		</item>
		<item>
			<title><![CDATA[inventory valuation report]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30460#p30460</link>
			<description><![CDATA[<p>I am using the latest version of FA version 2.4.3 <br />When using &nbsp; &nbsp; <br />/* Show average costed values instead of fixed standard cost in report, Inventory Valuation Report */<br />&nbsp; &nbsp; $use_costed_values = 0;&nbsp; &nbsp;&nbsp; </p><p>The cost is different from the standard cost showing in the item is completely different from the one showing in the report, knowing that I the standard was not set manually but it was automatically calculated. </p><p>How can we explain that. </p><p>Your help is appreciated.</p>]]></description>
			<author><![CDATA[null@example.com (farhath)]]></author>
			<pubDate>Wed, 10 Jan 2018 05:49:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30460#p30460</guid>
		</item>
	</channel>
</rss>
