SlideShare a Scribd company logo
MINI PROJECT REVIEW
GOVT. ARTS COLLEGE (A) . SALEM-7
DEPARTMENT OF COMPUTER
APPLICATIONS
2
TITLE
2
INPUT/OUTPUT
DESIGN
MODULES
3
ABSTRACT
EXISTING
SYSTEM
REQUIREMENT
S
PRESENTATION FLOW
DATABASE
DESIGN
PROPOSED
SYSTEM
FLOW
DIAGRAM
CONCLUSION
INTRODUCTIO
N
ABSTRACT
 A DEPARTMENT(CA) LIBRARY MANAGEMENT
SYSTEM IS A PROJECT THAT MANAGES AND STORES
BOOKS INFORMATION ELECTRONICALLY
ACCORDING TO STUDENT AND STAFF NEEDS.
 THE SYSTEM HELPS ADMIN TO KEEP A CONSTANT
TRACK OF ALL THE BOOKS AVAILABLE IN THE
DEPARTMENT LIBRARY.
 IN THIS SYSTEM ALLOWS ADMIN, FACULTY AND
STUDENT TO SEARCH THE DESIRED BOOK.
 IT BECOMES NECESSARY FOR DEPARTMENT TO
KEEP A CONTINUOUS CHECK ON THE BOOKS
ISSUED AND RETURNED AND EVEN CALCULATES
THE FINE.
4
5
 THIS TASK IF CARRIED OUT MANUALLY WILL BE
TEDIOUS AND INCLUDES CHANCES OF MISTAKES.
 THESE ERRORS ARE AVOIDED BY ALLOWING THE
SYSTEM TO KEEP TRACK OF INFORMATION SUCH AS
ISSUE DATE, LAST DATE TO RETURN AND EVEN FINE
AMOUNT INFORMATION.
 THERE IS NO NEED TO KEEP MANUAL TRACK OF
THIS INFORMATION AND ITS AUTOMATICALLY
CALCULATE THE FINE AND REDUCES THE CHANCES
OF MISTAKES.
 THIS SYSTEM REDUCES THE MANUAL WORK TO A
GREAT EXTENT ALLOWS SMOOTH FLOW OF LIBRARY
ACTIVITIES BY REMOVING CHANCES OF ERRORS IN
THE DETAILS OF DEPARTMENT(CA) LIBRARY
MANAGEMENT SYSTEM.
ABSTRACT
REQUIREMENTS
SOFTWARE SPECIFICATION :
APPLICATION SERVER : APACHE HTTP SERVER
OPERATING SYSTEM : LINUX, WINDOWS 7/8/8.1/10
FRONT END : HTML, CSS, BOOTSTRAP
BACK END : PHP, MYSQL, JAVASCRIPT
FRAMEWORK : CODEIGNITER 4
6
REQUIREMENTS
7
HARDWARE SPECIFICATION :
PROCESSOR : PROCESSOR DUAL CORE
STORAGE : HARD DISK 500GB
RAM : MINIMUM MEMORY 4GB
MODULES
 Admin
 Purchase Books
 Borrow/Return
 Manage Books
 Manage Users
8
9
ADMIN MODULES
Login
Dashboard
Update Profile
View Books
Users Requests
10
PURCHASED BOOKS
Plan
Manage Bills
Quotation
Status
11
BORROW/RETURN MODULES
Manage Book
Borrow
Manage Book
Return
Update Book Status
12
BOOKS MODULES
Add New Books
Update Books
Manually search each book in the
location where it is kept.
Maintenance of ledger books for
borrowing and returning the book.
13
EXISTING SYSTEM
14
PROPOSED SYSTEM
In this project, describe how to run a
paperless library and keep track of books,
users, and records.
15
FLOW DIAGRAM
16
FLOW DIAGRAM
INPUT DESIGN
17
INPUT DESIGN
18
INPUT DESIGN
19
OUTPUT DESIGN
20
DATABASE DESIGN
21
DB
REQUEST
LIST
FACULTY
STUDENTS
BORROW
BOOKS
MASTER
BOOKS
DB
REQUEST
LIST
FACULTY
STUDENTS
BORROW
BOOKS
MASTER
BOOKS
DATABASE DESIGN
22
 ID(PRIMARY KEY)
 BOOK No.
 TITLE
 BAR CODE
 AUTHOR NAME
 PUBLICATION
 PRICE
 RACK
 STATUS
MASTER
BOOKS
DATABASE DESIGN
23
Unique identifier for each book record.
ID (Primary Key):
A unique identifier for the book within the library.
BOOK No.:
The title of the book.
TITLE:
A unique identifier in barcode format for easy scanning.
BAR CODE:
Name of the book's author.
AUTHOR NAME:
The publishing company or entity.
PUBLICATION:
The cost of the book.
PRICE:
The physical location of the book on library shelves.
RACK:
Current status of the book (e.g., available, checked out).
STATUS:
DATABASE DESIGN
24
 BID(PRIMARY KEY)
 STUDENT/FACULTY
ID
 BOOK ID
 BARROW DATE
 RETURN DATE
 RETURNED DATE
 STATUS
TABLES
MASTER
BOOKS
REQUEST
LIST
FACULTY
STUDENTS
BORROW
BOOKS
DATABASE DESIGN
25
BORROW
BOOKS
Unique identifier for each transaction.
•BID (Primary Key):
Identifier for the student or faculty member involved in the
transaction.
STUDENT/FACULTY
ID:
Identifier for the borrowed book.
BOOK ID:
Date when the book was borrowed.
BARROW DATE:
Expected return date for the book.
RETURN DATE:
Actual return date of the book.
RETURNED DATE:
Status of the transaction (e.g., pending, returned, overdue).
STATUS:
DATABASE DESIGN
26
 SID(PRIMARY KEY)
 REG. No.
 NAME
 PASSWORD(ENCRYP
TED)
 GENDER
 EMAIL
 YEAR OF JOINING
DB
BORROW
BOOKS
MASTER
BOOKS
REQUEST
LIST
FACULTY
STUDENTS
DATABASE DESIGN
27
STUDENTS
Unique identifier for each student.
•SID (Primary Key):
Registration number or unique identifier for the student.
REG. No.:
Full name of the student.
NAME:
Encrypted password for secure authentication.
PASSWORD
(ENCRYPTED):
Gender of the student.
GENDER:
Email address of the student.
EMAIL:
Year when the student joined the institution.
YEAR OF JOINING:
Shift in which the student is enrolled (e.g., morning, evening).
SHIFT:
DATABASE DESIGN
28
 CAFID(PRIMARY KEY)
 REG. No.
 NAME
 PASSWORD(ENCRYP
TED)
 GENDER
 EMAIL
DB
STUDENTS
BORROW
BOOKS
MASTER
BOOKS
REQUEST
LISTS
FACULTY
DATABASE DESIGN
29
FACULTY
Unique identifier for each faculty member.
•FACULTYID
(Primary Key):
Registration number or unique identifier for the faculty.
REG. No.:
Full name of the faculty member.
NAME:
Encrypted password for secure authentication.
PASSWORD
(ENCRYPTED):
Gender of the faculty member.
GENDER:
Email address of the faculty member.
EMAIL:
Designation or position of the faculty member (e.g., Professor,
Guest Lecturer).
DESIGNATION:
DATABASE DESIGN
30
 RID(PRIMARY KEY)
 REQUESTER ID
 RECEVIER ID
 MESSGAGE
 REQUESTER ROLE
 RECEVIER ROLE
DB
FACULTY
STUDENTS
BORROW
BOOKS
MASTER
BOOKS
REQUEST
LIST
DATABASE DESIGN
31
REQUEST
LIST
Unique identifier for each request/notification.
•RID (Primary
Key):
Identifier for the user making the
request/notification.
REQUESTER
ID:
Identifier for the user receiving the
request/notification (e.g., borrower and admin).
RECEIVER ID:
The content of the request or notification message.
MESSAGE:
Role of the requester (student or faculty or admin).
REQUESTER
ROLE:
Role of the receiver (borrower, admin).
RECEIVER
ROLE:
OUTPUT DESIGN
32
OUTPUT DESIGN
33
OUTPUT DESIGN
34
ANY QUESTIONS
?
35
PITCH DECK 36

More Related Content

DOC
A database design_report_for_college_library final
DOC
Library manaementreport1
DOCX
c++ library management
PPTX
Librarymanagementsystem
DOCX
Library Management System-converted.docx
PPTX
College Library Management System
PPTX
dbms online library management system.pptx
PPTX
Library Management System Using C . PPTX
A database design_report_for_college_library final
Library manaementreport1
c++ library management
Librarymanagementsystem
Library Management System-converted.docx
College Library Management System
dbms online library management system.pptx
Library Management System Using C . PPTX

Similar to Library management system version 2 using to CodeIgniter 4 Framework PPT (20)

PPTX
LIBRARY MANAGEMENT SYSTEM Project Report .pptx
PDF
Library management system
PDF
Srs library m s
PPTX
MY FIRST PPT
DOCX
SRS for Library Management System
PDF
Library management system
PPTX
LIBRARY MANAGEMENT SYSTEM.pptx
PPTX
Library Management.pptxxxxxxxxxxxxxxxxxx
DOCX
Software requirements specification of Library Management System
PPTX
Library Management System.pptx
PPTX
Library management system project
PPTX
Librarymanagementsystem
PPTX
Library management system
DOC
Java library synopsis
PDF
Integrated Library System_Bhuvana Final_Revised PDF.pdf
PDF
PROJECT_SRS[1].hgxfsdheth,vgxergdtrcxfpdf
PPTX
LIBRARY MANAGEMENT SYSTEM.pptx for students
DOCX
Library management sytem
DOCX
Library management
PDF
The design and implementation of database on library
LIBRARY MANAGEMENT SYSTEM Project Report .pptx
Library management system
Srs library m s
MY FIRST PPT
SRS for Library Management System
Library management system
LIBRARY MANAGEMENT SYSTEM.pptx
Library Management.pptxxxxxxxxxxxxxxxxxx
Software requirements specification of Library Management System
Library Management System.pptx
Library management system project
Librarymanagementsystem
Library management system
Java library synopsis
Integrated Library System_Bhuvana Final_Revised PDF.pdf
PROJECT_SRS[1].hgxfsdheth,vgxergdtrcxfpdf
LIBRARY MANAGEMENT SYSTEM.pptx for students
Library management sytem
Library management
The design and implementation of database on library
Ad

Recently uploaded (20)

PDF
Architecture types and enterprise applications.pdf
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
TLE Review Electricity (Electricity).pptx
PDF
Getting started with AI Agents and Multi-Agent Systems
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PPTX
O2C Customer Invoices to Receipt V15A.pptx
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
STKI Israel Market Study 2025 version august
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
August Patch Tuesday
PDF
Developing a website for English-speaking practice to English as a foreign la...
PPTX
1. Introduction to Computer Programming.pptx
PDF
Getting Started with Data Integration: FME Form 101
PDF
Enhancing emotion recognition model for a student engagement use case through...
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PPT
Module 1.ppt Iot fundamentals and Architecture
PDF
Hindi spoken digit analysis for native and non-native speakers
Architecture types and enterprise applications.pdf
NewMind AI Weekly Chronicles - August'25-Week II
TLE Review Electricity (Electricity).pptx
Getting started with AI Agents and Multi-Agent Systems
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
O2C Customer Invoices to Receipt V15A.pptx
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
STKI Israel Market Study 2025 version august
Zenith AI: Advanced Artificial Intelligence
August Patch Tuesday
Developing a website for English-speaking practice to English as a foreign la...
1. Introduction to Computer Programming.pptx
Getting Started with Data Integration: FME Form 101
Enhancing emotion recognition model for a student engagement use case through...
Final SEM Unit 1 for mit wpu at pune .pptx
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
Module 1.ppt Iot fundamentals and Architecture
Hindi spoken digit analysis for native and non-native speakers
Ad

Library management system version 2 using to CodeIgniter 4 Framework PPT