Library Management System Report ISHU
Library Management System Report ISHU
SYSTEM
Submitted by
P.ISHWARYA (960119104008)
L.KANAKAVALLI (960119104009)
M.SOWMIYA (960119104018)
of
BACHELOR OF ENGINEERING
IN
JUNE 2022
1
ANNA UNIVERSITY: CHENNAI 600 025
BONAFIDE CERTIFICATE
SIGNATURE SIGNATURE
INTERNAL
EXTERNAL
EXAMINAR
EXAMINAR
2
ACKNOWLEDGEMENT
3
TABLE OF CONTENTS
ABSTRACT 5
1. INTRODUCTION 6
PROJECT AIMS AND OBJECTIVES 6
BACKGROUND OF PROJECT 7
OPERATION ENVIRONMENT 7
2. SYSTEM ANALYSIS 8
SOFTWARE REQUIREMENT SPECIFICATION 8
EXISTING VS PROPOSED 12
3. SYSTEM DESIGN 13
TABLE DESIGN 13
DATA FLOW DIAGRAM’S 16
4. SYSTEM IMPLEMENTATION 21
MODULE DESCRIPTION 22
SCREEN SHOTS 26
6. REFERENCES 33
4
ABSTRACT
5
CHAPTER 1
INTRODUCTION
4. Student login page where student can find books issued by him/her
BACKGROUND OF PROJECT
Library Management System is an application which refers to
library systems which are generally small or medium in size. It is
used by librarian to manage the library using a computerized system where
he/she can record various transactions like issue of books, return of books,
addition of new books, addition of new students etc.Books and student
maintenance modules are also included in this system which would keep
track of the students using the library and also a detailed description about
the books a library contains. With this computerized system there will be no
loss of book record or member record which generally happens when a non
computerized system is used.
6
In addition, report module is also included in Library Management
System. If user’s position is admin, the user is able to generate
different kinds of reports like lists of students registered, list of books,
issue and return reports.
Database My Sql
7
CHAPTER 2
SYSTEM ANALYSIS
8
2. Save cost
i. After computerized system is implemented less human
force will be required to maintain the library thus
reducing the overall cost.
3. Save time
i. Librarian is able to search record by using few clicks
of mouse and few search keywords thus saving his
valuable time.
4. Option of online Notice board
i. Librarian will be able to provide a detailed description
of workshops going in the college as well as in nearby
colleges
5. Lecture Notes
i. Teacher have a facility to upload lectures notes in a
pdf file having size not more than 10mb
FUNCTIONAL REQUIREMENTS
1. Normal User
2. User Login
Description Of Feature
This feature used by the user to login into system. They are required to
enter user id and password before they are allowed to enter the system
.The user id and password will be verified and if invalid id is there user
is allowed to not enter the system.
9
Functional requirements
1. user id is provided when they register
2. The system must only allow user with valid id and password to enter the
system
3. The system performs authorization process which decides what user level
can acess to.
4. The user must be able to logout after they finished using system.
Functional requirements
1. System must be able to verify information
2. System must be able to delete information if information is wrong
Description Of Feature
This feature is found in book maintenance part . we can search
10
book based on book id , book name , publication or by author
name.
Functional requirements
1 System must be able to search the database based on select
search type
Description Of Feature
This feature allows to issue and return books and also view reports of book
issued.
Functional requirements
5. Event Addition
6. Description Of Feature
This feature allows teacher and student to add information about various
workshops being conducted in college and colleges nearby.
Functional requirements
11
2. System should be able to display information on notice board
available in the homepage of site
12
CHAPTER 3
SYSTEM
DESIGN
Table Design
13
Regno INT(10) NULL
Branch VARCHAR(255) NULL
Section VARCHAR(255) NULL
semester VARCHAR(255) NULL
Section VARCHAR(2) NULL
yearofadm INT(5) NULL
14
TEACHER TABLE TO KEEP TEACHER INFORMATION
15
⚫ EVENT TABLE FOR EVENT INFORMATION
16
DATA FLOW DIAGRAMS
TEACHER
DATABASE
ENTER
TEACHER ENTE USERNA CHECK
R ME VALIDIT
URL & Y
PASSWOR
D IF
VALID
TEACHE
WEB R
SERVER LOGIN
PAGE
After entering to the home page of the website , teacher can choose the Teacher
Login option where they are asked to enter username & password , and if he/she
is a valid user then a teacher login page will be displayed.
17
DATA FLOW DIAGRAM FOR STUDENT LOGIN
STUDENT
DATABASE
ENTER
STUDENT ENTER USERNAME CHECK
URL & VALIDITY
PASSWORD
IF VALID
STUDENT
WEB SERVER LOGIN PAGE
After entering to the home page of the website , student can choose the student
login option where they are asked to enter username & password , and if he/she is
a valid user then a student login page will be displayed.
18
DATA FLOW DIAGRAM FOR BOOK ISSUE
LOGIN
DATABASE
IF NO.
STUDENT SELECT ENTER IF OF UPDATE MESSAGE
BOOK BOOK SELECT
LOGIN ISSUE DETAIL BOOK ISSUE
NO. OF
COPIES
“BOOK
BOOK
PAGE AVBL ISSUED LESS THAN RESERVED”
3
It is a 2nd level Data Flow Diagram where after entering STUDENT LOGIN page
he/she can select a book issue option where after entering the book detail, he/she
can select the book issue option and if the maximum no of books issued limit is not
crossed then a request will be sent to the librarian who will approve the book issue.
19
DATA FLOW DIAGRAM FOR BOOK SEARCH
IF
SELECT ENTER
HOME ADVANCE SEARCH BOOK DETAIL BOOK
FOUND DETAILS
BOOK
DATABASE
After the home page login there will be an option of the book search where after
entering book detail like author name, publication, book name etc book details will
be displayed.
20
DATA FLOW DIAGRAM FOR ACCOUNT CREATION
ADMIN STUDENT
DATABASE DATABASE
After the home page login there will be an option of CREATE AN ACCOUNT
where after entering student detail ,if all the fields are filled then a request will be
sent to the librarian who will approve him as a registered member of the library.
21
CHAPTER 4
SYSTEM IMPLEMENTATION
22
MODULE DESCRIPTION
Admin Module
ADMIN
<?php
//Start session
session_start();
//Unset the variables stored in session
unset($_SESSION['SESS_FIRST_NAME']);
unset($_SESSION['SESS_LAST_NAME']);
?>
<!DOCTYPE html>
<html xml:lang="EN" lang="EN" dir="ltr">
<head>
<title>SOE LIBRARY INFORMATION SYSTEM</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="imagetoolbar" content="no" />
23
<link rel="stylesheet" href="../styles/layout.css" type="text/css" />
<!-- Homepage Specific Elements -->
<script type="text/javascript" src="../scripts/jquery-1.4.1.min.js"></script>
<script type="text/javascript" src="../scripts/jquery-
ui-1.7.2.custom.min.js"></script>
<script type="text/javascript" src="../scripts/jquery.tabs.setup.js"></script>
<!-- End Homepage Specific Elements -->
</head>
<body id="top">
<div class="wrapper row1">
<div id="header" class="clear">
<div class="fl_left">
24
href="http://localhost/xampp/project/library/egateway/egateway.php">E-
Gateway</a></li>
<li><a
href="http://localhost/xampp/project/library/studentlogin/studentlogin.php"
>Student Login</a></li>
<li ><a href="teacherlogin.php">Teacherlogin</a></li>
<li><a
href="http://localhost/xampp/project/library/admin/adminlogin.php">Admi
nlogin</a></ li>
</ul>
<form action="#" method="post" id="sitesearch">
<fieldset>
<strong>Search:</strong>
<input type="text" value="Search Our webiste for books;"
onfocus="this.value=(this.value=='Search Our website for books;')? '' : this.value
;" />
<input type="image" src="../images/search.gif" id="search" alt="Search" />
</fieldset>
</form>
</div>
</div>
</div>
<div id="topnav">
<ul>
<li class="active"><a
href="http://localhost/xampp/project/library/homepage.php">Home</a></li>
<li><a
25
href="http://localhost/xampp/project/library/newarrivals.php">New
Arrivals</a></li>
<li><a
href="http://localhost/xampp/project/library/onlinebooks.php">Online
Books</a></li>
26
<li><a
href="http://localhost/xampp/project/library/egallery.php">E
Gallery</a></li>
<li><a
href="http://localhost/xampp/project/library/questionpaper.php">Questio
n Paper</a></li>
<li><a
href="http://localhost/xampp/project/library/aboutus.php">About
Us</a></li>
<li><a href="http://localhost/xampp/project/library/bookissue.php">Book
Issue
</a></li>
<li class="last"><a href="#"></a></li>
</ul>
</div>
<div class="wrapper">
<div id="featured_slide" class="clear">
<!-- ###### -->
<div class="overlay_left"></div>
<div id="featured_content">
<div class="featured_box" id="fc1"><img src="../images/demo/slider/1.gif"
alt=""
/>
<div class="floater">
<h2>All ABOUT SOE LIBRARY</h2>
27
<p>School oF Engineering Library or the S.O.E library is one of the finest
library
in kerela having a good collection of books related to various subjects</p>
<p class="readmore"><a href="#">Continue Reading »</a></p>
</div>
</div>
<div class="featured_box" id= "fc2"><img src="../images/demo/slider/2.gif"
alt=""
/>
<div class="floater">
<h2>Existence</h2>
<p>School oF Engineering library came into existence in year 1995 and
from then
on it has been a premier source of information for college students</p>
<p class="readmore"><a href="#">Continue Reading »</a></p>
</div>
</div>
<div class="featured_box" id="fc3"><img src="../images/demo/slider/3.gif"
alt=""
/>
<div class="floater">
<h2>Collection</h2>
<p>School of Engineering Library has a collection of over 25000 books
related to
various subjects in engineering</p>
28
<p class="readmore"><a href="#">Continue Reading »</a></p>
</div>
</div>
<div class="featured_box" id="fc4"><img src="../images/demo/slider/4.gif"
alt=""
/>
29
Screenshot for Admin login
30
screenshot for Book search
31
CHAPTER 6
There is a future scope of this facility that many more features such as online
lectures video tutorials can be added by teachers as well as online assignments
submission facility , a feature Of group chat where students can discuss various
issues of engineering can be added to this project thus making it more interactive
more user friendly and project which fulfills each users need in the best way
possible
32
CHAPTER 7
REFERENCES
1. http://www.w3schools.com/html/html_intro.asp
2. http://www.w3schools.com/css/css_background.asp
3. http://www.w3schools.com/js/js_datatypes.asp
4. http://www.w3schools.com/sql/sql_insert.asp
5. http://www.w3schools.com/sql/sql_update.asp
6. http://www.w3schools.com/php/php_forms.asp
7. Fundamentals of software engineering by Rajib mall, PHIlearning
8. Web development and application development by Ivan Byross BPB publications
33