SlideShare a Scribd company logo
DEVELOPED BY:- INTERNALGUIDE
Patel Ketan R. (11032211164) Mr. Jasmin B. Patel
SUBMITTED TO :-
ACHARYA MOTIBHAI PATEL INSTITUTE OF COMPUTER STUDIES
KHERVA - 382711
(CONSTITUENT OF GANPAT UNIVERSITY)
Library Management System
AMPICS LIBRARY
Page 1 of 51
Project Title:- Library Management System
Objective:- To provide maintain books detail.
and book issue, book return, stoke detail.
Application Type:- Window Application
Front-End Tools:- Microsoft Visual Studio 2010
Back-End Tools:- Ms access 2007
Internal Guide:- Mr. Jasmin B. Patel
External Guide:- Miss.chetanaben patel
Developed For:- Bansidhar Library
Developed By:- Patel Ketan R. (11032211164)
Group No:- C29
AMPICS LIBRARY
Page 2 of 51
 Our organization name is Bansidhar library.
 Bansidhar library was established in February 2002 at unjha.
 Miss chetanaben is owner of the library.
 There are 3 person working in library.
 20000 book are available in the library.
 There are many magazine are available like
balvatika,safari,fulvadi,umiya darshan,pragati etc.
Library detail:-
 Name:- Bansidhar Library.
 Address:-Vadipara chock, Unjha
 City:- Unjha
 Pin code:-384170
 Mobile :- 9726666220
AMPICS LIBRARY
Page 3 of 51
 At present all the information maintened in manually.
 It is difficult to add new feature.
 So manually system is very slow.
 Disadvantage:-
 The manual system required more time for processing.
 No generating any type of record.
 System is difficult and time consuming.
AMPICS LIBRARY
Page 4 of 51
 Record are easy to maintain using computerized system.
 There are any types of report such as book detail member info,
book issue , member info, book issue ,book return and stock.
 Information is easily update.
 Saving time and lowest cost.
 Reduce the paper work.
 Easy to searching the record.
AMPICS LIBRARY
Page 5 of 51
 Hardware Requirement (Recommended)
 Processer :- Intel core i3
 Hard disk :- 500GB
 Ram :- 3GB
 Software Requirement (Recommended)
 Operating System :- Windows XP & above
 Front-End tools :- Microsoft visual studio 2010
 Back-End tools :- Ms access 2007
HARDWARE & SOFTWARE
REQUIREMENT
AMPICS LIBRARY
Page 6 of 51
AMPICS LIBRARY
Page 7 of 51
START
Enter Username/Password
ADMIN
NO
YES
MEMBER
Verify
YES
NO
Admin/
User
A
BOOK INFOBook Info.
B
Verify
Enter Username/Password
AMPICS LIBRARY
Page 8 of 51
NO
YES
FINE
C
NO
INSERT
/
UPDAT
E
A B
D E F
YES
Add New Entry
Update Entry
Issue Book
Return Book
Give Card
Collect Book
If
Book
Issue
Fine
Insert/
Update
Book
Available
AMPICS LIBRARY
Page 9 of 51
Report
END
EC F
Take Fine
Give Receipt
D
Return Book
AMPICS LIBRARY
Page 10 of 51
AMPICS LIBRARY
Page 11 of 51
ADMIN
Library Info.
Response
Provide Info.
Registration
Manage Book Info.
View Book Info
Request for Issue
Context Level DFD
0.0
Library
Management
System
MEMBER
AMPICS LIBRARY
Page 12 of 51
1ST Level DFD For Lib Info System.
ADMIN LOGIN_Mst
1.0
Login
Process
2.0
Maintain
Lib.Info
3.0
Issue
4.0
Return
5.0
Search
Info.
Username/Password
Response
Request For Issue
Issue Book
Book
Library Card
MEMBER_Mst
BOOK ISSUE_Mst
BOOK RETURN_Mst
Response
Response
Info.
Info.
Info.
Info.
Response
Response
MEMBER
Info
Response
STOCK_Mst
Info. for Book
Verify to Book
Verify to Book
Info.
Check or Not
Update Book
STOCK_MstUpdate Book
AMPICS LIBRARY
Page 13 of 51
2nd Level DFD For Issue Book
2.1
Accept
Request
2.2
Issue
book.
2.3
Book
Return
Return book
Book Info.
Request
Verify info
Request
ADMINMEMBER Verify detail
Book detail
Complete submit book
Update book
Book Info.
Take book
Complete submit book
BOOK RETURN_Mst
STOCK_Mst
BOOK ISSUE_Mst
STOCK_Mst
AMPICS LIBRARY
Page 14 of 51
2nd Level DFD For Issue/return process
3.1
Search
book
3.2
Book
Issue
3.3
Book
Return
3.4
Penalty
MEMBER
ADMIN
Req. For Book Info
Req. For Book Issue
Req. For Book Return
Give Penalty
Receive Penalty
Give Penalty
Req. For Book Info
Book detail
View book info
View Book issue detail
Book infoView book info
Update stock
Update stock
View Book issue detail
View book detail
Store penalty info
Penalty detail
Book Return info
AMPICS LIBRARY
Page 15 of 51
AMPICS LIBRARY
Page 16 of 51
Table Name:- LOGIN_Mst
Field name Data type Size Constraint Description
Username Text 15 Not Null Username
Password Text 8 Not Null Password
AMPICS LIBRARY
Page 17 of 51
Field name Data type Size Constraint Description
Mem_id Number 5 Primary Key Registration Member ID
Mem_Name Text 25 Not Null Member Name
Address Text 50 Not Null Member Address
City Text 15 Not Null Member City
Phone_no Number 10 Not Null Member phone No
Email_id Text 30 Not Null Member Email ID
Table Name:- MEMBER_Mst
AMPICS LIBRARY
Page 18 of 51
Table Name:- STOCK_Mst
Field name Data type Size Constraint Description
Book_id Number 5 Primary Key Book Id
Book_Name Text 15 Not Null Book Name
Author_Name Text 25 Not Null Author Book
Edition Number 15 Not Null Edition Book
Stock Number 5 Not Null Book Stock
AMPICS LIBRARY
Page 19 of 51
Field name Data type Size Constraint Description
Book_Issue_id Number 5 Primary Key Book Issue ID
Member_id Number 5 Foreign Key Member ID
Member _Name Text 25 Not Null Member Name
Book_Id Text 5 Foreign Key Book ID
Book_Name Text 15 Not Null Book Name
Date Date/Time - Not Null Date
Table Name:- BOOK ISSUE_Mst
AMPICS LIBRARY
Page 20 of 51
Field name Data type Size Constraint Description
Book_Return_id Number 5 Primary Key Book return ID
Member_id Number 5 Foreign Key Member ID
Member _Name Text 25 Not Null Member Name
Book_id Number 5 Foreign Key Book ID
Book_Name Text 15 Not Null Book Name
Date Date/Time - Not Null Date
Table Name:- BOOK RETURN_Mst
AMPICS LIBRARY
Page 21 of 51
AMPICS LIBRARY
Page 22 of 51
Admin
Manage Book_MST
Member
Issue/Return
PayPenalty
Take
Book_Id Book_NameRegi_Id
Name
m
1
m
m
1
1
m
m
Penalty_Id Member_Id
AMPICS LIBRARY
Page 23 of 51
AMPICS LIBRARY
Page 24 of 51
Admin login process:-
• Admin first login and has the right to handle the entire system.
• Admin can provide information about member information, book
information, book issue information, book return information, and also
stock.
Member process:-
•Member process can provide information about It can maintain the
member information.
Book issue process:-
•First member search book.
•When book available then book issue.
• Also provide information about member can book issue.
Book return process:-
•Book return process provide the information about the book return and
which member can return book.
AMPICS LIBRARY
Page 25 of 51
Penalty process:-
•Book return process provide the information about if book
is return from member after duration time than librarian will
calculate the fine.
Stock process:-
Stock process provide the information about the stock.
AMPICS LIBRARY
Page 26 of 51
Process Algorithm
AMPICS LIBRARY
Page 27 of 51
Step 1: Start
Step 2: Admin login.
1. If valid then go to next step.
2. If invalid then go to step 2.
Step 3: Admin add/update manage book information.
Step 4:Admin manage member (add/update)
Step 5:Admin manage book return.
Step 6:If member return book
1. Check book issue information.
2. Check time duration.
1.If yes then go to step 9.
2. If no then go next step.
Step 7:Admin manage penalty.
Step 8: Book stock.
Step 9: Generate report.
Step 10: Stop
Admin AMPICS LIBRARY
Page 28 of 51
Step 1: Start.
Step 2: Member registration.
Step 3: Search book
1. If book available then book issue.
2. Not available then go to stop step.
Step 4: Give card.
Step 5: stop
Member
AMPICS LIBRARY
Page 29 of 51
AMPICS LIBRARY
Page 30 of 51
AMPICS LIBRARY
Page 31 of 51
AMPICS LIBRARY
Page 32 of 51
Main form AMPICS LIBRARY
Page 33 of 51
Book Information Form AMPICS LIBRARY
Page 34 of 51
Book Purchase Information FormAMPICS LIBRARY
Page 35 of 51
Member Information form AMPICS LIBRARY
Page 36 of 51
Book Issue Information Form AMPICS LIBRARY
Page 37 of 51
Book Return Information FormAMPICS LIBRARY
Page 38 of 51
Penalty Information Form AMPICS LIBRARY
Page 39 of 51
AMPICS LIBRARY
Page 40 of 51
Report Book Info AMPICS LIBRARY
Page 41 of 51
AMPICS LIBRARY
Page 42 of 51
Report Member AMPICS LIBRARY
Page 43 of 51
Report Book Issue AMPICS LIBRARY
Page 44 of 51
Report Book Return AMPICS LIBRARY
Page 45 of 51
Testing
 The testing is the process to check the program and find the errors.
There are basic three type of testing
1) code testing
2) Specification testing
3) Unit testing
1> Code testing
The code testing strategy examines the login of the
program to follow this testing method the analyst Develops test cases that
result in executing every instruction in the program.
AMPICS LIBRARY
Page 46 of 51
2> Specification testing
:- The specification stating with the program should
do and how it should perform under various
condition by Examining the result the analyst can
determine Whether the program according to its
specified requirements.
:- The analyst must perform both unit testing and
system testing.
3> Unit Testing:-
In this testing each and every program is tested
individually using record to see whether that
program produced satisfactory outputs and
validation also.
.
AMPICS LIBRARY
Page 47 of 51
Post Implementation Review
 After the system is implemented and conversion is complete,
a review of the system is usually conducted by user and analyst
like.
The member of that college is satisfied and they are happy
With work this system.In the manual system,it was take lots of
time like how many books available in the library,etc. But after
the implement computerized system they work efficiently.
 you can easily searching the book detail,student detail ,book
detail and also have publisher detail and supplier detail so you
immediately call and you give order at any time
AMPICS LIBRARY
Page 48 of 51
Future Enhancement
In this system, I have not included online book order. So in
Future I will expand my system with this facility .
 This system is work only client-side. But in future I will
develop
client -server system.
 In client-server system ,there will be multiple user and that
system is work at server-side.
AMPICS LIBRARY
Page 49 of 51
 Visual Basic 6 Programming (Black Book)
 Online Resources
 Website Referred
:- www.google.com
:- www.codeproject.com
:- www.freevbcode.com
:- www.vbsources.com
Bibliography
AMPICS LIBRARY
Page 50 of 51
AMPICS LIBRARY
Page 51 of 51

More Related Content

What's hot

Library management system
Library management systemLibrary management system
Library management system
Ni
 
Library management system
Library management systemLibrary management system
Library management system
Khushboo Taneja
 
Library Management System - LMS
Library Management System - LMSLibrary Management System - LMS
Library Management System - LMS
Hasibul Haque Hira
 
Library management system
Library management systemLibrary management system
Library management system
Sara Malik
 
Library Management System
Library Management System Library Management System
Library Management System
Ankita Jangir
 
Library Management System Project in PHP with BlackBook & Source Code
Library Management System Project in PHP with BlackBook & Source CodeLibrary Management System Project in PHP with BlackBook & Source Code
Library Management System Project in PHP with BlackBook & Source Code
RadikhaSharma
 
Library management
Library managementLibrary management
Library managementakki_hearts
 
Library management system
Library management systemLibrary management system
Library management system
Paresh Gosavi
 
Library management system
Library management systemLibrary management system
Library management system
Arman Ahmed
 
Library Management System
Library Management SystemLibrary Management System
Library Management System
ĞĔŃÚĨŃĔ ĞĔŃĨÚŚ
 
Project Managing An Implementation Of A Library Management System
Project Managing An Implementation Of A Library Management SystemProject Managing An Implementation Of A Library Management System
Project Managing An Implementation Of A Library Management System
ianbays
 
online library management system
online library management systemonline library management system
online library management systemVirani Sagar
 
Library management system presentation
Library management system presentation Library management system presentation
Library management system presentation
Smit Patel
 
Library management system
Library management systemLibrary management system
Library management system
Kamal Krish
 
Library management system project
Library management system projectLibrary management system project
Library management system project
AJAY KUMAR
 
Library mangement system project srs documentation.doc
Library mangement system project srs documentation.docLibrary mangement system project srs documentation.doc
Library mangement system project srs documentation.docjimmykhan
 
library management system
library management systemlibrary management system
library management system
aniket chauhan
 
Library management
Library managementLibrary management
Library management
Manoj Jhawar
 
Presentation LIBRARY MANAGEMENT SYSTEM
Presentation LIBRARY MANAGEMENT SYSTEM Presentation LIBRARY MANAGEMENT SYSTEM
Presentation LIBRARY MANAGEMENT SYSTEM
binrehmat
 
Project online library management
Project online library managementProject online library management
Project online library management
Prem Prasun
 

What's hot (20)

Library management system
Library management systemLibrary management system
Library management system
 
Library management system
Library management systemLibrary management system
Library management system
 
Library Management System - LMS
Library Management System - LMSLibrary Management System - LMS
Library Management System - LMS
 
Library management system
Library management systemLibrary management system
Library management system
 
Library Management System
Library Management System Library Management System
Library Management System
 
Library Management System Project in PHP with BlackBook & Source Code
Library Management System Project in PHP with BlackBook & Source CodeLibrary Management System Project in PHP with BlackBook & Source Code
Library Management System Project in PHP with BlackBook & Source Code
 
Library management
Library managementLibrary management
Library management
 
Library management system
Library management systemLibrary management system
Library management system
 
Library management system
Library management systemLibrary management system
Library management system
 
Library Management System
Library Management SystemLibrary Management System
Library Management System
 
Project Managing An Implementation Of A Library Management System
Project Managing An Implementation Of A Library Management SystemProject Managing An Implementation Of A Library Management System
Project Managing An Implementation Of A Library Management System
 
online library management system
online library management systemonline library management system
online library management system
 
Library management system presentation
Library management system presentation Library management system presentation
Library management system presentation
 
Library management system
Library management systemLibrary management system
Library management system
 
Library management system project
Library management system projectLibrary management system project
Library management system project
 
Library mangement system project srs documentation.doc
Library mangement system project srs documentation.docLibrary mangement system project srs documentation.doc
Library mangement system project srs documentation.doc
 
library management system
library management systemlibrary management system
library management system
 
Library management
Library managementLibrary management
Library management
 
Presentation LIBRARY MANAGEMENT SYSTEM
Presentation LIBRARY MANAGEMENT SYSTEM Presentation LIBRARY MANAGEMENT SYSTEM
Presentation LIBRARY MANAGEMENT SYSTEM
 
Project online library management
Project online library managementProject online library management
Project online library management
 

Similar to Library management system

Srs for library
Srs for librarySrs for library
Srs for library
farouq umar
 
Library manaementreport1
Library manaementreport1Library manaementreport1
Library manaementreport1
Rohit Verma
 
The library management system
The library management systemThe library management system
The library management system
Munem Shahrear
 
E library mangment system presentation
E library mangment system presentationE library mangment system presentation
E library mangment system presentation
raajamohan
 
Gr.-06library-project-report.pdf
Gr.-06library-project-report.pdfGr.-06library-project-report.pdf
Gr.-06library-project-report.pdf
kajalkhorwal106
 
library-project-report library-project-report
library-project-report library-project-reportlibrary-project-report library-project-report
library-project-report library-project-report
mediacontrol2000
 
Library mangement system project srs documentation
Library mangement system project srs documentationLibrary mangement system project srs documentation
Library mangement system project srs documentation
Suchit Moon
 
11.project online library management system
11.project online library management system11.project online library management system
11.project online library management systemmonika ahalawat
 
Library management system basic points
Library management system basic pointsLibrary management system basic points
Library management system basic points
Umer Awan
 
ishrat fatimadefense.ppt
ishrat fatimadefense.pptishrat fatimadefense.ppt
ishrat fatimadefense.ppt
IshratFatima288747
 
Project proposal of Library Management System.
Project proposal of Library Management System. Project proposal of Library Management System.
Project proposal of Library Management System.
Arjishman Roy
 
ishrat fatimadefense.ppt
ishrat fatimadefense.pptishrat fatimadefense.ppt
ishrat fatimadefense.ppt
IshratFatima288747
 
Library_Management_System_Mini_Project_R (1).pdf
Library_Management_System_Mini_Project_R (1).pdfLibrary_Management_System_Mini_Project_R (1).pdf
Library_Management_System_Mini_Project_R (1).pdf
VimalKumar242859
 
Library management system
Library management systemLibrary management system
Library management system
Krishna Malhotra
 
Library_Management_System_Mini_Project_R.pdf
Library_Management_System_Mini_Project_R.pdfLibrary_Management_System_Mini_Project_R.pdf
Library_Management_System_Mini_Project_R.pdf
Kamal Acharya
 
Srs library m s
Srs library m sSrs library m s
Srs library m s
karthik venkatesh
 
Library Management System
Library Management SystemLibrary Management System
Library Management SystemAditya Shah
 
11 Project-Online Library Management System
11 Project-Online Library Management System11 Project-Online Library Management System
11 Project-Online Library Management System
Heather Strinden
 

Similar to Library management system (20)

Srs for library
Srs for librarySrs for library
Srs for library
 
Library manaementreport1
Library manaementreport1Library manaementreport1
Library manaementreport1
 
The library management system
The library management systemThe library management system
The library management system
 
E library mangment system presentation
E library mangment system presentationE library mangment system presentation
E library mangment system presentation
 
Gr.-06library-project-report.pdf
Gr.-06library-project-report.pdfGr.-06library-project-report.pdf
Gr.-06library-project-report.pdf
 
library-project-report library-project-report
library-project-report library-project-reportlibrary-project-report library-project-report
library-project-report library-project-report
 
Library mangement system project srs documentation
Library mangement system project srs documentationLibrary mangement system project srs documentation
Library mangement system project srs documentation
 
11.project online library management system
11.project online library management system11.project online library management system
11.project online library management system
 
Library management system basic points
Library management system basic pointsLibrary management system basic points
Library management system basic points
 
DOCUMENTATION
DOCUMENTATIONDOCUMENTATION
DOCUMENTATION
 
ishrat fatimadefense.ppt
ishrat fatimadefense.pptishrat fatimadefense.ppt
ishrat fatimadefense.ppt
 
Project proposal of Library Management System.
Project proposal of Library Management System. Project proposal of Library Management System.
Project proposal of Library Management System.
 
ishrat fatimadefense.ppt
ishrat fatimadefense.pptishrat fatimadefense.ppt
ishrat fatimadefense.ppt
 
Library doc
Library docLibrary doc
Library doc
 
Library_Management_System_Mini_Project_R (1).pdf
Library_Management_System_Mini_Project_R (1).pdfLibrary_Management_System_Mini_Project_R (1).pdf
Library_Management_System_Mini_Project_R (1).pdf
 
Library management system
Library management systemLibrary management system
Library management system
 
Library_Management_System_Mini_Project_R.pdf
Library_Management_System_Mini_Project_R.pdfLibrary_Management_System_Mini_Project_R.pdf
Library_Management_System_Mini_Project_R.pdf
 
Srs library m s
Srs library m sSrs library m s
Srs library m s
 
Library Management System
Library Management SystemLibrary Management System
Library Management System
 
11 Project-Online Library Management System
11 Project-Online Library Management System11 Project-Online Library Management System
11 Project-Online Library Management System
 

Recently uploaded

Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Delivering Micro-Credentials in Technical and Vocational Education and Training
Delivering Micro-Credentials in Technical and Vocational Education and TrainingDelivering Micro-Credentials in Technical and Vocational Education and Training
Delivering Micro-Credentials in Technical and Vocational Education and Training
AG2 Design
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Ashish Kohli
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
Wasim Ak
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
Bisnar Chase Personal Injury Attorneys
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 

Recently uploaded (20)

Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Delivering Micro-Credentials in Technical and Vocational Education and Training
Delivering Micro-Credentials in Technical and Vocational Education and TrainingDelivering Micro-Credentials in Technical and Vocational Education and Training
Delivering Micro-Credentials in Technical and Vocational Education and Training
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 

Library management system

  • 1. DEVELOPED BY:- INTERNALGUIDE Patel Ketan R. (11032211164) Mr. Jasmin B. Patel SUBMITTED TO :- ACHARYA MOTIBHAI PATEL INSTITUTE OF COMPUTER STUDIES KHERVA - 382711 (CONSTITUENT OF GANPAT UNIVERSITY) Library Management System AMPICS LIBRARY Page 1 of 51
  • 2. Project Title:- Library Management System Objective:- To provide maintain books detail. and book issue, book return, stoke detail. Application Type:- Window Application Front-End Tools:- Microsoft Visual Studio 2010 Back-End Tools:- Ms access 2007 Internal Guide:- Mr. Jasmin B. Patel External Guide:- Miss.chetanaben patel Developed For:- Bansidhar Library Developed By:- Patel Ketan R. (11032211164) Group No:- C29 AMPICS LIBRARY Page 2 of 51
  • 3.  Our organization name is Bansidhar library.  Bansidhar library was established in February 2002 at unjha.  Miss chetanaben is owner of the library.  There are 3 person working in library.  20000 book are available in the library.  There are many magazine are available like balvatika,safari,fulvadi,umiya darshan,pragati etc. Library detail:-  Name:- Bansidhar Library.  Address:-Vadipara chock, Unjha  City:- Unjha  Pin code:-384170  Mobile :- 9726666220 AMPICS LIBRARY Page 3 of 51
  • 4.  At present all the information maintened in manually.  It is difficult to add new feature.  So manually system is very slow.  Disadvantage:-  The manual system required more time for processing.  No generating any type of record.  System is difficult and time consuming. AMPICS LIBRARY Page 4 of 51
  • 5.  Record are easy to maintain using computerized system.  There are any types of report such as book detail member info, book issue , member info, book issue ,book return and stock.  Information is easily update.  Saving time and lowest cost.  Reduce the paper work.  Easy to searching the record. AMPICS LIBRARY Page 5 of 51
  • 6.  Hardware Requirement (Recommended)  Processer :- Intel core i3  Hard disk :- 500GB  Ram :- 3GB  Software Requirement (Recommended)  Operating System :- Windows XP & above  Front-End tools :- Microsoft visual studio 2010  Back-End tools :- Ms access 2007 HARDWARE & SOFTWARE REQUIREMENT AMPICS LIBRARY Page 6 of 51
  • 8. START Enter Username/Password ADMIN NO YES MEMBER Verify YES NO Admin/ User A BOOK INFOBook Info. B Verify Enter Username/Password AMPICS LIBRARY Page 8 of 51
  • 9. NO YES FINE C NO INSERT / UPDAT E A B D E F YES Add New Entry Update Entry Issue Book Return Book Give Card Collect Book If Book Issue Fine Insert/ Update Book Available AMPICS LIBRARY Page 9 of 51
  • 10. Report END EC F Take Fine Give Receipt D Return Book AMPICS LIBRARY Page 10 of 51
  • 12. ADMIN Library Info. Response Provide Info. Registration Manage Book Info. View Book Info Request for Issue Context Level DFD 0.0 Library Management System MEMBER AMPICS LIBRARY Page 12 of 51
  • 13. 1ST Level DFD For Lib Info System. ADMIN LOGIN_Mst 1.0 Login Process 2.0 Maintain Lib.Info 3.0 Issue 4.0 Return 5.0 Search Info. Username/Password Response Request For Issue Issue Book Book Library Card MEMBER_Mst BOOK ISSUE_Mst BOOK RETURN_Mst Response Response Info. Info. Info. Info. Response Response MEMBER Info Response STOCK_Mst Info. for Book Verify to Book Verify to Book Info. Check or Not Update Book STOCK_MstUpdate Book AMPICS LIBRARY Page 13 of 51
  • 14. 2nd Level DFD For Issue Book 2.1 Accept Request 2.2 Issue book. 2.3 Book Return Return book Book Info. Request Verify info Request ADMINMEMBER Verify detail Book detail Complete submit book Update book Book Info. Take book Complete submit book BOOK RETURN_Mst STOCK_Mst BOOK ISSUE_Mst STOCK_Mst AMPICS LIBRARY Page 14 of 51
  • 15. 2nd Level DFD For Issue/return process 3.1 Search book 3.2 Book Issue 3.3 Book Return 3.4 Penalty MEMBER ADMIN Req. For Book Info Req. For Book Issue Req. For Book Return Give Penalty Receive Penalty Give Penalty Req. For Book Info Book detail View book info View Book issue detail Book infoView book info Update stock Update stock View Book issue detail View book detail Store penalty info Penalty detail Book Return info AMPICS LIBRARY Page 15 of 51
  • 17. Table Name:- LOGIN_Mst Field name Data type Size Constraint Description Username Text 15 Not Null Username Password Text 8 Not Null Password AMPICS LIBRARY Page 17 of 51
  • 18. Field name Data type Size Constraint Description Mem_id Number 5 Primary Key Registration Member ID Mem_Name Text 25 Not Null Member Name Address Text 50 Not Null Member Address City Text 15 Not Null Member City Phone_no Number 10 Not Null Member phone No Email_id Text 30 Not Null Member Email ID Table Name:- MEMBER_Mst AMPICS LIBRARY Page 18 of 51
  • 19. Table Name:- STOCK_Mst Field name Data type Size Constraint Description Book_id Number 5 Primary Key Book Id Book_Name Text 15 Not Null Book Name Author_Name Text 25 Not Null Author Book Edition Number 15 Not Null Edition Book Stock Number 5 Not Null Book Stock AMPICS LIBRARY Page 19 of 51
  • 20. Field name Data type Size Constraint Description Book_Issue_id Number 5 Primary Key Book Issue ID Member_id Number 5 Foreign Key Member ID Member _Name Text 25 Not Null Member Name Book_Id Text 5 Foreign Key Book ID Book_Name Text 15 Not Null Book Name Date Date/Time - Not Null Date Table Name:- BOOK ISSUE_Mst AMPICS LIBRARY Page 20 of 51
  • 21. Field name Data type Size Constraint Description Book_Return_id Number 5 Primary Key Book return ID Member_id Number 5 Foreign Key Member ID Member _Name Text 25 Not Null Member Name Book_id Number 5 Foreign Key Book ID Book_Name Text 15 Not Null Book Name Date Date/Time - Not Null Date Table Name:- BOOK RETURN_Mst AMPICS LIBRARY Page 21 of 51
  • 25. Admin login process:- • Admin first login and has the right to handle the entire system. • Admin can provide information about member information, book information, book issue information, book return information, and also stock. Member process:- •Member process can provide information about It can maintain the member information. Book issue process:- •First member search book. •When book available then book issue. • Also provide information about member can book issue. Book return process:- •Book return process provide the information about the book return and which member can return book. AMPICS LIBRARY Page 25 of 51
  • 26. Penalty process:- •Book return process provide the information about if book is return from member after duration time than librarian will calculate the fine. Stock process:- Stock process provide the information about the stock. AMPICS LIBRARY Page 26 of 51
  • 28. Step 1: Start Step 2: Admin login. 1. If valid then go to next step. 2. If invalid then go to step 2. Step 3: Admin add/update manage book information. Step 4:Admin manage member (add/update) Step 5:Admin manage book return. Step 6:If member return book 1. Check book issue information. 2. Check time duration. 1.If yes then go to step 9. 2. If no then go next step. Step 7:Admin manage penalty. Step 8: Book stock. Step 9: Generate report. Step 10: Stop Admin AMPICS LIBRARY Page 28 of 51
  • 29. Step 1: Start. Step 2: Member registration. Step 3: Search book 1. If book available then book issue. 2. Not available then go to stop step. Step 4: Give card. Step 5: stop Member AMPICS LIBRARY Page 29 of 51
  • 33. Main form AMPICS LIBRARY Page 33 of 51
  • 34. Book Information Form AMPICS LIBRARY Page 34 of 51
  • 35. Book Purchase Information FormAMPICS LIBRARY Page 35 of 51
  • 36. Member Information form AMPICS LIBRARY Page 36 of 51
  • 37. Book Issue Information Form AMPICS LIBRARY Page 37 of 51
  • 38. Book Return Information FormAMPICS LIBRARY Page 38 of 51
  • 39. Penalty Information Form AMPICS LIBRARY Page 39 of 51
  • 41. Report Book Info AMPICS LIBRARY Page 41 of 51
  • 43. Report Member AMPICS LIBRARY Page 43 of 51
  • 44. Report Book Issue AMPICS LIBRARY Page 44 of 51
  • 45. Report Book Return AMPICS LIBRARY Page 45 of 51
  • 46. Testing  The testing is the process to check the program and find the errors. There are basic three type of testing 1) code testing 2) Specification testing 3) Unit testing 1> Code testing The code testing strategy examines the login of the program to follow this testing method the analyst Develops test cases that result in executing every instruction in the program. AMPICS LIBRARY Page 46 of 51
  • 47. 2> Specification testing :- The specification stating with the program should do and how it should perform under various condition by Examining the result the analyst can determine Whether the program according to its specified requirements. :- The analyst must perform both unit testing and system testing. 3> Unit Testing:- In this testing each and every program is tested individually using record to see whether that program produced satisfactory outputs and validation also. . AMPICS LIBRARY Page 47 of 51
  • 48. Post Implementation Review  After the system is implemented and conversion is complete, a review of the system is usually conducted by user and analyst like. The member of that college is satisfied and they are happy With work this system.In the manual system,it was take lots of time like how many books available in the library,etc. But after the implement computerized system they work efficiently.  you can easily searching the book detail,student detail ,book detail and also have publisher detail and supplier detail so you immediately call and you give order at any time AMPICS LIBRARY Page 48 of 51
  • 49. Future Enhancement In this system, I have not included online book order. So in Future I will expand my system with this facility .  This system is work only client-side. But in future I will develop client -server system.  In client-server system ,there will be multiple user and that system is work at server-side. AMPICS LIBRARY Page 49 of 51
  • 50.  Visual Basic 6 Programming (Black Book)  Online Resources  Website Referred :- www.google.com :- www.codeproject.com :- www.freevbcode.com :- www.vbsources.com Bibliography AMPICS LIBRARY Page 50 of 51