<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Cost Update - Cost was %s changed to %s x quantity on hand of %s]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=10066</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10066&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Cost Update - Cost was %s changed to %s x quantity on hand of %s.]]></description>
		<lastBuildDate>Thu, 03 Nov 2022 07:59:02 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Cost Update - Cost was %s changed to %s x quantity on hand of %s]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=41702#p41702</link>
			<description><![CDATA[<p>Thank you guys. Committed to stable repo.</p><p>A fixed file can be downloaded <a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/inventory/includes/db/items_trans_db.inc">here</a>.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Thu, 03 Nov 2022 07:59:02 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=41702#p41702</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cost Update - Cost was %s changed to %s x quantity on hand of %s]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=41700#p41700</link>
			<description><![CDATA[<p>SOLVED<br />Thanks !<br />F.</p>]]></description>
			<author><![CDATA[null@example.com (advocaat.pollet)]]></author>
			<pubDate>Thu, 03 Nov 2022 07:13:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=41700#p41700</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cost Update - Cost was %s changed to %s x quantity on hand of %s]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=41698#p41698</link>
			<description><![CDATA[<p>open <strong>/inventory/includes/db/items_trans_db.inc </strong> and&nbsp; find this <br /></p><div class="codebox"><pre><code>$cart-&gt;memo_ = sprintf(_(&quot;Cost was %s changed to %s x quantity on hand of %s&quot;),
                    number_format2($last_cost, 2), number_format2($new_cost), $qoh);</code></pre></div><p>and replace with user_price_dec and update it as well like below one</p><div class="codebox"><pre><code>$cart-&gt;memo_ = sprintf(_(&quot;Cost was %s changed to %s x quantity on hand of %s&quot;),
                    number_format2($last_cost, user_price_dec()), number_format2($new_cost, user_price_dec()), $qoh);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Thu, 03 Nov 2022 04:52:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=41698#p41698</guid>
		</item>
		<item>
			<title><![CDATA[Cost Update - Cost was %s changed to %s x quantity on hand of %s]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=41695#p41695</link>
			<description><![CDATA[<p>Hi</p><p>If a cost update is made, in the automatic comment &#039;Cost was %s changed to %s x quantity on hand of %s&#039;, the second &#039;%s&#039; only gives a rounded amount, not the real amount with decimals.</p><p>Kind Regards,<br />F.</p>]]></description>
			<author><![CDATA[null@example.com (advocaat.pollet)]]></author>
			<pubDate>Wed, 02 Nov 2022 15:31:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=41695#p41695</guid>
		</item>
	</channel>
</rss>
