Esempio n. 1
0
<?php

$markDetailId = $_REQUEST['markId'];
$treetype_id = $_REQUEST['treeId'];
$progressId = $_REQUEST['progressId'];
${$markDetail} = new MarkDetailDO();
$i_year = date('Y');
$i_month_id = date('m');
$i_contractor_id = $_GET['c_id'];
$markDetail = new MarkDetailDO();
$volumeTableDetail = $markDetail->getTimberVolummeDetail();
//$markList=$markDetail->getTreeMarkDetail($markDetailId,$treeId);
$applicableMonths = $markDetail->getTransPortationMonth($markDetailId);
$transPortationDetail = $markDetail->getprogressTransportationDetailComplete($progressId);
$overHeadEntry = $common->getOverheadEntity($markDetailId);
$markedTreeList = $markDetail->getProgressTreesOnly($markDetailId);
$progressConversion = $markDetail->getProgressConversionTreeWise($markDetailId);
$allForestPoints = $common->getAllForestPoints($markDetailId);
$allForestPoints1 = array();
$allForestPoints1[-1] = "Forest";
foreach ($allForestPoints as $pointId => $name) {
    $allForestPoints1[$pointId] = $name;
}
$allForestPoints = $allForestPoints1;
foreach ($progressConversion as $tree => $detail) {
    ?>
<input
	type='hidden' value='<?php 
    echo $detail['i_volumne'];
    ?>
'