- This system allows library admin staff to manage the book. They can add, edit, delete, and search books in the system.
- Also, they can display all book records when clicking the "display all", "display all by ISBN", and "display all by title" buttons. The book will be displayed in ascending order or descending order.
- Besides, the staff can help students to borrow, return and reserve the books through this system.
Input ISBN, title and click the "Add" button. A book will be added and displayed on the list. If the text fields are empty, an error message will be prompted.
Input ISBN, and click the "Delete" button. If the book exists in the list, the book will be deleted.
Staff can edit ISBN and title of a book after he inputs the ISBN. If he click the "Save" button, the book will be replaced with new information.
Input ISBN or title and click the "Search" button. The system will search the books that match the criteria.
- "Display all": display all books by order of adding to the list.
- "Display all by ISBN": display all books in ascending order according to ISBN. When clicking the button again, it will be in descending order.
- "Display all by Title": display all books in ascending order according to title. When clicking the button again, it will be in descending order.
This page is to help students borrowing, reserving, returning books. Users can click the button to finish this operation. After clicking the button, the latest information will be displayed in the text areas.
When clicking this button, a message box is prompted and asks for inputting the name of student who has reserved the book.
The system will check if any students reserve this book. If other students reserve the book, the available state of the books will remain false. The student, who reserved the book first, will borrow this book.