Library Report
Library Report
The “Visual” part refers to the method used to create the graphical user
interface (GUI). Rather than writing number of lines of code to describe the
appearance and location of interface elements, you simply add as per built up
objects and place on the screen. The drawing programs such as paint already have
most of the skills necessary to create an effective user interface.
Visual Basic version 6 is the newest addition to the family of Visual Basic
products. It allows developing Windows application quickly and easily for your
PC without being an expert in c++ or other programming languages.
1. The Learning Edition, which is the most basic edition. This edition allows
you to write many different types of programs, but lacks a number of tools that the
other editions have.
2. The Professional Edition, designed for professionals. This edition contains
all that the Learning Edition contains and more, such as the capability to write
ActiveX controls and documents.
3. The Enterprise Edition, which is the most complete Visual Basic edition.
This edition is targeted towards professional programmers who may work in a
team and includes additional tools such as visual Source Safe, a version-control
system that coordinates team programming.
CONTENTS
1. ABSTRACT
2. INTRODUCTION
3. OBJECTIVE
4. PROJECT ANALYSIS
a. Hardware/Software Specifications
b. Purpose of the Project.
5. SYSTEM DESIGN
a. Data Dictionary.
b. E-R Diagram.
c. DFD.
6. INPUT/OUTPUT SCREENS
7. LIMITATION OF PROJECT
8. CONCLUSION
9. FUTURE SCOPE OF THE PROJECT
ABSTRACT
The “Library Management” is a software application for an educational
institute, which is able to store & manage data related to the Books &
Member of the institute. This software enables to store data & generate
various reports of that data.
INTRODUCTION
The project “Library Management” is developed for providing a simple way
for storing database of the Books & the Member of a college, so that all the
information about all the Books & Members could be available at a single
place. It also provides facility to generate reports from that database.
OBJECTIVE
The objective of the project “Library Management” is to develop software
that can be help helpful while one wants to store all the data related to Books
& Member of an educational institute. This can be used to not only for
storing data & but it can also generate reports so that results are shown easily
for further operations.
PROJECT ANALYSIS
A. Hardware & Software Requirements.
a. Hardware Requirements:
i. Pentium 3 or Higher Processor or Compatible.
ii. 64 MB Minimum RAM.
iii. 20 MB Hard Disk Space.
b. Software Requirements:
i. Microsoft Windows 98 or Higher.
ii. Microsoft Access 2000 or Higher.
B. Purpose of the Project.
1. Data Dictionary:-
a. Book Entry:
b. Member Detail:
2. E-R Diagram:-
Publisher Publisher
Edition Address
Address Year
Date Of
Members Date Of Date of
hip Return Issue
3. DFD:
0-LEVEL DFD:-
0.0
User Library Management Report
1-LEVEL DFD:-
Database
END
1.1
User
Book Entry Library mange
Show Report
2.1
User Member Detail
Library mange-
2.2 Member detail
Issue Book Issue detail
Return detail
2.3
Return Book
INPUT/OUTPUT SCREENS
Welcome Form:-
Welcome Form Coding:-
If i = vbYes Then
End
End If
End Sub
End Sub
SEARCH:-
The Search By Author Name Report:-
The Search By Author Name Coding:-
Book Report:-
Member Report Form:-
ABOUT FORM:-
LIMITATION OF THE PROJECT
Limitation of this project is the following:
a. Details of all the members of an institute can not be maintained through
this software.
b. This software can not be used over network/internet.
c. Online registration is not possible using this software.
CONCLUSION
This software is basically designed for storing database of the Books & Members of
an educational institute. It has a simple interface & can store data in relational format using
Microsoft Access. It can generate various reports for analysis.