Exemplo n.º 1
0
                </div>

            </div>  
        </div>
    </div>
    <!--New Job Add End-->
    <?php 
} elseif ($_POST['service_plotting_add'] == '0') {
    $delete_set_id = $_POST['delete_set_id'];
    $sql = "DELETE FROM sohorepro_plotting_set WHERE id = '" . $delete_set_id . "' ";
    $result = mysql_query($sql);
    $sql_delete_file = "DELETE FROM sohorepro_upload_files_set WHERE order_id = '0' AND comp_id = '" . $_SESSION['sohorepro_companyid'] . "' AND user_id = '" . $_SESSION['sohorepro_userid'] . "' ";
    mysql_query($sql_delete_file);
    $user_id_add_set = $_SESSION['sohorepro_userid'];
    $company_id_view_plot = $_SESSION['sohorepro_companyid'];
    $enteredPlotPrimay = EnteredPlotttingPrimary($company_id_view_plot, $user_id_add_set);
    $count_option = count($enteredPlotPrimay) + 1;
    $i = 1;
    foreach ($enteredPlotPrimay as $plot) {
        $job_type = $plot['plot_arch'] == '1' ? 'Plotting' : 'Architecture';
        ?>
        <div class="plot_container" style="width: 100%;float: left;border: 1px #FF7E00 solid;margin-bottom: 5px;">
            <div class="plot_wrap" style="padding: 5px;">
                <div style="width: 100%;float: left;margin-bottom: 10px;">
                    <div style="float: left;width: 45%;font-weight: bold;">Job Option - <?php 
        echo $i;
        ?>
</div>
                    <div style="float: left;width: 50%;font-weight: bold;text-align: right;cursor: pointer;" onclick="return delete_added_job(<?php 
        echo $plot['id'];
        ?>
Exemplo n.º 2
0
?>
<div id="orderWapper">
  <!-- 
<div class="orderBreadCrumb">
</div>
-->

<div style="width: 100%;float: left;font-size: 35px;font-weight: bold;border: 1px solid #ff7e00;border-top: 0px;border-right: 0px; border-left: 0px;" class="orange">
    Delivery Job Reference: <span style="text-transform: uppercase;font-size: 35px;font-weight: bold;"><?php 
echo $_SESSION['ref_val'];
?>
</span>
</div>

<?php 
$number_of_sets = EnteredPlotttingPrimary($_SESSION['sohorepro_companyid'], $_SESSION['sohorepro_userid']);
$cust_original_order = EnteredPlotRecipientsMulti($_SESSION['sohorepro_companyid'], $_SESSION['sohorepro_userid'], $_SESSION['ref_val']);
?>
<div style="width: 100%;float: left;">
    <span style="font-weight: bold;">ORIGINAL ORDER</span>
    <table border="1" style="width: 100%;">
        <tr bgcolor="#F99B3E">
            <td style="font-weight: bold;">Option</td> 
            <td style="font-weight: bold;">Originals</td> 
            <td style="font-weight: bold;">Sets</td> 
            <td style="font-weight: bold;">Order Type</td>                            
            <td style="font-weight: bold;">Size</td>
            <td style="font-weight: bold;">Output</td>
            <td style="font-weight: bold;">Media</td>
            <td style="font-weight: bold;">Binding</td>
            <td style="font-weight: bold;">Folding</td>