The Library module organizes library operations into separate functional areas that support catalogue management, physical inventory management, classification, borrowing, returning, barcode generation, and reporting.
The main functions are:
- Books Management — Used to maintain the main library book catalogue.
- Library Inventory — Used to manage individual physical copies, barcodes, locations, and availability.
- Library Shelves — Used to manage physical shelf locations.
- Book Categories — Used to classify books into categories.
- Borrowed Books — Used to manage borrowing and returning of books.
- Barcode Generator — Used to generate barcode labels.
- Library Inventory Reports — Used to generate reports related to inventory, borrowed books, and missing books.
This structure allows library activities to progress from book registration, through physical inventory management, to borrowing, returning, and reporting.
