<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Inventory Item Cost Update]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=293&amp;type=atom" />
	<updated>2018-09-03T14:04:35Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=293</id>
		<entry>
			<title type="html"><![CDATA[Re: Inventory Item Cost Update]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32582#p32582" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2018-09-03T14:04:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32582#p32582</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Inventory Item Cost Update]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=32580#p32580" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[justapeddler]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=35135</uri>
			</author>
			<updated>2018-09-03T04:44:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=32580#p32580</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Inventory Item Cost Update]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=934#p934" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2008-08-14T12:33:23Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=934#p934</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Inventory Item Cost Update]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=932#p932" />
			<content type="html"><![CDATA[<p>What are the functions of Inventory Item Cost Update?</p>]]></content>
			<author>
				<name><![CDATA[sanilts]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=193</uri>
			</author>
			<updated>2008-08-14T07:39:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=932#p932</id>
		</entry>
</feed>
