EVOLUTION-NINJA
Edit File: madeups_sdf_preview.php
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Deco Recipt</title> <link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet"> <link href="<?php echo base_url(); ?>assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> <style type="text/css"> *{ margin: 0 !important; padding: 0 !important; font-family: 'Lato', sans-serif !important; } .recipt{ width:800px; margin: 0 auto !important; display: block; } .recipt p{ margin:0 !important; padding-bottom:12px !important; line-height: 23px; font-size: 14px; } .label_1, .label_2{ width: 350px; float: left; font-weight:500 !important; } .la_1{ width: 233px; float: left; font-weight:500 !important; } label{ font-weight:500 !important; } .recipt ul li { list-style: none; float: left; padding-right: 18px !important; } </style> </head> <body> <!--<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 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> </div> <div style="clear:both"></div> <div class="recipt" id="print_report"> <img src="<?php echo base_url('assets/img/logo2.png');?>" style="margin: 0 auto !important; display: block;"> <h4 style="text-align:center";><b>FORM SDF</b></h4> <br> <p> <label class="label_1" style="width: 350px; float: left;">Shipping Bill No. : <?php echo $details_invoce->shipping_bill_num;?></label> <label class="label_2" style="width: 350px; float: left;"> Date : <?php echo $details_invoce->shipping_bill_date;?></label> </p> <div style="clear:both"></div> <p>DECLARATION UNDER FOREIGN EXCHNGE MANAGEMENT ACT 1999:</p> <p>We, Deco Textil,, Swan House, No.40, 4th Cross, Residency Road, Bangalore – 560 025, hereby declare that We are the seller of the goods in respect of which this declaration is made and that the particulars given in the</p> <p> <label class="la_1" style="width:233px; float: left;">Shipping Bill No - <?php echo $details_invoce->shipping_bill_num;?></label> <label class="la_1" style="width:233px; float: left;">Dated - <?php echo $details_invoce->shipping_bill_date;?></label> <label class="la_1" style="width:233px; float: left;">are true and that</label> </p> <div style="clear:both"></div> <p>(a) The value as contracted with the buyer is the same as the full export value declared in the above shipping bill.</p> <div style="clear:both"></div> <p>(b) The full export value of the goods is not ascertainable at the time of export and that the value declared is that which We, having regards to the prevailing market conditions, expect to received on the sale of goods in the overseas market.</p> <p>We undertake that We will delivery to the bank name herein: OUR BANK: KOTAK MAHINDRA BANK, BANGALORE.</p> <p>The foreign exchange representing the full export value of the goods on or before @ in the manner specified in the Regulations made under the Foreign Exchange Management Act, 1999.</p> <p>We further declare that We are resident in India and We have a place of business in India.</p> <p>We are not in Caution List of the Reserve Bank of India.</p> <p> <label class="label_1" style="width:350px; float: left;">Date :<?php echo $current_date;?> </label> <label class="label_2" style="width:350px; float: left;"> For DECO TEXTIL <br> <br> Authorised Signatory</label> <br><br><br> </p> <p>@ State appropriate date of delivery which must be within six months from the date of shipment but for exports to warehouses established outside India with permission of the Reserve Bank, the date of delivery must be written fifteen months.</p> <p style="text-align: center;"><strong>FOR AUTHORISED DEALER'S USE</strong></p> <p>Uniform Code Number </p> <p>* Indicate ( ) in the box applicable</p> <p> <label class="label_1" style="width:350px; float: left;">Date of :</label> <label class="label_2" style="width:350px; float: left;"> (i) negotiation. <br> (ii) receipt for collection <br> (iii ) Bill No</label> </p> <div style="clear:both"></div> <ul> <li style="list-style: none;float: left;padding-right: 18px !important;">*Type of Bill </li> <li style="list-style: none;float: left;padding-right: 18px !important;"><label> (i) DA <input type="checkbox" id="myCheck"> </label></li> <li style="list-style: none;float: left;padding-right: 18px !important;"><label> (ii) DP <input type="checkbox" id="myCheck"> </label></li> <li style="list-style: none;float: left;padding-right: 18px !important;"><label> (iii) Others....(Specify) <input type="checkbox" id="myCheck"> </label></li> </ul> <br> <ul> <li style="list-style: none;float: left;padding-right: 18px !important;">*Types of shipment </li> <li style="list-style: none;float: left;padding-right: 18px !important;"><label> (i) Firm Sale Contract <input type="checkbox" id="myCheck"> </label></li> <li style="list-style: none;float: left;padding-right: 18px !important;"><label> (ii) Consignment Basis <input type="checkbox" id="myCheck"> </label></li> <li style="list-style: none;float: left;padding-right: 18px !important;"><label> (iii) Others....(Specify) <input type="checkbox" id="myCheck"> </label></li> </ul> <br> <p>The SDF Form was included in the Statement sent to Reserve Bank with the R Return for the fortnight ending ......................sent on ........................................</p> <p>We certify and confirm that we have received the total amount of ............................</p> <p>As under being the proceeds of exports declared on this form. (Currency amount)</p> <hr> <p style="text-align: center; padding-top: 5px !important; display: block;">Swan House, Post Box.25210, # 40, 4th Cross, Residency Road, Bangalore – 560 025, India. <br> Ph: +91 (80) 41888298 email:sales@swansilk.com Website: www.swansilk.com.</p> <br><br><br><br> </div> </body> <script type="text/javascript" src="<?php echo base_url('assets/js/jquery-3.2.1.min.js');?>"></script> <script src="<?php echo base_url('assets/js/bootstrap.min.js');?>"></script> <script src="<?php echo base_url(); ?>assets/js/sweetalert.min.js" type="text/javascript"></script> <link href="<?php echo base_url(); ?>assets/css/sweetalert.min.css" rel="stylesheet" type="text/css" > <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(); // }); // }); $(document).ready(function(){ $("#booking_print").click(function(){ $('#booking_print').toggle(); $('#back_button').toggle(); var divToPrint=document.getElementById("print_report"); window.print(); }); }); </script> </html>