Current File : /home/inlingua/www/sensoriumpsychologists.com/student/reports.php |
<!DOCTYPE html>
<html>
<head>
<title>Shristi</title>
<?php require("common/head_links.php");?>
</head>
<body class="hold-transition skin-blue sidebar-mini">
<div class="wrapper">
<?php require("common/header.php");?>
<?php require("common/left_side_bar.php");?>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
Reports
</h1>
</section>
<!-- Main content -->
<section class="content">
<div class="box box-primary">
<div class="box-header with-border">
</div>
<!-- /.box-header -->
<!-- form start -->
<div class="box-body" style="font-size:16px;">
<p><a href="#">Monthly Report of Student Fees details</a></p>
<p><a href="#">Student passed their Assignment</a></p>
<p><a href="#">Student for Final Examination</a></p>
<p><a href="#">Student passed their Practical Exam</a></p>
<p><a href="#">Student Fees Dues</a></p>
<p><a href="#">Total Collection for the month</a></p>
<p><a href="#">Expenses details for the month</a></p>
<p><a href="#">Receipt & Payment details</a></p>
</div>
<!-- /.box-body -->
</div>
</section><!-- /.content -->
</div><!-- /.content-wrapper -->
<?php require("common/footer.php");?>
</div><!-- ./wrapper -->
<?php require("common/footer_links.php");?>
</body>
</html>