Exemple #1
0
if (isset($_POST['add_over_head'])) {
    ob_end_clean();
    header("Location:" . BASE_URL . "index.php?page=addOverhead&markId={$markDetailId}");
} else {
    if (isset($_POST['add_conversion'])) {
        ob_end_clean();
        header("Location:" . BASE_URL . "index.php?page=addConversion&markId={$markDetailId}");
    }
}
$economicsId = $_REQUEST['i_ecnomics_master_id'];
if ($economicsId == '') {
    $ecmomicsMaster = $common->getEcnomicsMaster($markDetailId);
    $ecnomicsId = $ecmomicsMaster['id'];
} else {
    $ecnomicsId = $economicsId;
}
$timberDO = new TimberDO();
$markDetail = new MarkDetailDO();
$allForestPoints = $common->getAllForestPoints($markDetailId);
$allTransportationDetail = $common->getTransportaionProgressDetail($markDetailId);
$allTransportationInventoryDetail = $common->getTransportaionInventoryDetail($markDetailId);
$exitType = $markDetail->getExitTypes();
printButton('800', 'javascript:window.print()', '10px');
?>
<br>
<table cellpadding="1px" cellspacing="1px" style='width:900px;text-align:center' >
<?php 
include 'inventory/inventoryLocationHTML.php';
?>
</table>