Library Management System using VB.NET and MySQL with Source Code

This is Library Management System is an automated system that is specially designed for school libraries. Its main goal is to help keep the records of every transaction of the books that is available inside the library. It’s a user-friendly system that means all functions are easy to learn and easy to use by the admin and even by occasional users. It also provides reports to know how many books are issued to a particular student. And with this, the librarian can easily track the status of a book and who has borrowed it. Then, it automatically calculates fines for late returns. This does not just provide efficiency but it also frees up more time for other tasks. At the same time, you are confident that all information is well stored in the database.

These are the following features of the system

  • Books
    • Add Book
    • Retrieve Books
    • Update Book
    • Delete Book
  • Borrower
    • Add New Borrower
    • Retrieve Borrower
    • Update Borrower
    • Delete Borrower
    • Print Library Card
  • Transaction
    • Borrow Books
    • Return Books
    • Overdue with Payments
  • Category
    • Add New Category
    • Retrieve Categories
    • Update Category
    • Delete Category
  • Manage Users
    • Add New User
    • Retrieve Users
    • Update User
    • Delete User
  • Report
    • Inventory of Books
      • List of Books
      • Total Number of Books
      • Daily
      • Weekly
      • Monthly
      • Inclusive Dates
    • User Logs
  • Login and Logout

How to Run

Requirements:

Download and Install the following

Installation

  • Download and Extract the source code zip file. (download button is located below)
  • Open your XAMPP's Control Panel and start "Apache" and "MySQL".
  • Locate the provided SQL file in the extracted source code folder. The file is known as dblibrary.sql.
  • Open a browser and browse the PHPMyAdmin. i.e. http://localhost/phpmyadmin
  • Create a new database naming dblibrary
  • Import the SQL file.
  • Locate the Solution file inside the source code folder known as LibrarySystem.sln
  • Open the solution file with your MS Visual Studio Software.
  • Press the "F5" key on your keyboard to run this Library Management System.

Admin Access Information:

Username: admin
Password: admin

DEMO

That's it! Feel free to modify the source code the way you wanted. I hope this Library Management System Project in VB.NET and MySQL.

For more information about the system. You can contact me @
Email [email protected]
Mobile No. – 09305235027 – TNT
FB Account – https://www.facebook.com/onnaj.soicalap

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted bymike myers (not verified)on Sun, 12/26/2021 - 16:55

is there a documentation for this project?
Submitted byFancy (not verified)on Mon, 01/23/2023 - 04:20

what does dwwy decimal mean?

Add new comment