EVOLUTION-NINJA
Edit File: goods_recived.php
<?php //include("menu.php"); error_reporting(E_ALL); ?> <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/css/avinash.min.css" > <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/css/skin-blue.min.css" > <link rel='shortcut icon' type='image/x-icon' href="<?php echo base_url(); ?>assets/images/samll-big.png"/> <div class="page-content-wrapper"> <div class="page-content"> <!------------- left-side menu END -----------------------------------------------------------------------------------------------------> <div class="content-wrapper"> <section class="content"> <div class="print"> <h2 style="text-align:center;padding-left:299px;margin-bottom:0px !important;"><b><span>Deco-Textil</span></b><span style="padding-left:170px;font-size:14px !important;">Ph: +91(80)41888298</span></h2> <p style="text-align:center;margin-bottom:0px !important;">"SWAN HOUSE" NO.40,4th Cross,Residency Road,</p> <p style="text-align:center;margin-bottom:0px !important;">Bangalore - 560025.</p> <h3 style="text-align:center;margin-top:0px !important;"><u>GOODS RECEIVED NOTE</u></h3> <table class="" align="center" style="width:900px;"> <tbody> <tr> <td width="700px;"> Unit / Branch /Department : ............................................................. </td> <td> No </td> </tr> <tr> <td></td> <td> Date: ..................................... </td> </tr> <tr> <td colspan="2" style="padding-top:15px;"> Received the following goods from M/s.............................................................................................................................................................. </td> </tr> <tr> <td colspan="2" style="padding-top:15px;"> Wide their Invoice No .....................................................................dt...................................... against our P.O.No .......................................... </td> </tr> </tbody> </table> <table align="center" style="width:900px;border-spacing:0px !important;margin-top:20px;" border="1"> <thead> <tr > <th style="text-align:center;">Sl.No.</th> <th style="text-align:center;">Recieved Goods</th> <th style="text-align:center;">Recieved Weight</th> <th style="text-align:center;">Received Date</th> <th style="text-align:center;">Location</th> <th style="text-align:center;">Piece No.</th> <th style="text-align:center;">Invoice/DC No.</th> <th style="text-align:center;">Recieved By</th> </tr> </thead> <tbody> <tr> <td style="padding:4px;">1</td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> </tr> <tr> <td style="padding:4px;">2</td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> </tr> <tr> <td style="padding:4px;">3</td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> <td style="padding:4px;"></td> </tr> </tbody> </table> <table class="" align="center" style="width:900px;"> <tbody> <tr> <td width="700px;" style="padding-top:15px;"> Received By .......................................................................................................................................................................................................(signature of the Receiptient with seal) </td> </tr> <!--<tr> <td colspan="2" style="padding-top:15px;"> Entered into Stock Register by........................................................................................................................................................................... </td> </tr> <tr> <td colspan="2" style="padding-top:15px;"> Stock Reg Folio No............................................................................................................................................................................................. </td> </tr>--> </tbody> </table> </div> </section> </div> </div> </div> <script> var divContents = $(".print").html(); newWin= window.open(""); newWin.document.write(divContents); newWin.print(); newWin.close(); </script>