JezK
Edit File: userDetails.php
<?php // Display errors in the current script error_reporting(E_ALL); ini_set('display_errors', 1); $currentPage="home"; include("header.php"); if(!isset($_GET['id'])) { echo "<script>location.replace('newRegistration.php');</script>"; } else { $formSubmissionID1 = $_GET['id']; // echo $formSubmissionID1; exit; include("app/getUserDetailsApp.php"); } if(isset($_SESSION['fileNotExists'])) { echo "<script>alert('Error!!! Unable to download file. File doesnot exists.');</script>"; unset($_SESSION['fileNotExists']); } // print_r($userDetails); exit; ?> <div style="clear:both"></div> <div id="page-wrapper" style="background: transparent !important;"> <div class="container-fluid"> <div class="text-right col-md-12"> <a href="formDownload.php?id=<?php echo $userID; ?>&formSubmissionID=<?php echo $formSubmissionID1; ?>" class="btn btn-cs">Download</a> </div> <div class="container main"> <div class="row"> <div class="form-horizontal row formContainer-p " > <!--Page1--> <div class="col-md-12 col-xs-12 col-sm-12"> <section> <div class="form-group"> <label class="col-md-3 col-sm-4 col-xs-4" for="SliName">Name of the SLI :</label> <div> <input type="text" name="sliName" id="sliName" value="<?php echo $sliName; ?>" class="col-md-4 col-sm-4 col-xs-4" required readonly> </div> </div> <div class="form-group"> <label class="col-md-3 col-sm-4 col-xs-4" for="address" >Address Line 1 :</label> <div > <input type="text" name="address" id="address" value="<?php echo $useraddress; ?>" placeholder="H.no,Street Name" class="col-md-4 col-sm-4 col-xs-4" readonly> </div> </div> <div class="form-group"> <label class="col-md-3 col-sm-4 col-xs-4" for="city">Address Line 2 :</label> <div class=""> <input type="text" name="city" id="city" value="<?php echo $city; ?>" placeholder="City" class="col-md-4 col-sm-4 col-xs-4" readonly> </div> </div> <div class="form-group"> <label class="col-md-3 col-sm-4 col-xs-4" for="addressLine3">Address Line 3 :</label> <div class=""> <input type="text" name="addressLine3" id="addressLine3" value="<?php echo $addressLine3; ?>" placeholder="Address" class="col-md-4 col-sm-4 col-xs-4" readonly> </div> </div> <div class="form-group"> <label class="col-md-3 col-sm-4 col-xs-4" for="state" >State :</label> <div class=""> <input type="text" name="state" class="col-md-4 col-sm-4 col-xs-4" id="state" name="state" value="<?php echo $stateName; ?>" readonly> </div> </div> <div class="form-group"> <label class="col-md-3 col-sm-4 col-xs-4" for="district">District :</label> <div class=""> <input type="text" name="district" id="district" class="col-md-4 col-sm-4 col-xs-4" value="<?php echo $districtName; ?>" readonly> </div> </div> <div class="form-group"> <label class="col-md-3 col-sm-4 col-xs-4" for="phoneNumber">Phone Number :</label> <div class=""> <input type="text" name="phoneNumber" id="phoneNumber" value="<?php echo $mobileNumber; ?>" maxlength="15" placeholder="Ex:0123456789" class="col-md-4 col-sm-4 col-xs-4" onkeypress="return number(event)" readonly> </div> </div> <div class="form-group"> <label class="col-md-3 col-sm-4 col-xs-4" for="faxNumber">Fax Number :</label> <div class=""> <input type="text" name="faxNumber" id="faxNumber" maxlength="15" value="<?php echo $fax; ?>" placeholder="Ex:0123456789" class="col-md-4 col-sm-4 col-xs-4" onkeypress="return number(event)" readonly> </div> </div> <div class="form-group"> <label class="col-md-3 col-sm-4 col-xs-4" for="email">Email :</label> <div class=""> <input type="email" name="email" id="email" value="<?php echo $email; ?>" maxlength="256" placeholder="abc@gmail.com" class="email col-md-4 col-sm-4 col-xs-4" readonly> </div> </div> <div class="form-group"> <label class="col-md-3 col-sm-4 col-xs-4" for="website">Website :</label> <div class=""> <input type="text" name="website" id="website" maxlength="256" value="<?php echo $website; ?>" placeholder="www.xyz.com" class="col-md-4 col-sm-4 col-xs-4" readonly> </div> </div> <div class="form-group"> <label class="col-md-3 col-sm-4 col-xs-4" for="pincode">Pincode :</label> <div class=""> <input type="text" name="pincode" id="pincode" maxlength="6" value="<?php echo $zipcode; ?>" placeholder="12345" class="col-md-4 col-sm-4 col-xs-4" onkeypress="return number(event)" readonly> </div> </div> <div class="form-group"> <label class="col-md-3 col-sm-4 col-xs-4" for="constitution">Constitution :</label> <div class=""> <input type="text" name="constitution" id="constitution" class="col-md-4 col-sm-4 col-xs-4" value="<?php echo $constitutionName; ?>" readonly> </div> </div> </section> <section class="removePadding"> <div class="col-md-12 col-xs-12 col-sm-12 removePadding"> <h3 class="subHead col-md-11 removePadding ">Details Of Registration :</h3> </div> <div class="col-md-12 col-xs-12 col-sm-12table-responsive removePadding"> <table class="table table-bordered cs-table"> <thead> <tr> <th>Act of Registration</th> <th>Date & Place Of Registration</th> <th>Registration Number</th> <th>Validity Period</th> </tr> </thead> <tbody class="input_fields_wrap"> <?php echo $resgistrationDetailsView; ?> </tbody> </table> </div> </section> <section> <div class=""> <h3 class="subHead">Activities of the Business Entity</h3> <div class="col-md-12 col-xs-12 col-sm-12" style="padding:10px 20px"> <div class="form-group"> <label class="col-xs-2 col-md-2" for="existing">Existing :</label> <div class="col-xs-6 col-md-6"> <textarea type="text" name="existing" id="existing" readonly><?php echo $existing; ?></textarea> </div> </div> <div class="form-group"> <label class="col-xs-2 col-md-2" for="proposed">Proposed :</label> <div class="col-xs-6 col-md-6"> <textarea type="text" name="proposed" value="" id="proposed" readonly><?php echo $proposed; ?></textarea> </div> </div> <!--<div class="form-group"> <label class="col-xs-2 col-md-2" for="pan">PAN :</label> <div class="col-xs-6 col-md-6"> <input type="text" name="pan" value="<?php echo $pan; ?>" id="pan" maxlength="10" readonly> </div> </div> </div>--> </div> </section> <section> <div class="col-md-12 removePadding"> <h3 class="subHead">Whether Registered under Foreign Contribution (Regulation) Act, 1976(FCRA)? <input type="radio" name="isFCRA" value="1" id="fcraYes" <?php echo $isFCRA1; ?> onclick="return false;"> <label for="fcraYes" style="color:black;font-weight:normal;cursor:pointer;">Yes</label> <input type="radio" name="isFCRA" value="0" id="fcraNo" <?php echo $isFCRA2; ?> onclick="return false;"> <label for="fcraNo" style="color:black;font-weight:normal;cursor:pointer;">No</label> </h3> </div> <?php echo $FCRADisplayDetails; ?> </section> <section> <!--<div class="col-md-12 removePadding"> <h3 class="subHead">Whether a *Permanent Account Number (PAN) obtained from Competent Authority? <input type="radio" name="isPAN" value="1" id="panYes" <?php echo $isPAN1; ?> onclick="return false;"> <label for="panYes" style="color:black;font-weight:normal;cursor:pointer;">Yes</label> <input type="radio" name="isPAN" value="0" id="panNo" <?php echo $isPAN2; ?> onclick="return false;"> <label for="panNo" style="color:black;font-weight:normal;cursor:pointer;">No</label> </h3> </div>--> <div class="col-md-12"> <?=$PANDisplayDetails;?> </div> <div class="form-group col-md-12"> <label class="col-md-2" for="pan">PAN Number :</label> <div class="col-md-6"> <input type="text" name="pan" value="<?php echo $pan; ?>" id="pan" maxlength="10" readonly> </div> </div> </section> </div><!--end formContainer--> <!--Page2--> <div class="col-md-12 col-md-offset-0 col-xs-12 col-sm-12 "> <section> <div class=""> <div class="col-md-12 col-xs-12 col-sm-12 removePadding"> <h3 class="subHead">Details of the Board meeting held in last three years</h3> </div> <div class="col-md-12 col-xs-12 col-sm-12 removePadding table-responsive"> <table class="table table-bordered cs-table"> <thead> <tr> <th>Year</th> <!-- <th>Count of Management members</th> --> <th>Count of Board Members</th> <th>No. of Board meetings held</th> <th>Average Attendance(Count)</th> </tr> </thead> <tbody class="input_fields_wrap2"> <?php echo $boardMeeting1DetailsView; ?> </tbody> </table> </div> </div> </section> <h3>Management</h3> <section> <div class="col-md-12 col-xs-12 col-sm-12 removePadding"> <h3 class="subHead">Details of the Board of trustees/Board of directors/Proprietors/Partners/Authorised Signatories/Principal Share Holders</h3> </div> <div class="col-md-12 col-xs-12 col-sm-12 table-responsive removePadding"> <table class="table table-bordered cs-table table-responsive"> <thead> <tr> <th>Name</th> <th>Designation</th> <th>Date of Appointment</th> <th>Address</th> <th>Educational Qualification</th> <th>Experience in years</th> <th>Experience Details</th> <th>Association with any other institution</th> <th>Relationship with other Board Members</th> <th>Authorize signatory </th> <th>Files </th> </tr> </thead> <tbody class="input_fields_wrap1"> <?php echo $managementDetailsView; ?> </tbody> </table> </div> </section> <section> <div class="col-md-12 col-xs-12 col-sm-12 removePadding"> <h3 class="subHead">Profile of the Key Functionary</h3> </div> <div class="table-responsive col-md-12 col-xs-12 col-sm-12 removePadding"> <table class="table table-bordered cs-table table-responsive"> <thead> <tr> <th>Name</th> <th>Designation</th> <th>Qualification</th> <th>Experience</th> <th>Date of appointment</th> <th>Details of association with any other institution</th> </tr> </thead> <tbody class="input_fields_wrap3"> <?php echo $ceoDetailsView; ?> </tbody> </table> </div> </section> <section> <div id="<?=$sharedBlockShow;?>"> <div class="col-md-12 col-xs-12 col-sm-12 removePadding"> <h3 class="subHead">Share holding Pattern</h3> </div> <div class="col-md-12 col-xs-12 col-sm-12 removePadding table-responsive"> <table class="table table-bordered cs-table"> <thead> <tr> <th>Name of the share holder</th> <th>No. of shares</th> <th>Face value</th> <th>Premium</th> <th>Percentage of share holding</th> </tr> </thead> <tbody class="input_fields_wrap4"> <?php echo $shareDetailsView; ?> </tbody> </table> </div> </div> </section> </div><!--end formContainer--> <!--Page3--> <div class="col-md-12 col-md-offset-0 col-xs-12 col-sm-12 "> <h3>Staffing Pattern</h3> <div class="removePadding col-md-12 col-xs-12 col-sm-12"> <h3 class="subHead">Please give details of organizational structure</h3> <!--<div class="col-md-12 col-xs-12 col-sm-12 removePadding"> <textarea style="width:100%" id="structuralDetails" name="structuralDetails" rows="7" placeholder="Organizational Structure Details" readonly><?php echo $structuralDetails; ?></textarea> </div>--> </div> <div class="col-md-12 col-xs-12 col-sm-12 removePadding"> <h3 class="subHead">Details of the Board meeting held in last three years</h3> <div class="col-md-12 col-xs-12 col-sm-12 removePadding"> <div class="col-md-12 col-xs-12 col-sm-12 table-responsive removePadding"> <table class="table table-bordered cs-table table-responsive"> <thead> <tr> <th>Year</th> <th>Office Staff (No.)</th> <th>Supervisory Staff (No.)</th> <th>Credit/loan officer</th> <th>Field Staff (No.)</th> <th>Total Staff (No.)</th> </tr> </thead> <tbody class="input_fields_wrap1"> <?php echo $boardMeeting2DetailsView; ?> </tbody> </table> </div> </div> </div> <div class=""> <div class="col-md-12 col-xs-12 col-sm-12 removePadding"> <h3 class="subHead">Details of Infrastructure available for the activity</h3> <!--<div class="col-md-12 col-xs-12 col-sm-12 rowStyle"> <label class="col-md-3 col-sm-2 col-xs-2 ">Type of infrastructure</label> <label class="col-md-2 col-sm-2 col-xs-2 ">Description</label> <label class="col-md-3 col-sm-2 col-xs-2 ">Approximate cost of Acquisition</label> <label class="col-md-3 col-sm-2 col-xs-2 ">Year of Acquisition</label> </div> <?php echo $infrastructureDetailsView; ?>--> <table class="table table-bordered cs-table"> <thead> <tr> <th>Type of infrastructure</th> <th>Description</th> <th>Approximate cost of Acquisition</th> <th>Year of Acquisition</th> </tr> </thead> <tbody class="input_fields_wrap4"> <?php echo $infrastructureDetailsView2; ?> </tbody> </table> </div> </div> </div><!--end formContainer--> <!--page4--> <div class="col-md-12 col-xs-12 col-sm-12 text-cneter "> <section> <div class="<?=$rawMaterialBlock;?>"> <div class="removePadding col-md-12 col-xs-12 col-sm-12"> <h3>Details of raw material/commodities consumed/procured/traded in past 3 years</h3> <!--<div class="col-md-12 col-xs-12 col-sm-12 rowStyle"> <label class="col-md-1 col-sm-1 col-xs-1 snMargin">S.No</label> <label class="col-md-2 col-sm-2 col-xs-2 ">Raw Material</label> <label class="col-md-2 col-sm-2 col-xs-2 ">Previous Year-3</label> <label class="col-md-2 col-sm-2 col-xs-2 ">Previous Year-2</label> <label class="col-md-2 col-sm-2 col-xs-2 ">Previous Year-1</label> </div> <div class="addMoreFields"> <?php echo $rawMaterialDetailsView; ?> </div> <div class="col-md-12 col-xs-12 col-sm-12 marginDiv totalBlock addMoreFields"> <span class="col-md-1 col-sm-1 col-xs-1"></span> <label class="col-md-2 col-sm-2 col-xs-2 ">Total</label> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="totalyear3RawMateril" value="<?php echo $totalRawY3; ?>" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="totalyear2RawMateril" value="<?php echo $totalRawY2; ?>" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="totalyear1RawMateril" value="<?php echo $totalRawY1; ?>" readonly> </div>--> <table class="table table-bordered cs-table"> <thead> <tr> <th>S.No</th> <th>Raw Material</th> <th><?php echo $previousYear3; ?></th> <th><?php echo $previousYear2; ?></th> <th><?php echo $previousYear1; ?></th> </tr> </thead> <tbody class="input_fields_wrap4"> <?php echo $rawMaterialDetailsView2; ?> <tr> <td> <div class="tableInput"></div> </td> <td> <div class="tableInput">Total</div> </td> <td> <div class="tableInput"><?php echo $totalRawY3; ?></div> </td> <td> <div class="tableInput"><?php echo $totalRawY2; ?></div> </td> <td> <div class="tableInput"><?php echo $totalRawY1; ?></div> </td> </tr> </tbody> </table> </div> </div> </section> <section> <div class="<?=$rawMaterialBlock;?>"> <div class="removePadding col-md-12 col-xs-12 col-sm-12"> <h3>A brief notes on the rawmaterials used/commodities traded in sources of procurement to be furnished</h3> <textarea style="width:100%" name="rawMaterialNotes" id="rawMaterialNotes" rows="7" readonly><?php echo $rawMaterialNotes; ?></textarea> </div> </div> </section> <section> <div id="<?=$productsBlock;?>"> <div class="removePadding col-md-12 col-xs-12 col-sm-12 detailsBlock " id="block1"> <h3>Details of production for past 3years (₹)</h3> <!--<div class="col-md-12 col-xs-12 col-sm-12 marginDiv "> <label class="col-md-1 col-sm-1 col-xs-1 snMargin">S.No</label> <label class="col-md-2 col-sm-2 col-xs-2 ">Product Total</label> <label class="col-md-2 col-sm-2 col-xs-2 "><?php echo $previousYear3; ?></label> <label class="col-md-2 col-sm-2 col-xs-2 "><?php echo $previousYear2; ?></label> <label class="col-md-2 col-sm-2 col-xs-2 "><?php echo $previousYear1; ?></label> </div> <?php echo $productionDetailsView; ?>--> <table class="table table-bordered cs-table"> <thead> <tr> <th>S.No</th> <th>Product Total</th> <th><?php echo $previousYear3; ?></th> <th><?php echo $previousYear2; ?></th> <th><?php echo $previousYear1; ?></th> </tr> </thead> <tbody class="input_fields_wrap4"> <?php echo $productionDetailsView2; ?> </tbody> </table> </div> </div> </section> <section> <div id="<?=$salesBlock;?>"> <div class="removePadding col-md-12 col-xs-12 col-sm-12 detailsBlock" id="block2"> <h3>Sales Particulars for past 3years (₹)</h3> <!--<div class="col-md-12 col-xs-12 col-sm-12 marginDiv"> <label class="col-md-1 col-sm-1 col-xs-1 snMargin">S.No</label> <label class="col-md-2 col-sm-2 col-xs-2 ">Product </label> <label class="col-md-2 col-sm-2 col-xs-2 "><?php echo $previousYear3; ?></label> <label class="col-md-2 col-sm-2 col-xs-2 "><?php echo $previousYear2; ?></label> <label class="col-md-2 col-sm-2 col-xs-2 "><?php echo $previousYear1; ?></label> </div> <?php echo $salesDetailsView; ?>--> <table class="table table-bordered cs-table"> <thead> <tr> <th>S.No</th> <th>Product Total</th> <th><?php echo $previousYear3; ?></th> <th><?php echo $previousYear2; ?></th> <th><?php echo $previousYear1; ?></th> </tr> </thead> <tbody class="input_fields_wrap4"> <?php echo $salesDetailsView2; ?> </tbody> </table> </div> </div> </section> </div><!--end formContainer--> <!--page5--> <div class="col-md-12 col-xs-12 col-sm-12 text-cneter"> <section> <div class="col-md-12 col-xs-12 col-sm-12 detailsBlock removePadding"> <h3>Gross Profit for 3 years (₹)</h3> <!--<div class="col-md-12 col-xs-12 col-sm-12 marginDiv "> <label class="col-md-1 col-sm-1 col-xs-1 snMargin">S.No</label> <label class="col-md-2 col-sm-2 col-xs-2 ">Particulars</label> <label class="col-md-2 col-sm-2 col-xs-2 "><?php echo $previousYear3; ?></label> <label class="col-md-2 col-sm-2 col-xs-2 "><?php echo $previousYear2; ?></label> <label class="col-md-2 col-sm-2 col-xs-2 "><?php echo $previousYear1; ?></label> </div> <div class="col-md-12 col-xs-12 col-sm-12"> <span class="col-md-1 col-sm-1 col-xs-1 ">1.</span> <label class="col-md-2 col-sm-2 col-xs-2 ">Total Income</label> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="grossIncomeY3" id="grossIncomeY3" value="<?php echo $grossIncomeY3; ?>" onkeypress="return number2(event)" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="grossIncomeY2" id="grossIncomeY2" value="<?php echo $grossIncomeY2; ?>" onkeypress="return number2(event)" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="grossIncomeY1" id="grossIncomeY1" value="<?php echo $grossIncomeY1; ?>" onkeypress="return number2(event)" readonly> </div> <div class="col-md-12 col-xs-12 col-sm-12"> <span class="col-md-1 col-sm-1 col-xs-1 ">2.</span> <label class="col-md-2 col-sm-2 col-xs-2 ">Total Expenditure</label> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="expenditureY3" id="expenditureY3" value="<?php echo $expenditureY3; ?>" onkeypress="return number2(event)" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="expenditureY2" id="expenditureY2" value="<?php echo $expenditureY2; ?>" onkeypress="return number2(event)" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="expenditureY1" id="expenditureY1" value="<?php echo $expenditureY1; ?>" onkeypress="return number2(event)" readonly> </div>--> <!--<div class="col-md-12 col-xs-12 col-sm-12 "> <span class="col-md-1 col-sm-1 col-xs-1">3.</span> <label class="col-md-2 col-sm-2 col-xs-2 ">Gross Profit</label> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="grossProfitY3" id="grossProfitY3" value="<?php echo $grossProfitY3; ?>" onkeypress="return number2(event)" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="grossProfitY2" id="grossProfitY2" value="<?php echo $grossProfitY2; ?>" onkeypress="return number2(event)" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="grossProfitY1" id="grossProfitY1" value="<?php echo $grossProfitY1; ?>" onkeypress="return number2(event)" readonly> </div>--> <table class="table table-bordered cs-table"> <thead> <tr> <th>S.No</th> <th>Particulars</th> <th><?php echo $previousYear3; ?></th> <th><?php echo $previousYear2; ?></th> <th><?php echo $previousYear1; ?></th> </tr> </thead> <tbody class="input_fields_wrap4"> <tr> <td> <div class="tableInput">1.</div> </td> <td> <div class="tableInput">Total Income</div> </td> <td> <div class="tableInput"><?php echo $grossIncomeY3; ?></div> </td> <td> <div class="tableInput"><?php echo $grossIncomeY2; ?></div> </td> <td> <div class="tableInput"><?php echo $grossIncomeY1; ?></div> </td> </tr> <tr> <td> <div class="tableInput">2.</div> </td> <td> <div class="tableInput">Total Expenditure</div> </td> <td> <div class="tableInput"><?php echo $expenditureY3; ?></div> </td> <td> <div class="tableInput"><?php echo $expenditureY2; ?></div> </td> <td> <div class="tableInput"><?php echo $expenditureY1; ?></div> </td> </tr> </tbody> </table> </div> </section> <section> <div class="col-md-12 col-xs-12 col-sm-12 detailsBlock removePadding" > <h3>Cash Flow Statement for past 3 years (₹)</h3> <!-- <div class="col-md-12 col-xs-12 col-sm-12 marginDiv"> <label class="col-md-1 col-sm-1 col-xs-1 snMargin">S.No</label> <label class="col-md-2 col-sm-2 col-xs-2 ">Particulars</label> <label class="col-md-2 col-sm-2 col-xs-2 "><?php echo $previousYear3; ?></label> <label class="col-md-2 col-sm-2 col-xs-2 "><?php echo $previousYear2; ?></label> <label class="col-md-2 col-sm-2 col-xs-2 "><?php echo $previousYear1; ?></label> </div> <div class="col-md-12 col-xs-12 col-sm-12"> <span class="col-md-1 col-sm-1 col-xs-1 ">1.</span> <label class="col-md-2 col-sm-2 col-xs-2 ">Net Worth</label> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="netWorthY3" value="<?php echo $netWorthY3; ?>" id="netWorthY3" onkeypress="return number2(event)" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="netWorthY2" value="<?php echo $netWorthY2; ?>" id="netWorthY2" onkeypress="return number2(event)" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="netWorthY1" value="<?php echo $netWorthY1; ?>" id="netWorthY1" onkeypress="return number2(event)" readonly> </div> <div class="col-md-12 col-xs-12 col-sm-12"> <span class="col-md-1 col-sm-1 col-xs-1 ">2.</span> <label class="col-md-2 col-sm-2 col-xs-2 "> Net sales</label> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="salesY3" value="<?php echo $salesY3; ?>" id="salesY3" onkeypress="return number2(event)" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="salesY2" value="<?php echo $salesY2; ?>" id="salesY2" onkeypress="return number2(event)" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="salesY1" value="<?php echo $salesY1; ?>" id="salesY1" onkeypress="return number2(event)" readonly> </div> <div class="col-md-12 col-xs-12 col-sm-12"> <span class="col-md-1 col-sm-1 col-xs-1 ">3.</span> <label class="col-md-2 col-sm-2 col-xs-2 ">Net Profit</label> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="netProfitY3" value="<?php echo $netProfitY3; ?>" id="netProfitY3" onkeypress="return number2(event)" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="netProfitY2" value="<?php echo $netProfitY2; ?>" id="netProfitY2" onkeypress="return number2(event)" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="netProfitY1" value="<?php echo $netProfitY1; ?>" id="netProfitY1" onkeypress="return number2(event)" readonly> </div> <div class="col-md-12 col-xs-12 col-sm-12"> <span class="col-md-1 col-sm-1 col-xs-1 ">4.</span> <label class="col-md-2 col-sm-2 col-xs-2 ">Depriciation</label> <input type="text" class="col-md-2" name="depriciationY3" value="<?php echo $depriciationY3; ?>" id="depriciationY3" onkeypress="return number2(event)" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="depriciationY2" value="<?php echo $depriciationY2; ?>" id="depriciationY2" onkeypress="return number2(event)" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="depriciationY1" value="<?php echo $depriciationY1; ?>" id="depriciationY1" onkeypress="return number2(event)" readonly> </div> <div class="col-md-12 col-xs-12 col-sm-12"> <span class="col-md-1 col-sm-1 col-xs-1 ">5.</span> <label class="col-md-2 col-sm-2 col-xs-2 ">Interest</label> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="interestY3" id="interestY3" value="<?php echo $interestY3; ?>" onkeypress="return number2(event)" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="interestY2" id="interestY2" value="<?php echo $interestY2; ?>" onkeypress="return number2(event)" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " name="interestY1" id="interestY1" value="<?php echo $interestY1; ?>" onkeypress="return number2(event)" readonly> </div>--> <!--<div class="col-md-12 col-xs-12 col-sm-12"> <span class="col-md-1 col-sm-1 col-xs-1 "></span> <label class="col-md-2 col-sm-2 col-xs-2 ">Total Debt</label> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " id="debitY3" value="<?php echo $totalDebitY3; ?>" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " id="debitY2" value="<?php echo $totalDebitY2; ?>" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " id="debitY1" value="<?php echo $totalDebitY1; ?>" readonly> </div>--> <table class="table table-bordered cs-table"> <thead> <tr> <th>S.No</th> <th>Particulars</th> <th><?php echo $previousYear3; ?></th> <th><?php echo $previousYear2; ?></th> <th><?php echo $previousYear1; ?></th> </tr> </thead> <tbody class="input_fields_wrap4"> <tr> <td> <div class="tableInput">1.</div> </td> <td> <div class="tableInput">Net Worth</div> </td> <td> <div class="tableInput"><?php echo $netWorthY3; ?></div> </td> <td> <div class="tableInput"><?php echo $netWorthY2; ?></div> </td> <td> <div class="tableInput"><?php echo $netWorthY1; ?></div> </td> </tr> <tr> <td> <div class="tableInput">2.</div> </td> <td> <div class="tableInput">Net sales</div> </td> <td> <div class="tableInput"><?php echo $salesY3; ?></div> </td> <td> <div class="tableInput"><?php echo $salesY2; ?></div> </td> <td> <div class="tableInput"><?php echo $salesY1; ?></div> </td> </tr> <tr> <td> <div class="tableInput">3.</div> </td> <td> <div class="tableInput">Net Profit</div> </td> <td> <div class="tableInput"><?php echo $netProfitY3; ?></div> </td> <td> <div class="tableInput"><?php echo $netProfitY2; ?></div> </td> <td> <div class="tableInput"><?php echo $netProfitY1; ?></div> </td> </tr> <tr> <td> <div class="tableInput">4.</div> </td> <td> <div class="tableInput">Depreciation</div> </td> <td> <div class="tableInput"><?php echo $depriciationY3; ?></div> </td> <td> <div class="tableInput"><?php echo $depriciationY2; ?></div> </td> <td> <div class="tableInput"><?php echo $depriciationY1; ?></div> </td> </tr> <tr> <td> <div class="tableInput">5.</div> </td> <td> <div class="tableInput">Interest</div> </td> <td> <div class="tableInput"><?php echo $interestY3; ?></div> </td> <td> <div class="tableInput"><?php echo $interestY2; ?></div> </td> <td> <div class="tableInput"><?php echo $interestY1; ?></div> </td> </tr> </tbody> </table> </div> <?php echo $futureEstimations; ?> </section> <section> <div class="col-md-12 col-xs-12 col-sm-12 detailsBlock removePadding"> <h3>Details of Loan availed & repaid in past 3 years</h3> <table class="table table-bordered cs-table"> <thead> <tr> <th>S.No</th> <th>Particulars</th> <th><?php echo $previousYear3; ?></th> <th><?php echo $previousYear2; ?></th> <th><?php echo $previousYear1; ?></th> </tr> </thead> <tbody class="input_fields_wrap4"> <tr> <td> <div class="tableInput">1.</div> </td> <td> <div class="tableInput">Loan Availed</div> </td> <td> <div class="tableInput"><?php echo $loanAvailedY3; ?></div> </td> <td> <div class="tableInput"><?php echo $loanAvailedY2; ?></div> </td> <td> <div class="tableInput"><?php echo $loanAvailedY1; ?></div> </td> </tr> <tr> <td> <div class="tableInput">2.</div> </td> <td> <div class="tableInput">Loan Repaid</div> </td> <td> <div class="tableInput"><?php echo $loanRepaidY3; ?></div> </td> <td> <div class="tableInput"><?php echo $loanRepaidY2; ?></div> </td> <td> <div class="tableInput"><?php echo $loanRepaidY1; ?></div> </td> </tr> <tr> <td> <div class="tableInput"></div> </td> <td> <div class="tableInput">Balance Outstanding</div> </td> <td> <div class="tableInput"><?php echo $totalLoanY3; ?></div> </td> <td> <div class="tableInput"><?php echo $totalLoanY2; ?></div> </td> <td> <div class="tableInput"><?php echo $totalLoanY1; ?></div> </td> </tr> </tbody> </table> </div> <div class="col-md-12" style="padding-top:20px;"> <label class="col-md-3">Amount of Loan Required(Rs.)</label> <input type="text" class="col-md-3" id="loanAmount" value="<?php echo $loanAmount; ?>" name="loanAmount" readonly> </div> <div class="col-md-12" style="padding-top:20px;"> <label class="col-md-3">Amount of Loan Purpose</label> <textarea style="width:100%" name="loanPurpose" id="loanPurpose" rows="7"><?php echo $loanPurpose; ?></textarea> </div> </section> <section> <!--<div class="col-md-12 col-xs-12 col-sm-12 removePadding"> <h3>Repayment of Schedule Proposed</h3> <div class="form-group col-md-12" style="padding-top:10px;"> <label class="col-md-0">File :<small></small>:</label> <button type="button" class="btn btn-default" style="margin-left:20px;">Download </button> </div> </div>--> </section> </div><!--end formContainer--> <!--page6--> <div class="col-md-12 col-xs-12 col-sm-12 text-cneter"> <section> <div class="col-md-12 col-xs-12 col-sm-12 removePadding"> <h3>Details of Bank Accounts</h3> <!--<div class="col-md-12 col-xs-12 col-sm-12 rowStyle"> <label class="col-md-1 col-sm-1 col-xs-1 snMargin">S.No</label> <label class="col-md-2 col-sm-2 col-xs-2 ">IFSC Code</label> <label class="col-md-2 col-sm-2 col-xs-2 ">Bank Name</label> <label class="col-md-2 col-sm-2 col-xs-2 ">Branch Name</label> <label class="col-md-2 col-sm-2 col-xs-2 ">Account Number</label> </div> <div class="addMoreFields"> <div class="col-md-12 col-xs-12 col-sm-12 textBlock"> <span class="col-md-1 col-sm-1 col-xs-1">1.</span> <input type="text" class="col-md-2 col-sm-2 col-xs-2 " placeholder="IFSC Code" value="<?php echo $ifsc; ?>" name="ifscCode" id="ifscCode" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2" placeholder="Bank Name" value="<?php echo $bankName; ?>" name="bankName" id="bankName" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2" placeholder="Branch Name" value="<?php echo $branch; ?>" name="branchName" id="branchName" readonly> <input type="text" class="col-md-2 col-sm-2 col-xs-2" placeholder="Account Number" value="<?php echo $accountNumber; ?>" name="accountNumber" id="accountNumber" readonly> </div> </div>--> <table class="table table-bordered cs-table"> <thead> <tr> <th>S.No</th> <th>IFSC Code</th> <th>Bank Name</th> <th>Branch Name</th> <th>Account Number</th> </tr> </thead> <tbody class="input_fields_wrap4"> <tr> <td> <div class="tableInput">1.</div> </td> <td> <div class="tableInput"><?php echo $ifsc; ?> </div> </td> <td> <div class="tableInput"><?php echo $bankName; ?> </div> </td> <td> <div class="tableInput"><?php echo $branch; ?> </div> </td> <td> <div class="tableInput"><?php echo $accountNumber; ?> </div> </td> </tr> </tbody> </table> </div> </section> <section> <div class="col-md-12 removePadding" style="padding-top:20px;"> <h3>Files</h3> <div class="form-group"> <label class=" col-md-3" >Deed of Declaration:</label> <div class="col-md-2"><?php echo $deedOfDeclaration; ?></div> <label class=" col-md-1" >Remarks:</label> <?=$deedRemarks;?> </div> <div class="form-group"> <label class=" col-md-3">Bank PassBook:</label> <div class="col-md-2"><?php echo $bankPassbook; ?></div> <label class=" col-md-1" >Remarks:</label> <?=$passbookRemarks;?> </div> <div class="form-group"> <label class=" col-md-3">Certificate of Incorporation :</label> <div class="col-md-2"><?php echo $incorporationCertificate; ?></div> <label class=" col-md-1" >Remarks:</label> <?php echo $incorporationRemarks; ?> </div> <div class="form-group"> <label class=" col-md-3">Memorandum :</label> <div class="col-md-2"><?php echo $memorandum; ?></div> <label class=" col-md-1" >Remarks:</label> <?php echo $memorandumRemarks; ?> </div> <div class="form-group"> <label class=" col-md-3">Resolution of Board of Directors:</label> <div class="col-md-2"><?php echo $boardOfDirectors; ?></div> <label class=" col-md-1" >Remarks:</label> <?php echo $boardRemarks; ?> </div> <div class="form-group"> <label class=" col-md-3">Articles of Association:</label> <div class="col-md-2"><?php echo $articleFile; ?></div> <label class=" col-md-1" >Remarks:</label> <?php echo $articleRemarks; ?> </div> <div class="form-group"> <label class=" col-md-3">Business plan for next 3 years :</label> <div class="col-md-2"><?php echo $businessFile; ?></div> <label class=" col-md-1" >Remarks:</label> <?php echo $businessRemarks; ?> </div> <div class="form-group"> <label class=" col-md-3">Financial Statement for first year:</label> <div class="col-md-2"><?php echo $financialFile; ?></div> <label class=" col-md-1" >Remarks:</label> <?php echo $financialRemarks; ?> </div> <div class="form-group"> <label class=" col-md-3">Financial Statement for second year:</label> <div class="col-md-2"><?php echo $financialFile2; ?></div> <label class=" col-md-1" >Remarks:</label> <?php echo $financialRemarks2; ?> </div> <div class="form-group"> <label class=" col-md-3">Financial Statement for third year:</label> <div class="col-md-2"><?php echo $financialFile3; ?></div> <label class=" col-md-1" >Remarks:</label> <?php echo $financialRemarks3; ?> </div> <div class="form-group"> <label class=" col-md-3">Proposed Repayment Schedule:</label> <div class="col-md-2"><?php echo $excelFile; ?></div> </div> </div> </section> <div class="text-center col-md-12"> <a href="newRegistration.php"><input type="button" value="Back" class="btn btn-cs"></a> <?php echo $registerButton; ?> <?php echo $rejectButton; ?> </div> </div><!--end formContainer--> </div> </div> </div> </div> <!-- /.container-fluid --> </div> <!-- /#page-wrapper --> <?php include"footer.php"?> <script> function download(fileType) { switch(fileType) { case 1: break; case 2: break; case 3: break; case 4: break; case 5: break; case 6: break; case 7: break; case 8: break; case 9: break; case 10: break; case 11: break; case 12: break; case 13: break; case 14: break; } } $('input[type="text"]').replaceWith(function(){ return '<span class='+this.className+'>'+this.value+'</span>' }); $('input[type="email"]').replaceWith(function(){ return '<span class='+this.className+'>'+this.value+'</span>' }); $('textarea').replaceWith(function(){ return '<span class='+this.className+'>'+this.value+'</span>' }); $('select').replaceWith(function(){ return '<span class='+this.className+'>'+this.value+'</span>' }); </script>