Institute of Management and Information Technology: Bharati Vidyapeeth's
Institute of Management and Information Technology: Bharati Vidyapeeth's
Institute of Management and Information Technology: Bharati Vidyapeeth's
Navi Mumbai.
BATCH:2020-22
Project Report
On
Of
University of Mumbai
Submitted by
(Students Name)
Under the guidance of
This is to certify that the mini project titled _E-Log keeper System_ is successfully done by
Mr./Ms _Mhatre Neha Rajendra during the end of Semester-Iin partial fulfillment of Master’s
of Computer Application under the University of Mumbai,Mumbai through the Bharati
Vidypeeth’s Institute of Management and Information Technology, Navi Mumbai carried out by
him/her under our guidance and supervision.
Examiner InternalGuide
Mr./Ms.XYZ
The Electronic book system will specially help colleges to manage IN and OUT data of it’s
Employess,students and stakeholders.This system record the health data of anyone who enters
in the college.
ACKNOWLEDGEMENT
I avail this opportunity to express my sincere and deep gratitude to many who are a factor in
helping me gain the knowledge and experience during the project and throughout the cource. I
have great pleasure in presenting this project. I am thankful to our project guid Prof. Kirti
Muley mam for her assistance during all the phases of project and without whom my project
would not have been a success. I would also like to thank her for periodically evaluating my
project documentation and monitoring the progress of project completion.
Index
Sr. Page
No. Contents No.
1 Introduction 4
2 Abstract 4
3 System study & analysis 5
4 Domain knowledge 5
5 Problem definition 5
6 Feasibility 6
7 Gantt chart 7-8
8 Use case diagram 9
9 Timeline 10
10 Network diagram 10
11 Class diagram 11
12 Sequence diagram 12
13 Operating Tools and Technologies 13
14 Design Approach 14-16
15 Table 17
Abstract
The Electronic book system will specially help colleges to manage IN and OUT data of it’s
Employess,students and stakeholders.This system record the health data of anyone who enters
in the college. The System Administrator will be the one to set up preferences that affects the
systems full function.
Problem Definition :
• E-Log Book system is very usefull to all of colleges.
• This system record the health data of anyone who enters in the college.
Domain knowledge
The Electronic book system will specially help colleges to manage IN and OUT data of it’s
Employess,students and stakeholders.This system record the health data of anyone who enters
in the college.
Feasibility study
A feasibility study is a high-level capsule version of the entire system analysis and design
process. Fieasibility is the study of impact.
There are three types of feasibility study.
• OPERATIONAL FEASIBILITY
Operational feasibility is the measure of how well a proposed system solves the problems,
and takes advantages of opportunities identified during scope definition and how it satifies the
requirements analysis phase of system devlopment.
• TECHNICAL FEASIBILITY
• ECONOMICAL FEASIBILITY
Establishing the cost-effectiveness of the proposed system like if the benefits do not
outweigh the costs then it is not worth going ahead. In the fast paced world today there is a
great need of online social networking facilities. Thus the benefits of this project in the current
scenario make it economically feasible. The purpose of the economic feasibility assessment is to
determine the positive economic benefits to the organization that the proposed system will
provide.
GANTT CHART
Fig 1 : Gantt chart of E-log Book system
USECASE DIAGRAM
Fig 2 : UseCase diagram of E-Log Book system
SEQUENCE DIAGRAM
Fig 3: Sequence Diagram of Online quiz system
Class Diagram
Operating tools and Technologies
Software Requirement:
2 Language PHP
3 Database MySQL
Hardware Requirement:
Number Description
Home Page:-
Registration page:
Admin page:-
Code:
Index.php:-
<!DOCTYPE html>
<html>
<body>
<div class="row">
<div class="content">
</div>
<small>Username</small>
</div>
<div class="input-group-append">
</div>
<small>Password</small>
</div>
<div class="input-group-append">
</div>
</div>
</div>
</div>
</form>
</div>
</div>
<div class="col-lg-6">
<div class="info">
<div class="logo">
<a class="dropbtn" style="padding: 2px 6px 2px 6px; font-size: small; color: #ffffff;
cursor: pointer;"><i class="fa fa-list"></i> Menu</a>
<div class="dropdown-content">
</div>
</div>
<div id="screenRefDate"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Please do not remove the backlink to us unless you support further theme's
development at https://bootstrapious.com/donate. It is part of the license conditions. Thank
you for understanding :)-->
</p>
</div>
</div>
<?php include('script_files.php'); ?>
<script>
$(document).ready(function(){
setInterval(function(){
$("#screenRefDate").load('log_dashboard_main.php')
}, 1000);
});
</script>
</body>
</html>
Log_history.php:-
<!DOCTYPE html>
<html>
<?php
include('dbcon.php');
if(isset($_POST['dateFilter'])){
//2019-10-03
$selectedMM=substr($_POST['dateFrom'], 5,2);
$selectedDD=substr($_POST['dateFrom'], 8,2);
$selectedYYYY=substr($_POST['dateFrom'], 0,4);
$dateFrom=$selectedMM.'/'.$selectedDD.'/'.$selectedYYYY;
}else{
$selectedDD=date('d');
$selectedMM=date('m');
$selectedYYYY=date('Y');
$dateFrom=date('d/m/Y');
?>
<body>
<div class="row">
<div class="col-lg-6">
<div class="info">
<div class="logo">
<a class="dropbtn" style="padding: 2px 6px 2px 6px; font-size: small; cursor:pointer;"><i
class="fa fa-list"></i> Menu</a>
<div class="dropdown-content">
</div>
</div>
</div>
<div id="screenRefDate"></div>
</div>
</div>
</div>
<div class="content">
</div>
<hr />
<form method="POST">
<div class="input-group">
<div class="input-group-append">
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="col-12">
<section class="tables">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div class="card">
<div class="card-close">
</div>
<h3 class="h4">
<!--a href="print_reports_prev.php?selectedMM=<?php //echo
$selectedMM;?>&selectedDD=<?php //echo $selectedDD; ?>&selectedYYYY=<?php //echo
$selectedYYYY; ?>" target="_blank" class="btn btn-info btn-sm" style="color: white;"><i
class="fa fa-print"></i></a-->
LOG HISTORY
</h3>
</div>
<div class="card-body">
<div class="table-responsive">
<thead>
<tr>
<th></th>
<th>Contact #</th>
<th>Address</th>
<th>Log Details</th>
</tr>
</thead>
<tbody>
<?php
$log_ctr=0;
while($chk_log_row = $chk_log_in_query->fetch()){
$log_ctr+=1;
$mem_data_row = $member_data_query->fetch();
?>
<tr>
<td><?php echo
$chk_log_row['date_mm'].'/'.$chk_log_row['date_dd'].'/'.$chk_log_row['date_yyyy'].' |
'.$chk_log_row['log_time']; ?> <sup><?php echo $chk_log_row['action']; ?></sup></td>
</tr>
<?php } ?>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
<!-- Please do not remove the backlink to us unless you support further theme's
development at https://bootstrapious.com/donate. It is part of the license conditions. Thank
you for understanding :)-->
</p>
</div>
</div>
<script>
$(document).ready(function(){
setInterval(function(){
$("#screenRefDate").load('log_dashboard_main.php')
}, 1000);
});
</script>
</body>
</html>
Table
members:-
tbl_attendance:-
tbl_daily_hdf:-
useraccounts:
Requirement Gathering
Front End:-
Html:-
Hypertext Markup Language (HTML) is the standard markup language for documents
designed to be displayed in a web browser. It can be assisted by technologies such as Cascading
Style Sheet (css) and scripting language such as JavaScript.Web browser receive HTML
documents from a web server or from local storage and render the documents into multimedia
web pages.
Html elements are building blocks of HTML pages. With HTML constructs, images and other
objects such as interactive forms may be embedded into the rendered page. HTML provides a
means to create structured documents by denoting structural semantics for text such as
headings, paragraphs, list, links and other items.
Back End:-
Php:-
PHP is a server side scripting language that is used to develop Static websites or Dynamic
websites or Web applications. PHP stands for Hypertext Pre-processor, that earlier stood for
Personal Home Pages. PHP scripts can only be interpreted on a server that has PHP installed.
The client computers accessing the PHP scripts require a web browser only. A PHP file contains
PHP tags and ends with extension ".php". PHP can be easily embedded in HTML files and HTML
codes can also be written in PHP file.
MySql:-
MySQL is an open source relational database management system(RDBMS) based on
Structured Query Language(SQL). IT is one part of the very popular LAMP platform consisting of
linux, apache , Mysql and PHP. Currently my sql is owned by Oracle. My SQL databsed is
available on most important OS platforms.
Wikipedia and Youtube use My Sql. These sites manage milions of queries each day. My SQL
comes with two version: My SQL server system and My SQL embedded system.
TESTING
Testing is the process of running a system with the intention of finding errors. Testing
enhance the integrity of a system by detecting deviation in design and errors in the system.
Testing aims at detecting error-prone areas.
This helps in preventation of errors in a system. Testing also adds value to the product by
conforming to the users requirements.Testing is a process of executing a program with the
intent of finding errors.
Types of Testing
Black-box testing implies that a tester doesnt know how an application is designed at the code
level that is, it involves dynamic testing of compiled applications. The tester interacts with the
software system via its interface and analyzes the application reaction.
Conclusion
• This system will specifically help colleges to manage the IN and OUT of its employees,
students and other people.
• This will also help in covid situation by taking health declaration details.
References
• W3 Schools website
• GeeksForGeeks