Mini Project Report XXXXXXXX
Mini Project Report XXXXXXXX
Project Report
on
Miss. Shweta
Assistant Professor,CSE
1
CERTIFICATE
2
ACKNOWLEDGEMENT
3
TABLE OF CONTENTS
Certificate
Acknowledgement
Abstract
Introduction
Features
Need
Screenshots
Source Code
Future Scope
Limitation
Conclusion
References
4
ABSTRACT
5
INTRODUCTION
7
Features of the project Clinic Management System:
8
Need of This Project
The old manual system was suffering from a series of drawbacks Since
whole of the system was to be maintained with hands the process of keeping,
maintaining and retrieving the information was very tedious and lengthy. The
records were never used to be in a systematic order there used to be lots of
difficulties in associating any particular transaction with a particular context.
If any information was to be found it was required to go through the different
registers, documents there would never exist anything like report generation
There would always be unnecessary consumption of lime while entering
records and retrieving records One more problem was that it was very
difficult to find errors while entering the records. Once the records were
entered it was very difficult to update these records
Documents and reports that must be provided by the new system there
can also be few reports, which can help management in decision-
making and cost controlling, but since these reports do not get required
attention, such kind of reports and information were also identified and
given required attention
Details of the information needed for each document and report
The required frequency and distribution for each document.
Probable sources of information for each document and report.
With the implementation of computerized system, the task of keeping
records in an organized manner will be solved. The greatest of all the
retrieval of information, which will be at the click of the mouse. So the
proposed system helps in saving the time in different operations and
making information flow easy giving valuable reports.
9
Screen Shots
10
11
12
13
Source Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<li class="nav-item">
<a href="logout.php" class="nav-link">
<i class="nav-icon fa fa-sign-out-alt"></i>
<p>
18
Logout
</p>
</a>
</li>
</ul>
</nav>
<!-- /.sidebar-menu -->
</div>
<!-- /.sidebar -->
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-6">
<h1>Dashboard</h1>
</div>
</div>
</div><!-- /.container-fluid -->
</section>
<p>Today's Patients</p>
</div>
<div class="icon">
<i class="fa fa-calendar-day"></i>
19
</div>
</div>
</div>
<!-- ./col -->
<div class="col-lg-3 col-6">
<!-- small box -->
<div class="small-box bg-purple">
<div class="inner">
<h3>0</h3>
<p>Current Week</p>
</div>
<div class="icon">
<i class="fa fa-calendar-week"></i>
</div>
</div>
</div>
<!-- ./col -->
<div class="col-lg-3 col-6">
<!-- small box -->
<div class="small-box bg-fuchsia text-reset">
<div class="inner">
<h3>0</h3>
<p>Current Month</p>
</div>
<div class="icon">
<i class="fa fa-calendar"></i>
</div>
</div>
</div>
<!-- ./col -->
<div class="col-lg-3 col-6">
<!-- small box -->
<div class="small-box bg-maroon text-reset">
<div class="inner">
<h3>2</h3>
20
<p>Current Year</p>
</div>
<div class="icon">
<i class="fa fa-user-injured"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="dist/js/jquery_confirm/jquery-confirm.js"></script>
<script src="dist/js/common_javascript_functions.js"></script>
<script>
$(function(){
showMenuSelected("#mnu_dashboard", "");
})
</script>
</body>
</html>
Future Scope
22
In a nutshell, it can be summarized that the future scope of the project
circles around maintaining information regarding
The above mentioned points are the enhancements which can be done to
increase the applicability and usage of this project Here we can maintain the
records of Clinic. and Doctor Also, as it can be seen that now-a-days the
players are versatile, ie, 50 there is a scope for introducing a method to
maintain the Clinic Management System Enhancements can be done to
maintain all the Clinic, Doctor, Patient,Timeslot,Calander
We have left all the options open so that if there is any other future
requirement in the system by the user for the enhancement of the system then
it is possible to implement them in the last we would like to thanks all the
persons involved in the development of the system directly or indirectly We
hope that the project will serve its purposes for which it is develop there by
underlining success of process.
Limitation
23
Although I have put my best efforts to make the software flexible,
easy to operate but limitations cannot be ruled out even by me.
Though the software presents a broad range of options to its users
some intricate options could not be covered into it, partly because of
logistic and partly due to lack of sophistication. Paucity of time was
also major constraint, thus it was not possible to make the software
foolproof and dynamic Lack of time also compelled me to ignore
some part such as storing old result of the candidate etc.
Excel export has not been developed for Clinic, Doctor due to
some criticality.
The transactions are executed in off-line mode, hence on-line
data for Patient.Timeslot capture and modification is not
possible.
Off-line reports of Clinic Calander, Patient cannot be generated
due to batch mode execution
24
CONCLUSION
Our project is only a humble venture to satisfy the needs to manage their
project work. Several user friendly coding have also adopted. This package
shall prove to be a powerful package in satisfying at the requirements of the
school. The objective of software planning is to provide a frame work that
enables the manger to make reasonable estimates made within a limited lime
frame at the beginning of the software project and should be updated
regularly as the project progresses.
25
REFERENCES
▪ http://www.w3schools.com/html/html_intro.asp
▪ http://www.w3schools.com/css/css_background.asp
▪ http://www.w3schools.com/js/js_datatypes.asp
▪ http://www.w3schools.com/sql/sql_insert.asp
▪ http://www.w3schools.com/sql/sql_update.asp
▪ http://www.w3schools.com/php/php_forms.asp
▪ Fundamentals of software engineering by Rajib mall, PHIlearning
▪ Web development and application development by Ivan Byross BPB publications
26