EVOLUTION-NINJA
Edit File: azo_madeups_preview.php
<div class="page-content-wrapper"> <div class="page-content"> <div class="row" style=" text-align: right;"> <button class="btn btn-success btn-lg" type="button" id="booking_print" style=" padding-top: 2px; padding-bottom: 3px; padding-left: 15px; padding-right: 15px; background: rgb(72,91,127); color: white; border: initial !important; font-size: 22px;">Print </button> <span class="close-right" ><a href="<?php echo base_url('packing_list/madeups_list_data?prop_id=1');?>" style="font-size: 22px;border: 1px solid;padding-left: 15px;padding-right: 15px;background: rgb(72,91,127);color: white;padding-bottom: 7px;text-decoration:none;">Back</a></span></div> <div class="" id="print_report" style="width:700px !important;display:block;margin:auto;position:relative;"> <div class="" style="text-align:right;"> <img src="<?php echo base_url('assets/img/logo2.png');?>"> </div> <p style="text-align:right;padding-top:50px;"><?php echo date('d/m/Y'); ?></p> <h3 style="text-align:center;text-decoration: underline;padding-bottom:5px;">CERTIFICATE.</h3> <p>Hereby we confirm, that our articles supplied to</p> <p><?php echo $fetch->consignee; ?> with Invoice No.</p> <p><?php echo $fetch->invoice; ?> <?php echo 'Dt. ' . $fetch->invoice_date; ?></p> <p>do not contain any Dyes that can release banned</p> <p>AZO-AMINES. The material is free of AZO-BASED DYES.</p> <p style="padding-top:50px;">PLACE: BANGALORE.</p> <p>Date: <?php echo date('d/m/Y'); ?></p> <div class="" style="border-top:1px solid #000;text-align:center;"> <p style="margin-bottom:5px;">"SWAN HOUSE" Post Box 25210, 40, 4th Cross, Residency Road, Bangalore - 560 025. INDIA</p> <table style="display: initial;margin:auto;"> <tr> <td style="padding:0px 10px;">Phone: +91 8041888298</td> <td style="padding:0px 10px;">Fax: +91 8025598300</td> </tr> <tr> <td style="padding:0px 10px;">E-mail: sales@swansilk.com</td> <td style="padding:0px 10px;">Website: www.swansilk.com</td> </tr> </table> </div> </div> </div> </div> <script> $(document).ready(function(){ $("#booking_print").click(function(){ var divToPrint=document.getElementById("print_report"); newWin= window.open(""); newWin.document.write(divToPrint.outerHTML); newWin.print(); newWin.close(); }); }); </script>