<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Cost Update - Cost was %s changed to %s x quantity on hand of %s]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10066&amp;type=atom" />
	<updated>2022-11-03T07:59:02Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=10066</id>
		<entry>
			<title type="html"><![CDATA[Re: Cost Update - Cost was %s changed to %s x quantity on hand of %s]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=41702#p41702" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2022-11-03T07:59:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=41702#p41702</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cost Update - Cost was %s changed to %s x quantity on hand of %s]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=41700#p41700" />
			<content type="html"><![CDATA[<p>SOLVED<br />Thanks !<br />F.</p>]]></content>
			<author>
				<name><![CDATA[advocaat.pollet]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=46170</uri>
			</author>
			<updated>2022-11-03T07:13:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=41700#p41700</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cost Update - Cost was %s changed to %s x quantity on hand of %s]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=41698#p41698" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2022-11-03T04:52:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=41698#p41698</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Cost Update - Cost was %s changed to %s x quantity on hand of %s]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=41695#p41695" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[advocaat.pollet]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=46170</uri>
			</author>
			<updated>2022-11-02T15:31:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=41695#p41695</id>
		</entry>
</feed>
