This table displays total labor cost information as a percentage of revenues for sole proprietorships, including net profit (owners' compensation), salary-wages, contracts-commissions and the labor portion of cost of goods sold.
|
Labor plus Owner's Compensation: Sales |
foreach($results as $result) { ?>
|
0.00% |
$industry_prefix = substr($result['bz_msp_code'],0,strpos($result['bz_msp_code'],'.'));
$sql = "select `sp_labour_sales`.*, Tier2_Name as industry from `sp_labour_sales`
inner join industry_drilldown_sp_2013 on `sp_labour_sales`.irs_code = industry_drilldown_sp_2013.Tier2
where `release` = '".CURRENT_RELEASE."' and value <> 0 and Tier2<>0 and Tier3=0 and Tier1=" . $result['code'] . "
order by Tier2_Name";
$results2 = query($sql);
if(sizeof($results2[0])) {
foreach($results2 as $result2) {
?>
|
0.00% |
} // end foreach($results2 as $result2) { ?>
} // end if(sizeof($results2[0])) {?>
} //end foreach($results as $result ?>