<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Common Units of Measure]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5331&amp;type=atom" />
	<updated>2014-12-13T13:00:17Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5331</id>
		<entry>
			<title type="html"><![CDATA[Re: Common Units of Measure]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21754#p21754" />
			<content type="html"><![CDATA[<p>Usefully</p>]]></content>
			<author>
				<name><![CDATA[touchman]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19889</uri>
			</author>
			<updated>2014-12-13T13:00:17Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21754#p21754</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Common Units of Measure]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21540#p21540" />
			<content type="html"><![CDATA[<p>FA comes with <strong>Each</strong> and <strong>Hours</strong> as Units of Measure.<br />The following will add common Units of Measure:<br /></p><div class="codebox"><pre><code>INSERT INTO `0_item_units` (`abbr`,`name`,`decimals`,`inactive`) VALUES
(&#039;pc&#039;,&#039;Pieces&#039;,0,0),
(&#039;lb&#039;,&#039;Pounds&#039;,0,0),
(&#039;kg&#039;,&#039;Kgs&#039;,0,0),
(&#039;cwt&#039;,&#039;CentWt&#039;,0,0),
(&#039;gm&#039;,&#039;Grams&#039;,0,0),
(&#039;ltr&#039;,&#039;Litres&#039;,0,0),
(&#039;gal&#039;,&#039;Gallons&#039;,1,0),
(&#039;km&#039;,&#039;Kilometres&#039;,0,0),
(&#039;mtr&#039;,&#039;Metres&#039;,0,0),
(&#039;cm&#039;,&#039;Centimetres&#039;,0,0),
(&#039;ctn&#039;,&#039;Cartons&#039;,0,0),
(&#039;box&#039;,&#039;Boxes&#039;,0,0),
(&#039;ctr&#039;,&#039;Containers&#039;,0,0),
(&#039;brl&#039;,&#039;Barrels&#039;,0,0),
(&#039;drm&#039;,&#039;Drums&#039;,0,0),
(&#039;ton&#039;,&#039;Tons&#039;,2,0);</code></pre></div><p>Replace the Company prefix for the table in the above statement to suit your install or append it to your CoA sql file before company creation.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-11-21T21:21:25Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21540#p21540</id>
		</entry>
</feed>
