<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Landed Costing of Inventory Items]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3320&amp;type=atom" />
	<updated>2017-08-12T09:10:58Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3320</id>
		<entry>
			<title type="html"><![CDATA[Re: Landed Costing of Inventory Items]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28371#p28371" />
			<content type="html"><![CDATA[<p>Read about GRN.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-08-12T09:10:58Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28371#p28371</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Landed Costing of Inventory Items]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=28368#p28368" />
			<content type="html"><![CDATA[<p>Hi.. the last post here is from 2012. Was there any development about Landed Costs in the meanwhile?</p><p>Regards,</p>]]></content>
			<author>
				<name><![CDATA[panchovilla]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=31293</uri>
			</author>
			<updated>2017-08-11T09:42:45Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=28368#p28368</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Landed Costing of Inventory Items]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15760#p15760" />
			<content type="html"><![CDATA[<p>I have been reading this thread with great interest, and offer this as a possible way to implement “landed costs”.</p><p>This would have to happen on Purchase Orders so that stock gets the landed cost added. Purchase Orders are created as usual, but as landed costs (shipping, VAT, etc.) are incurred, the following mechanism connects them to the PO.</p><p>The Landed Costs for a PO are displayed in a popup window (similar to the the window that opens when clicking on an &#039;Order&#039; link in the &#039;Customer Transactions&#039; window). This window will have multiple lines to display each individual Landed Cost, 1 per line.</p><p>A “show Landed Costs” button will be added to the PO screen. This opens the Landed Costs popup window described above. An “Add Landed Cost Entry” button would be enabled. Landed Cost Entries would be special line items to enter landed costs information. There can be more than 1 “Landed Cost” entries, to address the needs specified by psonon:<br />“Yes, this is a concept foreign to those who have no use for it. It is far more a management tool than a &quot;bookkeeping for tax purposes&quot; general ledger entry. And there is far more than just shipping, there is VAT (I have businesses in China and the UK, as well as the US and VAT is a fact of life in the UK, as duty can be, also.) There are also costs such as drayage from port to warehouse and demurrage on the time the container is sitting on your property. <br />All of these need to calculated as costs of the particular item, not expenses down the COA, in order to tell what you are really making (and give a realistic markup / gross profit) per item. “<br />Landed Cost Entries would be recorded in a separate table. Each row in that table would have the following indexes:<br /> * Landed Cost ID (a unique ID for the entry)<br /> * PO ID (to connect the LC entry to the Purchase Order)</p><p>Each Landed Cost table row would also have the following user visible fields:<br /> * Description (type: simple text)<br /> * Amount (type: currency)<br /> * Currency Type<br /> * Date<br /> * Type (dropdown, to select the type of allocation; quoting MaxPhotoBiker:<br />“However, in order to keep it very flexible, I would suggest FA offers three different options as how to calculate the cost proportion:<br />Based on:<br />a) item value (as you suggested)<br />b) item quantity<br />c) number of invoice lines (e. g.: 4 lines, then every line receives 1/4th of the landed cost)<br />d) weight (suggested by ctisystems)<br />e) manual (suggested by apmuthu)<br /> * A “Linked Invoice” field to point to another invoice/PO, if that particular Landed Cost came from a separate invoice (there will need to be some back end code to make sure that a linked invoice doesn&#039;t end up being counted twice, once as “Cost of Goods Sold”, and once for the landed cost).</p><p>All line items on an invoice will have a Landed Costs button that opens the Landed Costs popup window.&nbsp; When the popup is opened from a Line Item, the Landed Costs entries will have a check box next to them. The user can check any and all Landed Cost entries that apply to that line item. When the popup window is closed (via a “Save” button), the system will link each selected Landed Cost entry with the Line Item.</p><p>This gives a (hopefully) easy to use interface to enter multiple landed costs data per invoice, and select which line items are included in each Landed Cost.</p><p>The Landed Costs calculation would work like this (remember, I&#039;m not a programmer) Lets say there are 10 line items (1 - 10), and 3 Landed Cost entries (a, b, and c). The calculation gets the “Landed Cost amount” and the “Allocation Type” from landed cost entry (a), then it finds all of the&nbsp; line items from the invoice that have “landed cost line item (a)” enabled, and it allocates the landed cost for each line item. If “landed cost line item (a)” is allocated by number of lines, and 4 of the 10 regular line items have landed cost line item (a) enabled, then it allocates 25% of the “Landed Cost amount” to each line.<br />Then the calculation gets the “Landed Cost amount” and the “Allocation Type” from landed cost line item (b), then it finds all of the regular line items from the PO that have “landed cost line item (b)” enabled, and it allocates the landed cost for each line item. If “landed cost line item (b)” is allocated by weight, and 3 of the 10 regular line items have landed cost line item (b) enabled, then it sums the weight of the line items from the PO that have “landed cost line item (b)” enabled, and allocates&nbsp; “Landed Cost amount” to each line based on it&#039;s percentage of the total weight.</p><p>And so on...</p><p>The programmers can figure out the calculations for the various types of Landed Costs, where the calculations get stored, and how to link the various records.</p><p>Regards.</p>]]></content>
			<author>
				<name><![CDATA[pman]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14890</uri>
			</author>
			<updated>2013-02-23T19:15:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15760#p15760</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Landed Costing of Inventory Items]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15244#p15244" />
			<content type="html"><![CDATA[<p>On my end, I have to say that I really tried with FrontAccounting, but there is no development whatsoever regarding Landed Costs, and I gave up. </p><p>I found a solution for me, it`s called &quot;webERP&quot;, it makes it very easy to calculate and include the landed costs. One can create &quot;shipments&quot;, and then include one or several Purchase Orders into this shipment. Simple, straight to the point, does what it promises. </p><p>Besides for my own purpose I´m a reseller and I now offer webERP hosting to my customers. Therefore, I have a demo installation, and if you are interested, just feel free to check it out. It´s a full version, you can try whatever you want. The login details are given on the login page:</p><p>https://www.justcorebusiness.com/demo/webERP/</p><p>Maybe this could also be &quot;food for thought&quot; for the FA guys. There is simply no alternative for the concept of Landed Costs, if you claim to be offering a professional accounting software.</p>]]></content>
			<author>
				<name><![CDATA[MacPhotoBiker]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16200</uri>
			</author>
			<updated>2013-01-24T19:24:11Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15244#p15244</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Landed Costing of Inventory Items]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=15243#p15243" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ctisystems wrote:</cite><blockquote><p>Hi All,<br />I would just like to express an opinion on &quot;landed Cost&quot;.<br />According to most accounting standards, incoming Inventory should be valued at &quot;landed cost&quot; <br />itemized landed cost is the correct way to handle inventory from the “GAAP” perspective. Additionally, IRS Publication 538 states that &quot;For merchandise purchased during the year, cost means the invoice price minus appropriate discounts plus transportation or other charges incurred in acquiring the goods. It can also include other costs that have to be capitalized under the uniform capitalization rules of section 263A of the Internal Revenue Code.&quot;</p><p>&quot;Landed Cost&quot; is the legally correct way to account for inventory and is also the best method for management purposes.<br />many commercial software packages now include some way to handle this issue.</p><p>for frontaccounting, when entering a supplier / service provider invoice, or making a payment by direct journal entry It should be possible to apportion it on a line by line basis between an expense account (for non &quot;landed costs&quot; invoice Items and a &quot;cost of goods sold&quot; Suspense account until the goods arrive.<br />On receipt of the goods received note, the balance of that suspense account is allocated according to the preferred method (weight, volume, quantity etc.) to each line of goods on the GRN.<br />Dimensions would also be a good way to keep track of all items related to a particular order for audit purposes.</p></blockquote></div><p>Finally!</p><p>As the guy who started the thread, there are a lot of apples being mixed with the oranges in this thread.</p><p>Landed cost is somehow getting mixed with Inventory Valuation. There are basically 3 methods of inventory valuation, First In - First Out (FIFO), Last In - First Out (LIFO) and Replacement Cost. As mentioned above, these are recognized by the IRS, and you can only change from on to another once every, I think, 5 or 7 years, in order to stop people from gaming the system during times of steep price changes.</p><p>Landed cost is well stated above, although some do allocate shipping based on weight, rather than a flat percentage across the invoice. memory chips have hardly any weight, but high value. But their actual percentage of a load of electronics could be 50%, while their weight is 2%. </p><p>Landed cost requires keeping a PO open until all related costs are received. As stated above, unless special costs such as VAT, GST, etc. in some countries must be broken out, everything goes to COGS or Inventory Value, including inbound shipping that many incorrectly call an expense.</p><p>Earlier versions of Peachtree and the more expensive Sage and other accounting packages allow posting the inventory, so the goods show in stock, but not FINALIZING the PO until all related costs are shown. For my UK operation it can be several weeks before getting an invoice from DHL for VAT and their processing fees. I&#039;m sure others have a similar experience.</p><p>The point I&#039;m trying to make here is simply related to Landed Cost.</p><p>How you decide to bring that into your Inventory Valuation, as far as average cost, FIFO, LIFO, etc. is an entirely different subject. My personal choice has always been Replacement Cost, but this can show a higher bottom line at year end. </p><p>Ideally, the accounting should use an Average Cost for COGS, considering the entire history of costs for that item, but show the FIFO, LIFO, RC value in Assets. They truly are two different fruits.</p>]]></content>
			<author>
				<name><![CDATA[psonon]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14974</uri>
			</author>
			<updated>2013-01-24T19:10:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=15243#p15243</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Landed Costing of Inventory Items]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14496#p14496" />
			<content type="html"><![CDATA[<p>Hi ctisystems<br />.<br />thank you for supporting our case and adding a legal component to it.</p><p>We can only hope and wish that FrontAccounting will one day include this essential feature.</p>]]></content>
			<author>
				<name><![CDATA[MacPhotoBiker]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16200</uri>
			</author>
			<updated>2012-11-29T21:14:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14496#p14496</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Landed Costing of Inventory Items]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14405#p14405" />
			<content type="html"><![CDATA[<p>Hi All,<br />I would just like to express an opinion on &quot;landed Cost&quot;.<br />According to most accounting standards, incoming Inventory should be valued at &quot;landed cost&quot; <br />itemized landed cost is the correct way to handle inventory from the “GAAP” perspective. Additionally, IRS Publication 538 states that &quot;For merchandise purchased during the year, cost means the invoice price minus appropriate discounts plus transportation or other charges incurred in acquiring the goods. It can also include other costs that have to be capitalized under the uniform capitalization rules of section 263A of the Internal Revenue Code.&quot;</p><p>&quot;Landed Cost&quot; is the legally correct way to account for inventory and is also the best method for management purposes.<br />many commercial software packages now include some way to handle this issue.</p><p>for frontaccounting, when entering a supplier / service provider invoice, or making a payment by direct journal entry It should be possible to apportion it on a line by line basis between an expense account (for non &quot;landed costs&quot; invoice Items and a &quot;cost of goods sold&quot; Suspense account until the goods arrive.<br />On receipt of the goods received note, the balance of that suspense account is allocated according to the preferred method (weight, volume, quantity etc.) to each line of goods on the GRN.<br />Dimensions would also be a good way to keep track of all items related to a particular order for audit purposes.</p>]]></content>
			<author>
				<name><![CDATA[ctisystems]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=13938</uri>
			</author>
			<updated>2012-11-23T12:57:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14405#p14405</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Landed Costing of Inventory Items]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14025#p14025" />
			<content type="html"><![CDATA[<p>In my very personal opinion, this looks far too complicated to be implemented. In this particular case, I would rather calculate the costs per line externally (like in Excel), and then just type in the amounts in a simple field.</p>]]></content>
			<author>
				<name><![CDATA[MacPhotoBiker]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16200</uri>
			</author>
			<updated>2012-10-28T16:46:42Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14025#p14025</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Landed Costing of Inventory Items]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14024#p14024" />
			<content type="html"><![CDATA[<p>If there are many lines (yes the order of the lines would matter and a form field in each line would be needed which will take care of it), then we can apportion amounts in any way we choose like loading costs to larger value items or to rounded costs, etc., and possibly with some items not having any shipping costs at all (enter 0 value). </p><p>The &quot;N-1&quot; approach was to alleviate the need to manually compute the balance if the total was entered and only one line had the new field blank.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-10-28T14:17:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14024#p14024</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Landed Costing of Inventory Items]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14022#p14022" />
			<content type="html"><![CDATA[<p>Allow me two questions:</p><p>What´s the business meaning behind this approach?</p><p>What proportion goes to each line?</p><p>To me it looks like that in this approach, the order of items would matter. Frankly, I don´t see the business application, but I might be wrong and I´d appreciate you could explain it a bit more detailed.</p>]]></content>
			<author>
				<name><![CDATA[MacPhotoBiker]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16200</uri>
			</author>
			<updated>2012-10-28T13:13:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14022#p14022</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Landed Costing of Inventory Items]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14020#p14020" />
			<content type="html"><![CDATA[<p>Apportion costs to &quot;N-1&quot; items (till amount available) and let the &quot;N&quot;th item have the rest if still positive.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-10-28T13:06:16Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14020#p14020</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Landed Costing of Inventory Items]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14017#p14017" />
			<content type="html"><![CDATA[<p>Could be, but I think this would not really be a &quot;4th option&quot;, but rather an additional approach. The system I described always calculates a certain percentage for each line, and they always add up to 100 %. </p><p>To implement what you are suggesting, for each line in the PO there should be one additional field, something like &quot;additional costs&quot;. Then, when receiving the goods, the sum of purchase amount and additional costs would be posted. Actually, I could see both systems working hand in hand at the same time. So if some costs could be related to only one or some of all purchased products, your approach would make sense. All other costs that are related to the entire purchase order would be distributed according to the system I described above.</p>]]></content>
			<author>
				<name><![CDATA[MacPhotoBiker]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16200</uri>
			</author>
			<updated>2012-10-28T04:00:43Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14017#p14017</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Landed Costing of Inventory Items]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14016#p14016" />
			<content type="html"><![CDATA[<p>A 4th option to manually apportion the amount!</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-10-28T03:35:24Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14016#p14016</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Landed Costing of Inventory Items]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14009#p14009" />
			<content type="html"><![CDATA[<p>Hi Janusz,</p><p>thank you very much for your comment, it is great to see that FA is indeed an actively developed product, with the community actually having an influence. Great stuff, thank you very much.</p><p>Regarding your questions, I´d like to throw in my two cents. As I mentioned, I am neither a programmer nor an accountant, but based on my work experience I believe I can contribute a bit here. Please allow me a few comments.</p><div class="quotebox"><cite>itronics wrote:</cite><blockquote><p>I think the most apprioprate way to distribute landed costs is assigning them in proportion to item values in invoice...</p></blockquote></div><p>I basically agree, proportioning the costs based on item values is probably the most widely used procedure. However, in order to keep it very flexible, I would suggest FA offers three different options as how to calculate the cost proportion:</p><p>Based on:<br />a) item value (as you suggested)<br />b) item quantity<br />c) number of invoice lines (e. g.: 4 lines, then every line receives 1/4th of the landed cost)</p><p>From my point of view this could be very easily implemented in one and the same function, something like this:</p><p>Function CostAllocationPercentagePerInvoiceLine()</p><p>If method =&quot;item value&quot; then<br />return line_value/ total_value</p><p>else</p><p>If method =&quot;item quantity&quot; then<br />return line_quantity/ total_quantity</p><p>else</p><p>If method=&quot;invoice_lines&quot; then<br />return 1/total_number_of_invoice_lines</p><p>End If<br />End If<br />End If<br />End Function</p><div class="quotebox"><cite>itronics wrote:</cite><blockquote><p>...but another problem is where and how this mechanism&nbsp; should be implemented in FA? Some costs which should be handled as landed costs (e.g. shipment) are often documented on separate invoice issued by another company. How you would see the mechanism which would allow landing costs distribution in this case?</p></blockquote></div><p>You are precisely describing the problem. My thought is this: The process of converting costs to &quot;landed costs&quot;, i. e. stock value, should happen as late as possible, because this is when most information is available. Also order quantities might differ from shipped quantities, and costs should be calculated based on the real stock. That&#039;s why I would suggest to do this cost allocation just in the very moment when receiving the goods into the warehouse. I could see one of the following scenarios:</p><p>a) Simplest solution: Add landed costs as one lump sum<br />When receiving goods into the warehouse (i. e. receiving the Purchase Order (PO)), FA could offer one single field where the user types in the total amount of all additional costs (same currency as the PO). In this case, these costs need to be calculated externally, this would typically happen in Excel. This would be a great improvement already. <br />It might happen that for example the shipping company did not yet provide the invoice for this particular invoice. In this case, an estimated value could be used. All the accountant would need to do is to post any difference between estimated and real invoice amount as expense (or income). That´s not &quot;perfect&quot;, but much better than not incorporating the costs at all. And of course, that´s perfectly legal (at least in the countries I know, but one always needs to check locally).<br />Next to the field with the amount there should be a pull down menu that offers the different options as how to distribute the costs (by value, quantity or item line).</p><p>b) Keeping record of the different costs<br />In a more elaborate version FA could offer a separate page when receiving the goods, where all details about the costs being incorporated into stock value could be stored, e. g.:</p><p>Supplier, Invoice number, Invoice date, Description (e. g. shipment, or customs), and amount</p><p>The impact on stock value would obviously be the same, but this way it would be easier later to figure out what was posted into stock value. This could be extraordinarily helpful for example when a company is being audited, or simply if somebody wants to verify later if all was done properly.</p><p>On top of this, I would even recommend allowing to choose the currency for every invoice, and store the used exchange rate in the database.</p><p>Again, that&#039;s just my personal thoughts on this topic. </p><p>Thanks again for considering all this.</p>]]></content>
			<author>
				<name><![CDATA[MacPhotoBiker]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16200</uri>
			</author>
			<updated>2012-10-27T18:02:14Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14009#p14009</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Landed Costing of Inventory Items]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14006#p14006" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Vdonatiello wrote:</cite><blockquote><p>we are all aware that this is a free open source project, so everything we get is a nice gift, but if we could express some wishes i also would like a more efficient way to handle the Landing Costs</p></blockquote></div><p>FrontAccounting is pretty much community driven application, so topics like that have quite big influence on FA development <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" />.</p><p>I think the most apprioprate way to distribute landed costs is assigning them in proportion to item values in invoice, but another problem is where and how this mechanism&nbsp; should be implemented in FA? Some costs which should be handled as landed costs (e.g. shipment) are often documented on separate invoice issued by another company. How you would see the mechanism which would allow landing costs distribution in this case?</p><p>Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-10-27T13:30:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14006#p14006</id>
		</entry>
</feed>
