Current File : /home/obabain/anms_obaba_in/accountTransaction.jsp
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<%@include file="master.jsp" %>
<form>

<div class="content">
<div class="row">
<div class="col-md-9"  style="background-color:#eae9e9;width:82.6%; ">
<div class="panel panel-default" >
       <div class="panel-heading main-color-bg">
        <h3 class="panel-title">Accounting Vouchers</h3>
              </div>
             </div>
             <table class="table">
<tr>
<td align="center">
<a href="PaymentVoucherNew.jsp" class="btn btn-info" style="width:200px;">Payment</a><br><br>
<a href="Receiptvoucher.jsp" class="btn btn-info" style="width:200px;">Receipt</a><br><br>
<a href="Contravoucher.jsp" class="btn btn-info" style="width:200px;">Contra</a><br><br>
<a href="Journalvoucher.jsp" class="btn btn-info" style="width:200px;">Journal</a><br><br>
<a href="DebitNote.jsp" class="btn btn-info" style="width:200px;">Debit Note</a><br><br>
<a href="CreditNote.jsp" class="btn btn-info" style="width:200px;">CreditNote</a><br><br>
</td>
</tr>
</table>
    <div class="modal-footer" id="contact_submit">
<input type="button" value="Back" style="background:#009191;" class="btn btn-info pull-left"  onclick="goBack()"/>
</div>         
             </div>
             </div>
             </div>
             </form>
</body>
<script type="text/javascript">
function goBack() {
    window.history.back();
   
};
</script>
</html>