library management system with gsm technology

25
LIBRARY MANAGEMENT SYSTEM WITH GSM TECHNOLOGY GUIDE: MEMBERS: AMRUTHA MIJI K RAJU(REAJECS026) RESHMA T J (REAJECS046) RINCIYA IBRAHIM(REAJECS048)

Upload: jibin-vannery

Post on 08-Nov-2014

61 views

Category:

Documents


1 download

DESCRIPTION

B. tech project

TRANSCRIPT

Page 1: Library Management System With Gsm Technology

LIBRARY MANAGEMENT SYSTEM WITH GSM TECHNOLOGY

GUIDE: MEMBERS:AMRUTHA MIJI K RAJU(REAJECS026) RESHMA T J (REAJECS046)

RINCIYA IBRAHIM(REAJECS048)

SHILNA K S(REAJECS055)

Page 2: Library Management System With Gsm Technology

INTRODUCTION:

Library is regarded as the brain of any institute.

Provide convenient & easy way to perform common library operations.

Organize and manage functions of library efficiently.

Page 3: Library Management System With Gsm Technology

Users register to the system.

Students access books through mobile phones.

Users can search and reserve library books.

Provide a portable interface to the library services with mobile phones.

Page 4: Library Management System With Gsm Technology

Provide a better accessibility by an interface through mobile phones.

Messages are send and received using GSM modem.

Fine computation and it’s notification.

Page 5: Library Management System With Gsm Technology

IMPORTANCE:Makes existing system more

efficient.Provide a user friendly

environment.Makes functioning of library

faster.Makes searching easier.Reduces human errors.Reduces paper works.

Page 6: Library Management System With Gsm Technology

EXISTING SYSTEM:Maintains a database of

registered users & various books.

Book issuing, renewal etc done by the library staff using the software.

Each library member allotted an account id.

Page 7: Library Management System With Gsm Technology

LIMITATIONS OF EXISTING SYSTEM:

Limited accessibility.

Inability to perform even, the most common operations such as:

Renewal of books without the help of the library staff.

Page 8: Library Management System With Gsm Technology

PROPOSED SYSTEM:

Provides the users with an interface to the library by a mobile phone.

The system consists of an administrator part and a client part.

Administrator issues books and maintains database .

Page 9: Library Management System With Gsm Technology

In the client part the user can reserve and search books via mobile phones.

Special formats for messages to GSM.

Notification messages of computed fine to users.

Page 10: Library Management System With Gsm Technology

LIMITATIONS:

GSM modem is expensive.

Page 11: Library Management System With Gsm Technology

OBJECTIVES:To provide a convenient and easy

way to perform the common library operations.

To provide a better accessibility by an interface through mobile phones.

To provide a portable interface to the library services with a mobile phone.

Page 12: Library Management System With Gsm Technology

SOFTWARE REQUIREMENTS:

Platform : LINUX based.Front end: Core Java, Java swing.Back end : MY SQLIDE : NetBeans 6.8Server : Apache

Page 13: Library Management System With Gsm Technology

HARDWARE REQUIREMENTS:

System : IBM compatible PC

Processor : Pentium IVSpeed : 2.0 GHz Memory : 512 MB RAM Hard disk drive : 40 GB GSM Modem :

Page 14: Library Management System With Gsm Technology

DATA FLOW DIAGRAMS:

Page 15: Library Management System With Gsm Technology

Login process:

Page 16: Library Management System With Gsm Technology

Librarian dataflow:

Page 17: Library Management System With Gsm Technology
Page 18: Library Management System With Gsm Technology

ENTITY RELATIONSHIP DIAGRAM:

Page 19: Library Management System With Gsm Technology
Page 20: Library Management System With Gsm Technology

DATABASE TABLES:

Page 21: Library Management System With Gsm Technology

Column Name

Data Type

Description

uname text Username of an Administrator Account

pass text Password of an Administrator Account

Database Design

Table: Admin

Page 22: Library Management System With Gsm Technology

Column Name

Data Type

Description

bookid text Unique identifier for a book

bookname text Title of the book

bookauthor text Author of the book

bookcatg text Category to which the book falls

bookpub text Publisher of the book

bookissued boolean Indicates whether book is currently issued

bookreserved boolean Indicates whether book is currently reserved

Database Design

Table: Books

Page 23: Library Management System With Gsm Technology

Column Name

Data Type

Description

studid text Unique identifier for a student

studname text Name of the student

studob date Date of birth of the student

studsex text Gender of the student

studdept text Department of the student

studaddr text Address of the student

studmob text Student mobile number

Database Design

Table: Student

Page 24: Library Management System With Gsm Technology

CONCLUSIONS:Organize and manage the

functions of a library efficiently.

Reduces workload of librarian.

Saves time.

Makes library operations very convenient and easy.

Page 25: Library Management System With Gsm Technology

THANKS…..