
PK 
<?php
session_start();
require_once '../common/common.php';
require_once '../common/secure.php';
include("connection.php");
include ("../head_account.php");
?>
<div align="left" style="float:left;"><!-- <a href="tax_report.php">Back</a> --></div>
Modify Or Edit Area
<div align='center'>
<table width="100%" border="0px">
<tr>
<th align="center">Income</th>
<th align="center">All Expenditure</th>
</tr>
<tr>
<td align="right"><a href="cert_income.php?type=normal">Certificate Income</a></td>
<td><a href="expend_edit.php?type=normal">Expenditure</a></td>
</tr>
<tr>
<td align="right"><a href="regular_income.php?type=normal">Regular Income</a></td>
<td> </td>
</tr>
<tr>
<th align="left" colspan="2">Cancelled Certificates Or Invoices</th>
</tr>
<tr>
<td colspan="2"><a href="cert_income.php?type=canceled">Certificate Or Invoice</a></td>
</tr>
<!--<tr>
<th colspan="2">Banks</th>
</tr>
<tr>
<td colspan="2"><strong>Amritsar</strong> <a href="banks.php?act=amrt&type=bankReport&cty=Amritsar&edit=yes">HDFC</a></td>
</tr>
<tr>
<td colspan="2"><strong>Ludhiana</strong> <a href="banks.php?act=ldh&type=bankReport&cty=Ludhiana&edit=yes">Punjab National Bank(PNB)</a></td>
</tr>
--></table>
<table width="100%" border="0px;">
<tr>
<td colspan='4' > </td>
</tr>
</table>
</div>
<?php
include ("../foot.php");
?>


PK 99