/home3/vehiclea/public_html/admin-appleiitfoundationschools-com/balanceSheet.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;"> 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>
<tr style="color:red">
<th>Durgi</th>
<td><?php echo $otCreditAmtDurgi ?></td>
<td><?php echo $otDebitAmtDurgi ?></td>
<td><?php echo $otCreditAmtDurgi - $otDebitAmtDurgi ?></td>
</tr>
<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>
<tr style="color:red">
<th>Degree</th>
<td><?php echo $otCreditAmtDegree ?></td>
<td><?php echo $otDebitAmtDegree ?></td>
<td><?php echo $otCreditAmtDegree - $otDebitAmtDegree ?></td>
</tr>
<tr style="color:red">
<th>Intermediate</th>
<td><?php echo $otCreditAmtInter ?></td>
<td><?php echo $otDebitAmtInter ?></td>
<td><?php echo $otCreditAmtInter - $otDebitAmtInter ?></td>
</tr>
<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>
<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>
<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>
<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>
<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>
<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>
<tr style="color:red">
<th>PENDING DUES</th>
<td><?php echo $otCreditAmtPD ?></td>
<td><?php echo $otDebitAmtPD ?></td>
<td><?php echo $otCreditAmtPD - $otDebitAmtPD ?></td>
</tr>
<tr>
<th>Bills</th>
<td><?php echo $otCreditAmtBills ?></td>
<td><?php echo $otDebitAmtBills ?></td>
<td><?php echo $otCreditAmtBills - $otDebitAmtBills ?></td>
</tr>
<tr>
<th>Books</th>
<td><?php echo $otCreditAmtBooks ?></td>
<td><?php echo $otDebitAmtBooks ?></td>
<td><?php echo $otCreditAmtBooks - $otDebitAmtBooks ?></td>
</tr>
<tr>
<th>Bus Finance</th>
<td><?php echo $otCreditAmtBusFin ?></td>
<td><?php echo $otDebitAmtBusFin ?></td>
<td><?php echo $otCreditAmtBusFin - $otDebitAmtBusFin ?></td>
</tr>
<tr>
<th>Bus Maintenance</th>
<td><?php echo $otCreditAmtBusMain ?></td>
<td><?php echo $otDebitAmtBusMain ?></td>
<td><?php echo $otCreditAmtBusMain - $otDebitAmtBusMain ?></td>
</tr>
<tr>
<th>Bus Oil</th>
<td><?php echo $otCreditAmtBusOil ?></td>
<td><?php echo $otDebitAmtBusOil ?></td>
<td><?php echo $otCreditAmtBusOil - $otDebitAmtBusOil ?></td>
</tr>
<tr>
<th>Educational Fee</th>
<td><?php echo $otCreditAmtEduFee ?></td>
<td><?php echo $otDebitAmtEduFee ?></td>
<td><?php echo $otCreditAmtEduFee - $otDebitAmtEduFee ?></td>
</tr>
<tr>
<th>Family Exp</th>
<td><?php echo $otCreditAmtFamExp ?></td>
<td><?php echo $otDebitAmtFamExp ?></td>
<td><?php echo $otCreditAmtFamExp - $otDebitAmtFamExp ?></td>
</tr>
<tr>
<th>GENERAL MAINTENANCE</th>
<td><?php echo $otCreditAmtGenMain ?></td>
<td><?php echo $otDebitAmtGenMain ?></td>
<td><?php echo $otCreditAmtGenMain - $otDebitAmtGenMain ?></td>
</tr>
<tr>
<th>Pragathi Crops Hyd</th>
<td><?php echo $otCreditAmtPCH ?></td>
<td><?php echo $otDebitAmtPCH ?></td>
<td><?php echo $otCreditAmtPCH - $otDebitAmtPCH ?></td>
</tr>
<tr>
<th>Remodiling</th>
<td><?php echo $otCreditAmtRM ?></td>
<td><?php echo $otDebitAmtRM ?></td>
<td><?php echo $otCreditAmtRM - $otDebitAmtRM ?></td>
</tr>
<tr>
<th>Rents</th>
<td><?php echo $otCreditAmtRents ?></td>
<td><?php echo $otDebitAmtRents ?></td>
<td><?php echo $otCreditAmtRents - $otDebitAmtRents ?></td>
</tr>
<tr>
<th>Salaries</th>
<td><?php echo $otCreditAmtSal ?></td>
<td><?php echo $otDebitAmtSal ?></td>
<td><?php echo $otCreditAmtSal - $otDebitAmtSal ?></td>
</tr>
<tr>
<th>Scholarship</th>
<td><?php echo $otCreditAmtSchol ?></td>
<td><?php echo $otDebitAmtSchol ?></td>
<td><?php echo $otCreditAmtSchol - $otDebitAmtSchol ?></td>
</tr>
<tr>
<th>Uniform Dress</th>
<td><?php echo $otCreditAmtUD ?></td>
<td><?php echo $otDebitAmtUD ?></td>
<td><?php echo $otCreditAmtUD - $otDebitAmtUD ?></td>
</tr>
<tr>
<th>VARTANA LAND FINANCE</th>
<td><?php echo $otCreditAmtVLF ?></td>
<td><?php echo $otDebitAmtVLF ?></td>
<td><?php echo $otCreditAmtVLF - $otDebitAmtVLF ?></td>
</tr>
<tr>
<th>UNRECORDED</th>
<td><?php echo $otCreditAmtUNREC ?></td>
<td><?php echo $otDebitAmtUNREC ?></td>
<td><?php echo $otCreditAmtUNREC - $otDebitAmtUNREC ?></td>
</tr>
<tr>
<th>MILK</th>
<td><?php echo $otCreditAmtMILK ?></td>
<td><?php echo $otDebitAmtMILK ?></td>
<td><?php echo $otCreditAmtMILK - $otDebitAmtMILK ?></td>
</tr>
<tr>
<th>VEGETABLES</th>
<td><?php echo $otCreditAmtVEGETABLES ?></td>
<td><?php echo $otDebitAmtVEGETABLES ?></td>
<td><?php echo $otCreditAmtVEGETABLES - $otDebitAmtVEGETABLES ?></td>
</tr>
<tr>
<th>KIRANA</th>
<td><?php echo $otCreditAmtKIRANA ?></td>
<td><?php echo $otDebitAmtKIRANA ?></td>
<td><?php echo $otCreditAmtKIRANA - $otDebitAmtKIRANA ?></td>
</tr>
<tr>
<th>RICE</th>
<td><?php echo $otCreditAmtRICE ?></td>
<td><?php echo $otDebitAmtRICE ?></td>
<td><?php echo $otCreditAmtRICE - $otDebitAmtRICE ?></td>
</tr>
<tr style="background-color:yellow; color: red;">
<th>Total</th>
<td><?php $totalCreditOT = $otCreditAmtDurgi + $otCreditAmtSPNAGAR + $otCreditAmtDegree + $otCreditAmtInter + $otCreditAmtAB + $otCreditAmtBills + $otCreditAmtBooks + $otCreditAmtBusFin + $otCreditAmtBusMain + $otCreditAmtBusOil + $otCreditAmtBVR + $otCreditAmtARR + $otCreditAmtEduFee + $otCreditAmtFamExp + $otCreditAmtGenMain + $otCreditAmtHdfc + $otCreditAmtIcici + $otCreditAmtOL + $otCreditAmtPCH + $otCreditAmtRM + $otCreditAmtRents + $otCreditAmtSal + $otCreditAmtSchol + $otCreditAmtUD + $otCreditAmtVLF + $otCreditAmtUNREC + $otCreditAmtMILK + $otCreditAmtKIRANA + $otCreditAmtVEGETABLES + $otCreditAmtRICE + $otCreditAmtPD; echo $totalCreditOT;
?></td>
<td><?php $totalDebitOT = $otDebitAmtDurgi + $otDebitAmtSPNAGAR + $otDebitAmtDegree + $otDebitAmtInter + $otDebitAmtAB + $otDebitAmtBills + $otDebitAmtBooks + $otDebitAmtBusFin + $otDebitAmtBusMain + $otDebitAmtBusOil + $otDebitAmtBVR + $otDebitAmtARR + $otDebitAmtEduFee + $otDebitAmtFamExp + $otDebitAmtGenMain + $otDebitAmtHdfc + $otDebitAmtIcici + $otDebitAmtOL + $otDebitAmtPCH + $otDebitAmtRM + $otDebitAmtRents + $otDebitAmtSal + $otDebitAmtSchol + $otDebitAmtUD + $otDebitAmtVLF + $otDebitAmtUNREC + $otDebitAmtVEGETABLES + $otDebitAmtRICE + $otDebitAmtKIRANA + $otDebitAmtMILK + $otDebitAmtPD; 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>
<tr style="color:red">
<th>Durgi</th>
<td><?php echo $spnCreditAmtDurgi ?></td>
<td><?php echo $spnDebitAmtDurgi ?></td>
<td><?php echo $spnCreditAmtDurgi - $spnDebitAmtDurgi ?></td>
</tr>
<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>
<tr style="color:red">
<th>Degree</th>
<td><?php echo $spnCreditAmtDegree ?></td>
<td><?php echo $spnDebitAmtDegree ?></td>
<td><?php echo $spnCreditAmtDegree - $spnDebitAmtDegree ?></td>
</tr>
<tr style="color:red">
<th>Intermediate</th>
<td><?php echo $spnCreditAmtInter ?></td>
<td><?php echo $spnDebitAmtInter ?></td>
<td><?php echo $spnCreditAmtInter - $spnDebitAmtInter ?></td>
</tr>
<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>
<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>
<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>
<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>
<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>
<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>
<tr style="color:red">
<th>PENDING DUES</th>
<td><?php echo $spnCreditAmtPD ?></td>
<td><?php echo $spnDebitAmtPD ?></td>
<td><?php echo $spnCreditAmtPD - $spnDebitAmtPD ?></td>
</tr>
<tr>
<th>Bills</th>
<td><?php echo $spnCreditAmtBills ?></td>
<td><?php echo $spnDebitAmtBills ?></td>
<td><?php echo $spnCreditAmtBills - $spnDebitAmtBills ?></td>
</tr>
<tr>
<th>Books</th>
<td><?php echo $spnCreditAmtBooks ?></td>
<td><?php echo $spnDebitAmtBooks ?></td>
<td><?php echo $spnCreditAmtBooks - $spnDebitAmtBooks ?></td>
</tr>
<tr>
<th>Bus Finance</th>
<td><?php echo $spnCreditAmtBusFin ?></td>
<td><?php echo $spnDebitAmtBusFin ?></td>
<td><?php echo $spnCreditAmtBusFin - $spnDebitAmtBusFin ?></td>
</tr>
<tr>
<th>Bus Maintenance</th>
<td><?php echo $spnCreditAmtBusMain ?></td>
<td><?php echo $spnDebitAmtBusMain ?></td>
<td><?php echo $spnCreditAmtBusMain - $spnDebitAmtBusMain ?></td>
</tr>
<tr>
<th>Bus Oil</th>
<td><?php echo $spnCreditAmtBusOil ?></td>
<td><?php echo $spnDebitAmtBusOil ?></td>
<td><?php echo $spnCreditAmtBusOil - $spnDebitAmtBusOil ?></td>
</tr>
<tr>
<th>Educational Fee</th>
<td><?php echo $spnCreditAmtEduFee ?></td>
<td><?php echo $spnDebitAmtEduFee ?></td>
<td><?php echo $spnCreditAmtEduFee - $spnDebitAmtEduFee ?></td>
</tr>
<tr>
<th>Family Exp</th>
<td><?php echo $spnCreditAmtFamExp ?></td>
<td><?php echo $spnDebitAmtFamExp ?></td>
<td><?php echo $spnCreditAmtFamExp - $spnDebitAmtFamExp ?></td>
</tr>
<tr>
<th>GENERAL MAINTENANCE</th>
<td><?php echo $spnCreditAmtGenMain ?></td>
<td><?php echo $spnDebitAmtGenMain ?></td>
<td><?php echo $spnCreditAmtGenMain - $spnDebitAmtGenMain ?></td>
</tr>
<tr>
<th>Pragathi Crops Hyd</th>
<td><?php echo $spnCreditAmtPCH ?></td>
<td><?php echo $spnDebitAmtPCH ?></td>
<td><?php echo $spnCreditAmtPCH - $spnDebitAmtPCH ?></td>
</tr>
<tr>
<th>Remodiling</th>
<td><?php echo $spnCreditAmtRM ?></td>
<td><?php echo $spnDebitAmtRM ?></td>
<td><?php echo $spnCreditAmtRM - $spnDebitAmtRM ?></td>
</tr>
<tr>
<th>Rents</th>
<td><?php echo $spnCreditAmtRents ?></td>
<td><?php echo $spnDebitAmtRents ?></td>
<td><?php echo $spnCreditAmtRents - $spnDebitAmtRents ?></td>
</tr>
<tr>
<th>Salaries</th>
<td><?php echo $spnCreditAmtSal ?></td>
<td><?php echo $spnDebitAmtSal ?></td>
<td><?php echo $spnCreditAmtSal - $spnDebitAmtSal ?></td>
</tr>
<tr>
<th>Scholarship</th>
<td><?php echo $spnCreditAmtSchol ?></td>
<td><?php echo $spnDebitAmtSchol ?></td>
<td><?php echo $spnCreditAmtSchol - $spnDebitAmtSchol ?></td>
</tr>
<tr>
<th>Uniform Dress</th>
<td><?php echo $spnCreditAmtUD ?></td>
<td><?php echo $spnDebitAmtUD ?></td>
<td><?php echo $spnCreditAmtUD - $spnDebitAmtUD ?></td>
</tr>
<tr>
<th>VARTANA LAND FINANCE</th>
<td><?php echo $spnCreditAmtVLF ?></td>
<td><?php echo $spnDebitAmtVLF ?></td>
<td><?php echo $spnCreditAmtVLF - $spnDebitAmtVLF ?></td>
</tr>
<tr>
<th>UNRECORDED</th>
<td><?php echo $spnCreditAmtUNREC ?></td>
<td><?php echo $spnDebitAmtUNREC ?></td>
<td><?php echo $spnCreditAmtUNREC - $spnDebitAmtUNREC ?></td>
</tr>
<tr>
<th>MILK</th>
<td><?php echo $spnCreditAmtMILK ?></td>
<td><?php echo $spnDebitAmtMILK ?></td>
<td><?php echo $spnCreditAmtMILK - $spnDebitAmtMILK ?></td>
</tr>
<tr>
<th>KIRANA</th>
<td><?php echo $spnCreditAmtKIRANA ?></td>
<td><?php echo $spnDebitAmtKIRANA ?></td>
<td><?php echo $spnCreditAmtKIRANA - $spnDebitAmtKIRANA ?></td>
</tr>
<tr>
<th>VEGETABLES</th>
<td><?php echo $spnCreditAmtVEGETABLES ?></td>
<td><?php echo $spnDebitAmtVEGETABLES ?></td>
<td><?php echo $spnCreditAmtVEGETABLES - $spnDebitAmtVEGETABLES ?></td>
</tr>
<tr>
<th>RICE</th>
<td><?php echo $spnCreditAmtRICE ?></td>
<td><?php echo $spnDebitAmtRICE ?></td>
<td><?php echo $spnCreditAmtRICE - $spnDebitAmtRICE ?></td>
</tr>
<tr style="background-color:yellow; color: red;">
<th>Total</th>
<td><?php $totalCreditSPNAGAR = $spnCreditAmtDurgi + $spnCreditAmtOLDTOWN + $spnCreditAmtDegree + $spnCreditAmtInter + $spnCreditAmtAB + $spnCreditAmtBills + $spnCreditAmtBooks + $spnCreditAmtBusFin + $spnCreditAmtBusMain + $spnCreditAmtBusOil + $spnCreditAmtBVR + $spnCreditAmtARR + $spnCreditAmtEduFee + $spnCreditAmtFamExp + $spnCreditAmtGenMain + $spnCreditAmtHdfc + $spnCreditAmtIcici + $spnCreditAmtOL + $spnCreditAmtPCH + $spnCreditAmtRM + $spnCreditAmtRents + $spnCreditAmtSal + $spnCreditAmtSchol + $spnCreditAmtUD + $spnCreditAmtVLF + $spnCreditAmtUNREC + $spnCreditAmtKIRANA + $spnCreditAmtVEGETABLES + $spnCreditAmtRICE + $spnCreditAmtMILK + $spnCreditAmtPD; echo $totalCreditSPNAGAR;
?></td>
<td><?php $totalDebitSPNAGAR = $spnDebitAmtDurgi + $spnDebitAmtOLDTOWN +
$spnDebitAmtDegree + $spnDebitAmtInter + $spnDebitAmtAB + $spnDebitAmtBills +
$spnDebitAmtBooks + $spnDebitAmtBusFin + $spnDebitAmtBusMain + $spnDebitAmtBusOil +
$spnDebitAmtBVR + $spnDebitAmtARR + $spnDebitAmtEduFee + $spnDebitAmtFamExp +
$spnDebitAmtGenMain + $spnDebitAmtHdfc + $spnDebitAmtIcici + $spnDebitAmtOL +
$spnDebitAmtPCH + $spnDebitAmtRM + $spnDebitAmtRents + $spnDebitAmtSal +
$spnDebitAmtSchol + $spnDebitAmtUD + $spnDebitAmtVLF + $spnDebitAmtMILK + $spnDebitAmtRICE + $spnDebitAmtVEGETABLES + $spnDebitAmtKIRANA + $spnDebitAmtUNREC + $spnDebitAmtPD; 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>
<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>
<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>
<tr style="color:red">
<th>Degree</th>
<td><?php echo $durgiCreditAmtDegree ?></td>
<td><?php echo $durgiDebitAmtDegree ?></td>
<td><?php echo $durgiCreditAmtDegree - $durgiDebitAmtDegree ?></td>
</tr>
<tr style="color:red">
<th>Intermediate</th>
<td><?php echo $durgiCreditAmtInter ?></td>
<td><?php echo $durgiDebitAmtInter ?></td>
<td><?php echo $durgiCreditAmtInter - $durgiDebitAmtInter ?></td>
</tr>
<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>
<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>
<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>
<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>
<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>
<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>
<tr style="color:red">
<th>PENDING DUES</th>
<td><?php echo $durgiCreditAmtPD ?></td>
<td><?php echo $durgiDebitAmtPD ?></td>
<td><?php echo $durgiCreditAmtPD - $durgiDebitAmtPD ?></td>
</tr>
<tr>
<th>Bills</th>
<td><?php echo $durgiCreditAmtBills ?></td>
<td><?php echo $durgiDebitAmtBills ?></td>
<td><?php echo $durgiCreditAmtBills - $durgiDebitAmtBills ?></td>
</tr>
<tr>
<th>Books</th>
<td><?php echo $durgiCreditAmtBooks ?></td>
<td><?php echo $durgiDebitAmtBooks ?></td>
<td><?php echo $durgiCreditAmtBooks - $durgiDebitAmtBooks ?></td>
</tr>
<tr>
<th>Bus Finance</th>
<td><?php echo $durgiCreditAmtBusFin ?></td>
<td><?php echo $durgiDebitAmtBusFin ?></td>
<td><?php echo $durgiCreditAmtBusFin - $durgiDebitAmtBusFin ?></td>
</tr>
<tr>
<th>Bus Maintenance</th>
<td><?php echo $durgiCreditAmtBusMain ?></td>
<td><?php echo $durgiDebitAmtBusMain ?></td>
<td><?php echo $durgiCreditAmtBusMain - $durgiDebitAmtBusMain ?></td>
</tr>
<tr>
<th>Bus Oil</th>
<td><?php echo $durgiCreditAmtBusOil ?></td>
<td><?php echo $durgiDebitAmtBusOil ?></td>
<td><?php echo $durgiCreditAmtBusOil - $durgiDebitAmtBusOil ?></td>
</tr>
<tr>
<th>Educational Fee</th>
<td><?php echo $durgiCreditAmtEduFee ?></td>
<td><?php echo $durgiDebitAmtEduFee ?></td>
<td><?php echo $durgiCreditAmtEduFee - $durgiDebitAmtEduFee ?></td>
</tr>
<tr>
<th>Family Exp</th>
<td><?php echo $durgiCreditAmtFamExp ?></td>
<td><?php echo $durgiDebitAmtFamExp ?></td>
<td><?php echo $durgiCreditAmtFamExp - $durgiDebitAmtFamExp ?></td>
</tr>
<tr>
<th>GENERAL MAINTENANCE</th>
<td><?php echo $durgiCreditAmtGenMain ?></td>
<td><?php echo $durgiDebitAmtGenMain ?></td>
<td><?php echo $durgiCreditAmtGenMain - $durgiDebitAmtGenMain ?></td>
</tr>
<tr>
<th>Pragathi Crops Hyd</th>
<td><?php echo $durgiCreditAmtPCH ?></td>
<td><?php echo $durgiDebitAmtPCH ?></td>
<td><?php echo $durgiCreditAmtPCH - $durgiDebitAmtPCH ?></td>
</tr>
<tr>
<th>Remodiling</th>
<td><?php echo $durgiCreditAmtRM ?></td>
<td><?php echo $durgiDebitAmtRM ?></td>
<td><?php echo $durgiCreditAmtRM - $durgiDebitAmtRM ?></td>
</tr>
<tr>
<th>Rents</th>
<td><?php echo $durgiCreditAmtRents ?></td>
<td><?php echo $durgiDebitAmtRents ?></td>
<td><?php echo $durgiCreditAmtRents - $durgiDebitAmtRents ?></td>
</tr>
<tr>
<th>Salaries</th>
<td><?php echo $durgiCreditAmtSal ?></td>
<td><?php echo $durgiDebitAmtSal ?></td>
<td><?php echo $durgiCreditAmtSal - $durgiDebitAmtSal ?></td>
</tr>
<tr>
<th>Scholarship</th>
<td><?php echo $durgiCreditAmtSchol ?></td>
<td><?php echo $durgiDebitAmtSchol ?></td>
<td><?php echo $durgiCreditAmtSchol - $durgiDebitAmtSchol ?></td>
</tr>
<tr>
<th>Uniform Dress</th>
<td><?php echo $durgiCreditAmtUD ?></td>
<td><?php echo $durgiDebitAmtUD ?></td>
<td><?php echo $durgiCreditAmtUD - $durgiDebitAmtUD ?></td>
</tr>
<tr>
<th>VARTANA LAND FINANCE</th>
<td><?php echo $durgiCreditAmtVLF ?></td>
<td><?php echo $durgiDebitAmtVLF ?></td>
<td><?php echo $durgiCreditAmtVLF - $durgiDebitAmtVLF ?></td>
</tr>
<tr>
<th>UNRECORDED</th>
<td><?php echo $durgiCreditAmtUNREC ?></td>
<td><?php echo $durgiDebitAmtUNREC ?></td>
<td><?php echo $durgiCreditAmtUNREC - $durgiDebitAmtUNREC ?></td>
</tr>
<tr>
<th>MILK</th>
<td><?php echo $durgiCreditAmtMILK ?></td>
<td><?php echo $durgiDebitAmtMILK ?></td>
<td><?php echo $durgiCreditAmtMILK - $durgiDebitAmtMILK ?></td>
</tr>
<tr>
<th>KIRANA</th>
<td><?php echo $durgiCreditAmtKIRANA ?></td>
<td><?php echo $durgiDebitAmtKIRANA ?></td>
<td><?php echo $durgiCreditAmtKIRANA - $durgiDebitAmtKIRANA ?></td>
</tr>
<tr>
<th>VEGETABLES</th>
<td><?php echo $durgiCreditAmtVEGETABLES ?></td>
<td><?php echo $durgiDebitAmtVEGETABLES ?></td>
<td><?php echo $durgiCreditAmtVEGETABLES - $durgiDebitAmtVEGETABLES ?></td>
</tr>
<tr>
<th>RICE</th>
<td><?php echo $durgiCreditAmtRICE ?></td>
<td><?php echo $durgiDebitAmtRICE ?></td>
<td><?php echo $durgiCreditAmtRICE - $durgiDebitAmtRICE ?></td>
</tr>
<tr style="background-color:yellow; color: red;">
<th>Total</th>
<td><?php $totalCreditDurgi = $durgiCreditAmtOLDTOWN + $durgiCreditAmtSPNAGAR + $durgiCreditAmtDegree + $durgiCreditAmtInter + $durgiCreditAmtAB + $durgiCreditAmtBills + $durgiCreditAmtBooks + $durgiCreditAmtBusFin + $durgiCreditAmtBusMain + $durgiCreditAmtBusOil + $durgiCreditAmtBVR + $durgiCreditAmtARR + $durgiCreditAmtEduFee + $durgiCreditAmtFamExp + $durgiCreditAmtGenMain + $durgiCreditAmtHdfc + $durgiCreditAmtIcici + $durgiCreditAmtOL + $durgiCreditAmtPCH + $durgiCreditAmtRM + $durgiCreditAmtRents + $durgiCreditAmtSal + $durgiCreditAmtSchol + $durgiCreditAmtUD + $durgiCreditAmtVLF + $durgiCreditAmtUNREC+ $durgiCreditAmtMILK+ $durgiCreditAmtVEGETABLES+ $durgiCreditAmtRICE+ $durgiCreditAmtKIRANA+ $durgiCreditAmtPD; echo $totalCreditDurgi;
?></td>
<td><?php $totalDebitDurgi = $durgiDebitAmtOLDTOWN + $durgiDebitAmtSPNAGAR + $durgiDebitAmtDegree + $durgiDebitAmtInter + $durgiDebitAmtAB + $durgiDebitAmtBills + $durgiDebitAmtBooks + $durgiDebitAmtBusFin + $durgiDebitAmtBusMain + $durgiDebitAmtBusOil + $durgiDebitAmtBVR + $durgiDebitAmtARR + $durgiDebitAmtEduFee + $durgiDebitAmtFamExp + $durgiDebitAmtGenMain + $durgiDebitAmtHdfc + $durgiDebitAmtIcici + $durgiDebitAmtOL + $durgiDebitAmtPCH + $durgiDebitAmtRM + $durgiDebitAmtRents + $durgiDebitAmtSal + $durgiDebitAmtSchol + $durgiDebitAmtUD + $durgiDebitAmtVLF + $durgiDebitAmtUNREC + $durgiDebitAmtKIRANA + $durgiDebitAmtVEGETABLES + $durgiDebitAmtRICE + $durgiDebitAmtMILK+ $durgiCreditAmtPD; 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>
<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>
<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>
<tr style="color:red">
<th>Durgi</th>
<td><?php echo $degreeCreditAmtDurgi ?></td>
<td><?php echo $degreeDebitAmtDurgi ?></td>
<td><?php echo $degreeCreditAmtDurgi - $degreeDebitAmtDurgi ?></td>
</tr>
<tr style="color:red">
<th>Intermediate</th>
<td><?php echo $degreeCreditAmtInter ?></td>
<td><?php echo $degreeDebitAmtInter ?></td>
<td><?php echo $degreeCreditAmtInter - $degreeDebitAmtInter ?></td>
</tr>
<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>
<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>
<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>
<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>
<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>
<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>
<tr style="color:red">
<th>PENDING DUES</th>
<td><?php echo $degreeCreditAmtPD ?></td>
<td><?php echo $degreeDebitAmtPD ?></td>
<td><?php echo $degreeCreditAmtPD - $degreeDebitAmtPD ?></td>
</tr>
<tr>
<th>Bills</th>
<td><?php echo $degreeCreditAmtBills ?></td>
<td><?php echo $degreeDebitAmtBills ?></td>
<td><?php echo $degreeCreditAmtBills - $degreeDebitAmtBills ?></td>
</tr>
<tr>
<th>Books</th>
<td><?php echo $degreeCreditAmtBooks ?></td>
<td><?php echo $degreeDebitAmtBooks ?></td>
<td><?php echo $degreeCreditAmtBooks - $degreeDebitAmtBooks ?></td>
</tr>
<tr>
<th>Bus Finance</th>
<td><?php echo $degreeCreditAmtBusFin ?></td>
<td><?php echo $degreeDebitAmtBusFin ?></td>
<td><?php echo $degreeCreditAmtBusFin - $degreeDebitAmtBusFin ?></td>
</tr>
<tr>
<th>Bus Maintenance</th>
<td><?php echo $degreeCreditAmtBusMain ?></td>
<td><?php echo $degreeDebitAmtBusMain ?></td>
<td><?php echo $degreeCreditAmtBusMain - $degreeDebitAmtBusMain ?></td>
</tr>
<tr>
<th>Bus Oil</th>
<td><?php echo $degreeCreditAmtBusOil ?></td>
<td><?php echo $degreeDebitAmtBusOil ?></td>
<td><?php echo $degreeCreditAmtBusOil - $degreeDebitAmtBusOil ?></td>
</tr>
<tr>
<th>Educational Fee</th>
<td><?php echo $degreeCreditAmtEduFee ?></td>
<td><?php echo $degreeDebitAmtEduFee ?></td>
<td><?php echo $degreeCreditAmtEduFee - $degreeDebitAmtEduFee ?></td>
</tr>
<tr>
<th>Family Exp</th>
<td><?php echo $degreeCreditAmtFamExp ?></td>
<td><?php echo $degreeDebitAmtFamExp ?></td>
<td><?php echo $degreeCreditAmtFamExp - $degreeDebitAmtFamExp ?></td>
</tr>
<tr>
<th>GENERAL MAINTENANCE</th>
<td><?php echo $degreeCreditAmtGenMain ?></td>
<td><?php echo $degreeDebitAmtGenMain ?></td>
<td><?php echo $degreeCreditAmtGenMain - $degreeDebitAmtGenMain ?></td>
</tr>
<tr>
<th>Pragathi Crops Hyd</th>
<td><?php echo $degreeCreditAmtPCH ?></td>
<td><?php echo $degreeDebitAmtPCH ?></td>
<td><?php echo $degreeCreditAmtPCH - $degreeDebitAmtPCH ?></td>
</tr>
<tr>
<th>Remodiling</th>
<td><?php echo $degreeCreditAmtRM ?></td>
<td><?php echo $degreeDebitAmtRM ?></td>
<td><?php echo $degreeCreditAmtRM - $degreeDebitAmtRM ?></td>
</tr>
<tr>
<th>Rents</th>
<td><?php echo $degreeCreditAmtRents ?></td>
<td><?php echo $degreeDebitAmtRents ?></td>
<td><?php echo $degreeCreditAmtRents - $degreeDebitAmtRents ?></td>
</tr>
<tr>
<th>Salaries</th>
<td><?php echo $degreeCreditAmtSal ?></td>
<td><?php echo $degreeDebitAmtSal ?></td>
<td><?php echo $degreeCreditAmtSal - $degreeDebitAmtSal ?></td>
</tr>
<tr>
<th>Scholarship</th>
<td><?php echo $degreeCreditAmtSchol ?></td>
<td><?php echo $degreeDebitAmtSchol ?></td>
<td><?php echo $degreeCreditAmtSchol - $degreeDebitAmtSchol ?></td>
</tr>
<tr>
<th>Uniform Dress</th>
<td><?php echo $degreeCreditAmtUD ?></td>
<td><?php echo $degreeDebitAmtUD ?></td>
<td><?php echo $degreeCreditAmtUD - $degreeDebitAmtUD ?></td>
</tr>
<tr>
<th>VARTANA LAND FINANCE</th>
<td><?php echo $degreeCreditAmtVLF ?></td>
<td><?php echo $degreeDebitAmtVLF ?></td>
<td><?php echo $degreeCreditAmtVLF - $degreeDebitAmtVLF ?></td>
</tr>
<tr>
<th>UNRECORDED</th>
<td><?php echo $degreeCreditAmtUNREC ?></td>
<td><?php echo $degreeDebitAmtUNREC ?></td>
<td><?php echo $degreeCreditAmtUNREC - $degreeDebitAmtUNREC ?></td>
</tr>
<tr>
<th>MILK</th>
<td><?php echo $degreeCreditAmtMILK ?></td>
<td><?php echo $degreeDebitAmtMILK ?></td>
<td><?php echo $degreeCreditAmtMILK - $degreeDebitAmtMILK ?></td>
</tr>
<tr>
<th>KIRANA</th>
<td><?php echo $degreeCreditAmtKIRANA ?></td>
<td><?php echo $degreeDebitAmtKIRANA ?></td>
<td><?php echo $degreeCreditAmtKIRANA - $degreeDebitAmtKIRANA ?></td>
</tr>
<tr>
<th>VEGETABLES</th>
<td><?php echo $degreeCreditAmtVEGETABLES ?></td>
<td><?php echo $degreeDebitAmtVEGETABLES ?></td>
<td><?php echo $degreeCreditAmtVEGETABLES - $degreeDebitAmtVEGETABLES ?></td>
</tr>
<tr>
<th>RICE</th>
<td><?php echo $degreeCreditAmtRICE ?></td>
<td><?php echo $degreeDebitAmtRICE ?></td>
<td><?php echo $degreeCreditAmtRICE - $degreeDebitAmtRICE ?></td>
</tr>
<tr style="background-color:yellow; color: red;">
<th>Total</th>
<td><?php $totalCreditDegree = $degreeCreditAmtDurgi + $degreeCreditAmtSPNAGAR + $degreeCreditAmtOLDTOWN + $degreeCreditAmtInter + $degreeCreditAmtAB + $degreeCreditAmtBills + $degreeCreditAmtBooks + $degreeCreditAmtBusFin + $degreeCreditAmtBusMain + $degreeCreditAmtBusOil + $degreeCreditAmtBVR + $degreeCreditAmtARR + $degreeCreditAmtEduFee + $degreeCreditAmtFamExp + $degreeCreditAmtGenMain + $degreeCreditAmtHdfc + $degreeCreditAmtIcici + $degreeCreditAmtOL + $degreeCreditAmtPCH + $degreeCreditAmtRM + $degreeCreditAmtRents + $degreeCreditAmtSal + $degreeCreditAmtSchol + $degreeCreditAmtUD + $degreeCreditAmtVLF + $degreeCreditAmtUNREC + $degreeCreditAmtMILK + $degreeCreditAmtKIRANA + $degreeCreditAmtVEGETABLES + $degreeCreditAmtRICE + $degreeCreditAmtPD; echo $totalCreditDegree;
?></td>
<td><?php $totalDebitDegree = $degreeDebitAmtDurgi + $degreeDebitAmtSPNAGAR + $degreeDebitAmtOLDTOWN + $degreeDebitAmtInter + $degreeDebitAmtAB + $degreeDebitAmtBills + $degreeDebitAmtBooks + $degreeDebitAmtBusFin + $degreeDebitAmtBusMain + $degreeDebitAmtBusOil + $degreeDebitAmtBVR + $degreeDebitAmtARR + $degreeDebitAmtEduFee + $degreeDebitAmtFamExp + $degreeDebitAmtGenMain + $degreeDebitAmtHdfc + $degreeDebitAmtIcici + $degreeDebitAmtOL + $degreeDebitAmtPCH + $degreeDebitAmtRM + $degreeDebitAmtRents + $degreeDebitAmtSal + $degreeDebitAmtSchol + $degreeDebitAmtUD + $degreeDebitAmtVLF+ $degreeDebitAmtUNREC + $degreeDebitAmtMILK+ $degreeDebitAmtKIRANA+ $degreeDebitAmtRICE+ $degreeDebitAmtVEGETABLES+ $degreeDebitAmtPD; 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>
<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>
<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>
<tr style="color:red">
<th>Durgi</th>
<td><?php echo $interCreditAmtDurgi ?></td>
<td><?php echo $interDebitAmtDurgi ?></td>
<td><?php echo $interCreditAmtDurgi - $interDebitAmtDurgi ?></td>
</tr>
<tr style="color:red">
<th>Degree</th>
<td><?php echo $interCreditAmtDegree ?></td>
<td><?php echo $interDebitAmtDegree ?></td>
<td><?php echo $interCreditAmtDegree - $interDebitAmtDegree ?></td>
</tr>
<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>
<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>
<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>
<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>
<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>
<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>
<tr style="color:red">
<th>PENDING DUES</th>
<td><?php echo $interCreditAmtPD ?></td>
<td><?php echo $interDebitAmtPD ?></td>
<td><?php echo $interCreditAmtPD - $interDebitAmtPD ?></td>
</tr>
<tr>
<th>Bills</th>
<td><?php echo $interCreditAmtBills ?></td>
<td><?php echo $interDebitAmtBills ?></td>
<td><?php echo $interCreditAmtBills - $interDebitAmtBills ?></td>
</tr>
<tr>
<th>Books</th>
<td><?php echo $interCreditAmtBooks ?></td>
<td><?php echo $interDebitAmtBooks ?></td>
<td><?php echo $interCreditAmtBooks - $interDebitAmtBooks ?></td>
</tr>
<tr>
<th>Bus Finance</th>
<td><?php echo $interCreditAmtBusFin ?></td>
<td><?php echo $interDebitAmtBusFin ?></td>
<td><?php echo $interCreditAmtBusFin - $interDebitAmtBusFin ?></td>
</tr>
<tr>
<th>Bus Maintenance</th>
<td><?php echo $interCreditAmtBusMain ?></td>
<td><?php echo $interDebitAmtBusMain ?></td>
<td><?php echo $interCreditAmtBusMain - $interDebitAmtBusMain ?></td>
</tr>
<tr>
<th>Bus Oil</th>
<td><?php echo $interCreditAmtBusOil ?></td>
<td><?php echo $interDebitAmtBusOil ?></td>
<td><?php echo $interCreditAmtBusOil - $interDebitAmtBusOil ?></td>
</tr>
<tr>
<th>Educational Fee</th>
<td><?php echo $interCreditAmtEduFee ?></td>
<td><?php echo $interDebitAmtEduFee ?></td>
<td><?php echo $interCreditAmtEduFee - $interDebitAmtEduFee ?></td>
</tr>
<tr>
<th>Family Exp</th>
<td><?php echo $interCreditAmtFamExp ?></td>
<td><?php echo $interDebitAmtFamExp ?></td>
<td><?php echo $interCreditAmtFamExp - $interDebitAmtFamExp ?></td>
</tr>
<tr>
<th>GENERAL MAINTENANCE</th>
<td><?php echo $interCreditAmtGenMain ?></td>
<td><?php echo $interDebitAmtGenMain ?></td>
<td><?php echo $interCreditAmtGenMain - $interDebitAmtGenMain ?></td>
</tr>
<tr>
<th>Pragathi Crops Hyd</th>
<td><?php echo $interCreditAmtPCH ?></td>
<td><?php echo $interDebitAmtPCH ?></td>
<td><?php echo $interCreditAmtPCH - $interDebitAmtPCH ?></td>
</tr>
<tr>
<th>Remodiling</th>
<td><?php echo $interCreditAmtRM ?></td>
<td><?php echo $interDebitAmtRM ?></td>
<td><?php echo $interCreditAmtRM - $interDebitAmtRM ?></td>
</tr>
<tr>
<th>Rents</th>
<td><?php echo $interCreditAmtRents ?></td>
<td><?php echo $interDebitAmtRents ?></td>
<td><?php echo $interCreditAmtRents - $interDebitAmtRents ?></td>
</tr>
<tr>
<th>Salaries</th>
<td><?php echo $interCreditAmtSal ?></td>
<td><?php echo $interDebitAmtSal ?></td>
<td><?php echo $interCreditAmtSal - $interDebitAmtSal ?></td>
</tr>
<tr>
<th>Scholarship</th>
<td><?php echo $interCreditAmtSchol ?></td>
<td><?php echo $interDebitAmtSchol ?></td>
<td><?php echo $interCreditAmtSchol - $interDebitAmtSchol ?></td>
</tr>
<tr>
<th>Uniform Dress</th>
<td><?php echo $interCreditAmtUD ?></td>
<td><?php echo $interDebitAmtUD ?></td>
<td><?php echo $interCreditAmtUD - $interDebitAmtUD ?></td>
</tr>
<tr>
<th>VARTANA LAND FINANCE</th>
<td><?php echo $interCreditAmtVLF ?></td>
<td><?php echo $interDebitAmtVLF ?></td>
<td><?php echo $interCreditAmtVLF - $interDebitAmtVLF ?></td>
</tr>
<tr>
<th>UNRECORDED</th>
<td><?php echo $interCreditAmtUNREC ?></td>
<td><?php echo $interDebitAmtUNREC ?></td>
<td><?php echo $interCreditAmtUNREC - $interDebitAmtUNREC ?></td>
</tr>
<tr>
<th>MILK</th>
<td><?php echo $interCreditAmtMILK ?></td>
<td><?php echo $interDebitAmtMILK ?></td>
<td><?php echo $interCreditAmtMILK - $interDebitAmtMILK ?></td>
</tr>
<tr>
<th>VEGETABLES</th>
<td><?php echo $interCreditAmtVEGETABLES ?></td>
<td><?php echo $interDebitAmtVEGETABLES ?></td>
<td><?php echo $interCreditAmtVEGETABLES - $interDebitAmtVEGETABLES ?></td>
</tr>
<tr>
<th>KIRANA</th>
<td><?php echo $interCreditAmtKIRANA ?></td>
<td><?php echo $interDebitAmtKIRANA ?></td>
<td><?php echo $interCreditAmtKIRANA - $interDebitAmtKIRANA ?></td>
</tr>
<tr>
<th>RICE</th>
<td><?php echo $interCreditAmtRICE ?></td>
<td><?php echo $interDebitAmtRICE ?></td>
<td><?php echo $interCreditAmtRICE - $interDebitAmtRICE ?></td>
</tr>
<tr style="background-color:yellow; color: red;">
<th>Total</th>
<td><?php $totalCreditInter = $interCreditAmtDurgi + $interCreditAmtSPNAGAR + $interCreditAmtDegree + $interCreditAmtOLDTOWN + $interCreditAmtAB + $interCreditAmtBills + $interCreditAmtBooks + $interCreditAmtBusFin + $interCreditAmtBusMain + $interCreditAmtBusOil + $interCreditAmtBVR + $interCreditAmtARR + $interCreditAmtEduFee + $interCreditAmtFamExp + $interCreditAmtGenMain + $interCreditAmtHdfc + $interCreditAmtIcici + $interCreditAmtOL + $interCreditAmtPCH + $interCreditAmtRM + $interCreditAmtRents + $interCreditAmtSal + $interCreditAmtSchol + $interCreditAmtUD + $interCreditAmtVLF +$interCreditAmtUNREC +$interCreditAmtMILK+$interCreditAmtKIRANA+$interCreditAmtRICE+$interCreditAmtVEGETABLES+$interCreditAmtPD; echo $totalCreditInter;
?></td>
<td><?php $totalDebitInter = $interDebitAmtDurgi + $interDebitAmtSPNAGAR + $interDebitAmtDegree + $interDebitAmtOLDTOWN + $interDebitAmtAB + $interDebitAmtBills + $interDebitAmtBooks + $interDebitAmtBusFin + $interDebitAmtBusMain + $interDebitAmtBusOil + $interDebitAmtBVR + $interDebitAmtARR + $interDebitAmtEduFee + $interDebitAmtFamExp + $interDebitAmtGenMain + $interDebitAmtHdfc + $interDebitAmtIcici + $interDebitAmtOL + $interDebitAmtPCH + $interDebitAmtRM + $interDebitAmtRents + $interDebitAmtSal + $interDebitAmtSchol + $interDebitAmtUD + $interDebitAmtVLF+$interDebitAmtUNREC+$interDebitAmtVEGETABLES+$interDebitAmtMILK+$interDebitAmtRICE+$interDebitAmtKIRANA+$interDebitAmtPD; 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 $totalCreditAmtOLDTOWN ?></td>
<td><?php echo $totalDebitAmtOLDTOWN ?></td>
<td><?php echo $totalCreditAmtOLDTOWN - $totalDebitAmtOLDTOWN ?></td>
</tr>
<tr style="color:red">
<th>SP Nagar</th>
<td><?php echo $totalCreditAmtSPNAGAR ?></td>
<td><?php echo $totalDebitAmtSPNAGAR ?></td>
<td><?php echo $totalCreditAmtSPNAGAR - $totalDebitAmtSPNAGAR ?></td>
</tr>
<tr style="color:red">
<th>Durgi</th>
<td><?php echo $totalCreditAmtDurgi ?></td>
<td><?php echo $totalDebitAmtDurgi ?></td>
<td><?php echo $totalCreditAmtDurgi - $totalDebitAmtDurgi ?></td>
</tr>
<tr style="color:red">
<th>Intermediate</th>
<td><?php echo $totalCreditAmtInter ?></td>
<td><?php echo $totalDebitAmtInter ?></td>
<td><?php echo $totalCreditAmtInter - $totalDebitAmtInter ?></td>
</tr>
<tr style="color:red">
<th>Degree</th>
<td><?php echo $totalCreditAmtDegree ?></td>
<td><?php echo $totalDebitAmtDegree ?></td>
<td><?php echo $totalCreditAmtDegree - $totalDebitAmtDegree ?></td>
</tr>
<tr style="color:red">
<th>BANK STATEMENTS</th>
<td><?php echo $totalCreditAmtBS ?></td>
<td><?php echo $totalDebitAmtBS ?></td>
<td><?php echo $totalCreditAmtBS - $totalDebitAmtBS ?></td>
</tr>
<tr style="color:red">
<th>CHOLA STATEMENTS</th>
<td><?php echo $totalCreditAmtCS ?></td>
<td><?php echo $totalDebitAmtCS ?></td>
<td><?php echo $totalCreditAmtCS - $totalDebitAmtCS ?></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</section>
</main>
<?php include('include/footer.php'); ?>
@LwBee Strong Bypass
Upload File
Create New File