<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Standard costs and currency conversion]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=10257&amp;type=atom" />
	<updated>2023-04-09T07:23:50Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=10257</id>
		<entry>
			<title type="html"><![CDATA[Re: Standard costs and currency conversion]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42268#p42268" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2023-04-09T07:23:50Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42268#p42268</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Standard costs and currency conversion]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42265#p42265" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[yubrajkafle99]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=41884</uri>
			</author>
			<updated>2023-04-09T04:47:18Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42265#p42265</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Standard costs and currency conversion]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42262#p42262" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ckrosco]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1158</uri>
			</author>
			<updated>2023-04-08T20:58:18Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42262#p42262</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Standard costs and currency conversion]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=42249#p42249" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ckrosco]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=1158</uri>
			</author>
			<updated>2023-04-06T15:06:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=42249#p42249</id>
		</entry>
</feed>
