1.library System
1.library System
Ans :
PROBLEM DEFINITION
The library management system is software, which automates the job of a librarian.
1. The user can inquire about the availability of a book in which he can search by
entering the author’s name or by entering the title of the book.
He must provide the library id and the password, which is unique and confidential to
each user. By confirming the authenticity of a user, the library management system
provides information about the number of books already borrowed by the user and
by referring to the database whether the user can borrow books or not.
The library management system allows the user to enter the title and the author of
the book and hence issues the book if it is available.
3. By entering the user details and the book details the user can return the borrowed
book.
Ans :
SCOPE
CONSTRAINTS
The user has a unique library id and password, there are no option to retrieve a
password in case it is forgotten or lost hence the user is required to remember or store
the password.
1. The system should contain databases that include all necessary information for the
product to function according to the requirements. These include relations such as
STUDENT_MASTER, BOOK_MASTER and BOOK_ISSUE_RETURN.
2. STUDENT_MASTER refers to the information such as library id, name, class, roll
number, contact number, email id and no. of books borrowed.
3. BOOK_MASTER refers to the information such as book id, book name, author,
availability status and the number of copies available.
4. BOOK_ISSUE_RETURN refers to the information such as library id, book id, issue
date and return date.
The library management system is automated library system where the user can
search for the book by either entering the details of the book or the author’s name.
By entering the library id and password and then by checking the number of books
that are already borrowed, software enables us to borrow a maximum of three
books.
By entering the library id and password, which is unique, the user can return the
books.
BACK – END DESCRIPTION
STUDENT_MASTER
BOOK_MASTER
BOOK_ISSUE_RETURN
DATA STRUCTURES
1. STUDENT_MASTER
2. BOOK_MASTER
SAMPLE FORMS
REGISTRATION FORM
LOGIN FORM
ISSUE FORM
RETURN FORM