You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

56 lines
2.6 KiB

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ac_balance.aspx.cs" Inherits="Swift.web.AccountReport.AccountBalance.ac_balance" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<link href="../../ui/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="../../ui/css/style.css" rel="stylesheet" />
<link href="../../ui/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
</head>
<body>
<form id="form1" runat="server">
<div class="page-wrapper">
<div class="row">
<div class="col-sm-12">
<div class="page-title">
<ol class="breadcrumb">
<li><a href="../../Front.aspx" target="mainFrame"><i class="fa fa-home"></i></a></li>
<li class="active"><a href="#">Account Balance Vs Statement Balance</a></li>
</ol>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="panel panel-default ">
<div class="panel-heading">
<h4 class="panel-title">Account Balance Vs Statement Balance List</h4>
<div class="panel-actions">
<a href="#" class="panel-action panel-action-toggle"></a>
</div>
</div>
<div class="panel-body">
<table class="table table-responsive table-bordered table-striped">
<thead>
<tr>
<th><strong>SN </strong></th>
<th><strong>Acc Number </strong></th>
<th><strong>Name </strong></th>
<th><strong>AC Balance </strong></th>
<th align="right"><strong>Statement Balance </strong></th>
<th align="right"><strong>Diff </strong></th>
</tr>
</thead>
<tbody id="tblMain" runat="server">
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</form>
</body>
</html>