Ejemplo n.º 1
0
                                    <div style="float: left;width: 33%;margin-left: 30px;">  
                                        <?php 
                                        $cust_user_add  = UserLoginDtls($user_session);
                                        $cust_user_name = $cust_user_add[0]['cus_fname'].'&nbsp;'.$cust_user_add[0]['cus_lname'];
                                        $cust_mail_id   = $cust_user_add[0]['cus_email'];
                                        $cust_phone_num = $cust_user_add[0]['cus_contact_phone'];
                                        echo $cust_user_name . '<br>' . $cust_mail_id . '<br>' . $cust_phone_num. '<br>Date: '. date('m-d-Y h:i A', time());                    
                                        ?>                   
                                    </div>                
                                    <!-- Customer User Details End --> 


                                    <div style="float: left;width: 65%;margin-left: 30px;margin-top: 7px;font-weight: bold;">PACKING LIST: </div>
                                    <div style="float: left;width: 80%;margin-left: 30px;margin-top: 5px;">
                                        <?php
                                        $cust_original_order    = EnteredPlotRecipientsMulti($user_session_comp, $user_session, $job_reference_final[0]['id']);
                                        $cust_original_order_final = SetsOrderedFinalizeOriginal($job_reference_final[0]['id']);
                                        
                                        $total_sets_plott       =  SetsOrderedFinalizeCountOfSets($job_reference_final[0]['id']); 
                                        $total_sets_arch        =  SetsOrderedFinalizeCountOfSetsArch($job_reference_final[0]['id']); 
                                        
                                        $total_plot_needed      =  ($total_sets_plott[0]['total_sets'] != '0') ? $total_sets_plott[0]['total_sets'] : $total_sets_arch[0]['total_sets'];
                                        $cust_needed_sets       = ($cust_original_order[0]['print_ea'] != '0') ? $cust_original_order[0]['print_ea'] : $cust_original_order[0]['arch_needed'];
                                        $cust_order_type        = ($cust_original_order[0]['arch_needed'] != '0') ? 'Architectural Copies' : 'Plotting on Bond';
                                        $option                 = ($cust_original_order[0]['arch_needed'] != '0') ? 'Pickup Options:' : 'File Options:';  
                                        
                                        //$cust_original_oo       = EnteredPlotRecipients($user_session_comp, $user_session);
                    
                                        $cust_needed_originals_oo  = $cust_original_order_final[0]['origininals'];
                                        $cust_needed_originals_oo_1  = $cust_original_order_final[1]['origininals'];
                                        
Ejemplo 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>
        </tr>