School Management System Project In Vb 6.0

  1. School Management System Project In Vb 6.0 With Source Code Free Download
  2. School Management System Project In Vb 6.0 Class
  3. School Management System Project In Vb 6.0 Grade
  4. School Management System Project In Vb 6.0 Download

This is a 5 part series where we will learn to build Student Attendance Management System Using VB 6 using ms access as the back-end database and visual basic 6.0 as a front end.

Part 2: Attendance Management System: Database Creation

  • School Management System Project For Final Year Education is a backbone of the human society. So, it is important to provide the elegant, strong and quality education to every youth of the generation to make sure that their personality is developed in a better way.
  • System design of student management system Once the planning and analysis of the project are completed, the design phase begins. The goal of system design is to transform the information collected about the project into the blueprint structure which will serve as a base while constructing the system.

This series goes through following stages and each of the stages is explained in a separate article in details.

School management system project in vb 6.0 free

This application is developed with the help of Visual basic 6.0 and Oracle 8. This application can also be run on the network environment so it can be said as network application. TOOLS/PLATFORM This project is developed using the tools, which are most suited for development of the Application Package. These tools are as follows: - 1. School Management System: This School Management System build using VB.Net in Visual Studio 2012. This system contains Student management, Staff management, Exam management, User management, Class management, Subject management, Fees management, Accounts and Payment. The school management system is a web-based system which will use as a platform for interaction between student, teachers and parents. While the main objective of this project is to computerize the paperwork in the system and automate the work.

Management
  1. Requirement Analysis
  2. Database design, creating relations and relationships
  3. Interface design and Coding
  4. MDI form and Modules
  5. Testing and Project completion

Before you start the project make sure that you have visual basic 6 installed and working. You also require MS Access any version above 2003-2007.

If you have a higher version of MS Access, then save your files in MS Access 2003-2007 format (.mdb).

Let us start building the application.

Requirement Analysis

The first thing before making any application is to understand the customer requirement and its called a requirement analysis. The end product is a document called SRS, but for this document, we will not create any such document.

This part will only analyze the customer requirement in details and project constraints that will affect the application to built.

Management

In this case,

” The client is a college that wants an attendance management system. The customer wants the separate login for students, teachers, and admin staff. The student must be able to view only their own and other student attendance. The must be able to check attendance between certain date ranges (say semester) and find out how much is the deficit, current total and eligibility to sit in the exam.

The teachers can mark daily attendance for themselves and for other teachers if they are replacing them. They should be able to view attendance for their students as well.

The admin staff has full privilege they can view attendance, manage student records and teacher records but cannot mark attendance.”

You read the verbatim and make a note of all the important points that may be necessary for the project.

School

There are three kinds of users in this system – student, teacher and admin staff. So we now list out all the requirements of each user.

School Management System Project In Vb 6.0 With Source Code Free Download

Student

  1. Need separate login
  2. View attendance
  3. View friend’s attendance

Teacher

  1. Need separate login
  2. View attendance for a student
  3. Mark attendance only for teacher that has logged in.

Admin Staff

  1. Need separate login
  2. View attendance
  3. Manage student database
  4. Manage the teacher database

Based on the requirement analysis, we can create a high-level diagram for the attendance management system and identify how the user will use the system. This is called a use-case diagram.

Use-Case Diagram

The use-case diagram identifies the goal of the system in meeting user requirements. In this section, we will create a use-case diagram for the attendance management system.

The first step is to identify the actors. An actor is a user with a specific role. Earlier we identified 3 actors.

Management
  1. Student
  2. Teacher
  3. Admin (short for administrator)

Based on the requirement analysis we could identify primary tasks of the system.

  • Login
  • View Attendance
  • Mark Today Attendance
  • Manage Student Records
  • Manage Teacher Records

Let’s make the use-case diagram for the attendance management system.

Now that we have a clear picture of what the system must do to meet the user requirements. We have to look at the attendance management system in more detail.

System Diagram for Attendance Management

School Management System Project In Vb 6.0 Class

One way to show the details of the system is through a system diagram that provides a high-level view of the system. The system diagram shows the parts of the system that interact with each other.

School Management System Project In Vb 6.0 Grade

We wish to create a system diagram that shows the hierarchical relationship between the components of the system.

School Management System Project In Vb 6.0 Download

In future articles, we will discuss the system diagram for each of the components and see how they help in building interfaces for our project.