JezK
Edit File: instructions.php
<?php include("header.php"); ?> <div class="container main"> <div class="row"> <div class="col-md-12"> <!-- Trigger the modal with a button --> <button type="button" class="btn btn-info btn-lg" id="open" data-toggle="modal" data-target="#myModal">Open Modal</button> <!-- Modal --> <div class="modal fade" id="myModal" role="dialog" aria-hidden="true"> <div class="modal-dialog modal-lg"> <!-- Modal content--> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Please make sure that you have soft copies of the following </h4> </div> <div class="modal-body"> <ol class="instructions" > <li>Detail of affiliated SHG's to the organisaiton in the enclosed format </li> <li>Brief profile of the organization and details of the current organisation </li> <li>Brief profile of the Executive members of the organization.</li> <li>Organogram of the organization showing the flow of work.</li> <li>List of staff having relevant experience in the field for managing the financials activities. </li> <li>Photocopies of Annual reports for last three years.</li> <li>Photocopies of Audited P/L, Balance sheets for last three years certified by the auditors.</li> <li>Photocopies of IT returns for last three years.</li> <li>An affidavit stating that no criminal proceedings have been registered/ are pending against the organization.</li> <li>Photocopy of Organization PAN card and valid registration certificate.</li> <li>Photocopy of Organization registration certificate.</li> <li>Photocopy of letter stating TAN number received , if any.</li> <li>Photocopy of letter stating FCRA registration number received, if any. </li> <li>Photocopy of 80G/12A certification letter, if any.</li> <li>Trust Deed / Registration Deed / Memorandum & Article of Association/ Bye Laws/ Rules and Regulations. (Highlighting the clause, that allows the organization to indulge in financial activities).</li> <li> In case the organization is in loss, details of the projects to be received in the years ahead.</li> <li>Board Resolution stating the name of the person authorized to sign the agreement on behalf of the organization</li> <li>Signed copy of ID and Address proof of Authorized Signatories of the Organization.</li> <li>Bank Pass Book Xerox for the remittance of BC Commission</li> <li>Self attested copy of VoterID, Aadhar Card, Pan Card (Any One) and Passport size photo of board of directors and the staffs engaged in NABFINS work</li> <li>Residential Proof of the organization. (Ex. Land line telephone bill, EB Bill…Etc not less than 3 Months)</li> <li>Current / On going projects detail of the organisation, If Any</li> </ol> <div class="text-center"><input type="button" value="OK" class="btn btn-cs" data-dismiss="modal"></div> </div> </div> </div> </div> </div> </div> </div> <script> $(window).load(function(){ $('#open').trigger("click"); }); </script> <?php include"footer.php"?> <style> .instructions li { line-height:30px; padding-left: 3px; } .instructions { list-style-type: 1; } #open{ display:none; } </style>