POWER HOUSE PLASTERING
logout
Home
|
Payroll Report
|
Lot Reports
$class = 'rc2'; echo '
View Job
Job: '.$jobname.'
Plan:
Contract Price:
Lath Labor:
Lath Burden:
Stucco Labor:
Stucco Burden:
Popout Labor:
Popout Burden:
Scaffold Labor:
Scaffold Burden:
'; $class = 'rc1'; echo '
'; $class = 'rc2'; echo '
Lath Material:
Stucco Material:
Popout Material:
'; $last_type = ''; foreach($materials as $mat){ if($last_type != $mat['type']){ $class = 'rc1'; echo '
'; $last_type = $mat['type']; } $class = 'rc2'; echo '
'.$mat['name'].':
'; } echo '
'; bottom_of_page(); ?>