SlideShare une entreprise Scribd logo
1  sur  25
Télécharger pour lire hors ligne
Online Library Management System

Project Report
On

“Online Library Management System”

Submitted By:

Guided By

1. Bhupendra

Mr.Vijay Gupta

2. Shraddha Panwar

Assistant Professor

3. Vijay Vaishnav

IIIM, Jaipur.

Team Number:1
Online Library Management System

ACKNOWLEDGEMENT
The satisfaction that accompanies that the successful
completion of any task would be incomplete without the
mention of people whose ceaseless cooperation made it
possible, whose constant guidance and encouragement
crown all efforts with success.
We are grateful to our project guide Mr.Vijay Gupta for the
guidance, inspiration and constructive suggestions that
helpful us in the preparation of this project.
We also thank our colleagues who have helped in successful
completion of the project.

Bhupendra Singh Baghela
Shraddha Panwar
Vijay Vaishnav

2
Online Library Management System

CERTIFICATE
This is to certify that this report of Attendance Management
System embodies the original work done by Bhupendra
Singh Baghela, Shraddha Panwar, Vijay Vaishnav during
this project submission as a partial fulfillment of the
requirement for the System Design Project of Masters of
Computer Application IV Semester, of the Rajasthan
Technical University, Kota.

Swati V. Chande
Principal
(MCA Department)
International School of
Informatics and Management

Mr.Vijay Gupta
International School of Informatics and Management
3
Online Library Management System

Table of Contents

1. Synopsis

5

2. Feasibility Study

9

3. Data Tables

11

4. Data Flow Diagrams

14

5. Entity Relationship Diagram

15

6. Screen Shots Of Form

17

7. Future Scope

22

8. Conclusion

24

9. Bibliography

25

4
Online Library Management System

5
Online Library Management System

Online Library Management System

1. Introduction:1.1 Purpose:The purpose of this application are as follows :
• The software is for automation of library.
• It provides following facilities to
Operator :
• Can enter details related to a particular book.
• Can provide membership to members.
Admin :
• Can read and write information about any
member.
• Can update, create, delete the record of
membership as per requirement and implementation
plants.

6
Online Library Management System

2.)

Scope :
The different areas where we can use this application

are :
• Any education institute can make use of it for
providing information about author, content of the
available books.
• It can be used in offices and modifications can be
easily done according to requirements.
3.)

Technology Used :
Front End :
Back End :

4.)

Servlets, HTML, Java script.
MS Access, Apache Tomcat server.

Assumptions
• This application is used to convert the manual
application to the online application.
• Customized data will be used in this application.
• User does not have right to enter information
about books.

7
Online Library Management System

5.)

Overview :

Project is related to library management which provides
reading services to its members. Any person can become a
member of the library by filling a prescribed form.
They can get the book issued, so that they cab take home
and return them.

6.)

Functionality :
• Online membership.
• Keeps the track of issues and submission of books .

8
Online Library Management System

Feasibility Study
In feasibility study phase we had undergone through various
steps which are describe as under :
1. Identify the origin of the information at different level.
2. Identify the expectation of user from computerized
system.
3. Analyze the draw back of existing system (manual)
system.

WORKING OF PRESENT MANUAL SYSTEM

The staffs of library are involved in the following tasks.
1. Membership process : person have to fill membership
form and they are provided with member id.

9
Online Library Management System

DRAWBACKS OF PRESENT SYSTEM

Some of the problems being faced in manual system are as
follows:
1. Fast report generation is not possible.
2. Tracing a book is difficult.
3. Information about issue/return of the books are not
properly maintained.
4. No central database can be created as information is
not available in database.

PROPOSED SYSTEM
There will be three major components :
1. Stock maintenance.
2. Transaction entry.
3. Reports.
Proposed system provides with following solutions :
1. It provides "better and efficient" service to members.
2. Reduce the workload of employee.
3. Faster retrieval of information about the desired book.
4. Provide facility for proper monitoring reduce paper work
and provide data security.
5. All details will be available on a click.
10
Online Library Management System

Data Tables:
Table : Members
S.no. Coloum
Name

Data
Type

Length Description

1

Id_no

Text

50

Unique identification
of the members

2

Name

Text

70

Name of members

3

Address

Text

100

Location of Members

4

Date of
Issue

Date/Time

Date of Registration

5

Date of
Expiry

Date/Time

Registration expiry
date

6

Status

Text

50

11

Permanent/Temporary
Online Library Management System

Table : Add Books
s.no. Column
Name

DateType

Description

1

Book_name

Text

Title of the book

2

Book_code

Text

Book identification number

3

Author

Text

Author of books

4

Date of
arrival

Date/time Date on which book was
received

5

Price

Text

Cost of books

6

Rack_no

Text

Almirah no

7

No_of_books

Text

Quantity of books

8

Subject_code Text

Unique identification no of
particular subject

12
Online Library Management System

Table: issue
s.no. Column
Type

Date
Type

Description

1

Id_no

Text

User identification number

2

Book_name

Text

Title of books

3

Issue_date

Date/time Date on which book is
issued

4

Due_date

Date/time Due date on which book is
to be returned

13
Online Library Management System

Data Flow Diagram (DFD)

Student

Manageme
nt
Membershi
p
Manageme
nt

Penalty
Member

Book Issue
Manageme
nt

Books

Book Issue

Student

14

Report
manageme
nt
Online Library Management System

E-R DIGRAM

It is clear that the physical objects from the previous section
– the member, books, library – correspond to entities in the
Entity-Relationship model, and the operations to be done on
those entities – holds, checkouts, and so on – correspond to
relationships. However, a good design will minimize
redundancy and attempt to store all the required information
in as small a space as possible.

15
Online Library Management System

16
Online Library Management System

SNAPSHOTS

17
Online Library Management System

18
Online Library Management System

19
Online Library Management System

20
Online Library Management System

21
Online Library Management System

Future Scope
FUTURE SCOPE OF APPLICATION :

This application can be easily implemented under various situations.
We can add new features as and when we require. Reusability is
possible as and when require in this application. There is flexibility
in all the modules.

SOFTWARE SCOPE:

• Extensibility: This software is extendable in ways that its original
developers may not expect. The following principles enhances
extensibility like hide data structure, avoid traversing multiple
links or methods, avoid case statements on object type and
distinguish public and private operations.

•

Reusability: Reusability is possible as and when require in this
application. We can update it next version. Reusable software
reduces design, coding and testing cost by amortizing effort
over several designs. Reducing the amount of code also
simplifies understanding, which increases the likelihood that
the code is correct. We follow up both types of reusability:
Sharing of newly written code within a project and reuse of
previously written code on new projects.
22
Online Library Management System

•

Understandability: A method is understandable if someone other
than the creator of the method can understand the code (as
well as the creator after a time lapse). We use the method,
which small and coherent helps to accomplish this.

•

Cost-effectiveness: Its cost is under the budget and make within
given time period. It is desirable to aim for a system with a
minimum cost subject to the condition that it must satisfy the
entire requirement.

Scope of this document is to put down the requirements, clearly
identifying the information needed by the user, the source of the
information and outputs expected from the system.

23
Online Library Management System

Conclusion

From a proper analysis of positive points and constraints on
the component, it can be safely concluded that the product is
a highly efficient GUI based component. This application is
working properly and meeting to all user requirements. This
component can be easily plugged in many other systems.

24
Online Library Management System

Bibliography
Books:
• Beginning Java Objects: From Concepts to Code -by
Jacquie Barker)
• Introduction to Java Programming (NIIIT publication)
• The Complete Reference Java(McGrawhill; Herbert
Schildth- reprint 2008)
• Introduction to MS-Access(Aptech)

Web Sites:
• www.apache.org
• www.wikipedia.com

25

Contenu connexe

Tendances

Library management system
Library management systemLibrary management system
Library management systemwethecodershelp
 
Library Management system
Library Management systemLibrary Management system
Library Management systemTayyab Hussain
 
Library Management System Project Report
Library Management System Project Report Library Management System Project Report
Library Management System Project Report Abu Kaisar
 
Library management system
Library management systemLibrary management system
Library management systemtechlike
 
Library management system
Library management systemLibrary management system
Library management systemNi
 
Library management
Library managementLibrary management
Library managementakki_hearts
 
Library management system
Library management systemLibrary management system
Library management systemSara Malik
 
Software requirements specification of Library Management System
Software requirements specification of Library Management SystemSoftware requirements specification of Library Management System
Software requirements specification of Library Management SystemSoumili Sen
 
Online Hostel Management System Proposal
Online Hostel Management System Proposal Online Hostel Management System Proposal
Online Hostel Management System Proposal farhanamusthafa
 
Library management sytem
Library management sytemLibrary management sytem
Library management sytemashu6
 
library management system
library management systemlibrary management system
library management systemprabhat kumar
 
Chapter ii - Web-based Library Management System of East West Colleges
Chapter ii -  Web-based Library Management System of  East West CollegesChapter ii -  Web-based Library Management System of  East West Colleges
Chapter ii - Web-based Library Management System of East West CollegesNeil Mutia
 
Hostel Management Information system Abstract 2017
Hostel Management Information system Abstract 2017Hostel Management Information system Abstract 2017
Hostel Management Information system Abstract 2017ioshean
 
Library Management System - LMS
Library Management System - LMSLibrary Management System - LMS
Library Management System - LMSHasibul Haque Hira
 
Online library management system
Online library management systemOnline library management system
Online library management systemBharat Kunwar
 
online library management system
online library management systemonline library management system
online library management systemVirani Sagar
 
Library management system
Library management systemLibrary management system
Library management systemABhay Panchal
 

Tendances (20)

Library Management System
Library  Management  SystemLibrary  Management  System
Library Management System
 
Library management system
Library management systemLibrary management system
Library management system
 
Library Management system
Library Management systemLibrary Management system
Library Management system
 
Library Management System Project Report
Library Management System Project Report Library Management System Project Report
Library Management System Project Report
 
Library Management System
Library Management SystemLibrary Management System
Library Management System
 
Library management system
Library management systemLibrary management system
Library management system
 
Library management system
Library management systemLibrary management system
Library management system
 
Library management
Library managementLibrary management
Library management
 
Library management system
Library management systemLibrary management system
Library management system
 
Software requirements specification of Library Management System
Software requirements specification of Library Management SystemSoftware requirements specification of Library Management System
Software requirements specification of Library Management System
 
Online Hostel Management System Proposal
Online Hostel Management System Proposal Online Hostel Management System Proposal
Online Hostel Management System Proposal
 
Library management sytem
Library management sytemLibrary management sytem
Library management sytem
 
Library management project
Library management projectLibrary management project
Library management project
 
library management system
library management systemlibrary management system
library management system
 
Chapter ii - Web-based Library Management System of East West Colleges
Chapter ii -  Web-based Library Management System of  East West CollegesChapter ii -  Web-based Library Management System of  East West Colleges
Chapter ii - Web-based Library Management System of East West Colleges
 
Hostel Management Information system Abstract 2017
Hostel Management Information system Abstract 2017Hostel Management Information system Abstract 2017
Hostel Management Information system Abstract 2017
 
Library Management System - LMS
Library Management System - LMSLibrary Management System - LMS
Library Management System - LMS
 
Online library management system
Online library management systemOnline library management system
Online library management system
 
online library management system
online library management systemonline library management system
online library management system
 
Library management system
Library management systemLibrary management system
Library management system
 

En vedette

Library mangement system project srs documentation.doc
Library mangement system project srs documentation.docLibrary mangement system project srs documentation.doc
Library mangement system project srs documentation.docjimmykhan
 
Library management system presentation
Library management system presentation Library management system presentation
Library management system presentation Smit Patel
 
Online Library Management
Online Library ManagementOnline Library Management
Online Library ManagementVarsha Sarkar
 
Library management system
Library management systemLibrary management system
Library management systemRaaghav Bhatia
 
AUTOMATED LIBRARY MANAGEMENT SYSTEM
AUTOMATED LIBRARY MANAGEMENT SYSTEMAUTOMATED LIBRARY MANAGEMENT SYSTEM
AUTOMATED LIBRARY MANAGEMENT SYSTEMAbhishek Kumar
 
Abstract of Library Management System
Abstract of Library Management SystemAbstract of Library Management System
Abstract of Library Management SystemMd Mudassir
 
Library management system using rfid
Library management system using rfidLibrary management system using rfid
Library management system using rfidNaveen Sihag
 
Library Management Project Presentation
Library Management Project PresentationLibrary Management Project Presentation
Library Management Project PresentationSanket Kudalkar
 
Introduction and objectives of the project
Introduction and objectives of the projectIntroduction and objectives of the project
Introduction and objectives of the projectrihan696
 
Entity Relationship Diagram of Library System
Entity Relationship Diagram of Library SystemEntity Relationship Diagram of Library System
Entity Relationship Diagram of Library SystemAbdul Rahman Sherzad
 
Student Management System Project Abstract
Student Management System Project AbstractStudent Management System Project Abstract
Student Management System Project AbstractUdhayyagethan Mano
 
Computer Science Investigatory Project Class 12
Computer Science Investigatory Project Class 12Computer Science Investigatory Project Class 12
Computer Science Investigatory Project Class 12Self-employed
 
Library management system
Library management systemLibrary management system
Library management systemashu6
 
A project report on libray mgt system
A project report on libray mgt system A project report on libray mgt system
A project report on libray mgt system ashvan710883
 
Cs690 object oriented_software_engineering_team01_ report
Cs690 object oriented_software_engineering_team01_ reportCs690 object oriented_software_engineering_team01_ report
Cs690 object oriented_software_engineering_team01_ reportKhushboo Wadhwani
 
Library management system
Library management systemLibrary management system
Library management systemSHARDA SHARAN
 
Integrated Library Management System to Resource Discovery : Recent Trends
Integrated Library Management System to Resource Discovery : Recent Trends Integrated Library Management System to Resource Discovery : Recent Trends
Integrated Library Management System to Resource Discovery : Recent Trends Kaustav Saha
 
Digital libraries in india an analytical study by dr. amjad ali
Digital libraries in india an analytical study by dr. amjad aliDigital libraries in india an analytical study by dr. amjad ali
Digital libraries in india an analytical study by dr. amjad aliKishor Satpathy
 

En vedette (20)

Library mangement system project srs documentation.doc
Library mangement system project srs documentation.docLibrary mangement system project srs documentation.doc
Library mangement system project srs documentation.doc
 
Library management system presentation
Library management system presentation Library management system presentation
Library management system presentation
 
Online Library Management
Online Library ManagementOnline Library Management
Online Library Management
 
Library management system
Library management systemLibrary management system
Library management system
 
AUTOMATED LIBRARY MANAGEMENT SYSTEM
AUTOMATED LIBRARY MANAGEMENT SYSTEMAUTOMATED LIBRARY MANAGEMENT SYSTEM
AUTOMATED LIBRARY MANAGEMENT SYSTEM
 
Abstract of Library Management System
Abstract of Library Management SystemAbstract of Library Management System
Abstract of Library Management System
 
Library management system using rfid
Library management system using rfidLibrary management system using rfid
Library management system using rfid
 
Library Management Project Presentation
Library Management Project PresentationLibrary Management Project Presentation
Library Management Project Presentation
 
Introduction and objectives of the project
Introduction and objectives of the projectIntroduction and objectives of the project
Introduction and objectives of the project
 
Library Management System
Library Management SystemLibrary Management System
Library Management System
 
Entity Relationship Diagram of Library System
Entity Relationship Diagram of Library SystemEntity Relationship Diagram of Library System
Entity Relationship Diagram of Library System
 
Student Management System Project Abstract
Student Management System Project AbstractStudent Management System Project Abstract
Student Management System Project Abstract
 
Computer Science Investigatory Project Class 12
Computer Science Investigatory Project Class 12Computer Science Investigatory Project Class 12
Computer Science Investigatory Project Class 12
 
Library management system
Library management systemLibrary management system
Library management system
 
MENA CAB Report
MENA CAB ReportMENA CAB Report
MENA CAB Report
 
A project report on libray mgt system
A project report on libray mgt system A project report on libray mgt system
A project report on libray mgt system
 
Cs690 object oriented_software_engineering_team01_ report
Cs690 object oriented_software_engineering_team01_ reportCs690 object oriented_software_engineering_team01_ report
Cs690 object oriented_software_engineering_team01_ report
 
Library management system
Library management systemLibrary management system
Library management system
 
Integrated Library Management System to Resource Discovery : Recent Trends
Integrated Library Management System to Resource Discovery : Recent Trends Integrated Library Management System to Resource Discovery : Recent Trends
Integrated Library Management System to Resource Discovery : Recent Trends
 
Digital libraries in india an analytical study by dr. amjad ali
Digital libraries in india an analytical study by dr. amjad aliDigital libraries in india an analytical study by dr. amjad ali
Digital libraries in india an analytical study by dr. amjad ali
 

Similaire à Online Library Management System Project Report

11.project online library management system
11.project online library management system11.project online library management system
11.project online library management systemmonika ahalawat
 
11 Project-Online Library Management System
11 Project-Online Library Management System11 Project-Online Library Management System
11 Project-Online Library Management SystemHeather Strinden
 
11.project online library management system
11.project online library management system11.project online library management system
11.project online library management systemGolden Arc
 
11 project-online20library20management20system-110809063139-phpapp01(2)
11 project-online20library20management20system-110809063139-phpapp01(2)11 project-online20library20management20system-110809063139-phpapp01(2)
11 project-online20library20management20system-110809063139-phpapp01(2)Roopal Shrivastava
 
Synopsis of Library Management System
Synopsis of Library Management SystemSynopsis of Library Management System
Synopsis of Library Management SystemAnkit Verma
 
Library Management System Waterfall Model
Library Management System Waterfall ModelLibrary Management System Waterfall Model
Library Management System Waterfall Modelmitwa1990
 
Library_Management_System_Mini_Project_R (1).pdf
Library_Management_System_Mini_Project_R (1).pdfLibrary_Management_System_Mini_Project_R (1).pdf
Library_Management_System_Mini_Project_R (1).pdfVimalKumar242859
 
Library_Management_System_Mini_Project_R.pdf
Library_Management_System_Mini_Project_R.pdfLibrary_Management_System_Mini_Project_R.pdf
Library_Management_System_Mini_Project_R.pdfKamal Acharya
 
LIBARARY MANAGEMENT SYSTEM..docx
LIBARARY MANAGEMENT SYSTEM..docxLIBARARY MANAGEMENT SYSTEM..docx
LIBARARY MANAGEMENT SYSTEM..docxAmitmAHI4
 
LMS by Shuvo.powerpoint.pptx
LMS by Shuvo.powerpoint.pptxLMS by Shuvo.powerpoint.pptx
LMS by Shuvo.powerpoint.pptxKaiumShuvo1
 
Library Management System.powerpoint.pptx
Library Management System.powerpoint.pptxLibrary Management System.powerpoint.pptx
Library Management System.powerpoint.pptxKaiumShuvo1
 
Library Management System (1) (1).pptx
Library Management System (1) (1).pptxLibrary Management System (1) (1).pptx
Library Management System (1) (1).pptxPiyushChoudhary341047
 
Project proposal of Library Management System.
Project proposal of Library Management System. Project proposal of Library Management System.
Project proposal of Library Management System. Arjishman Roy
 
library-project-report library-project-report
library-project-report library-project-reportlibrary-project-report library-project-report
library-project-report library-project-reportmediacontrol2000
 
Gr.-06library-project-report.pdf
Gr.-06library-project-report.pdfGr.-06library-project-report.pdf
Gr.-06library-project-report.pdfkajalkhorwal106
 
onlinelibrarymanagementsystem-160511065906.pdf
onlinelibrarymanagementsystem-160511065906.pdfonlinelibrarymanagementsystem-160511065906.pdf
onlinelibrarymanagementsystem-160511065906.pdfrohanthombre2
 

Similaire à Online Library Management System Project Report (20)

11.project online library management system
11.project online library management system11.project online library management system
11.project online library management system
 
11 Project-Online Library Management System
11 Project-Online Library Management System11 Project-Online Library Management System
11 Project-Online Library Management System
 
library management
library management library management
library management
 
11.project online library management system
11.project online library management system11.project online library management system
11.project online library management system
 
11 project-online20library20management20system-110809063139-phpapp01(2)
11 project-online20library20management20system-110809063139-phpapp01(2)11 project-online20library20management20system-110809063139-phpapp01(2)
11 project-online20library20management20system-110809063139-phpapp01(2)
 
Synopsis of Library Management System
Synopsis of Library Management SystemSynopsis of Library Management System
Synopsis of Library Management System
 
Library Management System Waterfall Model
Library Management System Waterfall ModelLibrary Management System Waterfall Model
Library Management System Waterfall Model
 
Library_Management_System_Mini_Project_R (1).pdf
Library_Management_System_Mini_Project_R (1).pdfLibrary_Management_System_Mini_Project_R (1).pdf
Library_Management_System_Mini_Project_R (1).pdf
 
Library management system
Library management systemLibrary management system
Library management system
 
Library_Management_System_Mini_Project_R.pdf
Library_Management_System_Mini_Project_R.pdfLibrary_Management_System_Mini_Project_R.pdf
Library_Management_System_Mini_Project_R.pdf
 
LIBARARY MANAGEMENT SYSTEM..docx
LIBARARY MANAGEMENT SYSTEM..docxLIBARARY MANAGEMENT SYSTEM..docx
LIBARARY MANAGEMENT SYSTEM..docx
 
srno-2,3,16,18,21.pptx
srno-2,3,16,18,21.pptxsrno-2,3,16,18,21.pptx
srno-2,3,16,18,21.pptx
 
LMS by Shuvo.powerpoint.pptx
LMS by Shuvo.powerpoint.pptxLMS by Shuvo.powerpoint.pptx
LMS by Shuvo.powerpoint.pptx
 
Library Management System.powerpoint.pptx
Library Management System.powerpoint.pptxLibrary Management System.powerpoint.pptx
Library Management System.powerpoint.pptx
 
Library Management System (1) (1).pptx
Library Management System (1) (1).pptxLibrary Management System (1) (1).pptx
Library Management System (1) (1).pptx
 
ishrat fatimadefense.ppt
ishrat fatimadefense.pptishrat fatimadefense.ppt
ishrat fatimadefense.ppt
 
Project proposal of Library Management System.
Project proposal of Library Management System. Project proposal of Library Management System.
Project proposal of Library Management System.
 
library-project-report library-project-report
library-project-report library-project-reportlibrary-project-report library-project-report
library-project-report library-project-report
 
Gr.-06library-project-report.pdf
Gr.-06library-project-report.pdfGr.-06library-project-report.pdf
Gr.-06library-project-report.pdf
 
onlinelibrarymanagementsystem-160511065906.pdf
onlinelibrarymanagementsystem-160511065906.pdfonlinelibrarymanagementsystem-160511065906.pdf
onlinelibrarymanagementsystem-160511065906.pdf
 

Dernier

Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxAnupam32727
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxAneriPatwari
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17Celine George
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxMichelleTuguinay1
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptxmary850239
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Developmentchesterberbo7
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 

Dernier (20)

Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptx
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Development
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 

Online Library Management System Project Report

  • 1. Online Library Management System Project Report On “Online Library Management System” Submitted By: Guided By 1. Bhupendra Mr.Vijay Gupta 2. Shraddha Panwar Assistant Professor 3. Vijay Vaishnav IIIM, Jaipur. Team Number:1
  • 2. Online Library Management System ACKNOWLEDGEMENT The satisfaction that accompanies that the successful completion of any task would be incomplete without the mention of people whose ceaseless cooperation made it possible, whose constant guidance and encouragement crown all efforts with success. We are grateful to our project guide Mr.Vijay Gupta for the guidance, inspiration and constructive suggestions that helpful us in the preparation of this project. We also thank our colleagues who have helped in successful completion of the project. Bhupendra Singh Baghela Shraddha Panwar Vijay Vaishnav 2
  • 3. Online Library Management System CERTIFICATE This is to certify that this report of Attendance Management System embodies the original work done by Bhupendra Singh Baghela, Shraddha Panwar, Vijay Vaishnav during this project submission as a partial fulfillment of the requirement for the System Design Project of Masters of Computer Application IV Semester, of the Rajasthan Technical University, Kota. Swati V. Chande Principal (MCA Department) International School of Informatics and Management Mr.Vijay Gupta International School of Informatics and Management 3
  • 4. Online Library Management System Table of Contents 1. Synopsis 5 2. Feasibility Study 9 3. Data Tables 11 4. Data Flow Diagrams 14 5. Entity Relationship Diagram 15 6. Screen Shots Of Form 17 7. Future Scope 22 8. Conclusion 24 9. Bibliography 25 4
  • 6. Online Library Management System Online Library Management System 1. Introduction:1.1 Purpose:The purpose of this application are as follows : • The software is for automation of library. • It provides following facilities to Operator : • Can enter details related to a particular book. • Can provide membership to members. Admin : • Can read and write information about any member. • Can update, create, delete the record of membership as per requirement and implementation plants. 6
  • 7. Online Library Management System 2.) Scope : The different areas where we can use this application are : • Any education institute can make use of it for providing information about author, content of the available books. • It can be used in offices and modifications can be easily done according to requirements. 3.) Technology Used : Front End : Back End : 4.) Servlets, HTML, Java script. MS Access, Apache Tomcat server. Assumptions • This application is used to convert the manual application to the online application. • Customized data will be used in this application. • User does not have right to enter information about books. 7
  • 8. Online Library Management System 5.) Overview : Project is related to library management which provides reading services to its members. Any person can become a member of the library by filling a prescribed form. They can get the book issued, so that they cab take home and return them. 6.) Functionality : • Online membership. • Keeps the track of issues and submission of books . 8
  • 9. Online Library Management System Feasibility Study In feasibility study phase we had undergone through various steps which are describe as under : 1. Identify the origin of the information at different level. 2. Identify the expectation of user from computerized system. 3. Analyze the draw back of existing system (manual) system. WORKING OF PRESENT MANUAL SYSTEM The staffs of library are involved in the following tasks. 1. Membership process : person have to fill membership form and they are provided with member id. 9
  • 10. Online Library Management System DRAWBACKS OF PRESENT SYSTEM Some of the problems being faced in manual system are as follows: 1. Fast report generation is not possible. 2. Tracing a book is difficult. 3. Information about issue/return of the books are not properly maintained. 4. No central database can be created as information is not available in database. PROPOSED SYSTEM There will be three major components : 1. Stock maintenance. 2. Transaction entry. 3. Reports. Proposed system provides with following solutions : 1. It provides "better and efficient" service to members. 2. Reduce the workload of employee. 3. Faster retrieval of information about the desired book. 4. Provide facility for proper monitoring reduce paper work and provide data security. 5. All details will be available on a click. 10
  • 11. Online Library Management System Data Tables: Table : Members S.no. Coloum Name Data Type Length Description 1 Id_no Text 50 Unique identification of the members 2 Name Text 70 Name of members 3 Address Text 100 Location of Members 4 Date of Issue Date/Time Date of Registration 5 Date of Expiry Date/Time Registration expiry date 6 Status Text 50 11 Permanent/Temporary
  • 12. Online Library Management System Table : Add Books s.no. Column Name DateType Description 1 Book_name Text Title of the book 2 Book_code Text Book identification number 3 Author Text Author of books 4 Date of arrival Date/time Date on which book was received 5 Price Text Cost of books 6 Rack_no Text Almirah no 7 No_of_books Text Quantity of books 8 Subject_code Text Unique identification no of particular subject 12
  • 13. Online Library Management System Table: issue s.no. Column Type Date Type Description 1 Id_no Text User identification number 2 Book_name Text Title of books 3 Issue_date Date/time Date on which book is issued 4 Due_date Date/time Due date on which book is to be returned 13
  • 14. Online Library Management System Data Flow Diagram (DFD) Student Manageme nt Membershi p Manageme nt Penalty Member Book Issue Manageme nt Books Book Issue Student 14 Report manageme nt
  • 15. Online Library Management System E-R DIGRAM It is clear that the physical objects from the previous section – the member, books, library – correspond to entities in the Entity-Relationship model, and the operations to be done on those entities – holds, checkouts, and so on – correspond to relationships. However, a good design will minimize redundancy and attempt to store all the required information in as small a space as possible. 15
  • 17. Online Library Management System SNAPSHOTS 17
  • 22. Online Library Management System Future Scope FUTURE SCOPE OF APPLICATION : This application can be easily implemented under various situations. We can add new features as and when we require. Reusability is possible as and when require in this application. There is flexibility in all the modules. SOFTWARE SCOPE: • Extensibility: This software is extendable in ways that its original developers may not expect. The following principles enhances extensibility like hide data structure, avoid traversing multiple links or methods, avoid case statements on object type and distinguish public and private operations. • Reusability: Reusability is possible as and when require in this application. We can update it next version. Reusable software reduces design, coding and testing cost by amortizing effort over several designs. Reducing the amount of code also simplifies understanding, which increases the likelihood that the code is correct. We follow up both types of reusability: Sharing of newly written code within a project and reuse of previously written code on new projects. 22
  • 23. Online Library Management System • Understandability: A method is understandable if someone other than the creator of the method can understand the code (as well as the creator after a time lapse). We use the method, which small and coherent helps to accomplish this. • Cost-effectiveness: Its cost is under the budget and make within given time period. It is desirable to aim for a system with a minimum cost subject to the condition that it must satisfy the entire requirement. Scope of this document is to put down the requirements, clearly identifying the information needed by the user, the source of the information and outputs expected from the system. 23
  • 24. Online Library Management System Conclusion From a proper analysis of positive points and constraints on the component, it can be safely concluded that the product is a highly efficient GUI based component. This application is working properly and meeting to all user requirements. This component can be easily plugged in many other systems. 24
  • 25. Online Library Management System Bibliography Books: • Beginning Java Objects: From Concepts to Code -by Jacquie Barker) • Introduction to Java Programming (NIIIT publication) • The Complete Reference Java(McGrawhill; Herbert Schildth- reprint 2008) • Introduction to MS-Access(Aptech) Web Sites: • www.apache.org • www.wikipedia.com 25