The Parent Management system maintains contact information for parents and guardians, enabling communication between the school and families.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ubik69/backEndDevelopment/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Parent records store essential contact information for student guardians. Each parent record can be linked to multiple students (for families with multiple children attending the school).Key Features
- Create parent/guardian profiles
- Store comprehensive contact information
- Maintain multi-line address details
- Track email addresses for communication
- View all parent records in one table
- Update and delete parent information
Parent Information Fields
The system tracks the following information for each parent or guardian:Unique parent identifier (auto-generated)
Parent’s first name
Parent’s last name
Complete residential address (supports multi-line text up to 50 columns × 10 rows)
Parent’s email address for school communications
User Workflows
- Add Parent
- View Parents
- Update Parent
- Delete Parent
Adding a New Parent
To register a new parent or guardian:- Navigate to Add > Parent in the navigation menu
- Complete the parent registration form:
- Click Submit to create the parent record
Create the parent record before adding their children as students. The auto-generated Parent ID will be needed when enrolling students.
Contact Information Details
Address Format
Address Format
The address field uses a large textarea (50 columns × 10 rows) to accommodate complete address information:Recommended format:Example:
Email Communication
Email Communication
Parent email addresses serve as the primary digital communication channel for:
- Report cards and progress reports
- School announcements and newsletters
- Event invitations and reminders
- Emergency notifications
- Parent-teacher conference scheduling
- Administrative communications
Multiple Contact Points
Multiple Contact Points
For families with two guardians:
- Create separate parent records for each guardian
- Link students to the primary guardian’s Parent ID
- Store the secondary guardian’s information in notes or additional fields
- Consider future enhancements to support multiple parent linkages per student
Parent-Student Relationships
Single Parent
One parent, one or more studentsOne Parent ID can be associated with multiple student records, ideal for:
- Families with siblings
- Single-parent households
- Primary contact designation
Family Units
Managing sibling groupsWhen adding multiple children from the same family:
- Create one parent record
- Note the auto-generated Parent ID
- Use this ID for all children in the family
- View linked students through student records
Communication Best Practices
Verify Email Addresses
Always verify email addresses are correct and active. Send a test message after registration to confirm receipt.
Maintain Current Information
Encourage parents to update their contact information whenever they move or change email addresses.
Privacy Protection
Ensure parent contact information is kept confidential and only shared with authorized school personnel.
Database Structure
Common Use Cases
New Family Enrollment
New Family Enrollment
Scenario: A new family with two children is enrolling.Steps:
- Create one parent record with contact information
- Record the generated Parent ID (e.g., 101)
- Create first student record using Parent ID 101
- Create second student record using Parent ID 101
- Both students now linked to the same parent
Address Change
Address Change
Scenario: A family has moved to a new address.Steps:
- Navigate to View > Parent to find the Parent ID
- Go to Uptade > Parent
- Enter the Parent ID and new address information
- Submit the update
- The address change automatically applies to all linked students
Email Bounce Handling
Email Bounce Handling
Scenario: Emails to a parent are bouncing.Steps:
- Contact parent through alternative means (phone)
- Obtain updated email address
- Update parent record with new email
- Send test email to verify delivery
- Document the change date for records
Field Validation
Required Fields
All parent fields are required:
- First name (Pname)
- Last name (Psurname)
- Address (Paddress)
- Email (Pemail)
Email Format
Email validation ensures:
- Contains @ symbol
- Has domain extension
- No spaces in address
- Proper email structure
Integration Points
Student Management IntegrationParent records are directly referenced in the Student Management system. Before enrolling students, ensure parent records are created first.See Student Management for details on linking students to parents.