Admin Guide

Student Management Guide

How to add, edit, and manage student records effectively.

Support Team
2023-10-05

Student Management

Managing student records is the core of EduSuite OS. This guide covers how to maintain accurate student data.

Adding a New Student

You can add students individually or via bulk import.

Individual Entry

  1. Navigate to Students > All Students.
  2. Click the + Add Student button.
  3. Fill in the mandatory fields:
    • First Name
    • Last Name
    • Date of Birth
    • Class/Grade
  4. Click Save.

Bulk Import

For large schools, we recommend using the CSV import tool.

javascript
// Example CSV format
Name, Grade, ParentEmail
"John Doe", "10A", "john.p@example.com"

Student Profiles

Each student has a comprehensive profile containing:

  • Academic History
  • Attendance Record
  • Fee Status
  • Disciplinary Logic

Tip: Use the search bar (Cmd+K) to quickly find any student by name or ID.

Was this page helpful?