Student’s Individual Inventory Record System project is developed using VB.NET. The Project is based on the concept of managing student’s inventory record. Talking about the project, Before entering the dashboard, the user should pass through the login system to get access. There are two accounts; Admin and Staff. After logging as staff, he/she can manage students, excuse slip and more.
Features of Student’s Individual Inventory Record System using VB.NET :
Talking about the features of Student’s Individual Inventory Record System, he/she can manage student details by entering details such as student id, name, gender, course, year, section, civil status, D.O.B, height, contact information with some educational, home and family background. The staff can also manage excuse slip by entering its details, guidance office, and view reports.
- Login System
- Manage Students
- Manage course
- Guidance office
- View Reports
- User management system
About Admin Panel of Student’s Individual Inventory Record System using VB.NET :
Talking about the admin panel, the admin has full control of the system. The admin can manage student details by entering details such as student id, name, gender, course, year, section, civil status, D.O.B, height, contact information with some educational, home and family background. The admin can manage/add a course by entering course code and description, excuse slip by entering it’s details, guidance office, and view reports. It also features user management for easy management of the system.
Student’s Individual Inventory Record System project helps the user for easy management of students information and reports. For handling data, MySQL is used as a database.
How To Run Student’s Individual Inventory Record System using VB.NET ?
This project is 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 database naming “dbstudentindividualinventory” and then click on Import tab
- 4th Step: Click on browse file and select “dbstudentindividualinventory.sql” file which is inside “Database (MySQL)” folder
- 5th Step: Click on go.
After Creating Database,
- Final Step: Open “StudentIndividualInventory.sln” file. Insert the username and password which is provided inside the “READ ME FIRST.txt” file.
Other Requirements To Run The Project :
- Connector/NET
- MySQL Connector/ODBC
LOGIN DETAILS ARE PROVIDED IN “READ ME FIRST.txt” FILE INSIDE THE PROJECT FOLDER