<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Labour and Overhead Cost]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5672</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5672&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Labour and Overhead Cost.]]></description>
		<lastBuildDate>Sun, 05 Apr 2015 16:03:12 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Labour and Overhead Cost]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23113#p23113</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 05 Apr 2015 16:03:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23113#p23113</guid>
		</item>
		<item>
			<title><![CDATA[Labour and Overhead Cost]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=23107#p23107</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (maulana)]]></author>
			<pubDate>Sun, 05 Apr 2015 14:44:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=23107#p23107</guid>
		</item>
	</channel>
</rss>
