Project Report On: University of Mumbai
Project Report On: University of Mumbai
PROJECT REPORT ON
LIBRARY system
Submitted to
University of Mumbai
In
Partial Fulfillment of
Miss. A. d. MAHAKAL
Through
Padmashri Babasaheb Vengurlekar Mahavidyalaya,
Pandurtitha
2017-2018
Examiners
1 Acknowledgement 4
2 Abstract 5
3 Introduction 6
4 Aim 7
5 Objective 8
6 Scope 9
7 Existing System 10
8 Limitation of present system 11
9 Proposed System 12
10 Requirement Specification 15
11 Feasibility Study 16
12 GANTT Chart 18
13 Use cases Diagram 20
14 ER Diagram 23
15 Sequence Diagram 25
16 Activity Diagram 29
17 Class diagram 33
18 Database 35
19 Form layouts and source code 39
20 Feedback Result 61
21 Conclusion 77
22 Future Enhancement 78
21 Bibliography 79
2) Time Consuming
All work is done manually therefore it requires a lot of
time. Therefore, it is tedious job and time-consuming
process.
4) Lack of efficiency
There is a lack of efficiency in operating existing
system.
LIBRARIAN MODULE
Can add/update/delete/Issue Books.
Can add fine payment for late delivery of books.
View all books and issued books.
STUDENT MODULE
Search all books available in the library.
Can issue books and add return date.
HARDWARE SPECIFICATION
SOFTWARE SPECIFICATION
Technical Feasibility:-
The system has been developed in Netbeans using
MS-Access 2008 tables. Hence the system is Technically
Feasible.
Operational Feasibility:-
As the user is familiar with the window environment
& the system is developed in JAVA there is no need of
special training for operating system. Hence the System is
Operationally Feasible.
Economic Feasibility:-
Motivational Feasibility:-
The system has been designed according to the user
requirements. Hence the users are motivated to use the
system. Thus system is Motivationally Feasible.
Proposed Time
Actual Time
Preliminary
Investigation
Analysis
Design
Coding
Testing
Project Report
Submission
Contains
Book
Book ID Author
Books Book
Publisher
Book Name
Category
Issue
Department
Student
Name Address
Student
Class
Registration
ID
Email ID
Book ID Issue Date
Issue Date
Student details
BOOKS
ISSUE BOOK
<style>
.middle_content{
border-left: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
}
#home-navigation a{
opacity:1;
color: white!important;
margin: 0;
color: white!important;
margin: 0;
}
border: none;
border-radius: 0;
margin: 0;
background-color: black!important;
text-transform: uppercase;
font-weight: 700;
}
.main_content{
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top, #e2e2e2 0%, #fefefe 0%, #e5e5e5 100%, #d1d1d1
100%, #d1d1d1 100%, #d1d1d1 100%, #dbdbdb 100%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e2e2e2 0%,#fefefe 0%,#e5e5e5 100%,#d1d1d1
100%,#d1d1d1 100%,#d1d1d1 100%,#dbdbdb 100%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e2e2e2 0%,#fefefe 0%,#e5e5e5 100%,#d1d1d1
100%,#d1d1d1 100%,#d1d1d1 100%,#dbdbdb 100%,#e5e5e5 100%);
}
.options h4{
background-color:#737373;
color: white;
text-align: center;
border-radius: 20px 20px 0 0;
height: 30px;
padding: 5px;
margin: 0 0 10px 0;
}
.options a:hover{
color: #00008b;
}
.section{
margin-left: 10px;
margin-right: 0;
margin-top: 0px;
padding:0 0 0 0;
border-radius: 20px 20px 0 0;
.collapsible {
.active, .collapsible:hover {
background-color: #555;
}
.content {
padding: 0 18px;
display: none;
overflow: hidden;
background-color: #f1f1f1;
}
</style>
</head>
<body>
<jsp:include page="header.jsp"></jsp:include>
<!--navbar-->
<div id="home-navigation" class="navbar nav-pills navbar-inverse" >
<div class="container" >
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-
target="#collapse4smal" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="collapse4smal" class="navbar-collapse collapse" style="padding: 0px;">
</div>
</div>
</div>
<!--end navbar-->
<!--left content-->
<div class="col-md-2">
<h2>Features</h2>
<p>A Collapsible:</p>
<button class="collapsible">Open Collapsible</button>
<div class="content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
<p>Collapsible Set:</p>
<button class="collapsible">Open Section 1</button>
<div class="content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
<button class="collapsible">Open Section 2</button>
<div class="content">
</div>
<div class="col-md-6">
<div id="myCarousel" class="carousel slide " data-ride="carousel" data-
interval="4000" style="height: 280px; width: 500px; " >
<!-- Indicators -->
<ol class="carousel-indicators " >
<li data-target="#myCarousel" data-slide-to="0"</li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
</div>
</div>
<div class="item">
<img src="images/pbvm_logo.jpg" alt="Chicago"/>
</div>
<div class="item">
<img src="images/swish_background.gif" alt="New York"/>
</div>
</div>
<div class="col-md-3 section">
<h4>Other Services</h4>
<a href="" >Suggest book</a><br>
<a href="" >Study room</a><br>
</div>
<div class="col-md-2 section">
<h4>Resources</h4>
</div>
<div class="col-md-3 section" style="margin-right: 0px; padding-right: 0px;">
<h4>Other resources</h4>
</div>
</div>
</div>
<!--right content-->
<div class="col-md-2">
<h3 class="text-center">Newsletter</h3>
<p>Stop expecting...</p>
<p>Start learning...</p>
</div>
<!--FOOTER-->
<div class="about_us" id="about_us">
<div class="container">
<div class="row" style="margin-top: 60px;">
<div class="col-md-6 " style="">
<h1 class="text-center" style="border-bottom: 2px solid orange;border-top: 2px solid
orange; margin-top: 0">About Us</h1>
<p style="text-align: justify;">
<span style="margin-left: 50px; font-size: 20px;">V</span>etal Bambarde Vibhag
Shikshan Prasarak Mandal, Pandurtitha tal-kudal. Dist-sindhudurg,
a well know institution has been imparting its education since 50 years in secondary
and
higher secondary(Arts,Commerce and science). After achieving grand success in S.S.C
and H.S.C exam.
</p>
</div>
</div>
<br><br>
<div class="row">
<div class="col-sm-4 text-center" id="developer" >
<h1 class="text-center" >Developer</h1>
<br>
<div >
<p></p>
<br>
</div>
</div>
</div>
<script>
var coll = document.getElementsByClassName("collapsible");
var i;
<script src="js/jquery-3.2.1.slim.min.js"></script>
<script src="/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
ADMIN/STUDENT LOGIN:
ALL BOOKS:
ISSUE BOOK
RETURN BOOK
ALL BOOKS
FORGOT PASSWORD