<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Standard costs and currency conversion]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=10257</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10257&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Standard costs and currency conversion.]]></description>
		<lastBuildDate>Sun, 09 Apr 2023 07:23:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Standard costs and currency conversion]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42268#p42268</link>
			<description><![CDATA[<p>FA is using average material cost on stock items.</p><p>The operation can be seen in /purchasing/includes/db/grn_db.inc in the first function update_average_material_cost($supplier, $stock_id, $price, $qty, $date, $adj_only=false).</p><p>On line 66 you will see<br />$material_cost = ($qoh * $material_cost + $qty * $price_in_home_currency) /&nbsp; &nbsp; ($qoh + $qty);<br />$material_cost will be currennt material cost multiplied by current qoh + transaction qty multiplied by price in home currency. This will then be divided by qoh + qty.<br />These operations will be new average matefial cost.<br />So the calculations are correctly done.</p><p>All stock transactions are going through this routine.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sun, 09 Apr 2023 07:23:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42268#p42268</guid>
		</item>
		<item>
			<title><![CDATA[Re: Standard costs and currency conversion]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42265#p42265</link>
			<description><![CDATA[<p>Opening stock of 15 pieces purchased at a rate of 1,637.16<br />Purchase of 10pieces at a rate of 1,708.85 in the last tax period<br />sales of 2 piece at a rate of 1712.38 in the last tax period<br />after sales purchase of 5 piece at a rate of 1708.85 in the last tax period<br />Currently, there are 28 pieces left in stock</p><br /><br /><p>Solution</p><br /><p>alculate the unit cost of the item using the Weighted Average method:</p><p>Step 1: Calculate the total cost of the opening stock<br />Total cost of opening stock = 15 x 1,637.16 = 24,557.40</p><p>Step 2: Calculate the total cost of the purchases made in the last tax period<br />Total cost of purchases = (10 - 2 + 5) x 1,708.85 = 20,351.25</p><p>Step 3: Calculate the total cost of goods available for sale<br />Total cost of goods available for sale = Total cost of opening stock + Total cost of purchases = 24,557.40 + 20,351.25 = 44,908.65</p><p>Step 4: Calculate the weighted average cost per unit<br />Total units available for sale = Opening stock + Purchases - Sales = 15 + 10 - 2 + 5 = 28<br />Weighted average cost per unit = Total cost of goods available for sale / Total units available for sale = 44,908.65 / 28 = 1,603.16</p><br /><p>as per my calculation unit price is 1603.16</p><p>but in front accounting 1776.1466666667</p><br /><br /><p>i think same issue</p>]]></description>
			<author><![CDATA[null@example.com (yubrajkafle99)]]></author>
			<pubDate>Sun, 09 Apr 2023 04:47:18 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42265#p42265</guid>
		</item>
		<item>
			<title><![CDATA[Re: Standard costs and currency conversion]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42262#p42262</link>
			<description><![CDATA[<p>Having misunderstood standard cost, I now have a year&#039;s worth of transactions with the incorrect values, as shown in my Inventory GL.</p><p>Sales are recorded in one currency and purchases are recorded in the home currency.</p><p>Is there any way to re-calculate standard cost for transactions which are already recorded?</p>]]></description>
			<author><![CDATA[null@example.com (ckrosco)]]></author>
			<pubDate>Sat, 08 Apr 2023 20:58:18 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42262#p42262</guid>
		</item>
		<item>
			<title><![CDATA[Standard costs and currency conversion]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=42249#p42249</link>
			<description><![CDATA[<p>I just noticed that standard cost is based on home currency, rather than purchase currency.</p><p>When is standard cost calculated? At purchase order? Or invoice payment... or some other transaction?</p><p>And is standard cost affected by the most recent currency rate as seen in the Exchange Rates page?</p><p>Any clarification on this is appreciated.</p>]]></description>
			<author><![CDATA[null@example.com (ckrosco)]]></author>
			<pubDate>Thu, 06 Apr 2023 15:06:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=42249#p42249</guid>
		</item>
	</channel>
</rss>
