🎓 Module Overview
In this tutorial, we'll learn how to Manage the complete student lifecycle—from enrollment and academics to attendance and fees. This module is the core of the school management system.
The Students Module is the central repository for all student data. It manages the entire student lifecycle, from admission and enrollment to academic tracking, attendance, and fee management. Every student must be registered here before participating in any school activity.
🧭 How to Access
Navigate to: People → Students
📋 Students List Overview
The main page displays all students in a table with key columns:
| Column | Description |
|---|---|
| Photo | Student’s picture. |
| Admission Number | Unique identifier. |
| Name | Full name. |
| Class/Section | Current academic placement. |
| Gender | Male, Female, Other. |
| Parent/Guardian | Primary contact name. |
| Status | e.g., Active, Graduated, Transferred. |
| Actions | View, Edit, Delete. |

🔍 Filtering & Searching
Quickly locate students using:
Search Box: Name, Admission Number, Phone.
Class Filter: Limit to a specific class.
Section Filter: Limit to a specific section.
Status Filter: Active, Graduated, Transferred, Suspended, etc.
Centre Filter: For multi-branch schools.

➕ Adding a New Student
Click Add Student and fill in the multi-section form:
| Section | Details to Fill |
|---|---|
| 1. Basic Information | First/Middle/Last Name, Gender, Date & Place of Birth, Nationality, Religion, Blood Group, Category. |
| 2. Enrollment Information | Centre, Admission Number, Admission Date, Class, Section, Roll Number. |
| 3. Contact Information | Address, City, State, Postal Code, Country. |
| 4. Photo Upload | Choose file, preview image. |
| 5. Parent/Guardian Link | Father/Mother/Guardian details (Name, Phone, Email). |
Finally, click Create Student.
👀 Viewing a Student Profile
Click View on a student to see their comprehensive profile with tabs:
Dashboard: Photo, Name, Class, Status.
Personal Details: DOB, Gender, Blood Group.
Contact & Address.
Enrollment History.
Parent/Guardian Links.
Academics: Grades, exam results.
Attendance: Daily & summary.
Fees: Statements, payment history.
Documents: Uploaded records.

✏️ Editing Student Information
Click Edit from the list or profile.
Update any field (contact details, address, etc.).
Click Update Student.

🔄 Changing Class or Section
Method 1: Individual Edit
Edit the student → Change Class/Section → Save.
Method 2: Bulk Transfer (For many students)
Select multiple students.
Click Bulk Actions → Transfer.
Select the new Class and Section.
Confirm.

⚡ Managing Student Status
Update a student's current standing via the Edit form.
| Status | Use Case |
|---|---|
| Active | Currently enrolled and attending. |
| Graduated | Completed the final year. |
| Transferred | Moved to another school. |
| Suspended | Temporarily barred from attendance. |
| Expelled | Permanently removed from the school. |
| Deceased | Student has passed away. |
📥 Bulk Import (For New Admissions)
Click Import Students.
Download the Excel template.
Fill in student data following the template format.
Upload the completed file.
Review the preview and Confirm Import.

📤 Exporting Student Data
Apply any desired filters (e.g., a specific class).
Click the Export button.
Choose format (Excel, CSV, or PDF).
Download the file.
🗑️ Deleting a Student
⚠️ Severe Action: Deletion removes all associated records (academics, fees, etc.). Using a status change (e.g., to "Transferred") is almost always preferable.
If deletion is absolutely necessary:
Click the Delete button.
Read and confirm the warning.
✅ Best Practices
Standardize IDs: Use a consistent Admission Number format (e.g.,
ADM2025001).Quality Photos: Upload clear, recent student photos for identification.
Maintain Contacts: Regularly update student and parent contact information.
Link Parents: Always link students to their parent/guardian profiles.
Archive, Don't Delete: Use status changes instead of deletion to preserve historical data.
Regular Backups: Ensure student data is included in regular system backups.
The Students Module is the foundational hub for all student-related operations in SSMS, enabling efficient management of information, academics, and communication throughout a student's journey.
Next, we will look at the attendance system.