<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — New inventory related custom field]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5901</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5901&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in New inventory related custom field.]]></description>
		<lastBuildDate>Thu, 27 Aug 2015 10:10:08 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: New inventory related custom field]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24108#p24108</link>
			<description><![CDATA[<p>@joe: How would we go about using the Foreign Item Code as a Bin Location? Must we somehow manually edit the <strong>item_codes</strong> table to make such foreign code entries have their <strong>is_foreign</strong> field as 0 instead of the default 1? It would also have to set it&#039;s Quantity field to 1 and possibly prevent it from inundating the sales invoice item drop down boxes as duplicates of their parent items.</p><p>Here is a sample set of transactions sql results on the training database:<br /></p><div class="codebox"><pre><code>-- Items and Inventory =&gt; Items =&gt; Add New Item
-- On Adding Item001
INSERT INTO `1_item_codes` VALUES 
(&#039;6&#039;, &#039;Item001&#039;, &#039;Item001&#039;, &#039;Test Item 001&#039;, &#039;1&#039;, &#039;1&#039;, &#039;0&#039;, &#039;0&#039;);
INSERT INTO `1_loc_stock` VALUES 
(&#039;DEF&#039;, &#039;Item001&#039;, &#039;0&#039;);
INSERT INTO `1_stock_master` VALUES 
(&#039;Item001&#039;, &#039;1&#039;, &#039;1&#039;, &#039;Test Item 001&#039;, &#039;&#039;, &#039;each&#039;, &#039;B&#039;, &#039;4010&#039;, &#039;5010&#039;, &#039;1510&#039;, &#039;5040&#039;, &#039;1530&#039;, &#039;0&#039;, &#039;0&#039;, &#039;0&#039;, &#039;0&#039;, &#039;0&#039;, &#039;0&#039;, &#039;0&#039;, &#039;0&#039;, &#039;0&#039;, &#039;0&#039;);

-- Items and Inventory =&gt; Foreign Item Codes =&gt; Add New Foreign Item
-- On Adding 2 Foreign Item Codes for newly added item
INSERT INTO `1_item_codes` VALUES
(&#039;7&#039;, &#039;2154658&#039;, &#039;Item001&#039;, &#039;Foreign Item Code of Test Item 001&#039;, &#039;1&#039;, &#039;45&#039;, &#039;1&#039;, &#039;0&#039;),
(&#039;8&#039;, &#039;32568&#039;, &#039;Item001&#039;, &#039;Foreign Item Code for Next Test Item 001&#039;, &#039;4&#039;, &#039;14&#039;, &#039;1&#039;, &#039;0&#039;);

-- Items and Inventory =&gt; Sales Pricing =&gt; Add New Sales Price
-- Added Sales Prices
INSERT INTO `1_prices` VALUES
(&#039;5&#039;, &#039;Item001&#039;, &#039;1&#039;, &#039;USD&#039;, &#039;3&#039;),
(&#039;6&#039;, &#039;Item001&#039;, &#039;2&#039;, &#039;USD&#039;, &#039;2.5&#039;);</code></pre></div><p>Attached is the screenshot of a direct invoice entry in progress.</p><p>Adding foreign codes form has a Category field for the item - must we allow such a field to introduce ambiguity with that in the parent Item? This will make for the same <strong>stock_id</strong> having different <strong>category_id</strong> in the <strong>item_codes</strong> table!</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 27 Aug 2015 10:10:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24108#p24108</guid>
		</item>
		<item>
			<title><![CDATA[Re: New inventory related custom field]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24101#p24101</link>
			<description><![CDATA[<p>Such information in FA 2.3.x can be stored as part of the <strong>stock_master.long_description</strong> field and used as in the <a href="https://frontaccounting.com/fawiki/index.php?n=Help.BinLocationsInPackingList">Wiki Article on Bin Locations</a>.</p><p>In FA 2.4, a separate field in the <strong>stock_master</strong> table to provide for BinLocation would be useful.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 26 Aug 2015 15:10:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24101#p24101</guid>
		</item>
		<item>
			<title><![CDATA[Re: New inventory related custom field]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24090#p24090</link>
			<description><![CDATA[<p>Could Foreign Item codes help you?</p><p>It is located in Items and Inventory tab, Foreign Item Codes.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Tue, 25 Aug 2015 10:03:37 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24090#p24090</guid>
		</item>
		<item>
			<title><![CDATA[Re: New inventory related custom field]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24087#p24087</link>
			<description><![CDATA[<p>My apologies for not being more clear.</p><p>We actually need a field that shows the specific location of the item within the warehouse.&nbsp; For example,</p><p>4D4C1</p><p>4th aisle, shelf D, 4th location on shelf, bin number</p><br /><p>From what I know the current &quot;location&quot; field is simply a &quot;1&quot;, &quot;2&quot;, &quot;3&quot;, etc.......</p>]]></description>
			<author><![CDATA[null@example.com (robbster)]]></author>
			<pubDate>Mon, 24 Aug 2015 02:54:10 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24087#p24087</guid>
		</item>
		<item>
			<title><![CDATA[Re: New inventory related custom field]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24085#p24085</link>
			<description><![CDATA[<p>You can have as many locations per item as you want. Did I miss something?</p><p>/Joe</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sun, 23 Aug 2015 23:48:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24085#p24085</guid>
		</item>
		<item>
			<title><![CDATA[New inventory related custom field]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24084#p24084</link>
			<description><![CDATA[<p>We are in desperate need of a custom field created for our inventory items.&nbsp; We need a &quot;location&quot; field since we maintain over 5000 inventory items in our warehouse.&nbsp; </p><p>Something simple like a 8 character text field.</p><p>Is this doable?</p><p>Thanks in advance!</p><p>Robby<br />robby.otts@gmail.com</p>]]></description>
			<author><![CDATA[null@example.com (robbster)]]></author>
			<pubDate>Sun, 23 Aug 2015 18:51:16 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24084#p24084</guid>
		</item>
	</channel>
</rss>
