<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Labour and Overhead Cost]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5672&amp;type=atom" />
	<updated>2015-04-05T16:03:12Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5672</id>
		<entry>
			<title type="html"><![CDATA[Re: Labour and Overhead Cost]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23113#p23113" />
			<content type="html"><![CDATA[<p>You can look at the stock_master table:<br /></p><div class="codebox"><pre><code>CREATE TABLE `0_stock_master` (
  `stock_id` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT &#039;&#039;,
  `category_id` int(11) NOT NULL DEFAULT &#039;0&#039;,
  `tax_type_id` int(11) NOT NULL DEFAULT &#039;0&#039;,
  `description` varchar(200) COLLATE utf8_unicode_ci NOT NULL DEFAULT &#039;&#039;,
  `long_description` tinytext COLLATE utf8_unicode_ci NOT NULL,
  `units` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT &#039;each&#039;,
  `mb_flag` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT &#039;B&#039;,
  `sales_account` varchar(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT &#039;&#039;,
  `cogs_account` varchar(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT &#039;&#039;,
  `inventory_account` varchar(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT &#039;&#039;,
  `adjustment_account` varchar(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT &#039;&#039;,
  `assembly_account` varchar(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT &#039;&#039;,
  `dimension_id` int(11) DEFAULT NULL,
  `dimension2_id` int(11) DEFAULT NULL,
  `actual_cost` double NOT NULL DEFAULT &#039;0&#039;,
  `last_cost` double NOT NULL DEFAULT &#039;0&#039;,
  `material_cost` double NOT NULL DEFAULT &#039;0&#039;,
  `labour_cost` double NOT NULL DEFAULT &#039;0&#039;,
  `overhead_cost` double NOT NULL DEFAULT &#039;0&#039;,
  `inactive` tinyint(1) NOT NULL DEFAULT &#039;0&#039;,
  `no_sale` tinyint(1) NOT NULL DEFAULT &#039;0&#039;,
  `editable` tinyint(1) NOT NULL DEFAULT &#039;0&#039;,
  PRIMARY KEY (`stock_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-04-05T16:03:12Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23113#p23113</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Labour and Overhead Cost]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23107#p23107" />
			<content type="html"><![CDATA[<p>Hi, i want to ask what the use of these features? i meant Labour and Overhead Cost in Items Standard Costs? where can i see something like why these two is important? thanks</p>]]></content>
			<author>
				<name><![CDATA[maulana]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19698</uri>
			</author>
			<updated>2015-04-05T14:44:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23107#p23107</id>
		</entry>
</feed>
