<?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 Item Cost Update]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=293</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=293&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Inventory Item Cost Update.]]></description>
		<lastBuildDate>Mon, 03 Sep 2018 14:04:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Inventory Item Cost Update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32582#p32582</link>
			<description><![CDATA[<p>`update_average_material_cost` function helps to update the material cost on every purchase or credit the goods.&nbsp; So its ultimately Average cost update is the functionality. </p><p>when you write </p><div class="codebox"><pre><code> return $price; </code></pre></div><p>the return value of this function used when crediting the goods. the purchase order standard cost will get an effect. <br />but within the <strong> update_average_material_cost</strong>, it updates the material cost on <strong> stock_master</strong>. </p><p>If the material cost is zero, while making the inventory valuvation report,and its inventory value calculation related functionalities all result you zero value there,</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Mon, 03 Sep 2018 14:04:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32582#p32582</guid>
		</item>
		<item>
			<title><![CDATA[Re: Inventory Item Cost Update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=32580#p32580</link>
			<description><![CDATA[<p>I am having the same problem with the user in this post: https://frontaccounting.com/punbb/viewtopic.php?id=4935</p><p>Instead of doing what is in the post, I added this line as the first line inside function update_average_material_cost<br /></p><div class="codebox"><pre><code>return $price;</code></pre></div><p>I wanted to nullify the whole process inside the function.</p><p>Will there be any other effect by doing this?</p>]]></description>
			<author><![CDATA[null@example.com (justapeddler)]]></author>
			<pubDate>Mon, 03 Sep 2018 04:44:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=32580#p32580</guid>
		</item>
		<item>
			<title><![CDATA[Re: Inventory Item Cost Update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=934#p934</link>
			<description><![CDATA[<p>Hello,<br />The average item cost update is done in a file /purchasing/includes/db/grn_db.inc, which automatic update the average cost of the stock, which is used when delivering. The file is called when you receive PO order items.</p><p>You can also manually update the average cost price in the Inventory tab. This operation is done in /inventory/includes/db/items_trans_db.inc. There are also GL updates when doing this manually.</p><p>The cost prices are based on an average price. Not FIFO or LIFO.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 14 Aug 2008 12:33:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=934#p934</guid>
		</item>
		<item>
			<title><![CDATA[Inventory Item Cost Update]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=932#p932</link>
			<description><![CDATA[<p>What are the functions of Inventory Item Cost Update?</p>]]></description>
			<author><![CDATA[null@example.com (sanilts)]]></author>
			<pubDate>Thu, 14 Aug 2008 07:39:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=932#p932</guid>
		</item>
	</channel>
</rss>
