SlideShare a Scribd company logo
1 of 35
Prepared By Guided By
 Project Title
 Introduction
 Feasibility
 Specific Requirements
 Tools and Platform
 Resources Used
 Design Specification
 Entity Relationship
Diagram
 Data Flow Diagram
 Data Base Structure
 Snapshot
 Modular Description
 Process Logic
 Reports
 Future Scope
1. Purpose:-
The purpose of this application is as follows:
 The software is for automation of library.
 It provides following facilities to
1.1 Operator:
 Can enter details related to a particular book.
 Can provide membership to members.
1.2 Admin:
 Can read and write information about any member.
 Can update, create, and delete the record of membership as per requirement and implementation.
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. 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.
4. 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.
5. Functionality :
 Online membership.
 Keeps the track of issues and submission of books.
Librarian Billing system
User
UHCL Information
Security System
Overview of the proposed system
Feasibility
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.
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.
 Specific Requirements
This section describes in detail all the functional requirements.
 Functionality
• Logon Capabilities
The system shall provide the users with logon capabilities.
• Mobile Devices
The Online Library System is also supported on mobile devices such as cell phones.
• Alerts
The system can alert the Librarian or the administrator in case of any problems.
 Usability
• The system shall allow the users to access the system from the Internet using HTML or it’s derivative
technologies. The system uses a web browser as an interface.
• Since all users are familiar with the general usage of browsers, no specific training is required.
• The system is user friendly and self-explanatory.
 Reliability
The system has to be very reliable due to the importance of
data and the damages incorrect or incomplete data can do.
 Availability
The system is available 100% for the user and is used 24 hrs
a day and 365 days a year. The system shall be operational
24 hours a day and 7 days a week.
 Accuracy
The accuracy of the system is limited by the accuracy of the
speed at which the employees of the library and users of the
library use the system.
 Tools & Platform
My Project uses and works following tools and platforms respectively:
Front end:- asp.net 3.5(c#):-
ASP.NET is Microsoft’s new version of ASP for the managed environment. ASP.NET brings about
significant changes from its predecessor, most notably by supporting strongly typed and
precompiled languages such as C# and VB. With ASP.NET you can also design web application GUIs
using the drag-and-drop form design approach that made Visual Basic popular. ASP.NET is a
server-side technology that requires the installation of Microsoft Internet Information Server (IIS).
Some features of ASP.NET are as follows:-
 Separation of code from content.
 Support for compiled languages
 Greater support for different browsers via server-side
 Intuitive GUI design.
 A quick and easy way to develop applications.
 Native code compilation.
 A common programming platform across all Microsoft applications.
Back end:-SQL server 2000:-
Microsoft SQL Server 2000 is a full-featured relational database management system (RDBMS) that offers a variety of
administrative tools to ease the burdens of database development, maintenance and administration.
Features of SQL server 2000:-
Plenty of features are available in SQL Server that makes it stand out from all its competitors. Some of the important
features describe bellow-
 The graphical management tools make it extremely easy to manage the server. Major GUI is SQL enterprise manager.
This tool allows you to manage window NT, Internet information server and many other products from single
application.
 Centralized management help in managing multiple servers from one place that is only one administrator is needed for
all servers.
 SQL Server 2000 supports multiple client application.
 SQL Server 2000 enterprise edition can support database larger than several terabytes with more than 32 processors.
 For large-scale production purpose SQL Server 2000 runs on window NT & Window 97/98.
 Development cost by SQL Server 2000 is less expensive than any other RDBMS.
 SQL Server 2000 is perfect for managing large data warehouses. Data warehouses are usually extremely large database
that contain data from transactional oriented databases.
Resources Used
 Hardware Recourse
 PROCESSOR : P4
 RAM : 512 MB recommended
 HDD : 20 GB (min 10 MB virtual Space)
 MONITOR : 17 CRT
 KB : Normal GB
 MOUSE : 3 Button Normal Mouse
 Software Resource
 O/S : Microsoft Windows XP/2000 Server
 For Coding : Visual Studio 2008(C#)
 For Database : SQL Server 2000
 For Reporting : Crystal Report
 For Documentation : MS Word, MS PowerPoint
 Design Specification
 ERD (Entity Relationship Diagram)
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.
 Database Structure
Id_no Number 50 Unique identification
of the members
Name Text 70 Name of members
Address Text 100 Location of Members
Date of
Issue
Text 25 Date of Registration
Date of
Expiry
Date/Time 10
Registration expiry
date
Status Date/Time 50 Permanent/Temporary
FIELD NAME DATA TYPE SIZE Description
Book_name Text 10 Title of the book
Book_code Text 15 Book identification
number
Author Text 10 Author of books
Date of
arrival
Date/time 10 Date on which book
was
received
Price Text 10 Cost of books
Rack_no Text Almirah no
No_of_books Text Quantity of books
Subject_code Text Unique identification
no of
particular subject
TABLE NAME: Add Books
Id_no Text 10 User identification
number
Book_name Text 10 Title of books
Issue_date Date/time 10
Date on which book
is
issued
Due_date Date/time 10
Due date on which
book is
to be returned
TABLE NAME: issue
FIELD NAME DATA TYPE SIZE Description
Id_no Text 10 User identification
number
Category_id Text 10 id of category
Isbn Text 10 Isbn of book
Category_Name Text 10 Category name
TABLE NAME: Book By Category
FIELD NAME DATA TYPE SIZE Description
Id_no Text 10 identification number
Author_Name Text 10 Author Name
Isbn Text 10 Isbn of book
TABLE NAME: Book By Author
FIELD NAME DATA TYPE SIZE Description
 Module Description
Type of user
 Administrator (librarian)
 HOD of all Department
 Student
 Faculty
 Staff
Administrator module:
 Budget (for all department)
 Stock verification
 Create user
 Accept/Reject user
 Change password
 Book inventory
 User information
 Report generation
 Search Book
 Complaint All user can send their complaint
User module
 Change password
 Book Search
 See account information
Fine information
 All user check their fine
 Fine by date & Month
Book inventory
 Purchasing book information
 Maintain book inventory
Book search
 Normal search by alphabet
 Quick search by type(Book id, Author, ISBN,Publication)
Other charges
 Book Binding, chair , Rack
 Journals
 News paper
Process Logic
Home
Home
Research
Browse
Read
Work
*Home
Browse the library
Subject categories
Library Areas
Exclusive offers
Login
Free Trial
Search
Email us
*Search
Advanced search
*Browse
Categories
Search
*Read Work
 Reports
Reports provide information about metrics that are collected while a team
project is in progress. The information is used by project managers and leads to
monitor the health of the team project and to make decisions. As we create new
reports or modify existing reports, we can provide documentation in the process
guidance to help team members understand the purpose of the reports and how to
interpret the reports. If we add new reports or queries to our process template, we
should also add them to our process guidance, along with description of how they
should be used in our software development process.
Type of Reports: -
ID Wise:
 Book Detail
 Author Detail
 Issue Detail
 Stock Detail
 Bill Detail
 Employee Detail
 Salary Detail
Date Wise:
 Book Registration
 Bill Payment
 Author Detail
 Stock Detail
 Future Scope
We are developing our project Library Management System for the college or any Institute.
But this project can be deployed in any organization.
The Online Library System that is to be developed provides the members of the Library and
employees of the library with books information, online blocking of books and many other
facilities
Library management system project

More Related Content

What's hot

Software Development Methodologies Library Management System (Part-1)
Software Development Methodologies Library Management System (Part-1)Software Development Methodologies Library Management System (Part-1)
Software Development Methodologies Library Management System (Part-1)Totan Banik
 
Library management system
Library management systemLibrary management system
Library management systemwethecodershelp
 
Library Management System Project in PHP with BlackBook & Source Code
Library Management System Project in PHP with BlackBook & Source CodeLibrary Management System Project in PHP with BlackBook & Source Code
Library Management System Project in PHP with BlackBook & Source CodeRadikhaSharma
 
Online Library management system proposal by Banuka Dananjaya Subasinghe
Online Library management system proposal by Banuka Dananjaya SubasingheOnline Library management system proposal by Banuka Dananjaya Subasinghe
Online Library management system proposal by Banuka Dananjaya SubasingheBanukaSubasinghe
 
Library management system
Library management systemLibrary management system
Library management systemKamal Krish
 
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
 
Library management system
Library management systemLibrary management system
Library management systemtechlike
 
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
 
Final Presentation on Online Library Management
Final Presentation on Online Library ManagementFinal Presentation on Online Library Management
Final Presentation on Online Library ManagementSneha Yadav
 
Library management system
Library management systemLibrary management system
Library management systemParesh Gosavi
 
Library Management System
Library Management SystemLibrary Management System
Library Management SystemMartins Okoi
 
Project online library management
Project online library managementProject online library management
Project online library managementPrem Prasun
 
Library management
Library managementLibrary management
Library managementManoj Jhawar
 
Library Management System PPT
Library Management System PPTLibrary Management System PPT
Library Management System PPTTamaghna Banerjee
 
Library management system
Library management systemLibrary management system
Library management systemNi
 

What's hot (20)

Software Development Methodologies Library Management System (Part-1)
Software Development Methodologies Library Management System (Part-1)Software Development Methodologies Library Management System (Part-1)
Software Development Methodologies Library Management System (Part-1)
 
Library management system
Library management systemLibrary management system
Library management system
 
Library Management System Project in PHP with BlackBook & Source Code
Library Management System Project in PHP with BlackBook & Source CodeLibrary Management System Project in PHP with BlackBook & Source Code
Library Management System Project in PHP with BlackBook & Source Code
 
Online Library management system proposal by Banuka Dananjaya Subasinghe
Online Library management system proposal by Banuka Dananjaya SubasingheOnline Library management system proposal by Banuka Dananjaya Subasinghe
Online Library management system proposal by Banuka Dananjaya Subasinghe
 
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
 
Library management system
Library management systemLibrary management system
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
 
Final Presentation on Online Library Management
Final Presentation on Online Library ManagementFinal Presentation on Online Library Management
Final Presentation on Online Library Management
 
Library management system
Library management systemLibrary management system
Library management system
 
Library Management System
Library Management SystemLibrary Management System
Library Management System
 
Project online library management
Project online library managementProject online library management
Project online library management
 
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
 
Srs library m s
Srs library m sSrs library m s
Srs library m s
 
Library Management System PPT
Library Management System PPTLibrary Management System PPT
Library Management System PPT
 
Library management project
Library management projectLibrary management project
Library management project
 
Library management system
Library management systemLibrary management system
Library management system
 

Similar to Library management system project

Online Library Management
Online Library ManagementOnline Library Management
Online Library ManagementVarsha Sarkar
 
Report of Student management system
Report of Student management systemReport of Student management system
Report of Student management system1amitgupta
 
Online library management system
Online library management systemOnline library management system
Online library management systemYesu Raj
 
PRESS MANAGEMENT Documentation
PRESS MANAGEMENT DocumentationPRESS MANAGEMENT Documentation
PRESS MANAGEMENT Documentationanuj_rakheja
 
Online old books sales by hemraj gahlot
Online old books sales by hemraj gahlotOnline old books sales by hemraj gahlot
Online old books sales by hemraj gahlotHemraj Gahlot
 
11.project online library management system
11.project online library management system11.project online library management system
11.project online library management systemmonika ahalawat
 
Database project edi
Database project ediDatabase project edi
Database project ediRey Jefferson
 
11 Project-Online Library Management System
11 Project-Online Library Management System11 Project-Online Library Management System
11 Project-Online Library Management SystemHeather Strinden
 
Database Engine Control though Web Portal Monitoring Configuration
Database Engine Control though Web Portal Monitoring ConfigurationDatabase Engine Control though Web Portal Monitoring Configuration
Database Engine Control though Web Portal Monitoring ConfigurationIRJET Journal
 
Library mangement system project srs documentation
Library mangement system project srs documentationLibrary mangement system project srs documentation
Library mangement system project srs documentationSuchit Moon
 
The Art and Science of Requirements Gathering
The Art and Science of Requirements GatheringThe Art and Science of Requirements Gathering
The Art and Science of Requirements GatheringVanessa Turke
 
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
 
Office automation system report
Office automation system reportOffice automation system report
Office automation system reportAmit Kulkarni
 

Similar to Library management system project (20)

Online Library Management
Online Library ManagementOnline Library Management
Online Library Management
 
Report of Student management system
Report of Student management systemReport of Student management system
Report of Student management system
 
Online library management system
Online library management systemOnline library management system
Online library management system
 
library management
library management library management
library management
 
Database project
Database projectDatabase project
Database project
 
PRESS MANAGEMENT Documentation
PRESS MANAGEMENT DocumentationPRESS MANAGEMENT Documentation
PRESS MANAGEMENT Documentation
 
Online old books sales by hemraj gahlot
Online old books sales by hemraj gahlotOnline old books sales by hemraj gahlot
Online old books sales by hemraj gahlot
 
Job portal
Job portalJob portal
Job portal
 
11.project online library management system
11.project online library management system11.project online library management system
11.project online library management system
 
Database project edi
Database project ediDatabase project edi
Database project edi
 
Project report
Project report Project report
Project report
 
11 Project-Online Library Management System
11 Project-Online Library Management System11 Project-Online Library Management System
11 Project-Online Library Management System
 
Database Engine Control though Web Portal Monitoring Configuration
Database Engine Control though Web Portal Monitoring ConfigurationDatabase Engine Control though Web Portal Monitoring Configuration
Database Engine Control though Web Portal Monitoring Configuration
 
Library mangement system project srs documentation
Library mangement system project srs documentationLibrary mangement system project srs documentation
Library mangement system project srs documentation
 
The Art and Science of Requirements Gathering
The Art and Science of Requirements GatheringThe Art and Science of Requirements Gathering
The Art and Science of Requirements Gathering
 
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
 
A CRUD Matrix
A CRUD MatrixA CRUD Matrix
A CRUD Matrix
 
Library doc
Library docLibrary doc
Library doc
 
IP PROJECT FILE
IP PROJECT FILEIP PROJECT FILE
IP PROJECT FILE
 
Office automation system report
Office automation system reportOffice automation system report
Office automation system report
 

Recently uploaded

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 

Recently uploaded (20)

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 

Library management system project

  • 2.  Project Title  Introduction  Feasibility  Specific Requirements  Tools and Platform  Resources Used  Design Specification  Entity Relationship Diagram  Data Flow Diagram  Data Base Structure  Snapshot  Modular Description  Process Logic  Reports  Future Scope
  • 3.
  • 4.
  • 5. 1. Purpose:- The purpose of this application is as follows:  The software is for automation of library.  It provides following facilities to 1.1 Operator:  Can enter details related to a particular book.  Can provide membership to members. 1.2 Admin:  Can read and write information about any member.  Can update, create, and delete the record of membership as per requirement and implementation.
  • 6. 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. 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. 4. 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. 5. Functionality :  Online membership.  Keeps the track of issues and submission of books.
  • 7. Librarian Billing system User UHCL Information Security System Overview of the proposed system
  • 8. Feasibility 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. 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.
  • 9. 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.  Specific Requirements This section describes in detail all the functional requirements.  Functionality • Logon Capabilities The system shall provide the users with logon capabilities. • Mobile Devices The Online Library System is also supported on mobile devices such as cell phones. • Alerts The system can alert the Librarian or the administrator in case of any problems.  Usability • The system shall allow the users to access the system from the Internet using HTML or it’s derivative technologies. The system uses a web browser as an interface. • Since all users are familiar with the general usage of browsers, no specific training is required. • The system is user friendly and self-explanatory.
  • 11.  Reliability The system has to be very reliable due to the importance of data and the damages incorrect or incomplete data can do.  Availability The system is available 100% for the user and is used 24 hrs a day and 365 days a year. The system shall be operational 24 hours a day and 7 days a week.  Accuracy The accuracy of the system is limited by the accuracy of the speed at which the employees of the library and users of the library use the system.
  • 12.  Tools & Platform My Project uses and works following tools and platforms respectively: Front end:- asp.net 3.5(c#):- ASP.NET is Microsoft’s new version of ASP for the managed environment. ASP.NET brings about significant changes from its predecessor, most notably by supporting strongly typed and precompiled languages such as C# and VB. With ASP.NET you can also design web application GUIs using the drag-and-drop form design approach that made Visual Basic popular. ASP.NET is a server-side technology that requires the installation of Microsoft Internet Information Server (IIS). Some features of ASP.NET are as follows:-  Separation of code from content.  Support for compiled languages  Greater support for different browsers via server-side  Intuitive GUI design.  A quick and easy way to develop applications.  Native code compilation.  A common programming platform across all Microsoft applications.
  • 13. Back end:-SQL server 2000:- Microsoft SQL Server 2000 is a full-featured relational database management system (RDBMS) that offers a variety of administrative tools to ease the burdens of database development, maintenance and administration. Features of SQL server 2000:- Plenty of features are available in SQL Server that makes it stand out from all its competitors. Some of the important features describe bellow-  The graphical management tools make it extremely easy to manage the server. Major GUI is SQL enterprise manager. This tool allows you to manage window NT, Internet information server and many other products from single application.  Centralized management help in managing multiple servers from one place that is only one administrator is needed for all servers.  SQL Server 2000 supports multiple client application.  SQL Server 2000 enterprise edition can support database larger than several terabytes with more than 32 processors.  For large-scale production purpose SQL Server 2000 runs on window NT & Window 97/98.  Development cost by SQL Server 2000 is less expensive than any other RDBMS.  SQL Server 2000 is perfect for managing large data warehouses. Data warehouses are usually extremely large database that contain data from transactional oriented databases.
  • 14. Resources Used  Hardware Recourse  PROCESSOR : P4  RAM : 512 MB recommended  HDD : 20 GB (min 10 MB virtual Space)  MONITOR : 17 CRT  KB : Normal GB  MOUSE : 3 Button Normal Mouse  Software Resource  O/S : Microsoft Windows XP/2000 Server  For Coding : Visual Studio 2008(C#)  For Database : SQL Server 2000  For Reporting : Crystal Report  For Documentation : MS Word, MS PowerPoint
  • 15.  Design Specification  ERD (Entity Relationship Diagram) 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.
  • 16.
  • 17.
  • 18.  Database Structure Id_no Number 50 Unique identification of the members Name Text 70 Name of members Address Text 100 Location of Members Date of Issue Text 25 Date of Registration Date of Expiry Date/Time 10 Registration expiry date Status Date/Time 50 Permanent/Temporary FIELD NAME DATA TYPE SIZE Description
  • 19. Book_name Text 10 Title of the book Book_code Text 15 Book identification number Author Text 10 Author of books Date of arrival Date/time 10 Date on which book was received Price Text 10 Cost of books Rack_no Text Almirah no No_of_books Text Quantity of books Subject_code Text Unique identification no of particular subject TABLE NAME: Add Books
  • 20. Id_no Text 10 User identification number Book_name Text 10 Title of books Issue_date Date/time 10 Date on which book is issued Due_date Date/time 10 Due date on which book is to be returned TABLE NAME: issue FIELD NAME DATA TYPE SIZE Description
  • 21. Id_no Text 10 User identification number Category_id Text 10 id of category Isbn Text 10 Isbn of book Category_Name Text 10 Category name TABLE NAME: Book By Category FIELD NAME DATA TYPE SIZE Description Id_no Text 10 identification number Author_Name Text 10 Author Name Isbn Text 10 Isbn of book TABLE NAME: Book By Author FIELD NAME DATA TYPE SIZE Description
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.  Module Description Type of user  Administrator (librarian)  HOD of all Department  Student  Faculty  Staff Administrator module:  Budget (for all department)  Stock verification  Create user  Accept/Reject user  Change password  Book inventory  User information  Report generation  Search Book
  • 28.  Complaint All user can send their complaint User module  Change password  Book Search  See account information Fine information  All user check their fine  Fine by date & Month Book inventory  Purchasing book information  Maintain book inventory
  • 29. Book search  Normal search by alphabet  Quick search by type(Book id, Author, ISBN,Publication) Other charges  Book Binding, chair , Rack  Journals  News paper
  • 30. Process Logic Home Home Research Browse Read Work *Home Browse the library Subject categories Library Areas Exclusive offers Login Free Trial Search Email us
  • 32.  Reports Reports provide information about metrics that are collected while a team project is in progress. The information is used by project managers and leads to monitor the health of the team project and to make decisions. As we create new reports or modify existing reports, we can provide documentation in the process guidance to help team members understand the purpose of the reports and how to interpret the reports. If we add new reports or queries to our process template, we should also add them to our process guidance, along with description of how they should be used in our software development process.
  • 33. Type of Reports: - ID Wise:  Book Detail  Author Detail  Issue Detail  Stock Detail  Bill Detail  Employee Detail  Salary Detail Date Wise:  Book Registration  Bill Payment  Author Detail  Stock Detail
  • 34.  Future Scope We are developing our project Library Management System for the college or any Institute. But this project can be deployed in any organization. The Online Library System that is to be developed provides the members of the Library and employees of the library with books information, online blocking of books and many other facilities