26
LIBRARY MANAGEMENT SYSTEM

Library management system

Embed Size (px)

Citation preview

Page 1: Library management system

LIBRARY MANAGEMENT

SYSTEM

Page 2: Library management system

Introduction

Library Management System is a software used to manages the catalog of a library.

This helps to keep the records of whole transactions of the books available in the library.

AmpleTrails provides Library Management System which is very easy to use and fulfills all the requirement of a librarian.

Page 3: Library management system
Page 4: Library management system

Scope of project

To provide a user friendly envirnoment where user can be serviced better

Make functioning of library faster To minimize the loss done to book To eliminate the paper work in library To record every transaction in computerized

system so that problem such as record file missing won’t be happen.

Page 5: Library management system

CONTENTS

1. Entity Relationship Diagram2. Activity Diagram3. Use Case Diagram4. Data Flow Diagram5. Class Diagram6. Database Tables7. Screen Shots

Page 6: Library management system

ENTITY RELATION DIAGRAM classifying data objects as either

entities or attributes, identifying and defining relationships

between entities, naming and defining identified

entities, attributes, and relationships, documenting this information in the

data document.

Page 7: Library management system

Reserve

Reserve-date

Maintain

Keeps track

Id

STAFF

Name

MEMBERS

Id

Name

F-name

L-name

M-name

AddressContact no

LoginAUTHETICATION SYSTEM

User name Password

BOOKS

Author

Publisher

SR no

Price

ISBNName

Category

Issue

Issue-date

Return

Return-date

ENTITY RELATIONSHIP DIAGRAM :-

Mem-type

Page 8: Library management system

ACTIVITY DIAGRAM

It captures the dynamic behaviour of the system.

Describe the sequence from one activity to another.

Describe the parallel, branched and concurrent flow of the system.

Page 9: Library management system

Issue and Return Book :

Page 10: Library management system

USE CASE DIAGRAM Used to gather requirements of a

system. Used to get an outside view of a

system. Identify external and internal factors

influencing the system. Show the interacting among the

requirements are actors.

Page 11: Library management system
Page 12: Library management system

DATA FLOW

A data flow diagram(DFD) is graphical representation of the “flow” of data through an information system.

A DFD shows what kinds of information will be input to and output from the system.

One of the most widely used system analysis process models is the data flow diagram.

Page 13: Library management system
Page 14: Library management system
Page 15: Library management system

CLASS DIAGRAM

Analysis and design of the static view of an application.

Describe responsibilities of a system. Base for component and deployment

diagrams. Forward and reverse engineering.

Page 16: Library management system
Page 17: Library management system

MEMBER TABLE

Field Name Data Typemem_id Int(10)F_name varchar(20)M_name varchar(20)L_name varchar(20)Contact_no varchar(10)Address varchar(80)Mem_type varchar(20)DOB DateGender Char(6)Password varchar(20)

Page 18: Library management system

LIBRARY_STAFF TABLE

Field Name Data typeStaff_ID Int(10)F_name varchar(20)L_name varchar(20)Contact_no varchar(20)DOB DateGender Char(6)Password varchar(20)

Page 19: Library management system

BOOK TABLE

Field name Data typeISBN Intbook_name varchar(20)Author varchar(20)Publisher varchar(20)Price Booelan(20)category Varchar(20)

Page 20: Library management system

ISSUE-RETURN TABLE

Field Name Data TypeISBN Intmem_ID IntDate_issue dateDate_return dateExpiry_date date

Page 21: Library management system
Page 22: Library management system
Page 23: Library management system
Page 24: Library management system
Page 25: Library management system
Page 26: Library management system

THANK YOU !!!