0% found this document useful (0 votes)
872 views

Library Management System Srs

This document outlines the software requirements specification for a library management system. It includes sections on the product perspective and functions, user classes and characteristics, constraints, and assumptions. The key product functions are to allow administrators to manage the library database and users, and allow library members to search for books, check their accounts, and borrow/return books. The system will have a web interface and use a SQL database. It is intended to replace a paper-based system and improve book searching and management.

Uploaded by

Himanshu Tiwari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
872 views

Library Management System Srs

This document outlines the software requirements specification for a library management system. It includes sections on the product perspective and functions, user classes and characteristics, constraints, and assumptions. The key product functions are to allow administrators to manage the library database and users, and allow library members to search for books, check their accounts, and borrow/return books. The system will have a web interface and use a SQL database. It is intended to replace a paper-based system and improve book searching and management.

Uploaded by

Himanshu Tiwari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

lOMoARcPSD|28392191

Software Requirements
Specification for
Library Management System

Subrat Kumar Sahu (116CS0225)

National Institute of Technology,


Rourkela Computer Science and
Engineering Software Engineering
i

Contents

1 Introduction 2
1.1 Purpose ..........................................................................................................................2
1.2 Scope .............................................................................................................................2
1.3 Definition, Acronyms, Abbreviation .................................................................................2
1.4 References ......................................................................................................................3
1.5 Overview ........................................................................................................................3

2 Overall Description 4
2.1 Product Perspective ........................................................................................................4
2.2 Product Functions ...........................................................................................................4
2.2.1 Administrator ........................................................................................................4
2.2.2 Users(Library Members) .......................................................................................4
2.3 User Classes and Characteristics ....................................................................................5
2.4 General Constraints ........................................................................................................5
2.5 Assumptions and Dependencies .....................................................................................5
lOMoARcPSD|28392191

3 Functional Requirements 6
3.1 Scope of the work ...........................................................................................................6
3.2 Scope of the product ......................................................................................................6
3.3 Functional requirements .................................................................................................7

4 Nonfunctional Requirements 8
4.1 Performance Requirements ............................................................................................8
4.2 Safety Requirements ......................................................................................................8
4.3 Security Requirements ...................................................................................................8
4.4 Error Handling ................................................................................................................8

Appendices 9

A Appendix 10
i
B Glossary 10
lOMoARcPSD|28392191

Chapter 1

Introduction

1.1Purpose
The purpose of this document is to familiarize reader with software. Specification describes all hardware and
software requirements for product, behavior of it and its components. Software Requirements Specification (SRS)
allows to verify the customer that all his requirements are observed and implemented correctly by de- veloper.

The intended audience for the SRS reading consists of system end-users (patrons), customer engineers, software
developers.

1.2Scope
The software will reflect all the requirements defined by the customer. College Library Management System will allow
to perform all necessary procedures for librarians and patrons. According to customer requirements the software to
be developed will consist of three databases:

• Item’s database (books, journals, magazines, newspapers, diploma thesis, etc)


• Patron’s database
• a small Access-based database with information about digital items, that College has
(software, music) integrated with Item’s database

LMS will also provide all necessary services for databases such as creating, deleting, updating and searching
information. Patrons will be able to access to the library site (web-based) through the Internet, scattered throughout
the library for sending request, receiving information about current status of the books or renewing them. User
interfaces will be ergonomical and easy-to-use.

1.3Deftnition, Acronyms, Abbreviation


• JAVA -> platform independence
• SQL -> Structured query Language
• DFD -> Data Flow Diagram
• CFD -> Context Flow Diagram
Chapter 1:
I d i

• ER -> Entity Relationship


• IDE -> Integrated Development Environment
• SRS -> Software Requirement Specification
lOMoARcPSD|28392191

3
• LMS -> Library Management System

1.4References
• An Integrated Approach Software Engineering Third Edition by Pankaj Jalote.
• Java :- Balaguru swamy
• SQL :- JosephL Jorden

1.5Overview
The implementation of Library Management starts with entering and updating master records like book details,
library information. Any further transaction like book issue, book return will automatically update the current books.
lOMoARcPSD|28392191

Chapter 2

Overall Description

2.1Product Perspective
LMS is a replacement for the ordinary library management systems which depend on paper work for recording book
and users’ information.
LMS will provide an advanced book search mechanism and will make it easy to borrow, insert and index a book in the
library.

2.2Product Functions

2.2.1 Administrator
• Admin should be able to insert, modify and delete books.
• Can accept or reject a new user according to the library policy or payment methods.
• Increase the period for borrowing a book for specific type or group of users.
• Can get the information (status report) of any member who has borrowed a book.
• Add and edit book categories and arrange books by categories.
• Add and edit authors and publishers information.
• Can send lateness warnings to people who have exceeded deadline date.
• Can record books returned by users.

2.2.2 Users(Library Members)


• The member should be provided with the updated information about the books catalog.
• Members are given a provision to check their account’s information and change it.
• Members have the ability to search through books by subject, title, authors or any information related to the
book.
• Can extend the period of borrowing books according to the library policy.
• The customer may suggest a book to be brought to the library book collection.
Chapter 2: Overall D
i i

2.3User Classes and Characteristics


We have 2 levels of users
lOMoARcPSD|28392191

5
• User module: In the user module, user will check the availability of the books. – Book return
• Administration module: The following are the sub module in the administration module.
– Register user
– Entry book details
– Book issue

2.4General Constraints
• The information of all users, books and libraries must be stored in a database that is accessible by the website.
• MS SQL Server will be used as SQL engine and database.
• The Online Library System is running 24 hours a day.
• Users may access LMS from any computer that has Internet browsing capabilities and an Internet connection.
• Users must have their correct usernames and passwords to enter into their online accounts and do actions.

2.5Assumptions and Dependencies


The success of this system depends on

• Existence of an Internet service to all people in Gaza Strip.


• Are librarians and users comfortable with computers and have enough ability to work with the product?
• Website interface must be friendly and easy-to-use.
• The search mechanism should be simple and fast.

Chapter 3

Functional Requirements

3.1Scope of the work


There are several motivations to order new computer-based College LMS:

• To modernize College Library database, where data was stored in a card-based catalog
• To optimize librarians’ work and time
• To join small Access-based database, where library has stored information about digital items (software, music)
• To expand services of library and patron’s possibilities
• To check ability of commercial using of library management systems.
lOMoARcPSD|28392191

The LMS will allow remote access to library database via Internet only for patrons after authorization proce- dures.
The patrons could search, renew items, send requests. The College LMS will provide remote access to other
databases.

3.2Scope of the product


Features provided by the library management system:

• Store necessary information about items in the library:


– Author;
– Item’s title;
– Call number;
– Year of publication
– Location in the library;
– Number of copies
– Current status
• System will provide librarian to add, modify, and remove items to/from the library database, and check
availability of the item.
• System will allow patron to get information about his/her status after authorization procedures:
Chapter 3: Functional R i

– User name
– User address
– Student number
– Number and information about checked out items
– Requested items information
• Possibility to search and request items in the inter library loans, online databases through Internet.

3.3Functional requirements
Functional requirements are the following:

• The LMS should store all information about librarians and patrons, their access keys, priority and etc.
• The LMS allow searching items by author, title or keywords
• The LMS should support 500 patrons and 1000 requests/min simultaneously.
• The LMS should allow librarians to add, delete and modify items in database, and check availability of the
items.
• The LMS should generate request’s reports for librarians every day, on base of which librarians could make
decisions about acquiring or retirement the item
• The LMS should create notification and send to patrons by e-mail automatically after item’s overdue
• The LMS should provide to search, request and renew items either from the library computers (LMS
application) or from outside the library through College site(web-based) though the Internet.
lOMoARcPSD|28392191

7
• The LMS should provide access to previous Access-based database, online databases

Chapter 4

Nonfunctional Requirements

4.1Performance Requirements
• The system shall accommodate high number of books and users without any fault.
• Responses to view information shall take no longer than 5 seconds to appear on the screen.

4.2Safety Requirements
• System use shall not cause any harm to human users.

4.3Security Requirements
• System will use secured database
• Normal users can just read information but they cannot edit or modify anything except their personal and some
other information.
• System will have different types of users and every user has access constraints.

4.4Error Handling
• LMS product shall handle expected and non-expected errors in ways that prevent loss in information and long
downtime period.
lOMoARcPSD|28392191

Appendices

Appendix A

Appendix
A: Admin, Abbreviation, Acronym, Assumptions; B: Books, Business rules; C: Class, Client,
Conventions; D: Data requirement, Dependencies; G: GUI; K: Key; L: Library, Librarian; M:
Member; N: Non-functional Requirement; O: Operating environment; P:
lOMoARcPSD|28392191

Performance,Perspective,Purpose; R: Requirement, Requirement attributes; S: Safety, Scope,


Security, System features; U: User, User class and characteristics, User require- ment;

Appendix B

Glossary
The following are the list of conventions and acronyms used in this document and the project as well:

• Administrator: A login id representing a user with user administration privileges to the software
• User: A general login id assigned to most users
• Client: Intended users for the software
• User Interface Layer: The section of the assignment referring to what the user interacts with directly
• Interface: Something used to communicate across different mediums

You might also like