Record Management System project is developed using VB.NET. The Project is based on the concept of storing different stock items records. Talking about the project, it contains a login system. There are two categories for storing records of the item. They are package and spare.
Features of Record Management System in VB.NET Project :
In order to store package item, a user has to enter the model, processor, hard disk, ram, graphics card, case, and price. And for adding spare items, he/she has to enter product type, name, manufacturer and prices. This simple system mainly focuses on record management of computer parts. Updating and deleting items are easy, the user has to select an item then click the button. The system displays total items in a list view displaying all the available records.
This mini project is based on CRUD functions. This system is simply based on small business stores. Talking about the GUI Part, it is so simple that the user won’t find any difficulties while working on it. For handling data, MySQL is used as a database. Record Management System project helps the user to record item details within a short period of time.
- Login System
- CRUD Package items
- CRUD Spare items
How To Run Record Management System in VB.NET Project ?
This project is very easy to operate and understood by the users. To run this project you must have installed Visual Studio IDE and XAMPP on your PC. Start Apache and MySQL in XAMPP, and follow the given steps
Connecting Database (MySQL)
- 1st Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
- 2nd Step: Then, click on the databases tab
- 3rd Step: Create a database naming “naoepc” and then click on the Import tab
- 4th Step: Click on browse file and select “naoepc.sql” file which is inside “DATABASE” folder
- 5th Step: Click on go.
After Creating Database,
- Final Step: Open “Naoe PC.sln” file.
Insert the username and password which is provided inside the “Readme.txt” file.
LOGIN DETAILS ARE PROVIDED IN “Readme.txt” FILE INSIDE THE PROJECT FOLDER