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

Library Information System: Submitted To: Ms. Roma Chauhan

This document describes a library information system created using Visual Basic. It includes modules for security, data capture, operations, updating data displays and reports. Tables were designed to store information on accounts, issues, users and books. The system allows convenient issuance and return of books, tracks student and book details, and provides an easy to use interface. It aims to reduce errors, increase efficiency and enable navigation and retrieval of data.

Uploaded by

Shams Shabahat
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views

Library Information System: Submitted To: Ms. Roma Chauhan

This document describes a library information system created using Visual Basic. It includes modules for security, data capture, operations, updating data displays and reports. Tables were designed to store information on accounts, issues, users and books. The system allows convenient issuance and return of books, tracks student and book details, and provides an easy to use interface. It aims to reduce errors, increase efficiency and enable navigation and retrieval of data.

Uploaded by

Shams Shabahat
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 17

LIBRARY

INFORMATION
SYStem

Submitted To : Ms. Roma Chauhan

Submitted By : Richa Sharma


Shipra Singh
Sams Shahabat
Vikram Singh
INTRODUCTION
 Convenient way to get
or issue books
 Information about
issued and return
status
 Easy navigational
features
 User friendly interface
PROCESS DESCRIPTION
 Receipt and issuance
of books
 Student details
 Books Entry Forms
and Student Entry
Forms
 Issuance and due
dates in Book Issue
Form
MODULES
SECURITY MODULE

 Login Interface
 Password Interface
MODULES
DATA CAPTURE
MODULE

 Student Info Interface


 Member Info Interface
 Employee Info Interface
 Issue & Return Info
Interface
 Add/Update Info
Interface
MODULES
OPERATIONAL
MODULE

How various operations


are being carried out in
hierarchy
MORE MODULES
Data Updating
Module
Data display
module
Data Report
Module
VISUAL BASIC

Graphical RAD tool


Used to write visual
applications
Automation and
Customization
Point & Click
Environment
DATA TYPE SUMMARY

 Numeric
 String
 Boolean
 Date
 Object
 Variant
TABLE DESIGNS
Account Table   Issue Table

S.No.  Field Name Data Type S.No.  Field Name Data Type

1 Bno Number

1 Accno Number 2 Id Number

2 Total_limit Number 3 Issue_date Date/time

3 Books_left Text 4 Due_date Date/time

4 Status Text 5 Copies_available Number


TABLE DESIGNS
User Table   Book Table
S.No.  Field Name Data Type S.No.  Field Name Data Type
1 B_no Number
1 Id Number 2 ISBN Number
3 Subject Text
2 Roll_no Number 4 Name Text
5 Author Text
3 Name Text 6 Publisher Text
7 Editor Number
4 Branch Text 8 Copies Number
9 Cost Number
TABLE DESIGNS
Issue Return Table  

S.No.  Field Name Data Type


1 B_no Number

2 Id Number

3 Issue_date Date/Time

4 Due_date Date/Time

5 Return_date Date/time
6 Fine Number

7 Copies_available Number
MDI FORM
MDI FORM
MDI FORM
MDI FORM
CONCLUSION
 Reduced human errors
 Increased efficiency
 Data retrieval
 Navigation through
large records

You might also like