Current File : //home/obabain/ms_obaba_in/Report.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>
<%@include file="master.jsp" %>

<body>
<div class="row">

 

    
          <div class="col-md-9">
            <!-- Vista r�pida del sitio -->
            <div class="panel panel-default">
              <div class="panel-heading main-color-bg">
                <h3 class="panel-title">Reports For Class:  Supplier(Purchase )</h3>
              </div>
              <div class="panel-body">
             <div class="col-md-3">
                  <div class="well dash-box">
                    <!-- <h2><span class="glyphicon glyphicon-user" aria-hidden="true"></span> 508</h2> -->
                   <!--  <h4>Supplier Balances</h4> -->
                    <a href="PurchaseReport.jsp"> <button type="button" class="btn btn-info">Supplier Balances</button></a>                
                  </div>
                  
                </div>
             
               <div class="col-md-3">
                  <div class="well dash-box">
                   <!--  <h2><span class="glyphicon glyphicon-user" aria-hidden="true"></span> 508</h2> -->
                   <!--  <h4>Aged Supplier Analyses</h4> -->
                    <a href="AggedSupplier.jsp"> <button type="button" class="btn btn-info">Aged Supplier Analyses</button></a>                
                  </div>
                </div>
                 <div class="col-md-3">
                  <div class="well dash-box">
                    <!-- <h2><span class="glyphicon glyphicon-user" aria-hidden="true"></span> 508</h2> -->
                   <!--  <h4>Payment Report</h4> -->
                    <a href="#"> <button type="button" class="btn btn-info">Payment Report</button></a>                
                  </div>
                </div>
                    <div class="col-md-3">
                  <div class="well dash-box">
                  <h5>Outstanding GRNs Report</h5>
                  <a href="InvoGrn.jsp"><button type="button" class="btn btn-info">Invoice no</button></a>   
                   <a href="GRNview.jsp"><button type="button" class="btn btn-info">Product name</button></a>   
             <!--  <h6><a href="InvoGrn.jsp">Invoice no</a></h6>
              <h6><a href="GRNview.jsp">Product name</a></h6> 
               
                    <a href="#"> <button type="button" class="btn btn-info">Outstanding GRNs Report</button></a>        -->         
                  </div>
                </div>
                
                <div class="col-md-3">
                  <div class="well dash-box">
                    <!-- <h2><span class="glyphicon glyphicon-user" aria-hidden="true"></span> 508</h2> -->
                   <!--  <h4>Supplier Detail Listing</h4> -->
                    <a href="SupplierDetails.jsp"> <button type="button" class="btn btn-info">Supplier Detail Listing</button></a>                
                  </div>
                </div>
                
                 <div class="col-md-3">
                  <div class="well dash-box">
                    <!-- <h2><span class="glyphicon glyphicon-user" aria-hidden="true"></span> 508</h2> -->
                    <!-- <h4>Print Purchase Orders</h4> -->
                    <a href="PrintPurchase.jsp"> <button type="button" class="btn btn-info">Print Purchase Orders</button></a>                
                  </div>
                </div>
                
                 <!-- <div class="col-md-3">
                  <div class="well dash-box">
                    <h2><span class="glyphicon glyphicon-user" aria-hidden="true"></span> 508</h2>
                    <h4>Print Remittances</h4>
                    <a href="#"> <button type="button" class="btn btn-info">Print Remittances</button></a>                
                  </div>
                </div> -->
                
              </div>
              </div>

            
          </div>
        </div>
   
  
 
</body>
</html>