<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Item Adjustments Note disable rounding of Unit Cost]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=9108</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=9108&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Item Adjustments Note disable rounding of Unit Cost.]]></description>
		<lastBuildDate>Fri, 18 Dec 2020 10:28:12 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Item Adjustments Note disable rounding of Unit Cost]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38783#p38783</link>
			<description><![CDATA[<p>Hello and thanks to @islamsaeid3, @notrinos and @apmuthu for seeing this.</p><p>This has been fixed and committed to stable repo (?). I think we are close to a 2.4.10 release <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>You can download the fixed file <a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/inventory/includes/item_adjustments_ui.inc">here</a> and replace in /inventory/includes/item_adjustments_ui.inc.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 18 Dec 2020 10:28:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38783#p38783</guid>
		</item>
		<item>
			<title><![CDATA[Re: Item Adjustments Note disable rounding of Unit Cost]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38780#p38780</link>
			<description><![CDATA[<p>@joe: Please check and correct it:<br />Line 202 in <strong>inventory/includes/item_adjustments_ui.inc</strong>:<br /></p><div class="codebox"><pre><code>            amount_cells(null, &#039;std_cost&#039;, null, null, null, $dec);</code></pre></div><p>needs to be replaced with:<br /></p><div class="codebox"><pre><code>            amount_cells(null, &#039;std_cost&#039;, null, null, null, $dec2);</code></pre></div><p>This line was introduced in commit on 2019-06-28 as Line 194:<br /><a href="https://github.com/FrontAccountingERP/FA/commit/ead8970cab93706f8ffdd430236e81b61af31baa"> Inventory Adjustment: negative adjustment should always use current average item cost.</a></p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 18 Dec 2020 04:50:11 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38780#p38780</guid>
		</item>
		<item>
			<title><![CDATA[Re: Item Adjustments Note disable rounding of Unit Cost]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38779#p38779</link>
			<description><![CDATA[<p>I confirm the rounding problem.<br />Fix: line 202 of item_adjustment_ui.inc should be<br /></p><div class="codebox"><pre><code>amount_cells(null, &#039;std_cost&#039;, null, null, null, $dec2);</code></pre></div><p>The last passed variable should be $dec2 not $dec, $dec is for quantity decimal</p>]]></description>
			<author><![CDATA[null@example.com (notrinos)]]></author>
			<pubDate>Fri, 18 Dec 2020 02:22:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38779#p38779</guid>
		</item>
		<item>
			<title><![CDATA[Re: Item Adjustments Note disable rounding of Unit Cost]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38764#p38764</link>
			<description><![CDATA[<p>Try with FA 2.4.9+ and see if the issue persists.<br />Also, state your PHP/MySQL/Platform versions.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 17 Dec 2020 16:04:33 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38764#p38764</guid>
		</item>
		<item>
			<title><![CDATA[Re: Item Adjustments Note disable rounding of Unit Cost]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38755#p38755</link>
			<description><![CDATA[<p>Frontaccounting V 2.4.8<br />@joe @apmuthu</p>]]></description>
			<author><![CDATA[null@example.com (islamsaeid3)]]></author>
			<pubDate>Wed, 16 Dec 2020 19:25:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38755#p38755</guid>
		</item>
		<item>
			<title><![CDATA[Re: Item Adjustments Note disable rounding of Unit Cost]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38751#p38751</link>
			<description><![CDATA[<p>I&nbsp; am also unable to reproduce the issue. But I am strongly suggesting something to make changes In our program. As I seeing some of moderate companies are asking me why FA&nbsp; gives cost update entry by wrong. It happens because of the decimal values and we have double in MySql field type. That allows more decimal values to the system.&nbsp; That&#039;s really some dangerous values to a single item which definitely&nbsp; won&#039;t have that much huge value.&nbsp; I will get you the sample when I get similar scenario with clients. Usually the decimal values are not properly controlled from our side. We should make some changes for it.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Wed, 16 Dec 2020 08:45:45 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38751#p38751</guid>
		</item>
		<item>
			<title><![CDATA[Re: Item Adjustments Note disable rounding of Unit Cost]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38745#p38745</link>
			<description><![CDATA[<p>I cannot reproduce this error. Which version?</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 15 Dec 2020 17:22:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38745#p38745</guid>
		</item>
		<item>
			<title><![CDATA[Re: Item Adjustments Note disable rounding of Unit Cost]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38742#p38742</link>
			<description><![CDATA[<p>@joe: why is this?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 15 Dec 2020 16:13:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38742#p38742</guid>
		</item>
		<item>
			<title><![CDATA[Re: Item Adjustments Note disable rounding of Unit Cost]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38727#p38727</link>
			<description><![CDATA[<p>Hello @islamsaeid3, </p><p>Its good to hear. I will check the function as well. Thank you.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sat, 12 Dec 2020 13:35:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38727#p38727</guid>
		</item>
		<item>
			<title><![CDATA[Re: Item Adjustments Note disable rounding of Unit Cost]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38726#p38726</link>
			<description><![CDATA[<p>Hi Kvvaradha,</p><p>Thank you for your response. I tried this option by preferences but not solved..</p><p>I solved it by editing <strong>inventory/includes/item_adjustments_ui.inc</strong>&nbsp; like this:</p><p>Replace this code:&nbsp; <br /></p><div class="codebox"><pre><code>amount_cells(null,&#039;std_cost&#039;,null,null,null,$dec);</code></pre></div><p>with:<br /></p><div class="codebox"><pre><code>amount_cells(null,&#039;std_cost&#039;);</code></pre></div><p>It has worked for me.</p>]]></description>
			<author><![CDATA[null@example.com (islamsaeid3)]]></author>
			<pubDate>Sat, 12 Dec 2020 12:05:46 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38726#p38726</guid>
		</item>
		<item>
			<title><![CDATA[Re: Item Adjustments Note disable rounding of Unit Cost]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38718#p38718</link>
			<description><![CDATA[<p>There is rounding option available in Preference page. Did you change it to apply more. So it would affect here better..</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Tue, 08 Dec 2020 19:24:21 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38718#p38718</guid>
		</item>
		<item>
			<title><![CDATA[Item Adjustments Note disable rounding of Unit Cost]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=38715#p38715</link>
			<description><![CDATA[<p>Hi Every one <br />At the first, I would like to thank you for the great effort that you have made to develop this great software .. When I read your blogs about what you have faced in terms of issues and how to communicate to find solutions and provide support, you made me proud of you all.<br />Secondly, i&#039;m asking your help and support to solve this Issue : <br />1-Open Inventory Module.<br />2-Open Inventory Adjustments.<br />3-Select item and fill QTY.<br />4- Fill Unit Cost by 100.56 But system rounding Unit cost automaticly to 101<br />So Kindly suuport me to disable Auto Rounding for Unit cost on Item Adjustment Note.<br />your quick response is appreciated.<br />Regards</p>]]></description>
			<author><![CDATA[null@example.com (islamsaeid3)]]></author>
			<pubDate>Tue, 08 Dec 2020 14:02:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=38715#p38715</guid>
		</item>
	</channel>
</rss>
