Esempio n. 1
0
                         
                  <input type="hidden" name="plotting_set" value="0" />
                  <input type="hidden" name="user_session" id="user_session" value="<?php echo $_SESSION['sohorepro_userid']; ?>" />
                        <input type="hidden" name="user_session_comp" id="user_session_comp" value="<?php echo $_SESSION['sohorepro_companyid']; ?>" />
                        <input type="hidden" name="jobref_id" id="jobref_id" value="" />
                        <input type="hidden" name="company_id" id="company_id" value="" />  
                        <input type="hidden" name="pri_inc_val" id="pri_inc_val" value="1" />
                        <div style="border-top: 1px solid #FF7E00;"></div>    
                <ul> 
                    
                    <?php
                        $user_session_comp      = $_SESSION['sohorepro_companyid'];
                        $user_session           = $_SESSION['sohorepro_userid'];
                        $entered_needed_sets    = SetsOrderedFinalize($job_reference_final[0]['id']);
                        $total_sets             = SetsOrderedFinalizeCountOfSets($job_reference_final[0]['id']);
                        $upload_file_exist      = UploadFileExistFinalize($user_session_comp, $user_session, $job_reference_final[0]['id']);
                    ?>
                    <li>
                        <div id="multi_recipients">
                            <div style="margin-top: 10px;margin-bottom: 10px;font-weight: bold;">
                                If you have any questions regarding this order: Call (212) 925 7575 x 100
                            </div>
                            
                            <div style="float: left;margin-top: 12px;margin-bottom: 20px;" class="shaddows">
                                <div class="ribbon" id="ribbon_final"><span style="background: #79A70A !important;">ORIGINAL</span></div>
                                            <div style="width: 100%;float: left;margin-top: 25px;margin-bottom: 10px;">
                                    <div class="details_div">

                                    <!-- Customer Details Start -->
                                    <div style="float: left;width: 65%;margin-left: 30px;margin-top: 7px;font-weight: bold;">Customer Details: </div>
Esempio n. 2
0
 $message .= '</div>';
 $message .= '<div style="float: left;width: 65%;margin-left: 30px;margin-top: 7px;font-weight: bold;">User Details :</div>';
 $message .= '<div style="float: left;width: 33%;margin-left: 30px;">';
 $cust_user_add = UserLoginDtls($_SESSION['sohorepro_userid']);
 $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'];
 $message .= $cust_user_name . '<br>' . $cust_mail_id . '<br>' . $cust_phone_num . '<br>Date :' . date('m-d-Y h:i A', time());
 $message .= '</div>';
 $message .= '<div style="float: left;width: 65%;margin-left: 30px;margin-top: 7px;font-weight: bold;">PACKING LIST:</div>';
 $message .= '<div style="float: left;width: 85%;margin-left: 30px;margin-top: 5px;">';
 //$cust_original_order = SetsOrderedFinalize($job_reference_final[0]['id']);
 $cust_original_order = EnteredPlotRecipientsMulti($user_session_comp, $user_session, $job_reference_final[0]['id']);
 $total_plot_needed = SetsOrderedFinalizeCountOfSets($job_reference_final[0]['id']);
 $cust_original_order_final = SetsOrderedFinalizeOriginal($job_reference_final[0]['id']);
 $upload_file_exist = UploadFileExistFinalize($_SESSION['sohorepro_companyid'], $_SESSION['sohorepro_userid'], $job_reference_final[0]['id']);
 $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:';  
 $message .= '<table border="0" style="width: 100%;">';
 $message .= '<tr bgcolor="#F99B3E">';
 $message .= '<td style="font-weight: bold;">Option</td>'; 
 $message .= '<td style="font-weight: bold;">Originals</td>';
 $message .= '<td style="font-weight: bold;">Sets</td>';
 $message .= '<td style="font-weight: bold;">Order Type</td>';
 $message .= '<td style="font-weight: bold;">Size</td>';
 $message .= '<td style="font-weight: bold;">Output</td>';
 $message .= '<td style="font-weight: bold;">Media</td>';
 $message .= '<td style="font-weight: bold;">Binding</td>';
 $message .= '<td style="font-weight: bold;">Folding</td>';
 $message .= '</tr>';