<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — inventory valuation report]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7257&amp;type=atom" />
	<updated>2018-04-26T09:01:28Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7257</id>
		<entry>
			<title type="html"><![CDATA[Re: inventory valuation report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31528#p31528" />
			<content type="html"><![CDATA[<p><a href="https://frontaccounting.com/fawiki/index.php?n=Help.ItemsAndInventory">Wiki</a>-ed it.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-04-26T09:01:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31528#p31528</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: inventory valuation report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31527#p31527" />
			<content type="html"><![CDATA[<p>Oh yes, you are right</p>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2018-04-26T04:18:24Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31527#p31527</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: inventory valuation report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31524#p31524" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2018-04-25T06:47:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31524#p31524</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: inventory valuation report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31522#p31522" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2018-04-25T03:33:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31522#p31522</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: inventory valuation report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31514#p31514" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2018-04-24T20:48:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31514#p31514</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: inventory valuation report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31512#p31512" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2018-04-24T18:56:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31512#p31512</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[inventory valuation report]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=30460#p30460" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[farhath]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20371</uri>
			</author>
			<updated>2018-01-10T05:49:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=30460#p30460</id>
		</entry>
</feed>
