EVOLUTION-NINJA
Edit File: twisting.php
<div class="page-content-wrapper"> <div class="page-content"> <?php $this->load->view('templates/nav_menu'); ?> <div class="portlet box blue-madison"> <div class="portlet-title"> <div class="caption">Twisting</div> </div> <div class="portlet-body form"> <table border="1" style="border-spacing:0;width:100%;"> <tr> <td> <table style="width:100%;"> <tr> <td> <tr> <td>KST. No.0050976-0</td> <td>CST. No.0055976-3</td> <td>Phone:41888298</td> </tr> <tr> <td colspan="3" style="padding-top:0.5%;">TIN: 29920016481</td> </tr> <tr> <td colspan="3" style="text-align:center; padding-top:1%;">SWAN SILK (p) LIMITED</td> </tr> <tr> <td colspan="3" style="text-align:center;margin-top:10px;">SWAN HOUSE" No:40, 4th cross, </td> </tr> <tr> <td colspan="3" style="text-align:center;">Residency Road, Banglore - 560025. INDIA</td> </tr> <tr> <td colspan="3" style="border-top:1px solid black;margin-top:10px;">Location:</td> </tr> </td> </tr> </table> </td> <td> <table style="width:90%;"> <tr> <td> <tr> <td>No. 004</td> <td>Date: <input type="text" style="border:none;border-bottom:1px solid !important;"></td> </tr> <tr> <td>To: <input type="text" style="border:none;border-bottom:1px solid !important;width:100%;margin-left:30px;"></td> </tr> <tr> <td> <input type="text" style="margin-top:2px;border:none;border-bottom:1px solid !important;width:100%;margin-left:30px;"></td> </tr> <tr> <td> <input type="text" style="margin-top:2px;margin-bottom:5px;border:none;border-bottom:1px solid !important;width:100%;margin-left:30px;"></td> </tr> </td> </tr> </table> </td> </tr> </table> <tr> <td>Goods Issued For GODOWN</td> <td><input type="radio" >TWISTING</td> <td><input type="radio" >WEAVING</td> <td><input type="radio" >DYEING</td> <td><input type="radio" >and RETURN PURPOSE ONLY</td> <td>"NOT FOR SALE"</td> </tr> <table border="1" style="width:100%;border-spacing:0;" cellpadding="5px"> <thead> <th>SL No.</th> <th style="text-align:center;">DESCRIPTION</th> <th style="text-align:center;">Imported Invoice No.</th> <th style="text-align:center;">Bale No.</th> <th colspan="2" style="text-align:center;">Gross Weight</th> <th colspan="2" style="text-align:center;">Tare Weight</th> <th colspan="2" style="text-align:center;">Net Weight</th> </thead> <tbody> <tr> <td>1</td> <td><input type="text" style="border:transparent; width:100%;"></td> <td><input type="text" style="border:transparent; width:100%;"></td> <td><input type="text" style="border:transparent; width:100%;"></td> <td><input type="text" style="border:transparent; width:100%;"></td> <td><input type="text" style="border:transparent; width:100%;"></td> <td><input type="text" style="border:transparent; width:100%;"></td> <td><input type="text" style="border:transparent; width:100%;"></td> <td><input type="text" style="border:transparent; width:100%;"></td> <td><input type="text" style="border:transparent; width:100%;"></td> </tr> <tr> <td>2</td> <td><input type="text" style="border:transparent; width:100%;"></td> <td><input type="text" style="border:transparent; width:100%;"></td> <td><input type="text" style="border:transparent; width:100%;"></td> <td><input type="text" style="border:transparent; width:100%;"></td> <td><input type="text" style="border:transparent; width:100%;"></td> <td><input type="text" style="border:transparent; width:100%;"></td> <td><input type="text" style="border:transparent; width:100%;"></td> <td><input type="text" style="border:transparent; width:100%;"></td> <td><input type="text" style="border:transparent; width:100%;"></td> </tr> </tbody> </table> <table border="1" style="width:100%;border-spacing:0;"> <tr> <td style="border-right:none !important;padding-top:5%;">Issued by </td> <td style="border-left:none !important;border-right:none !important;padding-top:5%;text-align:center;">checked by</td> <td style="border-left:none !important;padding-top:5%;text-align:right;padding-right:10px;">Receivers Signature</td> </tr> </table> </div> <!--- portlet-body form ---> </div> <!--- blue-madison ---> </div> <!-- page-content --> </div> <!-- page-content-wrapper --> <script> var divContents = $(".print").html(); newWin= window.open(""); newWin.document.write(divContents); newWin.print(); newWin.close(); </script>