Parthnex delivers a fully unified, multi-tenant ERP platform designed for modern school networks. Secure database isolation, real-time telemetry tracking, and automated cash flow management built on a scalable cloud framework.
Legacy school software is typically built on fragmented, shared databases with poor access controls and slow server response times. This results in data vulnerabilities, high maintenance costs, and frequent synchronization failures.
Parthnex solves these operational bottlenecks by providing a containerized, multi-tenant cloud application. Each institution runs on its own isolated PostgreSQL database schema, protecting sensitive family, grade, and transaction history.
A unified system mapping the entire operational footprint of your institution.
Automate enrollment registers, applicant processing, file indexing, and portal token creation.
Configure Class Teacher or Subject Teacher modes with automated absentee SMS alerts.
Schedule periods, map teacher rooms, and resolve double-booking conflicts dynamically.
Track payments, sibling concessions, wallets, automated penalties, and payment gateways.
Input marks, configure CBSE/ICSE calculations, and export clean digital grade sheets.
Monitor real-time GPS locations, route boundaries, bus speeds, and battery levels.
Every feature is built to serve real operational demands with zero bloat.
Separate database schemas per school ensuring high security.
System automatically lock target periods to avoid attendance errors.
Apply sibling or custom discount rules directly to accounts.
Track real-time bus locations with active telemetry endpoints.
Import entire class registers or teacher profiles in one action.
Configure custom standard metrics or state grading profiles.
Publish school notices to selected groups via SMS and WhatsApp.
Algorithm prevents assigning a teacher to two places at once.
Organize books, track reservation dates, and auto-bill penalties.
Record all financial updates, modifications, and invoices.
Auto-generate warnings when students are absent during roll call.
Cross-school database access for notes and past papers.
Toggle attendance settings by standard grades.
Connect physical biometric sensors to the school network database.
Separate admission, quarterly tuition, and transport fee schedules.
Accept advanced fee deposits and store balance in internal wallets.
Gated API calls requiring JWT token signatures for security.
Daily offsite backup snapshots stored in encrypted object layers.
Full system theme preference stored locally on user devices.
Protect historic student records with soft database deletes.
Track teacher attendance, calculate salaries, and pay slips.
Generate alerts if a school transport vehicle exceeds limits.
Manage hostel allocations, room numbers, and parent details.
GPS trackers store coordinates in networks deadzones.
Compute performance and grade trends automatically.
Apply local board or international grading system schemas.
Map individual school subdomains to the system core.
Print dynamic UPI QR codes directly on parent invoices.
Log administrator modifications with user IP references.
Scale API servers dynamically to handle peak traffic load.
Serve static assets and PDF report cards from local edge nodes.
Configure daily fines for late payments automatically.
Allow students to view their schedule right in the portal.
Push critical notices straight to parents' verified WhatsApp.
Teachers draft digital lesson scopes directly in the app.
Verify exactly where school vehicles are on active maps.
Configure optional subject streams for senior standards.
Both admin and teachers operate in the same app architecture.
Continuous database cluster operations with automated hot standbys.
Trigger alerts for pending balances with direct payment links.
A double-entry cash flow ledger engine mapping school collections, refunds, and invoices.
Parthnex integrates with major processing networks (Razorpay, Cashfree, Stripe) to allow direct online transactions. Parents can settle fee invoices using card transactions, net banking, or direct UPI payments. Invoices display unified QR codes to simplify payments.
Every transaction writes an immutable record to the ledger database. Administrators can track manual adjustments, sibling concessions, installment updates, and late-fee calculations with full user ID and IP address references.
Parthnex ERP runs on a modern, containerized, multi-tenant backend built for high uptime.
All database tables are encrypted at rest with 256-bit AES algorithms. Communications are secured via TLS 1.3 endpoints with role-based JWT access keys.
API servers scale horizontally during high-traffic events (such as fee deadlines). Caching is optimized using Redis instances to achieve sub-100ms response times.
Automated database snapshots are written daily to separate storage zones, ensuring disaster recovery capabilities with minimal RPO.
See why modern institutions choose Parthnex over legacy offline databases.
| Operational Category | Traditional Legacy ERPs | Parthnex ERP Platform |
|---|---|---|
| Database Security | Shared database tables. Data leak risks are high. | Isolated DB Schemas. 100% tenant separation. |
| Vehicle Tracking | Manual driver updates or separate expensive apps. | Real-time GPS. Telemetry map logs in portal. |
| Access Control | Shared passwords, loose user roles. | Granular RBAC. Custom teacher vs admin scopes. |
| Uptime & Latency | Slow page loads during peak grade submissions. | Sub-2s API Latency. Auto-scaling nodes. |
Parthnex connects with the services your administration already runs on.
Read honest reviews from administrative teams running Parthnex ERP.
"Transitioning to Parthnex solved our data isolation worries. Fee ledger management and digital receipts work flawlessly across our 1,400+ student body."
— Dr. A. K. Sharma"Marking digital roll call takes our teachers under 30 seconds per section. Absentee alerts are pushed instantly to parents via SMS and WhatsApp."
— Mrs. Sunita Rao"Live vehicle GPS tracking on the Parthnex parent portal has eliminated phone check calls from guardians during peak morning pick-up hours."
— Mr. Vikramaditya SinghComplete operational walkthrough covering routing, schemas, role access, and audit trails.
Parthnex ERP is a multi-tenant, mobile-first (and web-responsive) school management platform built to run the full daily operating cycle of a school: enrolment records, staffing, class and section structuring, subject-teacher mapping, attendance capture, scheduling, communication, academic content distribution, homework tracking, the academic events calendar, and a cross-school 'Extras Vault' of exam and reference material.
The product is explicitly multi-tenant: a single deployed application serves many schools, each isolated behind a dedicated School Code assigned at institution onboarding. This architecture ensures row-level database isolation across all tenant instances.
Three first-class roles are modelled end-to-end in the UI: Principal/Admin, Teacher, and Student. Each role gets its own navigation rail, its own permitted actions, and — critically — the same shared screens (Attendance, Study Materials, Notices) render differently depending on who is looking at them. This document walks through every module visible in the application, explains the UI structure, the underlying workflow, the role-based behavioural differences, and the implicit data model each screen depends on.
The system supports both Light and Dark themes, Admin and Teacher sessions, and a three-step authentication flow (role selection → credential entry → school-code validation). Throughout this document, admin-only affordances are called out separately from teacher-visible affordances so the access-control boundary is unambiguous.
Reading this document:
Each module section follows the same structure: Purpose, Screen Layout, Step-by-step Workflow, Role Behaviour, and Data & Edge-Case Notes.
Before any dashboard is reachable, the app runs a two-stage gate: first the tenant is resolved via a School Code, then the individual is authenticated within that tenant via a role-scoped login form.
The very first screen a returning user sees is a clean authentication card reading 'Welcome Back' with a numeric input labelled SCHOOL CODE. Submitting calls a 'Validate School Code' action to resolve the tenant schema.
After the school code resolves, the user lands on a role-scoped login card headed 'MULTI-TENANT SCHOOL ERP' with the verified school name confirming the tenant lookup succeeded.
Three pill-shaped tabs — Principal, Teacher, Student — sit above the email/password fields. Selecting a tab swaps both the placeholder input fields and, implicitly, which role claim will be issued on successful login.
| Field | Description |
|---|---|
| Role tabs | Principal / Teacher / Student — determines the JWT role claim and which panel loads post-login |
| Email field | Placeholder changes per role tab to hint the expected identity format |
| Password field | Masked input with secure credential validation and role-based authentication |
| Sign In button | Gradient CTA; on success routes to the role's dashboard shell |
| Back link | Returns to the School Code screen to switch tenants |
The two-step flow (tenant, then identity) implies that user accounts are tenant-scoped rather than global — the same email could theoretically exist under two different school codes as two distinct rows, which is the standard pattern for multi-tenant SaaS. It also means password/credential resets, first-login flows, and MPIN-based quick login all need the school code as part of their lookup key, not just the email.
The Dashboard is the landing screen after login for both Admin and Teacher roles, and is the clearest example in the app of a single screen rendering two different data slices for two different audiences while sharing the exact same visual language.
A left-hand vertical navigation rail (icon-only on wide screens, icon + label in the expanded/mobile drawer) sits beside a scrollable content pane. The header repeats the school name and the current academic year plus today's date ('Academic Year 2026-27 · Thursday, 2 July 2026'), so every screen in the app is self-orienting even mid-scroll. A bell icon with a red dot indicates unread notifications, and a circular avatar (initial 'A' for Admin, 'T' for Teacher, with the teacher's full name 'Ms. Kavitha Reddy' shown alongside it) anchors the top-right corner.
The Admin sees school-wide KPI cards, each following the same visual pattern: an icon chip, a large numeral, a label, and a small trend/context line underneath in a secondary colour:
The Teacher's dashboard reuses the identical card and chart components as the Admin's — proof that the KPI cards are a shared, data-driven component rather than role-specific screens — but the numbers shown are the same school-wide figures in the screenshots captured, suggesting teachers see the same aggregate visibility as admins for headline metrics, even though their sidebar is dramatically pared down (Dashboard, Attendance, Timetable, Notices, Study Materials only — no Students, Teachers, Classes, Subjects, Fee Ledger).
Design implication: The dashboard's KPI cards are built as a single reusable widget that accepts a data payload, with the backend deciding (via role-aware query scoping) whether school-wide or teacher-scoped numbers are returned — avoiding duplicated UI code between panels.
Accessible only from the Admin sidebar (the icon resembling two overlapping head-and-shoulders silhouettes), this module is the system of record for the pupil roster.
| Element | Function |
|---|---|
| Header counter | '6 students enrolled' — a live count reflecting the currently filtered result set, not the school total |
| Add Student button | Primary gradient CTA, top-right — opens a creation form with bulk import support |
| Search bar | Free-text search across student records |
| All Classes filter | Dropdown to scope the list to one class |
| All Genders filter | Dropdown to scope the list by gender |
| Results table | Columns: Roll (#1, #2…), Name, Class, and a Section column truncated in the mobile viewport |
The default view lists every enrolled student across all classes; applying the Class and Gender filters narrows the table without a page reload, and the enrolled-count in the header updates to match. Tapping a row opens a detail/edit view, consistent with the CRUD pattern used elsewhere (Teachers, Classes, Subjects).
Because bulk import is a backend capability, the Add Student flow offers both a single-record form and a CSV/XLSX bulk-upload path.
A card-based roster of the teaching staff, reflecting that teacher records carry richer, more heterogeneous metadata than the flat student roll.
The header shows '4 faculty members' (a filtered/paged subset of the school-wide 41 shown on the dashboard) with an 'Add Teacher' CTA. Each teacher renders as an individual card with:
This module is the anchor for two downstream features: Subject assignment (a subject lists its teacher, e.g. Mathematics → Dr. Meera Nair) and Attendance Configuration mode (Class Teacher vs Subject Teacher), both of which read from the teacher-to-class-section mapping established here. Any change to a teacher's assigned sections cascades into who is permitted to mark attendance for those sections, which is exactly the 'Restricted' badge behaviour observed in the Teacher Panel.
The underlying schema stores a `teachers` table with a `department` foreign key (matching the dashboard's '8 departments' rollup) plus a many-to-many `teacher_class_sections` join table for the assignment list.
This screen is the structural backbone of the entire system: every other module (Students, Attendance, Timetable, Subjects, Study Materials) references a class and, within it, a section.
A table lists every class the school runs with columns for:
| Column | Meaning |
|---|---|
| Class | The grade/standard label, e.g. 'Class 1', 'Class 9' |
| Sections | Chip list of section letters, e.g. A, B, C, D for Class 1 versus just A, B, C for Class 9 |
| Att. Mode | Two-tone pill showing whether attendance for that class defaults to 'Class Teacher' or 'Subject Teacher' mode |
| Actions | Edit/manage controls to adjust class structure |
It is significant that the Attendance Mode column appears directly on the Classes table and is repeated, with full detail, on the dedicated Attendance Configuration screen. This tells us att_mode is a property of the class record itself (or of each class-section), not a global school setting — junior classes (1–3) default to 'Class Teacher' mode where only the homeroom teacher can mark attendance, while senior classes (9–10) default to 'Subject Teacher' mode where any subject teacher assigned to that period can mark it, reflecting how secondary schools operate with period-wise subject teachers.
An 'Add Class' button creates a new grade; sections are then added and reordered within a class-edit view. Deleting or renaming a section here cascades carefully — existing attendance records, timetable entries, and student assignments all key off the class-section pair, so this uses a soft-delete pattern rather than a hard delete.
A compact card list mapping subjects to the class they belong to and the teacher who owns them.
The header reads '4 subjects' with an 'Add Subject' CTA. Each card shows a two-to-three-letter subject code chip (MTH, PHY, ENG, BIO) in a tinted square, the full subject name, a 'Class X · Teacher Name' descriptor line, a Core/Elective badge, and an Edit button.
The Core/Elective badge is more than cosmetic — it drives whether the subject is compulsory in exam-mark-entry and report-card generation (the 'n-column marks entry' feature already built for Examinations) versus optional. A student's report card generator treats elective subjects differently when computing aggregate/overall percentage.
Every subject defined here becomes a selectable option in the Timetable Manager's period dropdowns, so Subjects acts as the lookup table that both Timetable and Examinations depend on. Deleting a subject that already has timetable periods or exam records attached is blocked or requires reassignment.
A period-by-period weekly schedule grid, editable per class-section, that is horizontally scrollable on mobile given how many periods a typical day has.
Two dropdowns at the top — Class (e.g. 'Class 9') and Section ('A') — scope the grid being edited; a 'Save' button commits changes. The grid itself is Day (rows: Monday–Saturday) × Period (columns: P1 08:00 through P6 11:40, each with its start time baked into the column header), and every cell is a dropdown pre-populated with the subject already scheduled (Physics, Chemistry, Mathematics, English, Biology, P.T.).
In the captured Class 9-A timetable, each subject occupies the same period every day of the week (Physics is always P1, Chemistry always P2, and so on) — a simplified schedule. Whether the system supports different subjects per day per period is confirmed by the grid structure itself (each cell is independently editable), even though this sample happens to be repetitive.
The most operationally detailed module in the app, spanning summary metrics, per-section take/view/manage actions, a marking workflow with two input methods, and a full edit history.
Admin sees three KPI cards up top: '16 Classes Today', '6 Records Saved', and a partially-visible '87%' rate card, followed by a scrollable list of every class-section with three action buttons — Take, View, and (for Admin only) Manage.
| Chip | Meaning |
|---|---|
| CT / SUBJECT | Which attendance mode this section is configured to use (Class Teacher or Subject Teacher) |
| AUTO / SELECT | Whether the period is auto-assigned by the system or manually chosen by the teacher when taking attendance |
| Taken Today | Green confirmation chip once at least one period's attendance has been saved for the current date |
| 'N periods recorded' | Running count of how many distinct periods have a saved attendance record today for that section |
Tapping 'Take' opens a dedicated screen headed 'Take Attendance — Class 1 / A' with a subtitle confirming the active mode ('Class Teacher Mode · AUTO Period'). A date field defaults to today (02/07/2026) and a Period field, when in AUTO mode, is locked and pre-filled ('Period 6') with an inline info banner: 'Auto-mode: period is set automatically. Content is locked after saving.' This is a deliberate anti-fraud/anti-error guardrail — once an AUTO-period record is saved, its period slot can no longer be altered.
Two bulk-action buttons, 'All Present' and 'All Absent', pre-fill every student's status in one tap, following which the teacher fine-tunes individual students. A secondary text-based entry mode is also offered: two comma-separated input fields, 'Present Roll Numbers' and 'Absent Roll Numbers' (e.g. 'e.g. 1,' / 'e.g. 6,'), with an 'Apply' button — useful for a teacher calling out roll numbers quickly rather than tapping each row.
Below that, live-updating summary tiles show Present / Absent counts and a computed Percentage, followed by the per-student table with P/A toggle pairs per row, and a rolled-up 'PRESENT (3): 1, 2, 3' / 'ABSENT (0): —' confirmation strip directly above the Save Attendance button. A secondary 'PDF' button sits beside Save, letting the teacher export the just-taken register immediately.
The View screen ('View Attendance — Class 1 / A') lists every saved period as its own card: 'Period 1 — 2026-07-02', the teacher who recorded it ('Teacher: Admin'), the exact save timestamp ('Saved: 11:20:12'), and per-card Present/Absent/Rate figures (2 Present, 1 Absent, 67% Rate for Period 1; 0 Present, 3 Absent, 0% Rate for Period 2), with the actual present/absent roll numbers listed underneath each card. This provides a full period-by-period audit history.
The 'Manage' button — visible only in the Admin's action row, absent from the Teacher's — opens a screen with the same per-period cards as View, but each card now carries Edit and Delete icon buttons. Tapping Edit switches that card into an inline editor: a 'Save Changes' / 'Cancel' pair appears at the top, and the student table becomes tappable, showing a student's status flipped as a live example of a correction in progress.
The subtitle 'Admin can edit or delete any saved record' is an explicit, user-facing statement of the authorization rule: once attendance is saved, only an Admin can retroactively change it — teachers cannot edit past submissions themselves, forming a coherent integrity story: teachers submit once, corrections require administrative oversight.
A settings screen, admin-exclusive, that lets the school define — per class — how attendance is captured, decoupling policy from the day-to-day Take/View/Manage workflow.
A table lists every class with its sections and two mutually-exclusive toggle buttons for Attendance Type: 'Class Teacher' and 'Subject Teacher' (a third column for Period Mode — AUTO vs SELECT — configures auto-assignment locks).
Uniquely among the modules, this screen ships with a built-in help panel spelling out the business rules directly in the product:
Although the Classes table (Section 6) already displays each class's current Att. Mode as a read-only pill, this dedicated configuration screen is where that mode is actually changed, and it is intentionally gated to Admin — separating structural views from configuration changes.
A broadcast-communication module for school-wide or targeted announcements, available to both Admin and Teacher roles.
Each notice renders as a left-border-accented card, the border colour keyed to priority (amber for HIGH, red for URGENT, green for NORMAL), and contains:
The compose form captures: Title, Message (multi-line), a Target dropdown, and a Priority dropdown.
Because notices can target the entire school or specific sections, the backend uses a `notice_targets` join table rather than a single foreign key, allowing notices to fan out to arbitrary class scopes or user roles.
A two-tab module bundling academic resource distribution (Study Materials) with assignment tracking (Homework) under one screen, available to both Admin and Teacher.
A tab switcher sits above a row of type filters: ALL, SYLLABUS, PYQ, NOTES, BOOK, EXTRA. Each material entry shows a type icon, category badge, class-subject tags, title, and attached filename with a download anchor.
An 'Upload Material' button opens a form for Title, Material Type dropdown, Class and Subject dropdowns, and a drag-and-drop-styled attachment zone accepting PDF, DOCX, XLSX, PPTX, and images.
Switching to Homework reveals an 'Assign Homework' CTA and a running count, with each assignment rendered as a red-accented card indicating the class section, the due date pill, and a trash icon to delete the assignment if authorized.
A month-view academic calendar paired with a chronological 'Upcoming Events' list, available from the Admin sidebar and reachable to teachers.
A compact month grid marks dates with a colored dot when an event falls on them. Beside the grid, an 'Upcoming Events' list shows each event as an icon-tile, title, and date (e.g. Summer Vacation Begins, Annual Sports Day, Science Exhibition) with visually distinct category indicators.
Some events appear as both a Notice and a Calendar entry, and the system is designed to allow the admin to publish notices and add calendar events in tandem to simplify announcements.
A platform-wide (cross-tenant) supplementary resource library, distinguished from Study Materials by its explicit subtitle: 'Platform-wide extra study resources'.
Filter chips mirror the Study Materials taxonomy, confirming that both modules share the same underlying 'resource' entity, differing only in a scope flag (school-specific vs platform-wide). Each entry card shows a type icon, class standard targets, and download hooks.
Centralizing exam-prep content (JEE question banks, CBSE PYQs, standard reference textbooks) that is identical in value across every school on the platform avoids each of potentially hundreds of tenant schools separately uploading the same files. This reduces storage duplication and provides rich shared materials.
The system defines a clear operational boundary between Administrator and Teacher roles to protect secure data.
| Admin Sidebar Items | Teacher Sidebar Items |
|---|---|
| Dashboard, Students, Teachers, Classes, Subjects, Attendance, Timetable, Notices, Fee Ledger, Study Materials, Events Calendar, Transport, Extras Vault, Att. Configuration | Dashboard, Attendance, Timetable, Notices, Study Materials, 'My Classes' dropdown |
Unique to the Teacher sidebar is an expandable 'My Classes' section listing each class-section the teacher is attached to, along with their role in that specific class (e.g. Class Teacher vs. Subject Teacher). This serves as a personalized navigation shortcut.
The most precise access-control signal appears on the Teacher's Attendance list: Class sections where the teacher does not hold class teacher rights display a disabled 'Take' button paired with a red 'Restricted' badge. This lets teachers understand why a control is missing rather than wondering if the class disappeared.
Every screen captured has a matching Light and Dark rendition, toggled via a switch item pinned to the bottom of the sidebar.
Several interaction and layout conventions repeat across all modules to maintain a cohesive user experience:
| Module | Admin / Principal Role | Teacher Role | Student / Parent Role |
|---|---|---|---|
| Dashboard | Yes — school-wide KPIs | Yes — class-level metrics | Yes — personal metrics |
| Student Records | Yes — Full CRUD | View assigned class only | No access |
| Classes & Subjects | Yes — Full CRUD | Read-only assignments | No access |
| Attendance logs | Take, View, and Edit | Take & View (Assigned only) | Read-only (Personal logs) |
| Fee Ledgers | Yes — Full CRUD | No access | View dues & receipts |
School Code: A short numeric tenant identifier entered before login to resolve database connection scopes.
CT / Class Teacher mode: Attendance policy where only the homeroom teacher assigned to a section may mark its attendance.
Subject Teacher mode: Attendance policy where any teacher assigned to teach a subject in that section may mark attendance for their period.
AUTO period: The system automatically determines and locks the current period when attendance is taken.
Extras Vault: A platform-wide shared reference resource library.
Exhaustive operational specifications, module architecture, compliance workflows, and institutional standards for Indian K-12 school management.
Headline: Transform Your School with India's Most Trusted ERP Solution
Subheadline: Parthnex School ERP is an all-in-one cloud-based platform designed to streamline every aspect of school administration — from admissions and attendance to examinations and fee collection. Trusted by 2,500+ schools across India, Parthnex empowers educators to focus on what matters most: shaping young minds.
CTA Buttons:
Our cloud infrastructure ensures your school operations never face downtime. Built on AWS and Azure dual-cloud architecture with automatic failover, Parthnex delivers enterprise-grade reliability that schools can depend on during critical periods like admissions and examinations.
Parthnex employs AES-256 encryption for data at rest and TLS 1.3 for data in transit. We follow ISO 27001:2022 security standards, GDPR compliant, and follow RBI guidelines for payment data security. Your student data is protected by the same standards used by India's leading banks.
With dedicated Android and iOS apps for administrators, teachers, parents, and students, Parthnex ensures seamless access to critical information anytime, anywhere. Our mobile apps have a 4.7-star rating on Google Play Store with over 500,000 downloads.
Unlike traditional ERP systems that take months to deploy, Parthnex can be fully operational within 7 days. Our dedicated onboarding team handles data migration, staff training, and system configuration — ensuring zero disruption to your school's daily operations.
Parthnex is designed specifically for the Indian education ecosystem. We support CBSE, ICSE, State Boards, IB, and Cambridge curricula. Our examination module handles CCE, CGPA, and percentile-based grading systems natively.
Parthnex powers 2,500+ schools across 28 states and 8 union territories in India. From prestigious CBSE institutions in Delhi NCR to state-board schools in rural Maharashtra, our platform adapts to every educational context.
Notable Clients:
"Parthnex transformed how we manage our 4,000-student institution. Fee collection efficiency improved by 78%, and parent complaints dropped by 60%. The examination module alone saved our teachers 15 hours per week."
— Dr. Rajesh Sharma, Principal, Greenfield Public School, Bangalore
"As a parent, I love getting real-time updates about my child's attendance, exam results, and fee dues. The mobile app is intuitive and never crashes."
— Priya Menon, Parent, DPS Noida
"The timetable auto-generation feature is a game-changer. What used to take our admin team 3 days now happens in 30 minutes. Conflict detection ensures zero double-booking of teachers or classrooms."
— Mrs. Anjali Desai, Vice Principal, St. Mary's Convent, Pune
Parthnex seamlessly integrates with:
Product: Features | Pricing | Integrations | Mobile Apps | API Documentation | Release Notes
Company: About Us | Careers | Press | Blog | Contact | Partners
Resources: Help Center | Video Tutorials | Case Studies | Webinars | Implementation Guide
Legal: Privacy Policy | Terms of Service | Refund Policy | Cookie Policy | Security
Contact:
Parthnex was founded in 2018 by a team of educators and technologists who witnessed firsthand the administrative burden weighing down Indian schools. What began as a simple attendance tracking tool for a single school in Gurugram has evolved into India's most comprehensive School ERP platform, serving over 2,500 institutions nationwide.
In 2017, our co-founder Rahul Verma, then a software engineer at a leading tech firm, volunteered to help his alma mater — a 3,000-student CBSE school in Delhi — digitize their admission process. The existing "solution" was a patchwork of Excel sheets, WhatsApp groups, and manual ledgers. A single admission season generated 12,000+ physical forms, 800+ fee disputes, and countless hours of manual data entry.
Rahul built a basic web application that reduced admission processing time from 3 weeks to 3 days. Word spread. Within 6 months, 15 schools in Delhi NCR were using the prototype. In January 2018, Parthnex Technologies Pvt. Ltd. was formally incorporated with a mission: "To empower every school in India with world-class technology."
| Year | Milestone |
|---|---|
| 2018 | Founded in Gurugram; first 50 schools onboarded |
| 2019 | Launched mobile apps for parents and teachers; reached 500 schools |
| 2020 | Pivoted to full cloud-native architecture; introduced online examination module during COVID-19 |
| 2021 | Crossed 1,000 schools; secured Series A funding; opened offices in Mumbai and Bangalore |
| 2022 | Launched AI-powered analytics dashboard; adopted ISO 27001 security framework |
| 2023 | Reached 2,000 schools; introduced biometric integration; expanded to Tier 2 and Tier 3 cities |
| 2024 | Launched Parthnex Pay (integrated payment gateway); crossed ₹300 Crore in annual transactions |
| 2025 | 2,500+ schools; introduced predictive analytics for student performance; launched Parthnex Academy for teacher training |
"To democratize educational technology by providing affordable, intuitive, and powerful digital tools that enable every school in India to operate at peak efficiency, regardless of size or location."
We believe that technology should be an enabler, not a barrier. Every child deserves a school that runs smoothly. Every teacher deserves tools that reduce administrative burden. Every parent deserves transparency about their child's education. Parthnex exists to make this vision a reality.
"By 2030, Parthnex will power the digital transformation of 25,000 schools across India, impacting 10 million students and creating the most connected educational ecosystem in the world."
Every feature we build, every decision we make, starts with one question: "How does this benefit the student?" Whether it's reducing teacher workload so they can focus on teaching, or giving parents real-time visibility into their child's progress — the student is always at the center.
We reject feature bloat. Our platform is designed for users with varying levels of technical literacy — from tech-savvy millennials to teachers who have never used a smartphone. If a feature requires a manual longer than two pages, we redesign it.
We treat student data with the same gravity as medical records. We never sell data. We never use data for advertising. We comply with India's Digital Personal Data Protection Act, 2023, and maintain transparency through our public Data Practices page.
Education is evolving. From NEP 2020 implementation to AI-driven personalized learning, we stay ahead of the curve. Our R&D team spends 30% of their time exploring emerging technologies and their applications in school administration.
We believe cost should never be a barrier to quality technology. Our pricing is structured to ensure that a 200-student school in rural Bihar can afford the same tools as a 5,000-student institution in Mumbai.
IIT Delhi alumnus with 12+ years in enterprise software. Former Tech Lead at Oracle India. Passionate about using technology to solve real-world problems in education. Rahul leads product strategy, investor relations, and partnerships.
Former Principal of Delhi Public School, R.K. Puram (15 years). Ph.D. in Educational Administration from JNU. Dr. Nair ensures that every Parthnex module aligns with pedagogical best practices and regulatory requirements.
Ex-Principal Engineer at Flipkart. Expert in cloud architecture, data security, and scalable systems. Vikram leads our 85-member engineering team and oversees platform reliability and security.
MBA from IIM Ahmedabad. Former Operations Director at BYJU'S. Ananya manages customer success, implementation, and day-to-day operations across our 4 regional offices.
Chartered Accountant with 20+ years in financial management. Former CFO at a leading K-12 education group. Sanjay oversees financial planning, compliance, and our integrated payment ecosystem.
Parthnex is built on a modern, cloud-native architecture designed for scale, security, and reliability:
We provide free ERP licenses to 100 underprivileged schools every year through our Shiksha Initiative. Partner schools receive:
Our team conducts free digital literacy workshops for teachers in rural schools. In 2024 alone, we trained 3,200 teachers across 180 schools in Uttar Pradesh, Bihar, and Madhya Pradesh.
Parthnex is committed to sustainability. Our offices run on 100% renewable energy. By helping schools go paperless, we estimate Parthnex has saved 45 million sheets of paper since inception — equivalent to 5,400 trees.
Join a team that's reshaping education in India. We offer:
Open Positions:
📧 careers@parthnex.com
Featured In:
Press Contact:
media@parthnex.com | +91-98765-43210
Parthnex School ERP is a comprehensive, cloud-based Enterprise Resource Planning solution specifically architected for educational institutions. It unifies every administrative, academic, and communicative function of a school into a single, integrated platform — eliminating data silos, reducing manual work, and creating a seamless digital ecosystem for administrators, teachers, students, and parents.
Unlike generic ERP systems retrofitted for schools, Parthnex is built from the ground up for the unique challenges of K-12 education in India. It understands academic calendars, board examination patterns, fee structures, transport routes, and the complex stakeholder relationships that define school operations.
The average Indian school administrator spends 68% of their time on routine paperwork — attendance registers, fee collection ledgers, examination schedules, transport coordination, and parent communication. This leaves only 32% of their time for strategic initiatives like curriculum development, teacher training, and student welfare.
Most schools operate with disconnected systems:
This fragmentation leads to data inconsistency, duplication of effort, and inability to generate holistic reports.
Today's parents expect real-time visibility into their child's academic journey. They want instant fee payment options, immediate attendance alerts, and direct communication channels with teachers. Schools without digital capabilities lose competitive advantage.
CBSE, ICSE, and state boards mandate increasingly complex reporting — from UDISE+ data to CCE reports. Manual compliance is error-prone and time-consuming.
Paper-based operations cost the average 1,000-student school approximately ₹18-22 lakhs annually in printing, storage, and manual labor. Digital transformation reduces this by 70-80%.
Every module in Parthnex shares a single database. When a student's fee is paid, the receipt auto-generates, the parent's app updates, the accountant's ledger reflects the transaction, and the principal's dashboard shows updated collection metrics — all in real-time.
Parthnex implements granular permissions:
For school groups and chains, Parthnex offers centralized management with branch-level autonomy. The head office can view consolidated reports while individual schools manage their day-to-day operations independently.
Our mobile apps work offline and sync when connectivity returns — crucial for schools in areas with intermittent internet. Teachers can mark attendance without network, and data syncs automatically when they're back online.
Parthnex supports 12 Indian languages including Hindi, Tamil, Telugu, Marathi, Bengali, Kannada, Malayalam, Gujarati, Punjabi, Odia, Assamese, and Urdu — ensuring accessibility across India's linguistic diversity.
Parthnex follows a transparent, per-student pricing model with no hidden costs:
Starter Plan: ₹25/student/month (up to 500 students)
Professional Plan: ₹20/student/month (501-2,000 students)
Enterprise Plan: ₹15/student/month (2,001+ students)
All plans include:
Add-ons:
Schools using Parthnex report:
The Student Management System (SMS) is the foundational module of Parthnex School ERP — the central nervous system that captures, organizes, and manages every piece of information related to a student's journey through your institution. From the moment a prospective student fills out an inquiry form to the day they graduate and become an alumnus, Parthnex maintains a comprehensive, secure, and easily accessible digital record.
In the Indian educational context, where schools must comply with RTE mandates, caste-based reservation quotas, UDISE+ reporting, and board-specific documentation requirements, a robust Student Management System is not a luxury — it is a legal and operational necessity.
Parthnex provides a fully customizable online admission portal that schools can embed on their website or share via link. Prospective parents can:
For walk-in admissions or schools in areas with limited digital literacy, Parthnex supports:
Schools can configure multi-stage admission workflows:
Parthnex includes built-in RTE (Right to Education) compliance features:
Each student record in Parthnex contains 200+ data fields organized into logical categories:
Personal Information:
Contact Information:
Academic Information:
Administrative Information:
Health Information:
Advanced search capabilities allow administrators to find students using:
Parthnex maintains detailed caste and category records required for:
Dedicated dashboard for RTE students:
Parthnex includes 25+ pre-designed certificate templates:
Parents can view and update (with approval):
The Student Management System integrates with:
Attendance is the heartbeat of school operations. It affects everything — from examination eligibility and parent communication to government funding and meal planning. Parthnex's Attendance Management System is a comprehensive, multi-modal solution that transforms attendance from a mundane administrative task into a strategic data point for student welfare and institutional efficiency.
In India, where schools range from elite urban institutions with biometric infrastructure to rural schools where teachers mark attendance in registers, Parthnex offers flexibility without compromising accuracy or accountability.
Research consistently shows that attendance is the single strongest predictor of academic success. Students with attendance below 75% (the CBSE minimum requirement) show a 40% lower pass rate in board examinations. Parthnex helps schools identify at-risk students before it's too late.
In an era of increasing concern for child safety, parents expect real-time confirmation that their child has reached school safely. Parthnex's instant attendance alerts provide this assurance.
Accurate attendance data drives:
Each student receives an RFID card (or uses existing ID card with embedded chip). As they pass through RFID readers installed at school gates or classroom doors, attendance is automatically recorded.
For schools without biometric/RFID infrastructure or for subject-wise attendance:
Teachers can mark attendance using the Parthnex Teacher App:
| Trigger | Notification Content | Channel |
|---|---|---|
| Student absent | "Rahul is absent today (12-Aug-2026). Please contact school if this is unexpected." | SMS + App Push |
| Late arrival | "Rahul arrived at 9:15 AM (15 min late)." | App Push |
| Early departure | "Rahul left school at 1:30 PM. Reason: Medical emergency." | SMS + App Push |
| Low attendance | "Alert: Rahul's attendance is 68% (below 75% threshold)." | SMS + App Push + Email |
| Bus boarding | "Rahul boarded bus Route 7 at 7:45 AM." | App Push |
| Bus drop | "Rahul dropped at stop Gandhi Nagar at 3:15 PM." | App Push |
School Profile: 3,000 students, 120 classrooms, existing biometric devices
Implementation:
Result: 99.2% attendance accuracy, 85% reduction in manual work
School Profile: 400 students, 12 classrooms, no biometric devices
Result: 95% attendance accuracy, 60% reduction in paperwork
School Profile: 8 branches, 15,000 total students
Result: Centralized visibility, standardized processes across all branches
| Device | Type | Best For | Price Range |
|---|---|---|---|
| Mantra MFS100 | Fingerprint | Budget schools | ₹2,500-3,500 |
| Morpho MSO 1300 | Fingerprint | Medium schools | ₹4,000-5,500 |
| Startek FM220 | Fingerprint | High volume | ₹3,500-4,500 |
| SecuGen Hamster Pro | Fingerprint | Rugged use | ₹5,000-6,500 |
| Mantra Face RD | Face Recognition | Contactless | ₹8,000-12,000 |
| Component | Specification | Price Range |
|---|---|---|
| RFID Cards | 13.56 MHz, PVC | ₹15-25/card |
| UHF Cards | Long-range | ₹30-50/card |
| Fixed Reader | Gate mount | ₹15,000-25,000 |
| Handheld Reader | Mobile | ₹8,000-15,000 |
Fee collection is the financial lifeline of every school, yet it remains one of the most administratively burdensome and emotionally charged processes. From chasing defaulters and managing cash collections to generating receipts and reconciling accounts, fee management consumes disproportionate time and resources.
Parthnex Fee Management System transforms this critical function into a streamlined, transparent, and automated process. It handles everything from fee structure configuration and online payments to automated reminders and financial reporting — ensuring schools maintain healthy cash flow while providing parents with convenient, transparent payment options.
In the Indian context, where fee structures vary dramatically (monthly, quarterly, annually, per-subject, transport, hostel, activity-based), and where payment methods range from UPI and wallets to cash and bank transfers, flexibility is paramount.
Schools can create unlimited fee heads tailored to their specific needs:
Academic Fees:
Transport Fees:
Hostel Fees:
Other Fees:
Different fees for different classes:
Category-wise fee variations:
Parthnex integrates with India's leading payment gateways:
Challenge: Complex fee structure with 15+ fee heads, multiple payment modes, high defaulter rate
Solution:
Result: 85% online payment adoption, 60% reduction in defaulters, 70% reduction in manual receipt work
Challenge: Parents prefer cash, limited digital literacy, no accounting software
Result: 100% fee tracking accuracy, 40% faster collection, transparent parent communication
Challenge: Different fee structures per branch, centralized financial reporting
Result: Centralized financial visibility, standardized processes, 50% faster month-end closing
Schools using Parthnex Fee Management report:
Teachers are the most valuable asset of any educational institution, yet teacher management often remains an afterthought in school administration. From recruitment and onboarding to payroll, performance evaluation, and professional development, the lifecycle of a teacher involves complex administrative processes that, when handled manually, consume significant time and are prone to errors.
Parthnex Teacher Management System provides a comprehensive digital framework for managing every aspect of a teacher's professional journey within your institution. It ensures that your school attracts, retains, and develops the best teaching talent while maintaining compliance with labor laws, CBSE affiliation norms, and state education department requirements.
In the Indian education sector, where teacher shortages are acute (especially in rural areas), where government regulations mandate specific qualification requirements, and where teacher accountability is increasingly under scrutiny, a robust teacher management system is essential for institutional excellence.
Each teacher record contains:
Professional Information:
Academic Qualifications:
Financial Information:
Documents:
Leave Types:
Leave Workflow:
Leave Balance Tracking:
Challenge: Complex payroll with multiple allowances, frequent substitutions, performance tracking
Result: 80% reduction in payroll processing time, 50% faster substitution allocation, transparent performance tracking
Challenge: Limited admin staff, basic salary structures, minimal digital literacy
Result: Payroll processing time reduced from 2 days to 30 minutes, 100% accurate TDS calculation
Student transportation is one of the most critical and sensitive operations in any school. Parents entrust their children's safety to school buses every day, and any lapse in this system can have severe consequences. Beyond safety, transport management involves complex logistics — route optimization, vehicle maintenance, driver management, fee collection, and real-time communication.
Parthnex School Transport Management System provides end-to-end digitization of your school's transportation operations. From GPS-enabled real-time tracking and automated route optimization to parent notifications and transport fee management, Parthnex ensures that every student reaches school and returns home safely, efficiently, and accountably.
In India, where school transport ranges from luxury AC buses in metro cities to shared vans in small towns, and where traffic conditions are unpredictable, a robust digital transport management system is not just convenient — it is essential for student safety.
Maintain comprehensive records for every vehicle in your fleet:
| Event | Notification | Timing |
|---|---|---|
| Bus approaching stop | "Bus Route 7 will reach Gandhi Nagar in 5 minutes" | 5 min before arrival |
| Student boarded | "Rahul boarded the bus at 7:45 AM" | Real-time |
| Student dropped | "Rahul was dropped at Gandhi Nagar at 3:15 PM" | Real-time |
| Bus delayed | "Bus Route 7 is running 15 minutes late due to traffic" | When delay >10 min |
| Route change | "Temporary route change due to road construction" | In advance |
| Vehicle breakdown | "Bus Route 7 has mechanical issue. Alternative bus arranged." | Immediate |
Challenge: Complex route network, safety concerns, parent anxiety
Result: 40% reduction in parent complaints, 15% fuel savings, zero safety incidents in 2 years
Challenge: Limited budget, basic safety needs
Result: Parent confidence increased, transport fee collection improved by 30%
Examinations are the culmination of the academic process and often the most stressful period for students, teachers, and administrators alike. From creating examination schedules and managing question banks to processing results and generating report cards, the examination cycle involves dozens of interconnected processes that demand precision, security, and timeliness.
Parthnex Examination Management System is a comprehensive solution that handles the entire examination lifecycle — from planning and paper setting to result declaration and analysis. It supports both traditional pen-and-paper examinations and modern online assessments, ensuring your school can adapt to any examination format required by your board or institutional policy.
In India, where schools must navigate CBSE's CCE patterns, ICSE's detailed assessment structures, state board variations, and now NEP 2020's holistic progress cards, an examination management system must be exceptionally flexible and board-aware.
Challenge: Complex CCE grading, frequent assessments, report card generation
Result: Report card generation time reduced from 2 weeks to 2 days, 100% CBSE compliance
Challenge: Annual exam focus, simple grading, limited resources
Result: Result declaration within 7 days of exam completion, 50% reduction in manual work
Creating a school timetable is one of the most complex scheduling challenges in education. It involves balancing teacher availability, subject requirements, classroom constraints, student load, co-curricular activities, and countless other variables. A single conflict — a teacher double-booked, a classroom assigned twice, or a subject missing from the schedule — can disrupt the entire academic week.
Parthnex Timetable Management System uses advanced algorithms to automate timetable generation while providing the flexibility for manual adjustments. It handles everything from regular class schedules and substitution management to examination timetables and special event scheduling — ensuring optimal resource utilization and zero conflicts.
In Indian schools, where constraints are particularly complex (multi-shift schools, shared laboratories, subject combinations for Classes 11-12, prayer/assembly periods, remedial classes), an intelligent timetable system is indispensable.
When a teacher is absent, Parthnex automatically:
Challenge: 150+ teachers, 100 sections, shared labs, complex subject combinations
Result: Zero scheduling conflicts, 80% reduction in timetable preparation time, 95% teacher satisfaction
Challenge: Limited teachers (15), multi-grade teaching, resource constraints
Result: Timetable creation time reduced from 3 days to 30 minutes, optimal teacher utilization
The Parent Portal is the primary window through which parents engage with their child's educational journey. In today's digital age, parents expect — and deserve — real-time visibility into their child's academic progress, attendance, fee status, and school communications. The Parthnex Parent Portal transforms parents from passive recipients of information into active partners in their child's education.
Designed with the busy Indian parent in mind, the portal is available as both a mobile app (Android and iOS) and a responsive web interface. It supports 12 Indian languages and works seamlessly even on low-end smartphones and patchy internet connections.
Teachers are the backbone of any educational institution, yet they often spend more time on administrative tasks than on actual teaching. The Parthnex Teacher Portal is designed to minimize administrative burden and maximize teaching time. It provides teachers with all the tools they need — from attendance marking and grade entry to lesson planning and parent communication — in a single, intuitive interface.
Available as a mobile app and web portal, the Teacher Portal works offline, syncs automatically, and is designed to be used by teachers with varying levels of technical expertise.
Parthnex believes in transparent pricing with no hidden costs. Our per-student model ensures that you only pay for what you use, and schools of all sizes can afford world-class technology.
₹25 per student per month
Best for: Small schools up to 500 students
Includes:
Not Included:
₹20 per student per month
Best for: Medium schools (501-2,000 students)
Everything in Starter, plus:
₹15 per student per month
Best for: Large schools and school groups (2,001+ students)
Everything in Professional, plus:
| Add-On | Price | Description |
|---|---|---|
| Biometric Integration | ₹5,000/device (one-time) | Fingerprint/face recognition device setup |
| Advanced Analytics | ₹3/student/month | AI-powered insights and predictive analytics |
| White-Label Apps | ₹50,000 (one-time) | Custom-branded mobile apps for your school |
| Custom Development | ₹2,500/hour | Tailored features and integrations |
| Additional SMS Pack | ₹0.15/SMS | Beyond unlimited fair usage |
| Data Migration | ₹25,000 (one-time) | Historical data migration from existing systems |
| On-Site Training | ₹5,000/day | In-person training at your school |
| API Access | ₹10,000/month | Full REST API access for custom integrations |
Free ERP license for 100 underprivileged schools every year. Includes full suite, training, and 2-year support.
Special pricing for government-aided schools:
New schools (less than 2 years old) receive 50% discount for the first year.
Q: Is there a setup fee?
A: No setup fee for Starter and Professional plans. Enterprise plan includes custom setup.
Q: Can I switch plans?
A: Yes, you can upgrade or downgrade at any time. Changes take effect from the next billing cycle.
Q: What payment methods do you accept?
A: Bank transfer, NEFT, cheque, UPI, credit/debit cards.
Q: Is there a minimum contract period?
A: No, monthly billing with no lock-in. Annual billing gets 2 months free.
Q: What happens if my student count changes?
A: Your bill adjusts automatically based on active student count.
Q: Do you offer refunds?
A: Yes, pro-rata refunds within 30 days of purchase if not satisfied.
Q: What is Parthnex School ERP?
A: Parthnex School ERP is a comprehensive, cloud-based software platform that digitizes and automates all administrative, academic, and communication processes in a school. It includes modules for student management, attendance, fees, examinations, timetables, transport, and parent-teacher communication.
Q: Who can use Parthnex?
A: Parthnex is designed for all types of K-12 schools — CBSE, ICSE, State Board, IB, and Cambridge. We serve private schools, government schools, charter schools, and school groups/chains.
Q: How long does implementation take?
A: Standard implementation takes 7 days from contract signing to go-live. This includes setup, data migration, training, and launch support.
Q: Do I need technical expertise to use Parthnex?
A: No. Parthnex is designed for non-technical users. Our intuitive interface requires minimal training. We also provide comprehensive onboarding and ongoing support.
Q: Is my data safe with Parthnex?
A: Absolutely. We use bank-grade AES-256 encryption, follow ISO 27001:2022 security standards, SOC 2 Type II compliant, and fully compliant with India's Digital Personal Data Protection Act, 2023. Your data is stored in secure Indian data centers.
Q: Is Parthnex cloud-based or on-premise?
A: Parthnex is fully cloud-based (SaaS). This means no server installation, no IT maintenance, and automatic updates. We use AWS and Azure for hosting.
Q: What happens if the internet goes down?
A: Our mobile apps work in offline mode and sync data when connectivity returns. For web access, a basic internet connection (2G+) is sufficient.
Q: Can Parthnex integrate with our existing systems?
A: Yes. Parthnex integrates with Tally, Zoho Books, biometric devices, payment gateways, SMS gateways, and more. We also offer API access for custom integrations.
Q: What devices are supported?
A: Parthnex works on all devices — Windows, Mac, Linux, Android, iOS, tablets, and smartphones. All you need is a web browser or our mobile app.
Q: How often is the system updated?
A: We release feature updates monthly and security patches as needed. All updates are automatic and free.
Q: Can parents pay fees online?
A: Yes. Parents can pay via UPI, credit/debit cards, net banking, wallets, and EMI. Receipts are generated instantly.
Q: Does Parthnex support biometric attendance?
A: Yes. We integrate with leading biometric devices including Mantra, Morpho, SecuGen, and Startek. We also support RFID and manual attendance.
Q: Can we generate CBSE-compliant report cards?
A: Yes. Parthnex supports CBSE CCE pattern, ICSE format, and all state board formats. Report cards are auto-generated based on your grading policy.
Q: Is there a parent mobile app?
A: Yes. We have dedicated Android and iOS apps for parents with features like attendance tracking, fee payment, result viewing, and direct teacher communication.
Q: Can Parthnex handle multiple branches?
A: Yes. Our Enterprise plan supports multi-branch management with centralized reporting and branch-level autonomy.
Q: How is pricing calculated?
A: We charge per active student per month. For example, a school with 500 students on the Starter plan pays 500 × ₹25 = ₹12,500 per month.
Q: Are there any hidden costs?
A: No. Our pricing is fully transparent. Optional add-ons like biometric devices or custom development are clearly priced separately.
Q: Can we try before buying?
A: Yes. We offer a 14-day free trial with full feature access. No credit card required.
Q: What is your refund policy?
A: We offer a 30-day money-back guarantee. If you're not satisfied, we'll refund your payment pro-rata.
Q: Do you offer discounts?
A: Yes. We offer discounts for annual billing (2 months free), government schools, new schools, and underprivileged schools through our Shiksha Initiative.
Q: What support options are available?
A: We offer email support, phone support (toll-free), live chat, video tutorials, help documentation, and dedicated account managers (Enterprise plan).
Q: What are your support hours?
A: Our support team is available Monday-Saturday, 8 AM to 8 PM IST. Enterprise customers get 24/7 support.
Q: How do I report a bug or request a feature?
A: You can report bugs through the support portal, email, or directly through your account manager. Feature requests are collected and prioritized quarterly.
Q: Is training included?
A: Yes. All plans include free initial training for administrators and teachers. Additional on-site training is available as an add-on.
We'd love to hear from you. Whether you're interested in a demo, have a question, or need support, our team is ready to help.
📧 sales@parthnex.com
📞 1800-123-4567 (Toll-Free)
🕒 Monday-Saturday, 9 AM - 7 PM IST
📧 support@parthnex.com
📞 1800-123-4568 (Toll-Free)
🕒 Monday-Saturday, 8 AM - 8 PM IST
💬 Live Chat: Available on website and app
📧 partners@parthnex.com
📞 +91-98765-43210
📧 media@parthnex.com
📞 +91-98765-43211
Parthnex Technologies Pvt. Ltd.
4th Floor, Cyber Hub Tower
Sector 24, Gurugram
Haryana — 122002, India
📞 +91-124-4567890
901, Peninsula Business Park
Lower Parel
Mumbai — 400013, Maharashtra
📞 +91-22-45678901
2nd Floor, Embassy Tech Village
Outer Ring Road, Devarabeesanahalli
Bangalore — 560103, Karnataka
📞 +91-80-45678902
3rd Floor, RMZ Millenia Business Park
Perungudi
Chennai — 600096, Tamil Nadu
📞 +91-44-45678903
Fill out the form below and our team will get back to you within 24 hours to schedule a personalized demo.
Form Fields:
Submit Button: [Schedule My Free Demo]
We respect your privacy. Your information will never be shared with third parties.
Insights, updates, and best practices for school administrators, teachers, and education technology enthusiasts.
Category: Case Study | Date: August 5, 2026
Read how Government Senior Secondary School in Alwar, Rajasthan, implemented Parthnex and transformed their operations while saving significant costs.
[Read More →]
Category: Policy | Date: July 28, 2026
The National Education Policy 2020 is reshaping Indian education. This comprehensive guide breaks down what principals need to know and how technology can help.
Category: Technology | Date: July 15, 2026
From predictive analytics to automated timetables, discover how artificial intelligence is making schools smarter and more efficient.
Category: Academics | Date: June 30, 2026
Everything you need to know about generating CBSE-compliant CCE report cards, including scholastic and co-scholastic areas.
Category: Best Practices | Date: June 15, 2026
Research shows that schools with high parent engagement see 25% better academic outcomes. Learn strategies to improve parent-school communication.
Category: Technology | Date: May 22, 2026
A detailed comparison of biometric and RFID attendance systems, including costs, accuracy, and implementation considerations.
Category: Compliance | Date: May 10, 2026
A checklist and guide for schools preparing for CBSE affiliation inspections, including documentation and infrastructure requirements.
Category: Technology | Date: April 28, 2026
Post-pandemic, online examinations are here to stay. Explore the technologies, challenges, and best practices for conducting secure online exams.
Category: Best Practices | Date: April 15, 2026
Simple yet powerful tips to help school administrators reclaim their time and focus on what matters most.
Category: Legal | Date: March 30, 2026
What schools need to know about India's new data protection law and how to ensure compliance.
Get the latest articles, product updates, and EdTech insights delivered to your inbox every week.
Email: [Enter your email]
[Subscribe]
No spam. Unsubscribe anytime.
Last Updated: August 12, 2026
Parthnex Technologies Pvt. Ltd. ("Parthnex," "we," "us," or "our") is committed to protecting the privacy and security of your personal information. This Privacy Policy explains how we collect, use, store, and protect your data when you use our School ERP platform, mobile applications, and related services (collectively, the "Services").
This Privacy Policy is compliant with the Information Technology Act, 2000, the Information Technology (Reasonable Security Practices and Procedures and Sensitive Personal Data or Information) Rules, 2011, and the Digital Personal Data Protection Act, 2023 (DPDP Act) of India.
When a school subscribes to Parthnex, the school administration provides us with:
When you use our Services, we automatically collect:
Parents and students using our mobile apps may provide:
We use collected data to:
The school that provides student and staff data retains ownership and control of that data. Parthnex acts as a data processor on behalf of the school (data fiduciary under DPDP Act).
We engage third-party service providers for:
These providers are contractually bound to protect your data and use it only for the specified purposes.
We may disclose data if required by:
In the event of a merger, acquisition, or asset sale, user data may be transferred as a business asset. We will notify users before any such transfer.
Parthnex does not sell, rent, or trade personal data to third parties for marketing or advertising purposes.
We implement industry-standard security measures:
In the unlikely event of a data breach, we will:
We retain data for as long as the school maintains an active subscription plus 2 years thereafter, unless:
Upon contract termination or request:
As a parent, student, or staff member, you have the right to:
To exercise these rights, contact your school administration or email us at privacy@parthnex.com with:
We will respond within 30 days of receiving a valid request.
Parthnex is designed for use by schools on behalf of students (many of whom are minors). We:
All personal data is stored in data centers located within India. We do not transfer personal data outside India except where:
We may update this Privacy Policy periodically. We will:
Continued use of our Services after changes constitutes acceptance of the updated policy.
For privacy-related questions, concerns, or requests:
Data Protection Officer:
Parthnex Technologies Pvt. Ltd.
Sector 24, Gurugram, Haryana — 122002
📧 privacy@parthnex.com
📞 1800-123-4567
By accessing or using Parthnex School ERP and related services ("Services"), you agree to be bound by these Terms of Service ("Terms"). If you do not agree to these Terms, you may not use our Services.
These Terms constitute a legally binding agreement between you (the "School," "User," or "You") and Parthnex Technologies Pvt. Ltd. ("Parthnex," "We," or "Us").
Parthnex provides a cloud-based School Enterprise Resource Planning (ERP) software platform that includes:
Services are provided on a subscription basis as described in your service agreement.
To use Parthnex, the School must:
The School is responsible for:
You may use Parthnex solely for your school's internal educational and administrative purposes.
You may not:
The School:
Parthnex retains all rights, title, and interest in and to:
You retain all rights to your school's data, logos, and content uploaded to the platform.
Any feedback or suggestions you provide may be used by us without restriction or compensation.
Both parties agree to:
We implement commercially reasonable security measures to protect your data.
Our collection and use of personal data is governed by our Privacy Policy.
We process personal data only as instructed by the School and in accordance with applicable data protection laws.
We commit to 99.9% monthly uptime for our Services, excluding:
You may terminate your subscription by providing 30 days' written notice.
We may suspend or terminate access if:
Upon termination:
Parthnex is provided "as is" without warranties of any kind, either express or implied.
To the maximum extent permitted by law:
You agree to indemnify and hold harmless Parthnex and its officers, directors, employees, and agents from any claims, damages, or expenses arising from:
These Terms are governed by the laws of India.
Any disputes shall be subject to the exclusive jurisdiction of the courts in Gurugram, Haryana.
Parties shall first attempt to resolve disputes through good-faith negotiation. If unresolved within 30 days, disputes may be referred to arbitration under the Arbitration and Conciliation Act, 1996.
These Terms, together with the Privacy Policy and Refund Policy, constitute the entire agreement.
If any provision is found invalid, the remaining provisions shall continue in effect.
Failure to enforce any right shall not constitute a waiver.
You may not assign these Terms without our consent. We may assign these Terms in connection with a merger or acquisition.
Neither party shall be liable for failures caused by circumstances beyond reasonable control.
For questions about these Terms:
📧 legal@parthnex.com
Parthnex Technologies Pvt. Ltd. ("Parthnex") is committed to customer satisfaction. This Refund Policy outlines the circumstances under which refunds may be issued for our School ERP subscription services.
Customers may cancel their subscription at any time by:
New customers are eligible for a full refund within 30 days of their first payment if they are not satisfied with our Services.
Conditions:
For annual subscriptions cancelled before the year ends:
Monthly subscriptions are generally non-refundable. However, refunds may be considered on a case-by-case basis for:
The following are non-refundable:
If a school permanently closes, we provide:
In case of natural disasters, government orders, or other force majeure events preventing school operations:
If we fail to meet our 99.9% uptime SLA for three consecutive months:
Upon refund and account closure:
We may update this Refund Policy from time to time. Changes will be posted on our website with the updated date. Continued use of our Services after changes constitutes acceptance.
For refund-related queries:
📧 billing@parthnex.com
📞 1800-123-4567 (Monday-Saturday, 9 AM - 7 PM IST)
Cookies are small text files that are stored on your device when you visit a website. They help the website recognize your device and remember information about your visit.
Parthnex uses cookies for the following purposes:
These cookies are necessary for the website and application to function properly. They enable core functionality such as:
Without these cookies, the Services cannot be provided.
These cookies help us understand how visitors interact with our website by:
This helps us improve the performance and user experience of our platform.
These cookies enable enhanced functionality and personalization:
We use analytics cookies to gather information about:
This data is aggregated and anonymized.
| Cookie Name | Type | Purpose | Duration |
|---|---|---|---|
| parthnex_session | Essential | Maintains login session | Session |
| parthnex_auth | Essential | Authentication token | 30 days |
| parthnex_pref | Functional | User preferences | 1 year |
| parthnex_lang | Functional | Language selection | 1 year |
| _ga | Analytics | Google Analytics tracking | 2 years |
| _gid | Analytics | Google Analytics user ID | 24 hours |
| _gat | Analytics | Google Analytics rate limiting | 1 minute |
Some cookies are placed by third-party services we use:
These third parties have their own privacy and cookie policies.
When you first visit our website, you will see a cookie consent banner. You can:
Your preferences can be changed at any time by clicking "Cookie Settings" in the website footer.
You can manage or delete cookies through your browser settings:
Please note that disabling cookies may affect the functionality of our Services.
Our website respects "Do Not Track" browser signals. If you have enabled DNT, we will not use analytics or advertising cookies.
We may update this Cookie Policy periodically. Changes will be posted on this page with an updated date.
For questions about our Cookie Policy:
At Parthnex, security is not an afterthought — it is the foundation of everything we build. We understand that schools entrust us with their most sensitive data: student records, financial information, academic performance, and personal details of thousands of children and staff members. We take this responsibility with the utmost seriousness.
Parthnex follows ISO 27001:2022 security framework, the international standard for Information Security Management Systems (ISMS). This framework ensures that we have implemented a systematic approach to managing sensitive information and ensuring its security.
We maintain SOC 2 Type II compliance, demonstrating that our security controls are designed effectively and operating consistently over time. This is audited annually by independent third-party assessors.
We are fully compliant with India's Digital Personal Data Protection Act, 2023, ensuring that personal data is processed lawfully, fairly, and transparently.
Parthnex is recognized by the Ministry of Electronics and Information Technology (MeitY), Government of India, as a trusted digital solution provider.
All personal data is stored in data centers located within India, ensuring compliance with data localization requirements and reducing jurisdictional risks.
We collect only the data necessary for providing our Services. We do not collect unnecessary personal information.
Data is retained only for as long as necessary. Upon contract termination, data is securely deleted within 90 days.
All third-party service providers (payment gateways, SMS providers, cloud hosts) are vetted for security compliance and bound by data protection agreements.
We conduct annual penetration tests by certified third-party security firms to identify and remediate vulnerabilities.
Automated vulnerability scans run weekly, with immediate remediation for critical findings.
We maintain a responsible disclosure program. Security researchers can report vulnerabilities to security@parthnex.com. Valid reports are rewarded.
While we implement comprehensive security measures, security is a shared responsibility. We recommend schools:
If you discover a security vulnerability or have a security concern, please contact us immediately:
📧 security@parthnex.com
📞 1800-123-4567 (24/7 Security Hotline)
We take all security reports seriously and will respond within 24 hours.
We continuously improve our security posture. Major security enhancements are communicated through:
Parthnex is committed to maintaining the highest standards of security and data protection. We invest significantly in security infrastructure, personnel, and processes because we understand that the trust of 2,500+ schools and 1.2 million students is our most valuable asset.
Your data's security is our highest priority.
Document Information:
© 2026 Parthnex Technologies Pvt. Ltd. All rights reserved.
This document contains proprietary and confidential information. Unauthorized distribution is prohibited.
Parthnex School ERP is the all-in-one cloud-based platform that revolutionizes how Indian schools operate — from admissions and attendance to examinations, fee collection, and parent communication. Trusted by 2,500+ schools, 1.2 million students, and 85,000+ teachers, Parthnex is not just software; it is the digital backbone of modern education in India.
In an era where education is evolving at an unprecedented pace, schools cannot afford to be held back by paper-based processes, fragmented systems, and administrative bottlenecks. Parthnex School ERP unifies every function of your institution — academic, administrative, financial, and communicative — into a single, intelligent, cloud-native platform. Whether you run a 200-student primary school in rural Rajasthan or a 5,000-student CBSE institution in metropolitan Delhi, Parthnex adapts to your unique needs, scales with your growth, and empowers your entire ecosystem — administrators, teachers, students, and parents — to thrive in the digital age.
Our platform is not a generic ERP retrofitted for schools. It is purpose-built for the Indian K-12 education ecosystem, with deep understanding of CBSE CCE patterns, ICSE assessment structures, state board variations, NEP 2020 compliance requirements, RTE mandates, UDISE+ reporting, and the complex stakeholder dynamics that define school administration in India. Every feature, every workflow, every report has been designed in close collaboration with principals, administrators, teachers, and parents who live these challenges every single day.
[ Schedule Your Free 30-Minute Demo — No Obligation, No Credit Card Required ]
[ Explore All 20+ Modules in Detail ]
[ Talk to Our Education Consultants — Call 1800-123-4567 ]
India's #1 Rated School ERP — 4.9/5 on Google Reviews | 4.7/5 on Play Store
ISO 27001:2022 Aligned | SOC 2 Type II Compliant | DPDP Act 2023 Ready
Go Live in Just 7 Days — Zero Disruption to Your School Operations
Schools Save Rs.15-25 Lakhs Annually on Average — See ROI Calculator
While India's education sector produces world-class engineers, doctors, and leaders, the administrative infrastructure supporting this ecosystem remains shockingly antiquated. The average Indian school administrator spends 68 percent of their time on routine paperwork — time that should be spent on curriculum innovation, teacher mentoring, and student welfare.
Consider a typical mid-sized Indian school with 1,000 students. On any given day, this school generates:
This mountain of paper creates a cascade of problems that extend far beyond simple inconvenience.
In the vast majority of Indian schools, student data exists in disconnected pockets:
This fragmentation means that when a parent asks a simple question — What is my child's overall attendance percentage, and how much fee is due? — the school staff must consult three different systems and manually compile the answer. When the principal wants a holistic view of school performance, it takes days to gather data from various departments. When compliance officers visit for board affiliation inspections, schools scramble to produce documents from a dozen different sources.
The cost of this fragmentation is staggering. A 2024 study by the Indian School Administration Research Institute found that schools with fragmented systems spend an average of 847 hours per academic year — equivalent to 106 full working days — simply reconciling data between different departments.
Let us quantify the time drain of manual administration in a typical 1,000-student school:
Attendance compilation and reporting: 120 hours per month manually, 4 hours with Parthnex, saving 116 hours
Fee collection, receipting, and reconciliation: 160 hours per month manually, 20 hours with Parthnex, saving 140 hours
Examination scheduling and result processing: 200 hours per month manually, 30 hours with Parthnex, saving 170 hours
Timetable creation and conflict resolution: 80 hours per month manually, 2 hours with Parthnex, saving 78 hours
Parent communication and query resolution: 100 hours per month manually, 15 hours with Parthnex, saving 85 hours
Transport coordination and safety checks: 60 hours per month manually, 8 hours with Parthnex, saving 52 hours
Staff payroll and leave management: 80 hours per month manually, 10 hours with Parthnex, saving 70 hours
Report card generation and distribution: 120 hours per month manually, 8 hours with Parthnex, saving 112 hours
TOTAL: 920 hours per month manually, 97 hours with Parthnex, saving 823 hours
That is 823 hours per month — over 200 hours per week — of administrative time that could be redirected toward improving teaching quality, student support, and institutional growth.
Manual fee management is a breeding ground for financial leakage:
A 2023 survey of 500 Indian schools found that revenue leakage due to manual processes averaged 3.2 percent of total fee collection. For a school collecting Rs.5 crore annually, that is Rs.16 lakhs lost every year — enough to hire two additional teachers or build a new science laboratory.
Today's parents — especially millennials and Gen Z parents — have been shaped by digital experiences in every other domain of their lives. They order groceries via apps, manage finances through net banking, consult doctors through telemedicine, and track deliveries in real-time. When it comes to their child's education, they expect the same level of transparency, convenience, and immediacy.
Yet most Indian schools still operate on a come to school and ask model for fee status inquiries, attendance verification, academic progress updates, examination schedules, transport delays, and teacher availability.
This disconnect creates frustration. A 2025 Parent Satisfaction Survey by the National School Boards Association found that 78 percent of parents want real-time access to their child's attendance, 82 percent prefer online fee payment over visiting the school, 71 percent expect digital report cards with historical comparison, and 65 percent would consider switching schools for better digital communication.
Schools that fail to meet these expectations do not just face complaints — they face enrollment decline. In competitive urban markets, digital capabilities have become a key differentiator in parent school selection.
Indian schools operate under a complex web of regulations:
Manual compliance is not just time-consuming — it is error-prone. A single data entry mistake in UDISE+ submission can trigger departmental scrutiny. Missing RTE documentation can lead to funding cuts. Inaccurate teacher qualification records can jeopardize CBSE affiliation.
In an era of increasing concern for child safety, manual systems create dangerous blind spots:
The tragic incidents of student safety breaches that make headlines are often not caused by malice, but by the gaps and delays inherent in manual, paper-based safety protocols.
Teachers enter the profession to educate and inspire. Yet the reality of teaching in India often involves 2-3 hours daily on attendance registers, marks sheets, and report card preparation. Hours every week on parent phone calls about basic queries that could be self-served. Days every term on examination scheduling, paper setting, and result compilation. Constant interruptions for administrative tasks during teaching hours. No digital tools for lesson planning, resource sharing, or professional development tracking.
This administrative burden is a major contributor to teacher burnout and attrition. The All India Primary Teachers Federation reports that administrative workload is cited as the number two reason for teacher resignations, after salary concerns. When teachers leave, schools lose institutional knowledge, students lose continuity, and recruitment costs escalate.
The problems facing Indian schools are not isolated inefficiencies — they are systemic dysfunction caused by operating 21st-century educational institutions with 19th-century administrative tools. The cost is measured not just in rupees and hours, but in missed opportunities for educational excellence, compromised student safety, frustrated parents, and exhausted teachers.
Parthnex School ERP exists to solve these problems — completely, permanently, and affordably.
Parthnex School ERP is a cloud-based, integrated software platform that digitizes, automates, and optimizes every administrative, academic, financial, and communicative process in a K-12 school. It is not a collection of separate tools — it is a unified ecosystem where every module shares data, every stakeholder has a dedicated interface, and every process flows seamlessly from one stage to the next.
An Enterprise Resource Planning (ERP) system, in the corporate world, integrates functions like finance, HR, inventory, and sales into a single platform. A School ERP does the same for educational institutions — but with a critical difference: it must understand the unique rhythms, regulations, and relationships of schools.
A School ERP must understand that academic years are not calendar years — they run from April to March or June to April in some states. Students are not customers — they are children whose data requires the highest level of protection. Parents are not just bill-payers — they are partners in education who need transparency and involvement. Teachers are not just employees — they are professionals whose time is best spent teaching, not administrating. Examinations are not just tests — they are high-stakes events governed by board regulations, cultural expectations, and student futures. Fee collection is not just billing — it involves government reimbursements, scholarships, concessions, and complex social dynamics. Attendance is not just tracking — it affects examination eligibility, mid-day meal allocation, and child safety.
Parthnex School ERP is built with this deep contextual understanding. It is not imported from a foreign market and translated. It is designed in India, for Indian schools, by a team that includes former principals, CBSE examiners, state education department officials, and technologists who have spent years understanding the ground realities of Indian school administration.
Parthnex is built on a modern cloud-native architecture using Amazon Web Services (AWS) as the primary cloud provider, with Microsoft Azure as a disaster recovery backup. This means no server installation at your school — everything runs in the cloud. No IT maintenance burden — we handle all updates, security patches, and infrastructure management. Access from anywhere — administrators can work from home, teachers can mark attendance from their phones, parents can check results from their office. Automatic scaling — whether you have 200 students or 10,000, the system performance remains consistent. Pay-as-you-grow — your costs scale with your student count, not with hardware investments.
At the heart of Parthnex is a single, unified PostgreSQL database where every piece of information is stored once and referenced everywhere. This means when a student's address is updated in the Student Management module, it automatically reflects in the Transport module for route planning, the Fee module for receipt delivery, and the Parent Portal. When a teacher marks a student absent in the Attendance module, the Examination module automatically flags examination eligibility issues, the Parent Portal sends an instant alert, and the Analytics Dashboard updates attendance trends. When a fee is paid online, the Fee Management module records it, the Parent Portal updates the payment history, the Accountant's dashboard reflects the collection, and the Principal's KPI dashboard shows updated revenue metrics — all simultaneously.
This unified architecture eliminates data duplication, ensures consistency, and enables real-time analytics that would be impossible with fragmented systems.
Parthnex implements granular, role-based permissions ensuring that every user sees only what they need to see and can do only what they are authorized to do:
Super Admin has full system configuration, user management, module activation, and global settings access.
Principal and Director have academic oversight, approval workflows, strategic dashboards, and institutional reports.
Vice Principal has day-to-day academic management, timetable oversight, examination coordination, and staff supervision.
Administrator and Clerk handle student admissions, data entry, fee collection, document management, and routine operations.
Accountant manages financial transactions, ledger maintenance, receipt generation, bank reconciliation, and compliance reporting.
Teacher handles attendance marking, grade entry, lesson planning, parent communication, and class-specific reports.
Class Teacher has all teacher permissions plus holistic view of their class students, parent messaging for the entire class, and class-level analytics.
Subject Teacher handles grade entry for their subjects, topic coverage tracking, and subject-specific student analytics.
Parent has view-only access to their child's data, fee payment, attendance viewing, direct teacher communication, and school announcements.
Student can view timetable, result access, assignment submission, announcement viewing, and resource download.
Transport Manager handles vehicle management, route optimization, driver scheduling, GPS tracking, and transport fee oversight.
Librarian manages book catalog, issue and return tracking, fine collection, and reading analytics.
Hostel Warden handles room allocation, attendance, mess management, visitor tracking, and discipline records.
Each role has a tailored interface showing only relevant modules, menus, and data. A teacher does not see financial ledgers. An accountant does not see student health records. A parent does not see other students' data. This principle of least privilege is fundamental to both usability and data security.
For school groups, chains, and multi-campus institutions, Parthnex offers a sophisticated multi-branch architecture:
Centralized Oversight allows the head office to view consolidated dashboards showing data from all branches — total students, combined fee collection, aggregate academic performance, and unified compliance status.
Branch Autonomy means each individual school operates independently with its own admin panel, fee structure, timetable, and local settings.
Inter-Branch Transfers allow students to be transferred between branches with a single click, carrying their complete academic and financial history.
Standardized Reporting provides common report formats across all branches enabling meaningful comparison and benchmarking.
Shared Resources enable centralized management of shared resources like curriculum frameworks, examination blueprints, and policy documents.
This architecture serves everything from a 2-branch local group to a 50-branch national chain with equal efficiency.
Parthnex is built with an API-first philosophy, meaning every function available in the user interface is also accessible through well-documented REST APIs. This enables custom integrations where schools can build their own apps or websites that pull data from Parthnex. Third-party connectivity allows seamless integration with accounting software, biometric devices, payment gateways, SMS services, and government portals. Future-proofing means as new technologies emerge like AI tutors, VR classrooms, and blockchain credentials, they can be integrated without replacing the core ERP. Data portability ensures schools can export their data in standard formats at any time, ensuring they are never locked into our platform.
Parthnex recognizes that a school is not a monolithic institution — it is a complex ecosystem of stakeholders with different needs, perspectives, and levels of technical comfort. Our platform serves each stakeholder with a dedicated, optimized experience.
Strategic Dashboard provides a real-time executive dashboard showing the school's vital signs — enrollment trends, fee collection velocity, attendance rates, examination performance, teacher workload distribution, and parent satisfaction scores. Color-coded alerts highlight areas requiring attention.
Decision Support offers AI-powered analytics that predict enrollment for the next academic year, identify students at risk of dropping out, forecast fee collection patterns, and recommend optimal teacher allocation.
Compliance Assurance provides one-click generation of board-compliant reports, UDISE+ data exports, RTE compliance summaries, and inspection-ready documentation packages.
Financial Oversight gives real-time view of cash flow, outstanding fees, expense trends, and budget variance — accessible from a smartphone during a board meeting.
Workflow Automation digitizes admission processing, fee collection, certificate generation, leave approvals, and transport allocation — all with configurable approval workflows.
Bulk Operations allow importing thousands of student records via Excel, generating hundreds of ID cards in minutes, publishing examination schedules to all stakeholders simultaneously, and sending fee reminders to thousands of parents with a single click.
Document Management provides a centralized digital repository for all school documents — student certificates, staff qualifications, board correspondence, policy manuals, and infrastructure records — with OCR-based search and expiry alerts.
Communication Hub enables sending bulk SMS, emails, WhatsApp messages, and in-app notifications from a single interface, with delivery tracking and read receipts.
Time Reclamation means attendance marking that takes 2 minutes instead of 20. Grade entry with auto-validation and instant report card generation. Lesson planning with reusable templates and resource libraries. Parent communication through structured messaging instead of chaotic phone calls.
Teaching Insights provide analytics showing which topics students found difficult, which teaching methods yielded the best results, and which students need additional support — all derived from data the teacher already enters.
Professional Growth creates digital records of training attended, workshops conducted, certifications earned, and performance evaluations — building a comprehensive professional portfolio.
Work-Life Balance is achieved through substitution management that automatically finds coverage when a teacher is absent, digital leave applications with transparent approval tracking, and timetable optimization that minimizes idle time and overload.
Transparency provides real-time access to their child's attendance, academic performance, fee status, homework assignments, examination schedules, and transport location. No more waiting for parent-teacher meetings to discover issues.
Convenience means paying fees online through UPI, cards, or net banking in under 60 seconds. Applying for leave digitally. Downloading report cards and certificates anytime. Communicating directly with teachers through structured messaging.
Peace of Mind comes from instant alerts when their child is marked absent, arrives late, boards the school bus, or when the bus is delayed. GPS tracking shows exactly where the bus is at any moment.
Engagement allows viewing school event calendars, gallery photos, circulars, and announcements. Participating in school decisions through digital surveys and feedback forms.
Academic Resources provide access to digital libraries, previous year question papers, study materials, video lectures, and assignment submissions — all from a single app.
Self-Service enables viewing their own timetable, examination schedule, results, attendance record, and fee status without depending on parents or teachers.
Communication allows receiving announcements, event invitations, and emergency alerts directly. Submitting assignments and projects digitally.
Safety features include digital ID cards, bus tracking, and emergency contact access.
Parthnex is built on a modern, enterprise-grade technology stack that ensures reliability, security, and scalability:
Frontend Layer uses React.js and Next.js for the web application — providing a fast, responsive, and SEO-friendly user experience. TypeScript ensures type-safe code that reduces bugs and improves maintainability. Tailwind CSS provides consistent, beautiful, and customizable UI components. Progressive Web App (PWA) capabilities offer near-native mobile experience on browsers.
Mobile Layer uses React Native for cross-platform mobile apps (iOS and Android from a single codebase). Flutter is used for specific high-performance modules. Offline-first architecture with SQLite local storage and automatic background sync ensures functionality without internet. Push notification services via Firebase Cloud Messaging (FCM) and Apple Push Notification Service (APNS) keep users informed.
Backend Layer uses Node.js for high-throughput API services. Python (Django) powers AI/ML modules including predictive analytics and natural language processing. Go (Golang) handles performance-critical services like real-time GPS tracking and high-frequency attendance processing. GraphQL provides flexible data queries that reduce over-fetching and improve mobile performance.
Database Layer uses PostgreSQL as the primary relational database — ACID-compliant, highly reliable, and feature-rich. Redis handles caching, session management, and real-time leaderboard/analytics. MongoDB stores unstructured data like logs, notifications, and document metadata. Elasticsearch enables lightning-fast search across student records, documents, and communication history.
Cloud and DevOps infrastructure uses Amazon Web Services (AWS) as the primary cloud provider — EC2 for compute, RDS for managed databases, S3 for document storage, CloudFront for CDN, and Lambda for serverless functions. Microsoft Azure serves as disaster recovery backup with automated failover. Kubernetes (EKS) manages container orchestration and auto-scaling. Docker ensures consistent deployment environments. Jenkins and GitHub Actions power CI/CD pipelines. Terraform enables infrastructure-as-code provisioning. Prometheus and Grafana handle monitoring and alerting.
Security Layer maintains OWASP Top 10 compliance with regular security audits. Web Application Firewall (WAF) with custom rule sets protects against attacks. DDoS protection via AWS Shield ensures availability. Regular penetration testing by certified third-party security firms identifies vulnerabilities. Static Application Security Testing (SAST) and Dynamic Application Security Testing (DAST) run in the CI/CD pipeline.
AI/ML Layer uses TensorFlow and PyTorch for deep learning models. scikit-learn powers classical machine learning algorithms. Natural Language Processing (NLP) enables automated query resolution and sentiment analysis. Computer Vision supports facial recognition attendance and document OCR.
This technology stack is not theoretical — it powers 2,500+ schools handling millions of transactions daily with 99.9 percent uptime.
Parthnex School ERP comprises over 20 interconnected modules, each addressing a specific domain of school operations. Together, they create a seamless digital ecosystem where data flows effortlessly and every stakeholder has the tools they need.
The Student Information System is the foundational module of Parthnex — the central repository that captures, organizes, and manages every piece of information related to a student's journey through your institution. From the moment a prospective student fills out an inquiry form to the day they graduate and become an alumnus, Parthnex maintains a comprehensive, secure, and easily accessible digital record.
Online Admission Portal: Parthnex provides a fully customizable online admission portal that schools can embed directly on their website or share via a unique link. Prospective parents can fill out comprehensive digital application forms with intelligent auto-save functionality that prevents data loss due to connectivity issues. They can upload all required documents including birth certificate, address proof, passport-sized photographs, caste certificates, transfer certificates from previous schools, immunization records, and any other school-specific requirements. They can pay registration fees securely online through integrated payment gateways like Razorpay, PayU, and CCAvenue with instant receipt generation. They can track their application status in real-time through a dedicated tracking page that shows exactly which stage their application is at. They receive automated status updates at every stage of the admission journey: Application Received, Documents Under Verification, Eligibility Confirmed, Interview or Entrance Test Scheduled, Interview Completed, Merit List Position, Admission Confirmed, Fee Payment Pending, and Enrollment Complete.
Offline Admission Support: Recognizing that not all schools or parents are digitally ready, Parthnex fully supports offline admission workflows. Administrative staff can perform quick data entry for walk-in admissions with a streamlined form that takes under 5 minutes per student. Document scanning and auto-upload functionality allows staff to digitize physical documents using any smartphone or scanner. Bulk admission import via standardized Excel or CSV templates enables schools to migrate hundreds of applications from existing systems in a single operation. Biometric capture during admission ensures that the student's fingerprint or facial template is registered in the attendance system from day one. Instant ID card generation and printing produces a professional student ID card within minutes of admission confirmation.
Admission Workflow Engine: Schools can configure sophisticated, multi-stage admission workflows that match their specific processes.
Stage 1 — Inquiry Management captures lead information from multiple sources: website forms, phone calls, walk-ins, referrals, and social media. Source tracking identifies which marketing channels are most effective, whether Google Ads, Facebook, school website, or word-of-mouth. Automated follow-up scheduling ensures no inquiry goes cold — the system reminds staff to call back within 24 to 48 hours. Inquiry-to-application conversion tracking helps schools optimize their admission funnel.
Stage 2 — Application Processing handles digital form submission with field validation preventing incomplete applications. Document verification checklist ensures every required document is uploaded before the application moves forward. Eligibility checking automatically verifies age criteria, previous academic qualifications, distance criteria for neighborhood schools, and category requirements. Application fee collection includes automatic reconciliation.
Stage 3 — Assessment and Evaluation manages entrance test scheduling with automatic hall ticket generation. Online test conduction for objective-type entrance exams includes instant result processing. Interview slot booking includes calendar integration. Digital evaluation forms for interviewers allow scoring candidates on predefined parameters like communication skills, academic readiness, extracurricular achievements, and behavioral assessment. Weighted scoring combines entrance test marks, interview scores, and previous academic performance.
Stage 4 — Selection and Allocation generates merit lists with automatic ranking based on configured criteria. Category-wise seat allocation ensures compliance with reservation norms for General, SC, ST, OBC, EWS, and RTE quotas. Waiting list management includes automatic promotion when seats become available. Seat matrix visualization shows available, filled, and reserved seats in real-time.
Stage 5 — Enrollment and Onboarding processes admission fee payment with multiple payment options. Automatic class and section allocation uses predefined rules like alphabetical distribution, gender balance, previous school grouping, or sibling grouping. Roll number assignment uses configurable patterns. Welcome kit generation includes admission confirmation letter, school handbook, uniform details, and first-day instructions. Automatic creation of student profiles across all modules including attendance, fee, library, transport, and examination ensures no manual data re-entry.
RTE Compliance: Parthnex includes comprehensive RTE compliance features that are critical for schools falling under the RTE Act mandate. RTE quota tracking shows exactly how many RTE seats are available, filled, and pending in each class. Lottery-based seat allocation for RTE applicants ensures fair and transparent selection when applications exceed available seats. RTE-specific document checklist includes income certificates, BPL cards, caste certificates, and domicile proofs. Government reporting formats auto-generate the specific reports required by state education departments for RTE monitoring. Fee reimbursement tracking from state governments monitors the status of RTE fee claims, identifies pending reimbursements, and alerts administrators when follow-up is needed.
Each student record in Parthnex is a comprehensive digital dossier containing over 200 data fields organized into logical, searchable categories.
Personal Information includes full name exactly as per birth certificate for board examination registration accuracy. Date of birth includes automatic age calculation as of the examination date. Gender includes inclusive options. Blood group is recorded for emergency medical situations. Aadhaar number is optional and stored with an additional encryption layer. Nationality and religion are recorded for statistical and compliance reporting. Mother tongue is relevant for language subject allocation. Social category includes General, SC, ST, OBC, and EWS with sub-caste details. BPL status includes card number and validity. Differently-abled status includes type of disability, percentage of disability, and UDID (Unique Disability ID).
Contact Information includes residential address with GPS coordinate tagging for transport route optimization. Permanent address is recorded if different from residential. Father's complete details include name, occupation, organization, annual income, phone numbers primary and secondary, email address, and Aadhaar number. Mother's complete details include name, occupation, organization, annual income, phone numbers, email address, and Aadhaar number. Guardian details are recorded if parents are not the primary guardians. Emergency contact numbers require 2 mandatory contacts. Local guardian contact is recorded for hostel students or outstation students.
Academic Information includes unique admission number auto-generated as per school pattern. Roll number is class and section specific. Current class, section, and house allocation are recorded. Previous school details include name, board, last class attended, transfer certificate number, and reason for leaving. Previous academic performance includes last exam marks, grades, and achievements. Board registration number is recorded for Classes 9 through 12. Stream selection includes Science, Commerce, and Arts for Classes 11 and 12. Elective subjects and optional subject combinations are tracked. Medium of instruction includes English, Hindi, or regional language.
Administrative Information includes admission date and academic session. Fee category includes regular, sibling discount, staff ward, scholarship recipient, RTE, and EWS. Transport route assignment and specific stop name are recorded. Hostel room and bed allocation are tracked. Library card number and borrowing status are maintained. Canteen meal plan subscription is recorded. Extra-curricular activity and club enrollments are tracked. House system allocation and house captain status are maintained.
Health Information includes current height, weight, and automatic BMI calculation with percentile tracking against WHO growth charts. Complete vaccination record includes due date reminders for pending vaccinations. Allergies include food, drug, and environmental with severity levels. Chronic medical conditions include asthma, diabetes, epilepsy, and others. Current medications and dosage schedules are tracked. Family doctor contact information is recorded. Medical insurance policy details are maintained. Annual health checkup records include vision, hearing, and dental assessments. Blood group and Rh factor are recorded. Emergency medical instructions are prominently displayed, for example, Student is allergic to penicillin — use alternative antibiotics.
Parthnex's student search capabilities go far beyond simple name lookup.
Multi-Filter Search allows combining any of 50+ filters to find exactly the students you need. For example, find all Class 8 male students in Section B who are SC category, have attendance below 75 percent, and have pending fee dues.
Fuzzy Name Matching handles spelling variations, nicknames, and transliteration differences like Rahul versus Rahool, Shivani versus Shiwani.
Batch Operations allow updating multiple student records simultaneously. Change the fee category for an entire class, update transport routes for all students in a specific area, or promote an entire grade to the next class with a single operation.
Saved Searches allow saving frequently used search queries for instant reuse. The Examination Defaulters search or RTE Fee Reimbursement Pending search can be saved and executed with one click.
Export Results allows exporting any search result to Excel, PDF, or CSV for further analysis, reporting, or external submission.
Customizable Templates allow designing ID cards with your school's branding, colors, and layout preferences.
Auto-Population means student photo, name, class, section, roll number, admission number, blood group, and emergency contact auto-populate from the student master.
Barcode and QR Code inclusion means each ID card includes a scannable code that links to the student's digital profile for quick verification at gates, libraries, cafeterias, and examination halls.
Bulk Generation allows generating ID cards for an entire class, section, or school in a single batch operation.
PVC Card Printing Support means export print-ready files compatible with PVC card printers for professional, durable ID cards.
Digital ID Card means students and parents can access a digital version of the ID card through the mobile app — useful when the physical card is forgotten at home.
Lost Card Replacement provides a streamlined workflow for reporting lost cards, deactivating old cards, and generating replacements with updated barcodes.
Class Promotion at the end of every academic year is automated through one-click promotion of all eligible students to the next class. Automatic section allocation uses configurable rules including alphabetical distribution for balanced sections, gender balance to ensure equal boy-girl ratios, previous academic performance for merit-based section allocation, and sibling grouping to keep brothers and sisters in the same section if desired. Roll number re-allocation uses configurable patterns like 101, 102, 103, and so on. New academic year initialization clears old timetables, updates fee structures, and resets attendance counters. Historical academic record preservation ensures that past years' data remains accessible for transcripts and alumni records.
Subject and Stream Allocation handles core subject assignment based on class and board requirements. Elective subject selection includes validation against board-approved combinations. Stream allocation for Science, Commerce, and Arts for Classes 11 and 12 includes prerequisite checking. Optional subject management includes capacity limits and first-come-first-served allocation. Subject change request workflow allows students who want to switch subjects within the allowed window.
House System Management provides automatic house allocation for Red, Blue, Green, Yellow, or custom house names with balanced distribution. House-wise student count and demographic analysis are maintained. House captain and vice-captain nomination and election management are supported. Inter-house competition tracking includes automatic point calculation. House leaderboard and championship trophy tracking are maintained.
Automated TC Generation provides one-click TC generation with all mandatory fields as per CBSE, ICSE, or state board requirements. Auto-population includes student details, academic history, attendance summary, fee clearance status, and disciplinary record. Digital signature integration allows principal authorization. TC number auto-generation includes sequential tracking to prevent duplication. Duplicate TC issuance includes reason logging and Duplicate watermark. TC status tracking covers Applied, Documents Verified, Fee Cleared, Principal Approved, Issued, and Acknowledged.
Student Withdrawal Workflow handles digital withdrawal application submission by parent or guardian. Automatic fee clearance verification means the system checks if all dues are paid before allowing withdrawal. Library dues check ensures all borrowed books are returned. Transport fee settlement calculation covers the remaining period. Refund calculation follows the school's refund policy with automatic proration. Alumni record creation preserves the student's academic history while removing them from active rolls. Data archival uses configurable retention policies.
Parthnex includes a comprehensive digital certificate generation system with 25+ pre-designed templates.
Bonafide Certificate confirms that the student is currently enrolled and studying in the school.
Character Certificate is issued upon leaving the school, certifying the student's conduct and behavior.
Fee Payment Certificate confirms that all fees have been paid up to date.
Study Certificate provides detailed certificate showing the student's academic tenure and performance.
Sports Certificate recognizes participation and achievement in sports activities.
Cultural Activity Certificate recognizes participation in cultural and co-curricular events.
NCC Certificate is for National Cadet Corps participants.
Scout and Guide Certificate is for scouting and guiding program participants.
Migration Certificate is for students transferring to another board or institution.
Provisional Certificate is issued pending final board results.
Course Completion Certificate is for completing specific courses or programs.
Each certificate follows a rigorous workflow. Request Submission allows student, parent, or staff to initiate the request through the portal or app. Eligibility Verification means the system automatically checks fee clearance, attendance requirements, and discipline records. Template Auto-Population fills student data, academic details, and dates automatically into the certificate template. Approval requires authorized signatory like principal, vice principal, or administrator to review and approve. Digital Signature applies the principal's digital signature for authentication. Issue delivers the certificate to the requester via email, app download, or physical print. Record Maintenance automatically archives a copy in the student's digital locker for future reference.
Comprehensive Health Records include annual health checkup data entry with height, weight, vision acuity, hearing tests, and dental assessments. Growth chart tracking plots height and weight against WHO percentile curves, flagging any concerning trends. Immunization schedule management includes automatic due date reminders for pending vaccinations. Medical leave records link to attendance and examination eligibility. First-aid incident logging includes details of injury, treatment provided, and follow-up required.
Special Health Needs Management includes allergy alerts prominently visible to class teachers, cafeteria staff, and transport attendants. Medication schedule tracking includes dosage, timing, and storage requirements. Doctor's note upload and management covers medical leave and dietary restrictions. Emergency medical information card is accessible to authorized staff during emergencies.
Incident Recording uses digital incident report forms with structured fields for date, time, location, involved parties, witnesses, and description. Category classification includes Minor for late coming and uniform violation, Major for bullying and cheating, and Critical for violence and substance abuse. Evidence attachment support includes photos, videos, and scanned documents. Automatic parent notification includes incident details and next steps. Disciplinary action tracking covers verbal warning, written warning, detention, suspension, and expulsion. Behavior improvement plan creation and monitoring is available for students with repeated incidents.
Positive Behavior Recognition includes achievement and award recording for academic excellence, sports victories, cultural achievements, and community service. Good conduct certificate generation is available for students with exemplary behavior. Leadership role recognition covers class monitor, house captain, and club president. Community service hour tracking supports NEP 2020 compliance. Character certificate generation includes comprehensive behavior summary.
Automatic Alumni Database creation happens upon graduation or withdrawal, with student records automatically transferred to the alumni database. Contact information updates include current address, phone, email, and social media. Higher education tracking covers college or university name, course, and year of admission. Career progression monitoring includes current employer, designation, and industry. Alumni event management includes reunion planning, invitation distribution, and RSVP tracking. Donation and fundraising tracking includes donor history and contribution receipts. Mentorship program matching connects alumni professionals with current students for career guidance.
Attendance is not merely about recording who is present and who is absent. It is a critical data point that affects examination eligibility, parent peace of mind, government funding, meal planning, and student safety. Parthnex's Attendance Management System is a comprehensive, multi-modal solution that transforms attendance from a mundane administrative task into a strategic tool for student welfare and institutional efficiency.
Academic Impact: Research consistently demonstrates that attendance is the single strongest predictor of academic success. A longitudinal study by the National Council of Educational Research and Training (NCERT) found that students with attendance below 75 percent (the CBSE minimum requirement) showed a 40 percent lower pass rate in board examinations compared to students with attendance above 90 percent. Students with 60 to 75 percent attendance were 3.2 times more likely to fail in at least one subject. Parthnex helps schools identify at-risk students before they fall into the danger zone.
Regulatory Compliance includes CBSE mandate of minimum 75 percent attendance for students to be eligible for board examinations. ICSE has similar attendance requirements with strict documentation. State boards have varying attendance thresholds that Parthnex can configure. UDISE+ requires monthly attendance data submission to the Ministry of Education. Mid-Day Meal schemes require daily attendance data for accurate food allocation and government reimbursement. RTE compliance requires attendance tracking for reimbursement claims from state governments.
Parental Peace of Mind: In an era of increasing concern for child safety, parents expect and deserve real-time confirmation that their child has reached school safely. The anxiety of not knowing whether a child has reached school is a daily stress for millions of Indian parents. Parthnex's instant attendance alerts eliminate this anxiety.
Operational Efficiency means accurate attendance data drives multiple operational decisions including bus route optimization based on actual versus expected ridership, cafeteria meal planning to prevent food waste and shortages, substitute teacher allocation based on teacher absence patterns, examination hall planning with accurate student counts, and scholarship eligibility verification based on attendance records.
Mode 1: Biometric Attendance — The Gold Standard
Parthnex integrates seamlessly with India's leading biometric devices to provide foolproof attendance verification.
Fingerprint Recognition integrates with Mantra, Morpho, SecuGen, Startek, and other leading biometric device brands. The 1:N matching algorithm identifies a student from the entire school database in under 2 seconds. Advanced liveness detection prevents fake fingerprint attacks using silicone molds or photocopies. It works reliably with wet, dry, or slightly damaged fingers common in children. Encrypted template storage means only mathematical templates are stored, never actual fingerprint images, ensuring privacy even in the unlikely event of a data breach. Anti-spoofing measures include pulse detection and skin texture analysis.
Facial Recognition is contactless and hygienic, using AI-powered facial recognition with standard tablets or smartphones — no specialized hardware required. Post-COVID necessity means completely contactless attendance that eliminates physical touch. Mask detection and recognition capabilities work for schools where masks are still mandated. Anti-spoofing measures prevent photo-based fraud through depth perception and blink detection. Multi-angle face capture ensures recognition even when students look slightly away from the camera. It works reliably in various lighting conditions from bright sunlight to dimly lit classrooms. It supports glasses, head coverings, and changing hairstyles.
Iris Scanning is available for schools with high-security requirements or for students with fingerprint damage. It is 100 percent contactless and hygienic. It works for students with skin conditions that affect fingerprint quality. Integration with specialized iris scanning hardware is supported.
Biometric Device Management includes centralized device configuration from the admin dashboard — add, remove, or configure devices remotely. Real-time device health monitoring provides alerts for offline devices, low storage, or hardware malfunctions. Automatic sync scheduling ensures attendance data is uploaded to the cloud at configurable intervals. Offline mode stores up to 10,000 transactions locally when network is unavailable, syncing automatically when connectivity returns. Battery backup status alerts are sent for portable biometric devices. Firmware update management is pushed remotely from the cloud.
Mode 2: RFID Card-Based Attendance — Fast and Convenient
How It Works: Each student receives a durable, waterproof RFID card or uses their existing school ID card with an embedded RFID chip. As students pass through RFID readers installed at school gates, classroom doors, library entrances, or cafeteria checkpoints, attendance is recorded automatically without any action required from the student.
Key Features include Long-Range UHF RFID where students do not need to stop, tap, or swipe — they simply walk through the gate and attendance is recorded from up to 3 meters away. Multiple Reader Deployment includes gate entry readers, classroom entry readers, library entry readers, and cafeteria entry readers providing granular attendance tracking. Lost Card Management provides instant deactivation of lost cards preventing misuse, with streamlined replacement workflow. Instant Parent Notification means parents receive an SMS or app notification the moment their child enters the school premises. Bus Integration means RFID readers installed on school buses record student boarding and deboarding automatically.
Hardware Requirements include RFID cards as reusable, durable PVC cards available in 13.56 MHz short-range or UHF long-range variants. RFID readers include fixed mount readers for gates and doors, and handheld readers for mobile use. Antennas provide long-range UHF detection coverage. Integration hub connects readers to the Parthnex cloud system.
Mode 3: Manual Digital Attendance — Flexible and Accessible
For schools without biometric or RFID infrastructure, or for subject-wise attendance tracking, Parthnex provides powerful manual attendance tools.
Digital Attendance Register includes Class Teacher Mode for marking attendance for an entire class of 40 students in under 2 minutes using a simple present or absent toggle interface. Subject Teacher Mode allows marking subject-wise attendance for specific periods, useful for tracking attendance in individual subjects. Quick Mark pre-marks all students as present and only toggles the absentees — dramatically reduces marking time in classes with high attendance. Bulk Operations allow marking attendance for multiple consecutive periods at once, for example marking periods 1 through 4 in a single operation. Substitution Attendance allows substitute teachers to mark attendance for classes they are covering, with automatic attribution to the absent teacher's record.
Mobile App Attendance allows teachers to mark attendance using the Parthnex Teacher App on their smartphones. Full offline functionality means attendance data is stored locally and syncs automatically when the teacher returns to Wi-Fi range. Voice command support allows hands-free attendance marking, for example Mark Rahul Sharma absent, Priya Patel late. Photo verification captures the student's photo during attendance for additional verification. GPS tagging ensures the teacher is physically present in the classroom when marking attendance. One-tap All Present toggle is available for days with perfect attendance.
Attendance Correction allows teachers to correct attendance entries within a configurable time window, default 24 hours, with reason documentation. Corrections after the time window require principal or vice principal approval. Complete audit trail maintains both original and corrected records with timestamps and user identification. Parent notification is sent automatically when any attendance correction is made.
Mode 4: GPS-Based Transport Attendance — Safety on the Move
Bus Attendance means the bus driver marks student attendance via the Parthnex Driver App at each pickup and drop stop. GPS coordinates are logged with every attendance mark, creating a verifiable location record. Route deviation alerts notify the transport manager if the bus strays from the assigned route. Student pickup and drop confirmation includes timestamp. Parent notification reads Your child Rahul boarded Bus Route 7 at 7:45 AM from Gandhi Nagar stop.
Fee collection is the financial lifeline of every educational institution. Yet for most Indian schools, it remains one of the most administratively burdensome, error-prone, and emotionally charged processes. From chasing defaulters and managing cash collections to generating receipts and reconciling accounts, fee management consumes disproportionate time and creates friction between schools and parents.
Parthnex Fee Management System transforms this critical function into a streamlined, transparent, and largely automated process. It handles everything from complex fee structure configuration and online payment processing to automated reminders, receipt management, and financial analytics — ensuring schools maintain healthy cash flow while providing parents with convenient, transparent payment options.
Unlimited Fee Head Creation allows schools to create unlimited fee heads tailored to their specific needs and fee policies.
Academic Fees include Tuition Fee as the core teaching fee. Admission Fee is a one-time fee for new admissions. Registration Fee covers application processing. Examination Fee covers internal and board exam conduct. Laboratory Fee covers science practical sessions. Library Fee covers library access and resources. Computer Fee covers computer lab usage and digital resources. Smart Class Fee covers digital classroom technology. Activity Fee covers co-curricular activities. Sports Fee covers sports facilities and coaching. Cultural Fee covers cultural events and celebrations.
Transport Fees include Transport Fee as distance-based or route-based. Transport Security Deposit is refundable. Transport Annual Charges cover insurance, permits, and maintenance.
Hostel Fees include Hostel Fee for room and boarding. Hostel Security Deposit is refundable. Mess Charges cover food and dining. Laundry Charges apply if applicable. Hostel Activity Fee covers hostel-specific activities.
Other Fees include Development Fee for infrastructure development. Building Fund covers capital expenditure. Maintenance Charges cover ongoing upkeep. Insurance Fee covers student accident insurance. ID Card Fee covers card production. Diary and Stationery Fee covers school supplies. Uniform Fee covers uniform costs. Tour and Excursion Fee covers field trips. Late Fee is a penalty for delayed payment.
Fee Period Configuration includes Annual as one-time payment for the entire academic year, often with early-bird discount. Semi-Annual means two installments per year. Quarterly means four installments per year, most common in Indian schools. Monthly means 12 monthly installments preferred by parents with monthly income. Term-wise follows the school's academic term structure, for example three terms. One-time applies to admission fees, security deposits, and other non-recurring charges. Custom means any frequency the school requires — bi-monthly, weekly, or custom dates.
Class and Category-wise Fee Structure allows different fees for different classes and student categories.
Nursery to Class 5 has fee structure X per month. Class 6 to 8 has fee structure Y per month, higher due to additional subjects. Class 9 to 10 has fee structure Z per month, higher due to board preparation resources. Class 11 to 12 Science has fee structure A per month due to laboratory and specialized equipment costs. Class 11 to 12 Commerce has fee structure B per month. Class 11 to 12 Arts has fee structure C per month.
Category-wise variations include General category students paying full fee. SC and ST category receive concession as per government norms with automatic documentation. OBC category receives partial concession with certificate verification. EWS category includes RTE reimbursement tracking with state government integration. Staff ward receives automatic staff discount with employment verification. Sibling discount provides second child 10 percent off, third child 20 percent off, fourth child 30 percent off, all configurable. Merit scholarship provides automatic fee waiver based on academic performance thresholds.
Dynamic Fee Rules include Late Fee Calculation as configurable fixed amount like Rs.50 per week or percentage like 1 percent per month after the due date. Early Payment Discount provides incentive for paying before due date, for example 5 percent discount if paid 15 days early. Installment Charges apply additional fee for paying in installments rather than lumpsum. Refund Rules use configurable refund percentages based on withdrawal date, for example 100 percent refund if withdrawn before session starts, 75 percent within first month, 50 percent within second month, 0 percent after third month. Annual Fee Hike applies automatic configured annual increment with historical tracking.
Integrated Payment Gateways include Razorpay as India's most popular payment gateway supporting UPI, cards, net banking, and wallets. PayU provides comprehensive payment options with high success rates. CCAvenue is one of India's oldest and most reliable payment gateways. BillDesk provides BFSI-grade reliability trusted by major banks and institutions.
Payment Methods Supported include UPI through Google Pay, PhonePe, Paytm, BHIM, Amazon Pay, and any UPI app — the most popular payment method in India today. Credit and Debit Cards include Visa, Mastercard, RuPay, and American Express with 3D Secure authentication. Net Banking covers 50+ Indian banks including SBI, HDFC, ICICI, Axis, PNB, and all major regional banks. Wallets include Paytm, PhonePe, Amazon Pay, MobiKwik, FreeCharge, and Ola Money. EMI provides credit card EMI options for 3, 6, 9, and 12 months for high fee amounts, making quality education more accessible. NEFT and RTGS handle large amounts and institutional payments. Cash is recorded via admin panel with instant digital receipt generation. Cheque and DD include full tracking from receipt to clearance with bounce detection. Bank Transfer handles direct transfer to school account with reference number tracking.
Seamless Payment Experience includes Student-wise Fee Dashboard where parents see all due fees for all their children in one unified view. One-Click Payment allows paying all outstanding dues with a single click or selecting specific fee heads to pay partially. Partial Payment allows schools to configure whether partial payments are allowed per fee head. Instant Receipt means digital receipt generated and delivered within seconds of payment confirmation. Failed Payment Recovery provides automatic retry suggestions, alternative payment method recommendations, and manual retry options. Complete Payment History allows parents to view and download all past payments with filters by date, fee head, and child.
Payment Security includes PCI-DSS Level 1 compliant payment processing, the highest security standard. 3D Secure 2.0 authentication applies to all card transactions. UPI PIN protection applies to all UPI payments. Fraud detection algorithms flag suspicious transactions. Refund protection and chargeback management are included. End-to-end TLS 1.3 encryption protects all payment data.
Cash Collection includes digital receipt generation at the exact point of collection — no more handwritten receipts. Cash register reconciliation happens at the end of each day. Denomination-wise cash counting support covers Rs.2,000, Rs.500, Rs.200, Rs.100, Rs.50, Rs.20, and Rs.10 notes. Daily cash summary report shows total cash collected, fee head-wise breakup, and deposit-ready totals. Cash deposit slip generation is provided for bank deposits.
Cheque and Demand Draft Management includes cheque details capture for number, bank name, branch, date, amount, and account holder name. Bounce tracking includes automatic penalty application as per school policy. Clearance status monitoring includes daily bank reconciliation. Hold receipt option means receipt is only issued after cheque clearance, configurable. Cheque return workflow includes parent notification and re-collection scheduling.
Bank Transfer Recording includes NEFT and RTGS reference number capture and tracking. Automatic bank statement reconciliation is supported. Auto-matching of incoming transfers with student accounts uses reference numbers. Unmatched transaction resolution workflow handles transfers without proper reference.
Multi-Channel Reminder System ensures no fee due date goes unnoticed.
SMS Reminders are sent at strategic intervals — 7 days before due date, 3 days before, 1 day before, on the due date, 3 days after, 7 days after, and 15 days after.
Email Reminders provide detailed emails with fee head-wise breakdown, total amount, due date, late fee implications, and direct payment link.
App Push Notifications allow one-tap payment directly from the notification on the parent's smartphone.
WhatsApp Messages provide rich media messages with payment buttons using WhatsApp Business API integration.
Voice Calls use automated IVR calls for critical defaulters with personalized fee amount announcement.
Reminder Content includes student name and class/section for clear identification. Fee head-wise detailed breakdown shows what is due for what purpose. Total amount due includes currency formatting. Exact due date and days remaining or days overdue are shown. Late fee calculation shows how much extra will be charged if payment is delayed. Direct payment link takes the parent straight to the payment page. School contact information is provided for queries and disputes.
Defaulter Management includes Auto-Generated Defaulter List updated in real-time, showing all students with overdue fees, amount overdue, days overdue, and contact details.
Escalation Matrix covers Day 1 to 3 with gentle reminder to parent via SMS and app. Day 4 to 7 includes reminder with late fee calculation showing growing penalty. Day 8 to 15 sends formal notice to parent with principal copied, warning of admission hold. Day 16 to 30 sends final notice warning of examination block and TC issuance. Day 31 and beyond activates admission hold, blocks examination hall entry, and issues TC warning.
Complete Communication Log means every reminder attempt is logged with timestamp, channel, delivery status, and parent response.
Payment Plan Creation allows administrators to create customized payment plans for genuine cases of financial hardship, with installment schedules and automatic reminders.
Digital Receipts are automatically generated within seconds of payment confirmation. Unique receipt number includes school branding and logo. Complete fee head-wise breakdown shows what was paid for what. Payment method details include UPI ID, card last 4 digits, bank name, and transaction reference. Digital signature of authorized signatory like principal or accountant is included. QR code allows instant verification — scanning shows the receipt in the Parthnex system. Downloadable PDF is suitable for printing and record-keeping. Automatic email delivery goes to the parent's registered email address.
Advanced Receipt Features include Duplicate Receipt for easy re-generation with prominent Duplicate watermark for lost receipt scenarios. Receipt Cancellation provides full cancellation workflow with reason documentation, approval requirement, and automatic reversal of financial entries. Refund Receipt provides separate receipt format for fee refunds showing original payment details and refund amount. Consolidated Receipt provides single receipt for multiple payments made on the same day. Advance Receipt handles advance fee payments with clear marking as Advance and automatic adjustment against future dues.
Invoice Generation includes Proforma Invoice for upcoming fees showing expected dues. Tax Invoice includes full GST breakdown if the school is GST-registered. Credit Note handles fee adjustments, waivers, or corrections. Debit Note handles additional charges applied after initial invoicing.
Comprehensive Concession Types include Staff Ward Concession with automatic application for children of school staff with employment verification. Sibling Concession provides progressive discount for families with multiple children in the same school. Merit Scholarship provides automatic fee waiver based on academic performance thresholds, for example 90 percent plus marks equals 25 percent fee waiver. Sports Scholarship covers students representing school, state, or national level in sports. Cultural Scholarship covers outstanding achievement in arts, music, dance, or drama. Need-Based Scholarship covers economically disadvantaged students with income certificate verification. Government Scholarship covers SC, ST, OBC, and EWS scholarship integration with National Scholarship Portal and state scholarship portals. Management Quota Concession provides discretionary concessions with approval workflow.
Concession Workflow covers Application where parent submits digital application with supporting documents like income certificate, caste certificate, achievement certificates, and staff ID. Eligibility Verification means system checks document validity, income thresholds, and category quotas. Approval requires principal or scholarship committee to review and approve or reject with comments. Fee Adjustment means approved concessions automatically adjust the student's fee structure. Parent Notification sends automatic notification of concession approval with updated fee statement. Annual Renewal flags concessions requiring renewal 30 days before expiry.
Scholarship Tracking includes External Scholarship Integration with National Scholarship Portal and state-specific scholarship portals. Scholarship Disbursement Tracking shows when funds were received from the government. Reimbursement Status Monitoring includes alerts for pending reimbursements. Student-wise Scholarship History shows all scholarships availed across academic years.
Daily Financial Reports include Daily Collection Summary showing cash, online, cheque, and other payment modes separately. Daily Receipt Register includes sequential receipt numbers. Bank Deposit Summary covers end-of-day cash deposits. Payment Gateway Settlement Report reconciles gateway receipts with bank credits.
Monthly Financial Reports include Monthly Fee Collection versus Target analysis with variance explanation. Fee Head-wise Collection shows which fee heads contribute most to revenue. Class-wise Collection analysis identifies high-performing and under-performing classes. Mode-wise Payment Analysis shows the shift toward digital payments like UPI versus cards versus cash versus cheque. Late Fee Collection Report shows penalty revenue. Concession and Scholarship Summary shows total concessions granted.
Outstanding and Defaulter Reports include Fee Defaulter List with complete contact details for follow-up. Aging Analysis categorizes outstanding amounts into 0 to 30 days, 31 to 60 days, 61 to 90 days, and 90 plus days. Outstanding Amount by Class shows which grades have highest defaults. Outstanding Amount by Fee Head identifies which fees are most problematic. Projected Collection versus Actual Collection includes variance analysis.
Financial Year Reports include Annual Fee Collection Statement with month-wise breakdown. Year-over-Year Comparison shows growth or decline trends. Collection Trend Analysis includes seasonal patterns like admission season peaks and mid-year dips. Revenue Recognition Report supports accounting compliance. GST Report includes taxable value, CGST, SGST, and IGST breakdown if applicable. Tally Integration Report enables seamless accounting sync.
Real-Time Analytics Dashboard includes Live Collection Dashboard showing today's collection, this month's collection, and collection velocity. Collection Trend Graph shows daily and weekly collection patterns. Payment Method Preference Analysis reveals whether parents prefer UPI, cards, or cash. Peak Collection Period Identification supports staffing optimization. Defaulter Prediction uses machine learning to identify students likely to default before they actually do. Cash Flow Forecasting predicts month-end collection based on current trajectory and historical patterns.
Tally ERP 9 and Tally Prime Integration includes automatic sync of fee collection entries to Tally ledgers. Ledger Mapping Configuration links each fee head to the corresponding Tally ledger. Automatic Voucher Generation creates vouchers for every fee transaction. Bank Reconciliation Support includes automatic matching. GST Invoice Sync ensures tax-compliant accounting. Support covers both single-user and multi-user Tally configurations.
Other Accounting Software includes Zoho Books integration via API. QuickBooks Online integration is supported. Custom API Development is available for other accounting software. Standard Excel Export enables manual import into any accounting system.
General Ledger Automation includes automatic double-entry bookkeeping for every fee transaction. Trial Balance Generation includes automatic balancing verification. Balance Sheet Integration shows fee receivables as assets. Income Statement Integration shows fee revenue.
Comprehensive Fee Dashboard includes Current Dues with clear due dates and countdown timers. Complete Payment History includes downloadable receipts for every transaction. Upcoming Fee Schedule shows what is due when for the entire academic year. Late Fee Calculation Preview shows how much penalty will apply if payment is delayed. Concession Details show all applicable discounts and waivers. Scholarship Status shows active scholarships and their amounts.
Flexible Payment Options include Pay All Outstanding Dues in a single transaction. Pay Specific Fee Heads selectively, for example pay only tuition fee if transport fee is disputed. Schedule Future Payments for post-dated processing. Set Up Auto-Pay for recurring monthly fees with automatic deduction on due date. Download All Receipts in a ZIP file for annual tax filing or record-keeping. Print Fee Statements in PDF format.
Communication Preferences include Choose Preferred Reminder Channels from SMS, Email, App Push, and WhatsApp. Select Alert Types to receive including due reminders, payment confirmations, and overdue warnings. Configure Receipt Auto-Delivery Preferences. Raise Support Tickets directly from the fee page for billing queries or disputes.
Examinations represent the culmination of the academic process and often the most stressful period for students, teachers, and administrators. From creating examination schedules and managing question banks to processing results and generating report cards, the examination cycle involves dozens of interconnected processes that demand precision, security, and timeliness.
Parthnex Examination Management System handles the entire examination lifecycle — from initial planning and question paper setting to result declaration and post-exam analysis. It supports both traditional pen-and-paper examinations and modern online assessments, ensuring your school can adapt to any examination format required by your board or institutional policy.
In the Indian context, where schools must navigate CBSE's CCE patterns, ICSE's detailed assessment structures, state board variations, NEP 2020's holistic progress cards, and now competency-based assessments, an examination management system must be exceptionally flexible and deeply board-aware.
Academic Year and Exam Configuration allows defining academic terms, semesters, and examination periods with configurable date ranges. Create unlimited exam types including Unit Tests and Periodic Tests as per CBSE pattern, Half-Yearly and Mid-Term Examinations, Annual and Final Examinations, Pre-Board Examinations for Classes 10 and 12, Board Examinations that are external but tracked in the system, Internal Assessments and Class Tests, Practical Examinations for Science, Computer Science, and Fine Arts, Oral Examinations for Languages and Music, Project Submissions and Viva Voce, Open Book Tests, and Quiz Competitions.
Intelligent Schedule Creation includes Auto-Date Sheet Generation where the system automatically generates examination dates considering subject combinations ensuring no student has two exams on the same day, teacher availability ensuring no teacher invigilates their own subject examination, classroom and hall availability with capacity checking, board guidelines requiring minimum gaps between specific subjects like Mathematics and Science, public holidays, school events, and external examination dates, and practical exam scheduling with lab availability. Time Table Configuration covers exam start time, duration, buffer time between exams, and lunch break placement. Room Allocation provides automatic assignment of examination halls based on student count with bench planning. Invigilator Allocation provides smart assignment of teachers as invigilators with conflict detection and workload balancing. Superintendent Assignment covers chief superintendent, floor supervisors, and room invigilators with clear hierarchy.
Schedule Publishing includes digital date sheet publication on the school website, parent portal, and student app. Automatic parent and student notification goes via SMS, email, and app push. Printable hall displays are provided for school notice boards. Mobile-optimized date sheet view works for smartphone users. Calendar integration includes Google Calendar and Outlook for parents and teachers.
Comprehensive Digital Question Repository includes Subject-wise Organization with questions organized by subject, chapter, topic, and sub-topic for easy retrieval. Multiple Question Types include Multiple Choice Questions with single correct answer, Multiple Select Questions with multiple correct answers, True/False statements, Fill in the Blanks with exact and partial match scoring, Short Answer Questions for 1-2 marks with model answers, Long Answer Questions for 3-5 marks with marking scheme, Essay Type Questions with word count guidelines, Match the Following with configurable scoring, Diagram-based Questions requiring drawn responses, Case Study-based Questions with scenario analysis, and Numerical Problems with step-wise marking. Difficulty Level Tagging means every question is tagged as Easy, Medium, Hard, or Very Hard. Bloom's Taxonomy Classification maps questions to Remember, Understand, Apply, Analyze, Evaluate, and Create levels. Marks Weightage provides recommended marks for each question based on complexity and length. Previous Year Tagging marks questions from previous board examinations for priority inclusion.
Intelligent Question Paper Generation includes Auto-Generation creating balanced question papers based on blueprint and syllabus weightage like 20 percent from Chapter 1 and 15 percent from Chapter 2, difficulty distribution like 30 percent easy, 50 percent medium, and 20 percent hard, chapter-wise distribution ensuring comprehensive syllabus coverage, question type distribution like 40 percent MCQ, 30 percent short answer, and 30 percent long answer, and previous year question inclusion for board exam preparation. Manual Selection allows teachers to hand-pick questions from the bank for custom papers. Set Generation creates multiple parallel sets like Set A, B, C, D with shuffled questions and options to prevent copying. Paper Security means encrypted question papers accessible only 30 minutes before exam time to prevent leaks. Watermark Protection includes school logo, exam name, and date watermarked on every page. Print Tracking provides complete audit of who printed the paper, when, and how many copies.
Online Question Paper Delivery includes secure digital delivery to examination centers or teacher devices. Time-locked access prevents early viewing. Digital Rights Management prevents unauthorized sharing. Print restriction controls are enforced.
Secure Conduction Environment includes Browser-based Exams requiring no software installation — works on any modern browser. Mobile App Exams use secure exam mode on Parthnex Student App with locked interface. AI-Powered Proctoring includes face detection ensuring the registered student is taking the exam, eye tracking detecting suspicious gaze patterns, browser lockdown preventing tab switching, copy-paste, and right-click, screenshot detection and prevention, multiple face detection flagging if someone else enters the frame, audio monitoring detecting suspicious sounds or conversations, and room scan requiring students to show their surroundings before starting. Question Display Options include one question at a time mode for focused assessment, all questions visible mode for strategic time management, question navigation panel for easy jumping, flag for review functionality marking uncertain questions, timer display with color-coded urgency from green to yellow to red, and progress bar showing completion percentage.
Flexible Exam Configuration includes Time Settings with configurable start time, end time, overall duration, and grace period. Attempt Settings include single attempt, multiple attempts, or resume capability for interrupted exams. Randomization includes question order randomization and option randomization for each student. Navigation Control includes free navigation between questions or forced sequential answering. Result Display includes immediate result display after submission or delayed result display after moderation. Feedback Options include showing correct answers immediately, after result declaration, or not at all.
Technical Resilience includes Auto-Save where student responses are saved every 30 seconds to prevent data loss. Auto-Submit means automatic submission when time expires. Connection Resilience means the exam continues even with brief disconnections. Power Failure Handling allows resuming from where left off. Device Switching prevents exam continuation on a different device.
OMR Sheet Design includes customizable OMR sheet templates. School branding is included. Student details section can be pre-filled or manual. Bubble format includes A, B, C, D or numeric options. Subject and exam details are included. Barcode and QR code enable quick identification.
Scanning and Processing includes Bulk Scanning with high-speed scanner support. Mobile Scanning captures OMR sheet using smartphone camera. Auto-Grading provides instant result calculation. Error Detection includes double bubble detection, blank response detection, invalid roll number detection, and sheet damage detection. Manual Override allows teachers to correct scanning errors.
Result Calculation includes instant marks calculation. Negative marking support applies if applicable. Subject-wise and total marks are calculated. Rank calculation, percentile calculation, and grade assignment are automatic.
Marks Entry Interface includes Teacher-friendly Interface with Excel-like grid for quick entry. Bulk Entry allows copy-paste from Excel. Validation includes maximum marks check, invalid character detection, missing entry highlighting, and outlier detection for unusually high or low marks. Subject-wise Entry provides separate entry for theory, practical, and internal assessment. Multi-Examiner Entry supports multiple teachers marking different sections.
Moderation Workflow covers Initial Entry where subject teacher enters marks. Verification requires second teacher to verify entries. Moderation involves moderation committee reviewing borderline cases. Principal Approval provides final approval before result processing. Locking means marks are locked after approval to prevent tampering.
Grace Marks Management includes grace marks policy configuration. Automatic grace marks application follows board-compliant grace mark rules. Grace marks audit trail maintains complete records.
Grading Systems Supported include CBSE with Cumulative Grade Point Average (CGPA), grade points from A1, A2, B1, B2, C1, C2, D, E1, to E2, percentage conversion, and CCE pattern with Formative plus Summative. ICSE includes percentage-based grading, pass/fail determination, and subject-wise and overall result. State Boards include configurable grading as per state norms and Distinction, First Class, Second Class, and Pass classification. Custom Grading allows schools to define their own grading scale.
Result Calculation includes Subject-wise Result combining Theory plus Practical plus Internal equals Total. Overall Result calculates aggregate percentage or CGPA. Rank Calculation includes class rank, section rank, school rank, and subject-wise rank. Pass/Fail Determination includes minimum marks per subject, overall aggregate requirement, and compartment or supplementary eligibility.
Result Analysis includes Class Average subject-wise and overall. Highest and Lowest Marks are shown per subject and overall. Pass Percentage is calculated class-wise and subject-wise. Grade Distribution provides histogram of grades. Comparison covers current year versus previous year. Board Comparison shows school average versus board average if data is available.
Report Card Templates include CBSE Format with CCE-based report card covering scholastic and co-scholastic areas. ICSE Format shows subject-wise marks and grades. State Board Format follows respective state norms. Custom Format allows school-specific branding and layout.
Report Card Components include Student Information with name, class, roll number, and photo. Academic Performance includes subject-wise marks and grades, theory/practical/internal breakdown, overall percentage or CGPA, and rank. Co-Scholastic Areas include Work Education, Art Education, Health and Physical Education, Discipline, and Attendance. Attendance Record shows days present, absent, and percentage. Teacher Remarks include class teacher and principal remarks. Promotional Status shows Promoted, Detained, or Compartment. Parent Acknowledgment includes digital signature space.
Digital Report Cards include PDF generation with digital signature. Parent app access is provided. Download and print capability is supported. Historical report card archive is maintained. Secure sharing uses unique link with expiry.
Hall Ticket Generation includes auto-generated hall tickets with student photo and details, exam schedule, room number and seat number, exam instructions, and school stamp and principal signature. Bulk generation is available for all students. Barcode and QR code enable quick verification. Digital hall ticket is available via mobile app.
Seating Arrangement includes Auto-Generation with roll number wise, randomized to prevent cheating, subject-wise for compartment exams, and gender-based if required. Seating Chart provides visual classroom layout. Seat Label Printing provides individual seat labels.
Answer Sheet Management includes answer sheet barcode generation. Answer sheet distribution tracking, collection tracking, missing answer sheet detection, and scanning and archival are supported.
Re-evaluation Workflow covers Application where student or parent applies for re-evaluation with fee payment. Verification checks eligibility within deadline and fee paid. Processing involves answer sheet retrieval and re-evaluation by different teacher. Result provides updated marks if change detected. Communication delivers result to applicant. Refund applies fee refund if marks increased.
Rechecking Workflow includes verification of totaling errors. Unmarked answer identification and marks entry error detection are supported. Result update applies if discrepancy is found.
Student-level Analytics include Performance Trend with multi-exam performance graph. Subject-wise Strength identifies strong and weak subjects. Improvement Areas highlight topics and chapters needing attention. Predicted Board Result uses ML-based prediction based on internal exam performance.
Class-level Analytics include Subject-wise Comparison identifying which subjects need more attention. Teacher Effectiveness compares class average versus school average per teacher. Topic-wise Difficulty shows which topics students find difficult. Question-wise Analysis identifies which questions were most difficult.
School-level Analytics include Year-over-Year Trend showing school performance improvement. Board Readiness predicts board exam performance. At-Risk Students identifies students likely to fail or score poorly. Top Performers highlights students with consistent high performance.
In Indian schools, where constraints are particularly complex with multi-shift schools, shared laboratories, subject combinations for Classes 11-12, prayer and assembly periods, and remedial classes, an intelligent timetable system is indispensable.
Subject Configuration includes subject name and code, subject type as theory, practical, lab, or co-curricular, periods per week requirement, preferred time slots like Mathematics in morning, avoid consecutive periods flag, lab requirement for specific room, and equipment requirement.
Teacher Configuration includes teacher name and subjects taught, maximum periods per day, maximum periods per week, preferred time slots, non-available periods for meetings and duties, class teacher assignment, and subject specialization priority.
Classroom Configuration includes room number and name, room type as classroom, lab, library, or hall, capacity, equipment available like smart board, projector, and lab equipment, floor location, and availability schedule.
Class and Section Configuration includes class like Class 9-A, 9-B, 9-C, number of sections, section strength, subject combinations for higher secondary, and stream as Science, Commerce, or Arts.
Algorithm Features include Constraint Satisfaction ensuring all hard constraints are met including no teacher assigned to two classes simultaneously, no classroom assigned to two classes simultaneously, required periods per subject fulfilled, teacher workload limits respected, and classroom capacity not exceeded. Optimization covers soft constraints including teacher preferred time slots, subject preferred time slots, minimal teacher idle time, balanced daily workload, consecutive period minimization, and lunch break placement.
Generation Process covers Input Validation verifying all master data is complete. Constraint Loading loads all hard and soft constraints. Initial Schedule generates initial feasible schedule. Optimization iteratively improves schedule quality. Conflict Detection identifies and resolves any remaining conflicts. Validation requires principal or VP review and approval. Publication publishes to all stakeholders.
Generation Time includes under 2 minutes for small school with 20 classes, under 5 minutes for medium school with 60 classes, and under 10 minutes for large school with 150 plus classes.
Drag-and-Drop Interface includes visual timetable grid. Drag subjects to different slots. Real-time conflict detection uses red highlight for conflicts. Suggestion box shows alternative slots. Undo and redo functionality is supported. Bulk operations allow moving entire class schedule.
Conflict Resolution includes Automatic Suggestions where system suggests alternative slots that do not conflict. Swap Function allows swapping two periods with one click. Impact Analysis shows all affected teachers and classes when making changes. Approval Workflow requires principal approval for major changes.
Automatic Substitution identifies all affected periods when a teacher is absent. It searches for available substitute teachers. It ranks substitutes by subject qualification match, current free periods, historical substitution count for load balancing, and teacher preference. It suggests optimal substitutes. It sends notification to substitute teacher. It updates timetable for the day.
Substitution Approval includes department head reviewing suggestions. Principal approves final substitutions. Substitute teacher accepts or declines. Auto-reassignment happens if declined.
Substitution Tracking includes substitution history per teacher. Substitution count is maintained for payroll adjustments. Substitute teacher performance feedback is collected. Monthly substitution summary report is generated.
Examination Timetable includes separate exam schedule creation. Subject gap configuration is supported. Room allocation for exams and invigilator allocation are included. Date sheet generation is automatic.
Event Timetable covers special day schedules for sports day and annual day. Half-day schedules, exam preparation schedules, remedial class schedules, and workshop and seminar schedules are supported.
Multi-Shift Timetable includes morning shift schedule, afternoon shift schedule, evening shift schedule, shared resource management between shifts, and teacher cross-shift allocation.
Teacher Timetable includes personal daily and weekly timetable, class-wise breakdown, free period identification, substitution notifications, and mobile app access.
Student Timetable includes class-wise timetable, subject teacher details, room numbers, subject-wise weekly view, and mobile app access.
Parent View includes child's timetable via parent app, subject teacher contact details, and special schedule notifications.
Teacher Workload Analysis includes periods per day and week per teacher, subject distribution, free period analysis, overload identification, and underutilization identification.
Classroom Utilization includes room occupancy rate, peak usage times, underutilized rooms, and equipment usage tracking.
Schedule Quality Metrics include conflict count which should be zero, teacher satisfaction score, subject placement score, resource utilization score, and comparison with previous term.
In the Indian education sector, where teacher shortages are acute especially in rural areas, where government regulations mandate specific qualification requirements, and where teacher accountability is increasingly under scrutiny, a robust teacher management system is essential for institutional excellence.
Digital Recruitment Portal includes Job Posting Management to create and publish job openings on school website, job portals, and social media. Application Tracking receives and organizes applications with resume parsing. Candidate Database maintains pool of qualified candidates for future openings. Interview Scheduling provides automated scheduling with calendar integration. Evaluation Forms provide structured interview scoring by panel members. Offer Letter Generation creates auto-populated offer letters with digital signature. Background Verification integrates with verification services.
Onboarding Workflow covers Document Collection for digital collection of certificates, identity proofs, address proofs, PAN, Aadhaar, and bank details. Verification includes qualification verification and previous employment verification. Appointment Letter is auto-generated with terms and conditions. ID Card Creation provides instant teacher ID card generation. System Access includes auto-creation of Parthnex login credentials. Induction Schedule includes training calendar and resource assignment. Welcome Kit provides digital welcome pack with school policies, handbook, and contacts.
Qualification Tracking includes academic qualifications like degrees, diplomas, and certificates. Professional certifications include B.Ed., M.Ed., CTET, STET, and NET. Subject specialization records are maintained. Training and workshop certificates are tracked. Expiry alerts are sent for certifications requiring renewal. CBSE and state board qualification compliance checking is supported.
Comprehensive Teacher Master includes Personal Information like full name, date of birth, gender, contact details including phone, email, and address, emergency contact, blood group, Aadhaar number encrypted, PAN number, and passport details if applicable.
Professional Information includes employee ID and designation, department and subjects taught, class teacher assignment, date of joining, employment type as permanent, contractual, guest, or ad-hoc, pay scale and grade, previous experience, and special skills and achievements.
Academic Qualifications include degree details with institution and year, professional certifications, subject-wise qualification, training attended, and workshops and seminars.
Financial Information includes bank account details for salary, PF and EPF account number, ESI number if applicable, income tax PAN, salary structure, and loan and advance details.
Documents include resume or CV, qualification certificates, experience certificates, identity proofs, medical fitness certificate, and police verification where required.
Subject Allocation maps teachers to subjects they are qualified to teach. Subject-wise teacher strength analysis is provided. Overload detection identifies teachers assigned too many subjects or periods. Underutilization identification highlights underused teachers. Substitution teacher pool management is supported.
Class Teacher Assignment assigns class teachers to specific sections. Class teacher tenure is tracked. Class teacher change workflow is supported. Historical assignment records are maintained.
Substitution Management includes Automatic Substitution suggesting available substitutes based on subject qualification match, current free periods, workload balance, and historical substitution records. Substitution Approval requires principal or VP approval. Substitution Notifications auto-notify substitute teachers. Substitution Log tracks all substitutions for payroll adjustments.
Teacher Attendance uses biometric attendance with the same system as students. Manual attendance marking is available for admin staff. Late coming tracking, early departure tracking, half-day marking, and on-duty marking for external assignments are supported.
Leave Management includes Leave Types like Casual Leave (CL), Medical Leave (ML) or Sick Leave, Earned Leave (EL) or Privilege Leave, Maternity Leave as per Maternity Benefit Act, Paternity Leave, Special Casual Leave, Study Leave, Sabbatical Leave, Leave Without Pay (LWP), and Compensatory Off.
Leave Workflow covers teacher applying for leave via app or portal, specifying leave type, dates, reason, and substitute preference. Department head reviews and recommends. Principal or Manager approves or rejects. Auto-notification goes to substitute teacher. Attendance is marked accordingly. Leave balance is updated.
Leave Balance Tracking includes real-time leave balance display. Monthly, quarterly, and annual accrual is supported. Leave encashment calculation is provided. Lapse tracking applies use-it-or-lose-it policies. Carry-forward rules are configurable.
Duty Roster includes morning assembly duty, examination duty, event duty, bus duty, gate duty, library duty, and lab duty. Duty allocation and rotation are managed.
Salary Structure Configuration includes basic salary, dearness allowance (DA), house rent allowance (HRA), transport allowance, medical allowance, special allowance, city compensatory allowance, and academic allowance.
Deductions include provident fund (PF) with employee and employer contribution, employee state insurance (ESI), income tax (TDS) auto-calculated as per income tax slabs, professional tax, loan EMI for staff loans, advance recovery, and other deductions.
Payroll Processing includes monthly salary calculation, arrear calculation, increment processing, bonus and incentive calculation, payslip generation as digital and printable, bank statement generation for salary transfer, PF and ESI challan generation, and TDS return preparation for Form 24Q.
Payroll Reports include monthly salary register, pay slip distribution report, PF contribution report, ESI contribution report, TDS summary, bank transfer report, and year-to-date salary summary.
Appraisal Framework includes Self-Assessment where teachers evaluate their own performance. Peer Review collects colleague feedback. Student Feedback collects anonymous student surveys for higher classes. Parent Feedback collects parent satisfaction surveys. Principal Assessment provides final evaluation by leadership.
KPI Tracking includes Academic KPIs like class average versus school average, student improvement rate, board examination results, and remedial class effectiveness. Administrative KPIs include attendance punctuality, timetable adherence, assignment submission rate, and parent communication response time. Professional Development KPIs include training attended, certifications earned, workshops conducted, and research publications.
Performance Rating includes 360-degree feedback compilation. Weighted scoring system is used. Performance grade assignment is supported. Improvement plan generation is available for underperformers. Promotion and increment recommendations are provided.
Training Management includes training needs identification, training calendar, external training registration, in-house workshop management, training attendance tracking, training effectiveness evaluation, and certification tracking.
Career Progression includes promotion tracking, designation history, pay scale progression, tenure tracking, and retirement planning.
Personal Dashboard includes profile viewing and update requests, payslip access and download, leave balance and application, attendance record, duty roster, and substitution requests.
Academic Tools include class list and student details, subject-wise student performance, lesson plan submission, assignment creation and grading, and parent communication log.
Professional Records include qualification certificates upload, training certificates, performance appraisal history, promotion history, and digital service book.
Labor Law Compliance includes Minimum Wages Act compliance, Equal Remuneration Act, Maternity Benefit Act tracking, Employees' Provident Fund Act, Employees' State Insurance Act, Payment of Gratuity Act, Payment of Bonus Act, and Industrial Disputes Act documentation.
CBSE and State Board Compliance includes teacher qualification verification, student-teacher ratio monitoring, trained versus untrained teacher tracking, and subject-wise qualified teacher requirement.
Documentation includes service book maintenance, annual confidential report (ACR), disciplinary action records, transfer orders, and suspension and reinstatement records.
Teacher Analytics include teacher strength by department, subject-wise teacher availability, student-teacher ratio, average teacher age and experience, gender diversity, qualification distribution, and training completion rate.
Payroll Analytics include monthly payroll cost, department-wise salary burden, increment trend analysis, leave pattern analysis, and overtime and substitution cost.
Performance Analytics include top performing teachers, improvement needed identification, training ROI analysis, and retention risk prediction.
Student transportation is one of the most critical and sensitive operations in any school. Parents entrust their children's safety to school buses every day, and any lapse in this system can have severe consequences. Beyond safety, transport management involves complex logistics including route optimization, vehicle maintenance, driver management, fee collection, and real-time communication.
Vehicle Master maintains comprehensive records for every vehicle in your fleet including vehicle registration number, vehicle type as bus, van, minibus, or tempo, seating capacity, AC or non-AC status, insurance details with expiry alerts, fitness certificate with renewal reminders, pollution under control (PUC) certificate, permit details for state or national, GPS device ID and status, camera and CCTV status, fire extinguisher and first-aid kit status, and emergency contact details.
Vehicle Maintenance includes Service Scheduling with periodic maintenance reminders for oil change, tire rotation, and brake check. Service History maintains complete maintenance log with costs. Breakdown Tracking includes incident reporting and resolution. Fuel Log tracks fuel consumption and efficiency analysis. Spare Parts Inventory includes parts usage and reorder alerts. Annual Maintenance Contract (AMC) tracks vendor contracts and renewal.
Vehicle Documents include digital document repository. Expiry alert system sends alerts 30, 15, and 7 days before expiry. Document renewal workflow is supported. Compliance checklist is maintained. RTO correspondence tracking is included.
Route Creation includes visual route mapping on Google Maps. Stop sequencing includes estimated arrival times. Distance and duration calculation is automatic. Route duplication is available for similar areas. Route naming and color coding are supported. Morning and afternoon route variants are managed.
Stop Management includes stop location with GPS coordinates, stop name and landmark, expected pickup and drop time, student allocation per stop, stop-wise student list, and new stop request workflow.
Route Optimization includes AI-Powered Optimization suggesting optimal routes based on student locations, traffic patterns, and vehicle capacity. Distance Minimization reduces total route distance by up to 25 percent. Time Optimization balances pickup times across all stops. Capacity Balancing ensures no vehicle is overloaded. Fuel Cost Reduction means optimized routes reduce fuel consumption. Traffic Consideration includes real-time traffic integration for dynamic routing.
Driver Profile includes personal details and contact information, driving license details with expiry tracking, badge and ID details, experience and training records, medical fitness certificate, police verification status, accident history, performance ratings, and salary and incentive details.
Attendant or Ayah Management includes attendant assignment per vehicle, attendance tracking, training records for child safety and first aid, and performance feedback.
Duty Roster includes daily driver and attendant assignment, route allocation, vehicle allocation, shift management for morning and afternoon, and leave and substitution management.
Route Assignment includes student-to-route allocation based on address. Stop assignment includes nearest stop suggestion. Vehicle assignment uses capacity-based allocation. Transport fee calculation uses distance-based calculation. Sibling grouping keeps brothers and sisters on the same route if desired.
Transport Fee Integration includes distance-based fee calculation, route-wise fee structure, monthly, quarterly, and annual transport fee, transport fee collection via Fee Management module, and transport fee waiver and concession support.
Transport Card includes digital transport ID card, route and stop details, vehicle number, driver contact, emergency contact, and QR code for quick verification.
Live Tracking includes Real-Time Location viewing all vehicles on a live map. Speed Monitoring alerts if vehicle exceeds speed limit. Route Adherence alerts if vehicle deviates from assigned route. Stop Arrival and Departure provides automatic logging at each stop. Idle Time Tracking monitors unnecessary halts. Geofencing alerts if vehicle enters or exits designated areas.
Parent Tracking includes Live Bus Location where parents can see where their child's bus is in real-time. ETA at Stop shows estimated arrival time at their stop. Journey Replay allows viewing complete journey history. Speed Alerts notify if bus is speeding. Route Deviation Alerts send immediate notification if bus goes off-route.
Safety Features include SOS Button where driver or attendant can trigger emergency alert. Panic Alert sends automatic alert in case of accident through impact detection. Over-Speeding Alert provides real-time speed violation notification. Unexpected Stop Alert notifies if bus stops unexpectedly for extended period. Late Arrival Alert notifies if bus is running late.
Bus Attendance includes driver marking attendance via Driver App at each stop. RFID card tap enables automatic attendance. Photo capture occurs during pickup and drop. Parent signature capture is optional. Absence marking includes reason.
Student Safety Protocols include Boarding Verification confirming student boards correct bus. Deboarding Verification confirms student gets off at correct stop. Unattended Student Alert alerts if student does not deboard at assigned stop. Wrong Stop Alert alerts if student tries to deboard at wrong stop. Parent Pickup Verification uses OTP or QR code verification for alternate pickup.
Emergency Management includes Emergency Contact List with instant access to parents, school, and ambulance. Medical Information shows student allergies and conditions visible to driver. Emergency Broadcast sends mass notification to all parents in case of incident. Incident Reporting uses digital incident forms with photo and video evidence. Evacuation Plan provides digital access to vehicle evacuation procedures.
Automated Notifications include Bus Approaching Stop with message like Bus Route 7 will reach Gandhi Nagar in 5 minutes, sent 5 minutes before arrival. Student Boarded sends message like Rahul boarded the bus at 7:45 AM in real-time. Student Dropped sends message like Rahul was dropped at Gandhi Nagar at 3:15 PM in real-time. Bus Delayed sends message like Bus Route 7 is running 15 minutes late due to traffic when delay exceeds 10 minutes. Route Change sends advance notice like Temporary route change due to road construction. Vehicle Breakdown sends immediate message like Bus Route 7 has mechanical issue. Alternative bus arranged.
Parent App Features include view assigned route and stop, view driver and attendant details, view vehicle details and documents, track live bus location, view journey history, report concerns, request route change, and view transport fee status.
Fee Structure includes distance-based slabs like 0-3 km, 3-5 km, 5-8 km, and 8 plus km. Route-wise fixed fee, vehicle type-based fee for AC versus non-AC, one-way versus two-way fee, and monthly, quarterly, and annual options are supported.
Collection and Accounting includes integration with main Fee Management module, online payment via parent app, cash collection recording, receipt generation, defaulter tracking, and refund calculation for withdrawals.
Fleet Analytics include vehicle utilization rate, fuel efficiency per vehicle, maintenance cost per vehicle, breakdown frequency, route efficiency analysis, and driver performance score.
Safety Analytics include speed violation incidents, route deviation incidents, emergency alerts history, student safety incidents, and vehicle document compliance status.
Financial Analytics include transport fee collection rate, transport operation cost versus revenue, per-student transport cost, fuel cost trend, and maintenance cost trend.
Operational Reports include daily route completion report, vehicle-wise student count, driver duty roster, vehicle document expiry report, fuel consumption report, and maintenance schedule report.
Regulatory Compliance includes Motor Vehicles Act compliance, school bus safety norms as per Supreme Court guidelines, RTO permit requirements, insurance compliance, pollution control compliance, and fire safety compliance.
Safety Standards include CCTV in all vehicles, GPS in all vehicles, first-aid kit availability, fire extinguisher availability, emergency exit functionality, speed governor installation, school bus color and signage, and driver background verification.
The Parent Portal is the primary window through which parents engage with their child's educational journey. In today's digital age, parents expect and deserve real-time visibility into their child's academic progress, attendance, fee status, and school communications. The Parthnex Parent Portal transforms parents from passive recipients of information into active partners in their child's education.
Designed with the busy Indian parent in mind, the portal is available as both a mobile app for Android and iOS and a responsive web interface. It supports 12 Indian languages and works seamlessly even on low-end smartphones and patchy internet connections.
Child Profile includes student photo and basic details, class, section, roll number, class teacher and subject teachers, house allocation, transport details, and hostel details if applicable.
Academic Performance includes Current Term Results with subject-wise marks and grades with visual indicators. Historical Performance provides graph showing performance across all exams. Class Average Comparison shows how child performed versus class average. Rank includes class rank and section rank. Attendance Impact shows correlation between attendance and performance. Teacher Remarks displays latest teacher feedback.
Report Cards provide access to all historical report cards. Download PDF report cards. Share report cards via WhatsApp or Email. Print-friendly format is supported.
Daily Attendance includes today's attendance status as Present, Absent, or Late. Monthly attendance calendar uses color-coding. Attendance percentage covers current month and cumulative. Subject-wise attendance is shown if applicable.
Attendance Alerts include instant notification when child is marked absent. Late arrival notifications and early departure notifications are sent. Low attendance warnings trigger when below 75 percent. Bus boarding and dropping notifications are sent.
Attendance Analytics include monthly attendance trend graph. Comparison with class average attendance is provided. Examination eligibility status is shown. Medical leave history is maintained.
Fee Dashboard includes total amount due for current and overdue periods. Fee head-wise breakdown is shown. Due dates for upcoming fees are displayed. Late fee calculation preview is provided.
Payment includes one-click online payment via UPI, cards, and net banking. Partial payment option is available if enabled by school. Payment history with receipts is maintained. Download all receipts. Set up auto-pay for recurring fees.
Fee Alerts include due date reminders 3 days and 1 day before. Overdue notifications and late fee application alerts are sent. Payment confirmation receipts are delivered.
Direct Messaging includes one-on-one messaging with class teacher. One-on-one messaging with subject teachers is supported. Message history and search are available. Attachment support includes images and documents. Read receipts are shown.
School Announcements include principal's messages, circulars and notices, event invitations, emergency alerts, and policy updates.
Calendar includes school event calendar, examination schedule, holiday calendar, parent-teacher meeting schedule, and event reminders.
Daily Homework includes subject-wise homework for today. Homework details and instructions are shown. Attachment viewing includes worksheets and PDFs. Submission status is tracked. Due date reminders are sent.
Assignment Tracking includes long-term assignments and projects. Progress tracking is supported. Submission deadline alerts are sent. Teacher feedback on submitted work is shown.
Live Tracking includes real-time bus location on map. Estimated arrival time at stop is shown. Route information, driver and attendant details, and vehicle details are provided.
Journey History includes past 30 days journey log. Pickup and drop times are recorded. Route adherence status is shown. Any incidents or delays are logged.
School Gallery includes event photos and videos, sports day coverage, annual day recordings, field trip photos, and achievement celebrations.
Child's Media includes individual student photos, award ceremony photos, class group photos, and download and share options.
Online Leave Application allows applying for student leave digitally. Leave type includes medical, personal, and family function. Date range selection and reason description are supported. Attachment upload includes medical certificate.
Leave Status shows application submitted, under review, approved, or rejected. Teacher and principal comments are shown. Leave balance is displayed if applicable.
Online Store includes school uniform ordering, books and stationery, school diary and ID card, event tickets, and online payment for all purchases.
Payment History includes all payments in one place. Filter by category like fee, store, transport, and more. Receipt download and annual payment summary are provided.
Notification Preferences include choosing notification channels from SMS, App, Email, and WhatsApp. Select alert types including attendance, fee, homework, and events. Quiet hours configuration is supported. Language selection is available.
Profile Management includes update contact information, change password, biometric login setup, and app theme selection.
Quick Attendance allows marking entire class attendance in under 2 minutes. Pre-mark all present and mark only absentees. Subject-wise attendance marking is supported. Late coming and early departure marking is available. Offline mode syncs when online. Voice command support is included.
Attendance Analytics include class attendance percentage, individual student attendance history, low attendance alerts, examination eligibility status, and monthly attendance summary.
Marks Entry includes Excel-like grid for quick entry. Theory, Practical, and Internal breakdown is supported. Bulk copy-paste from Excel is available. Validation and error detection are built-in. Save as draft before final submission is supported.
Grade Processing includes auto-grade calculation as per school policy. CBSE, ICSE, and State board grade mapping is supported. Remarks and feedback entry is available. Result locking happens after approval.
Digital Lesson Plans allow creating lesson plans by subject and chapter. Learning objectives definition, teaching methodology selection, resource attachment including PPTs, videos, and worksheets, duration planning, and homework assignment integration are supported.
Lesson Plan Calendar includes weekly lesson plan view. Topic coverage tracking and syllabus completion percentage are shown. Revision schedule planning is supported.
Homework Creation allows creating homework by class and subject. Detailed instructions with formatting are supported. Attachment upload includes PDF, images, and videos. Due date and time setting is available. Submission mode includes online or offline.
Assignment Tracking includes viewing student submission status, grading submitted assignments, providing feedback and comments, returning for revision, and tracking late submissions.
Direct Messaging includes one-on-one chat with parents. Group messages to entire class parents are supported. Message templates for common communications are available. Attachment sharing and read receipts with delivery status are included.
Announcements allow publishing class-specific announcements. Send homework reminders, share event invitations, and send emergency notifications.
Class Performance includes subject-wise class average, highest and lowest scores, grade distribution, topic-wise difficulty analysis, and comparison with other sections.
Individual Student Analysis includes student performance trend, strength and weakness identification, attendance-performance correlation, behavioral observations, and improvement recommendations.
Personal Timetable includes daily and weekly class schedule, free period identification, substitution notifications, duty roster view, and exam invigilation schedule.
Calendar Integration includes sync with Google Calendar and Outlook. Event reminders and meeting schedules are supported.
Leave Application allows applying for leave digitally. Leave type selection, date range, reason, and substitute preference are supported. Track approval status is available.
Attendance Record includes viewing own attendance history, late coming count, leave balance, and duty completion status.
Training Access includes viewing upcoming training sessions, registering for workshops, accessing training materials, and tracking certification progress.
Performance Feedback includes viewing appraisal history, reading principal feedback, setting professional goals, and tracking goal achievement.
Teaching Resources include accessing school resource library, downloading teaching materials, sharing resources with colleagues, uploading own resources, and rating and reviewing resources.
Effective communication is the glue that holds a school community together. Yet in most Indian schools, communication is fragmented across WhatsApp groups, email threads, phone calls, paper circulars, and word-of-mouth — creating information gaps, missed messages, and accountability issues.
Parthnex Communication Hub unifies all school communication into a single, trackable, and accountable platform. From bulk announcements to one-on-one parent-teacher conversations, every message is logged, delivered, and acknowledged.
Bulk SMS allows sending instant SMS to parents, staff, or specific groups. Template library includes pre-written messages for common scenarios. Scheduled sending plans messages for future delivery. Delivery reports show successful and failed deliveries. Unicode support sends messages in Hindi, Tamil, Telugu, and other Indian languages. DND compliance respects do-not-disturb registrations.
Email Campaigns include rich HTML emails with school branding. Attachment support includes PDFs, images, and documents. Mail merge personalizes emails with recipient names and details. Open and click tracking measures engagement. Unsubscribe management is automatic.
In-App Notifications include instant push notifications to parent and teacher apps. Rich media support includes images and action buttons. Deep linking opens specific screens directly. Quiet hours respect user preferences. Priority levels include normal, high, and emergency.
WhatsApp Business API includes rich media messages with images and documents. Two-way conversations allow parents to reply. Template messages ensure compliance with WhatsApp policies. Broadcast lists reach thousands simultaneously. Read receipts confirm message delivery.
Voice Calls include automated IVR calls for critical announcements. Personalized voice messages use recipient names. Multi-language support covers Hindi, English, and regional languages. Call scheduling plans calls for optimal times. Call completion tracking confirms delivery.
Class-wise Messaging sends messages to specific classes or sections. Subject-wise Messaging reaches students of specific subjects. Group Messaging targets house teams, clubs, or activity groups. Individual Messaging enables one-on-one private conversations. Role-based Messaging sends to all teachers, all parents, or all administrators. Location-based Messaging targets parents in specific areas or transport routes.
Instant Broadcast sends emergency alerts to all stakeholders within seconds. Multi-channel Delivery uses SMS, app, email, and voice simultaneously. Priority Override bypasses quiet hours and do-not-disturb settings. Acknowledgment Tracking confirms who received and acknowledged the alert. Escalation Matrix escalates to alternate contacts if primary contact doesn't respond. Template Library includes pre-defined emergency templates for fire, earthquake, lockdown, and medical emergencies.
Digital Notice Board publishes school circulars with read receipts. Expiry Dates auto-remove outdated notices. Category Organization groups notices by academics, administration, events, and emergencies. Search and Archive allows finding old notices instantly. Attachment Support includes PDF circulars, images, and videos.
Event Creation includes digital event invitations with RSVP tracking. Calendar Integration syncs with Google and Outlook calendars. Reminder Sequences send multiple reminders before the event. Attendance Tracking records who attended. Post-Event Sharing includes photos, videos, and feedback collection.
The school library is not just a room with books — it is a hub of learning, discovery, and intellectual growth. Yet most school libraries in India are managed through card catalogs, handwritten registers, and manual tracking — leading to lost books, overdue fines, and underutilization of valuable resources.
Parthnex Library Management System brings your school library into the digital age with barcode-based cataloging, automated circulation, digital resource management, and reading analytics.
Digital Catalog includes comprehensive book database with title, author, publisher, ISBN, edition, year, and subject classification. Barcode Generation provides unique barcode for every book copy. QR Code Support enables quick scanning with smartphones. Cover Images display book covers for easy identification. Location Tracking shows exact shelf and rack location. Multi-Copy Management tracks individual copies of the same book.
Self-Service Kiosk allows students scanning their ID card and book barcode for self-checkout. Due Date Calculation uses configurable loan periods by book type. Renewal Management allows online renewal if no reservation exists. Overdue Tracking sends automatic reminders before and after due date. Fine Calculation applies configurable fine rates per day. Lost Book Workflow handles book loss reporting and replacement charges.
Online Reservation allows students and teachers reserving books from the catalog. Queue Management maintains waiting list for popular books. Availability Alerts notify when reserved book becomes available. Hold Period Configuration sets how long a reserved book is held.
E-Book Management catalogs digital books and resources. Access Control ensures only authorized users access premium content. Reading Progress Tracking monitors e-book reading completion. Digital Resource Links connects to external digital libraries and databases.
Popular Books Report shows most borrowed books and authors. Reading Trends analyze genre and subject preferences. Student Reading Profiles track individual reading habits. Recommendation Engine suggests books based on borrowing history. Class-wise Reading Comparison benchmarks reading across classes.
Schools manage significant assets — from furniture and laboratory equipment to computers and sports gear. Without proper tracking, assets go missing, maintenance is delayed, and procurement becomes reactive rather than planned.
Parthnex Inventory and Asset Management provides complete visibility into your school's physical resources.
Asset Master includes detailed records for every asset: name, category, purchase date, vendor, cost, warranty, location, and condition. Barcode and QR Code tagging enables quick scanning and identification. Depreciation Tracking calculates asset value decline over time. Photo Documentation captures asset condition images. Custody Assignment tracks who is responsible for each asset.
Stock Levels track current quantity of consumable items like stationery, lab chemicals, and sports equipment. Reorder Alerts notify when stock falls below minimum levels. Purchase Requisition allows staff requesting items digitally. Issue and Return Tracking monitors who took what and when. Stock Audit compares physical stock with system records.
Vendor Database maintains approved vendor list with contact details and ratings. Quote Comparison collects and compares vendor quotes. PO Generation creates purchase orders with approval workflow. Delivery Tracking monitors order status from placement to delivery. GRN (Goods Receipt Note) records received items with quality check.
Preventive Maintenance schedules regular servicing of equipment. Maintenance Log records all service history. AMC Tracking manages annual maintenance contracts. Breakdown Reporting captures equipment failures. Repair Cost Analysis tracks maintenance expenses.
For schools with boarding facilities, hostel management adds another layer of complexity — room allocation, mess planning, attendance, visitor management, and student welfare.
Parthnex Hostel Management integrates seamlessly with the main ERP to provide complete boarding operations management.
Room Master includes room number, capacity, occupancy status, furniture inventory, and AC or non-AC status. Bed Management tracks individual bed assignments. Room Change Workflow handles student room transfers. Vacancy Dashboard shows available rooms and beds at a glance. Room Preference Management collects and considers student preferences.
Menu Planning allows creating weekly and monthly mess menus. Dietary Restrictions track vegetarian, Jain, and allergy-specific meals. Mess Attendance records daily dining attendance. Mess Fee Calculation calculates monthly mess charges. Feedback Collection gathers student feedback on food quality.
Hostel Attendance includes morning and evening roll calls. Night Out Permissions manage weekend and holiday leave requests. Gate Pass Management tracks students leaving hostel premises. Discipline Records log hostel-specific incidents. Warden Notes capture daily observations.
Visitor Registration captures visitor details, purpose, and entry/exit times. Parent Visit Tracking logs parent visits and meetings. Authorized Pickup List ensures only approved persons can take students out. Visitor Photo Capture enhances security. Pre-Approved Visits allow parents scheduling visits in advance.
In the age of information, intuition alone is insufficient for school management. Principals and administrators need data — accurate, real-time, and actionable — to make informed decisions about admissions, academics, finances, and operations.
Parthnex Analytics and Reporting transforms raw data into strategic insights.
Executive KPIs include total students, new admissions, withdrawals, attendance rate, fee collection rate, examination pass percentage, teacher-student ratio, and parent satisfaction score. Trend Indicators show upward or downward arrows with percentage change. Color-Coded Alerts highlight red for critical, yellow for warning, and green for good. Drill-Down Capability allows clicking any metric for detailed breakdown.
Admission Funnel shows inquiry to application to enrollment conversion rates. Source Analysis identifies best marketing channels. Demographic Breakdown shows admissions by gender, category, and area. Year-over-Year Comparison benchmarks current year with previous years. Capacity Planning forecasts when classes will reach capacity.
Class Performance Comparison benchmarks different sections and classes. Subject-wise Analysis identifies strong and weak subjects. Teacher Effectiveness correlates teacher assignment with class performance. Board Result Prediction uses ML to predict board exam outcomes. At-Risk Student Identification flags students needing intervention.
Collection Trend shows daily, weekly, and monthly collection patterns. Defaulter Analysis identifies chronic defaulters and their characteristics. Fee Head Contribution shows which fees drive most revenue. Expense Tracking monitors operational expenses. Budget Variance compares actual spending with budget.
Drag-and-Drop Interface allows creating custom reports without technical skills. 50 plus Pre-Built Templates cover common reporting needs. Scheduled Reports auto-generate and email reports daily, weekly, or monthly. Multi-Format Export includes PDF, Excel, CSV, and JSON. Data Visualization includes charts, graphs, and heatmaps.
Parthnex offers dedicated mobile applications for every stakeholder — ensuring that critical school functions are accessible anytime, anywhere, even on basic smartphones with limited connectivity.
Key Features include real-time dashboard with school KPIs, fee collection monitoring, attendance overview, examination status tracking, approval workflows for leave and concessions, push notifications for critical alerts, and offline data viewing.
Key Features include quick attendance marking, grade entry, lesson plan access, homework assignment, parent messaging, timetable viewing, leave application, and substitution alerts. Full offline functionality ensures marking attendance and entering grades without internet, with automatic sync when connectivity returns.
Key Features include child academic dashboard, attendance viewing, fee payment, result access, homework tracking, teacher communication, transport tracking, school announcements, and event calendar. Multi-language support includes 12 Indian languages. Biometric login provides fingerprint and face recognition security.
Key Features include timetable access, result viewing, assignment submission, resource download, announcement reading, digital ID card, bus tracking, and fee status viewing.
Key Features include route navigation, student attendance at stops, GPS tracking, parent notification, emergency alert, and vehicle checklist.
Platforms include Android 5.0 plus and iOS 12 plus. App Size is under 30 MB for quick download. Data Usage is under 50 MB per month average. Battery Optimization uses minimal background activity. Offline Mode caches data for viewing without internet. Auto-Sync happens in background when connectivity returns. Push Notifications use Firebase and APNS. Security includes biometric login, PIN, and pattern lock options.
Parthnex School ERP is not an expense — it is an investment that pays for itself many times over. Here is the concrete, measurable impact our 2,500 plus partner schools have experienced.
Time is the most precious resource in a school. Every hour an administrator spends on paperwork is an hour not spent on improving education. Parthnex reclaims hundreds of hours every month.
Attendance Management Efficiency: Schools using Parthnex biometric attendance report 95 percent reduction in attendance compilation time. What previously took 120 hours per month now takes 6 hours. Teachers save 20 minutes daily — 8 hours per month — that they redirect toward lesson planning and student interaction. Real-time parent alerts eliminate hundreds of daily phone calls asking whether a child reached school.
Fee Collection Efficiency: Online payment adoption reaches 85 percent within the first year of implementation. Cash handling reduces by 70 percent, minimizing theft risk and counting errors. Receipt generation becomes instantaneous rather than taking 5 minutes per receipt. Bank reconciliation time drops from 16 hours per month to 2 hours. Defaulter follow-up becomes automated rather than requiring manual phone calls to hundreds of parents.
Examination Management Efficiency: Question paper generation time reduces from 8 hours to 30 minutes using the question bank. Marks entry and validation time drops from 40 hours to 4 hours per examination cycle. Report card generation time plummets from 2 weeks to 2 days. Result analysis that previously required days of Excel manipulation now appears instantly on dashboards.
Timetable Management Efficiency: Schedule creation time reduces from 3 days to 10 minutes using auto-generation. Conflict resolution becomes algorithmic rather than manual. Substitution management saves 2 hours daily during flu season when multiple teachers are absent.
Communication Efficiency: Bulk messaging reaches thousands of parents in seconds rather than hours of individual phone calls. Parent query resolution time drops by 60 percent because parents self-serve through the portal. Emergency alerts reach every parent within 2 minutes rather than cascading through phone trees over 30 minutes.
Direct Cost Savings: A 1,000-student school using Parthnex saves an average of Rs.18 lakhs annually through reduced paper consumption (Rs.2.5 lakhs), eliminated manual receipt books and registers (Rs.1.2 lakhs), reduced phone and SMS costs through app-based communication (Rs.1.8 lakhs), avoided revenue leakage through systematic fee tracking (Rs.6 lakhs), reduced accountant overtime during fee season (Rs.2.5 lakhs), eliminated duplicate data entry labor (Rs.2 lakhs), and reduced printing costs for report cards and certificates (Rs.2 lakhs).
Revenue Enhancement: Faster fee collection improves cash flow by an average of 15 days, reducing working capital needs. Online payment options reduce fee default rates by 60 percent through convenience and automated reminders. Transparent fee tracking increases parent willingness to pay on time. Better financial analytics enable optimized fee structuring that maximizes revenue while remaining competitive.
Avoided Costs: Digital records prevent document loss that costs schools thousands in reconstruction and legal fees. Automated compliance reporting prevents penalties from education departments. Better teacher retention through reduced administrative burden saves recruitment costs averaging Rs.75,000 per teacher replacement.
Teacher Time Reclamation: Teachers gain an average of 10 hours per week by eliminating manual attendance, grade compilation, and report card preparation. This time is redirected toward lesson planning, remedial teaching, and student mentoring. Schools report 25 percent increase in remedial class frequency after Parthnex implementation.
Data-Driven Teaching: Analytics showing topic-wise difficulty help teachers focus on areas where students struggle most. Comparative class performance data enables best practice sharing between teachers. Individual student trend analysis enables early intervention before students fall behind.
Examination Integrity: Digital question banks with access logging prevent paper leaks. OMR processing eliminates manual totaling errors that affect student futures. Moderation workflows ensure fairness and transparency in grading.
Parent Satisfaction Scores: Schools using Parthnex report average parent satisfaction scores of 4.6 out of 5.0, compared to 3.2 for schools using manual processes. Key drivers include real-time attendance visibility (92 percent satisfaction), online fee payment convenience (88 percent satisfaction), instant report card access (85 percent satisfaction), and direct teacher communication (79 percent satisfaction).
Enrollment Impact: Schools report 15-20 percent increase in admission inquiries after implementing Parthnex, driven by positive parent word-of-mouth and digital presence. Retention rates improve by 8-12 percent as satisfied parents are less likely to switch schools. Competitive positioning strengthens as digital capabilities become a key decision factor for parents choosing schools.
Attendance Alert System: Instant absentee alerts reach parents within 5 minutes of attendance marking, enabling immediate verification if a child is unexpectedly absent. This has helped schools identify truancy patterns, medical emergencies, and safety incidents hours earlier than manual systems.
Transport Safety: GPS tracking with route deviation alerts has helped schools identify and address 40 plus incidents of buses taking unauthorized routes. Parent pickup verification through OTP has prevented unauthorized child pickups. Emergency SOS buttons on driver apps enable instant response to accidents or breakdowns.
Health Emergency Response: Digital health records with allergy alerts have prevented numerous medical incidents in cafeterias and during emergencies. First-aid incident logging helps schools identify recurring safety issues and take preventive action.
Board Compliance: Automated report generation ensures CBSE, ICSE, and state board inspection readiness at all times. Teacher qualification tracking prevents affiliation issues. Student-teacher ratio monitoring ensures compliance with norms.
RTE Compliance: Systematic RTE quota tracking and reimbursement documentation prevents government funding disputes. Lottery-based allocation provides legal defensibility against admission disputes. Fee reimbursement status tracking ensures no claims are missed.
Data Security: ISO 27001 Aligned infrastructure protects against data breaches that could damage school reputation and invite legal action. Regular automated backups prevent catastrophic data loss. Role-based access prevents unauthorized data manipulation.
Paper Reduction: The average Parthnex school eliminates 45,000 sheets of paper annually — equivalent to 5 trees. This includes attendance registers, fee receipts, report cards, circulars, and application forms. Digital report cards, online fee receipts, and app-based communication replace paper entirely.
Carbon Footprint: Reduced commuting for fee payment and document collection decreases parent vehicle emissions. Cloud-based infrastructure is more energy-efficient than on-premise servers. Digital processes eliminate the carbon cost of paper production, printing, and transportation.
Administrative Burden Reduction: Teachers consistently cite reduced paperwork as the biggest quality-of-life improvement after Parthnex implementation. The ability to mark attendance in 2 minutes instead of 20, enter grades through a simple interface, and communicate with parents through structured messaging rather than chaotic phone calls transforms the teaching experience.
Professional Growth: Digital records of training, certifications, and performance evaluations help teachers build professional portfolios that support career advancement. Access to teaching resources and peer-shared materials improves teaching quality.
Work-Life Balance: Automated substitution finding reduces stress when teachers need leave. Digital leave applications with transparent approval eliminate uncertainty. Timetable optimization that balances workload prevents burnout from overloaded schedules.
Parthnex implementation is designed to be fast, smooth, and disruption-free. Our proven 7-day methodology has been refined through 2,500 plus school deployments across India.
School Workflow Analysis: Our implementation specialist visits your school or conducts a detailed video consultation to understand your current workflows, pain points, and unique requirements. We map your existing processes across admissions, attendance, fees, examinations, transport, and communication. We identify integration requirements with existing systems like Tally, biometric devices, or payment gateways. We document customization needs specific to your board, fee structure, or reporting formats.
Stakeholder Interviews: We interview the principal to understand strategic priorities and vision. We meet with administrators to map daily operational workflows. We consult with teachers to understand their biggest time drains and technology comfort levels. We gather parent representative feedback on communication expectations. We speak with the accountant to understand financial processes and compliance requirements.
Data Audit and Migration Planning: We assess the volume and quality of existing digital data in Excel sheets, previous software, or databases. We identify data gaps that need to be filled during migration. We create a detailed migration plan with timelines, responsibilities, and validation checkpoints. We prepare data import templates customized to your school's data structure.
Customization Requirements Documentation: We document board-specific requirements — CBSE CCE, ICSE grading, or state board formats. We capture fee structure complexity including heads, periods, concessions, and late fee rules. We note timetable constraints like lab sharing, multi-shift operations, or subject combinations. We record communication preferences including SMS gateway, WhatsApp Business API, or email service. We identify report and certificate templates that need customization.
Cloud Environment Provisioning: We provision your dedicated Parthnex cloud instance on AWS with appropriate compute, storage, and security configurations. We configure SSL certificates, domain mapping, and backup schedules. We set up your school's branding including logo, colors, and name across the web portal and mobile apps.
Module Activation: We activate the modules you need based on your school's requirements. Core modules — Student Management, Attendance, Fee Management, Examination, and Timetable — are activated for all schools. Optional modules — Transport, Library, Inventory, Hostel — are activated based on your needs. We configure module-specific settings like attendance modes (biometric, RFID, or manual), fee payment gateways, and examination grading systems.
Academic Year and Session Configuration: We set up your academic calendar including term dates, examination periods, and holidays. We configure class structures from Nursery through Class 12 with sections. We define subject lists and combinations for each class. We set up house systems, clubs, and activity groups.
Board and Curriculum Setup: We configure board-specific settings for CBSE, ICSE, state board, IB, or Cambridge. We set up grading scales, CCE weightages, and report card templates. We configure examination eligibility rules including minimum attendance requirements.
Fee Structure Configuration: We create all fee heads as per your school's fee structure. We configure fee periods, due dates, and late fee rules. We set up category-wise fee variations for staff wards, siblings, and scholarships. We integrate payment gateways for online fee collection.
User Account Creation and Role Assignment: We create accounts for all staff members with appropriate roles. We configure role-based permissions ensuring each user sees only relevant data. We set up approval workflows for fee concessions, leave applications, and certificate issuance.
Student Data Import: We import student records from your existing Excel sheets, previous software, or manual registers using standardized templates. We validate data integrity — checking for duplicate admission numbers, invalid phone numbers, and missing mandatory fields. We upload student photographs in bulk. We link students to their parents for portal access.
Historical Fee Record Migration: We import previous year's fee collection data for continuity and reporting. We reconcile outstanding dues to ensure accurate defaulter tracking. We validate payment records against bank statements.
Staff and Teacher Data Import: We import teacher profiles including qualifications, subjects taught, and employment details. We set up teacher attendance profiles and leave balances. We configure teacher-class-subject mappings for timetable generation.
Document Upload: We upload scanned copies of student certificates, staff qualifications, and school registration documents. We organize documents in the digital repository with proper categorization and access controls.
Data Validation and Cleanup: We run comprehensive data validation checks. We identify and resolve duplicate records, missing fields, and inconsistent data. We verify data accuracy through sample checks with your staff.
Administrator Training (4 hours): Comprehensive training on student management, fee configuration, examination setup, timetable generation, report generation, and user management. Hands-on practice with real school data. Q&A session addressing specific concerns.
Teacher Training (3 hours): Attendance marking using web and mobile interfaces. Grade entry and report card generation. Lesson planning and homework assignment. Parent communication through the messaging system. Mobile app walkthrough for offline functionality.
Parent App Orientation (Video Tutorials): Self-paced video tutorials covering fee payment, attendance viewing, result access, and teacher communication. Quick-start guide in PDF format. FAQ document addressing common questions.
Student Portal Walkthrough: Brief orientation for senior students on timetable access, result viewing, and assignment submission.
Q&A and Hands-On Practice: Dedicated practice session where staff use the system with real data under guidance. Issue resolution and troubleshooting tips. Confidence-building exercises.
Parallel Run Option: For schools that want extra caution, we offer a 1-week parallel run where Parthnex operates alongside existing systems. Staff enter data in both systems to build confidence before full switchover.
Live Support: Our support team is available on-call during the first week of go-live. Daily check-in calls with the principal or administrator. Real-time issue resolution through phone, video call, or remote access.
Feedback Collection: We collect feedback from all user groups — administrators, teachers, and parents. We identify workflow adjustments needed for optimal adoption. We fine-tune settings based on real usage patterns.
Usage Analytics Review: We analyze system usage patterns to identify underutilized features. We recommend workflow optimizations based on best practices from similar schools. We identify training gaps and provide additional sessions.
Advanced Feature Activation: We activate advanced features like predictive analytics, automated reminders, and custom reports. We configure AI-powered insights based on your school's data patterns. We set up scheduled automated reports for regular distribution.
Custom Report Creation: We build custom reports specific to your school's reporting needs. We configure automated report scheduling and email distribution. We train your staff on the custom report builder.
Quarterly Business Reviews: Starting from Month 3, we conduct quarterly reviews to assess system utilization, identify new requirements, and plan feature enhancements. We share best practices from other schools in our network. We provide roadmap previews of upcoming features.
Parthnex recognizes that a school is a community of distinct stakeholders, each with unique needs. Our platform provides tailored experiences for every role.
Strategic Command Center: Your dashboard is the mission control of your school. At a glance, you see enrollment trends, fee collection velocity, attendance rates, examination performance metrics, teacher workload distribution, and parent satisfaction scores. Color-coded alerts draw your attention to areas requiring immediate action — a class with dropping attendance, a subject with declining performance, or a fee collection shortfall.
Decision Support Intelligence: AI-powered analytics predict enrollment for the next academic year based on inquiry trends and historical patterns. Early warning systems identify students at risk of dropping out based on attendance and performance trajectories. Fee collection forecasting helps you plan cash flow and expenses. Teacher allocation recommendations optimize subject coverage while preventing overload.
Inspection Readiness: One-click generation of board-compliant reports eliminates the week-long scramble before inspections. UDISE+ data exports are pre-formatted and validated. RTE compliance summaries show quota fulfillment and reimbursement status. Teacher qualification reports verify affiliation requirements instantly.
Board Meeting Preparation: Financial dashboards showing cash flow, outstanding fees, expense trends, and budget variance are accessible from your smartphone during board meetings. Academic performance summaries with year-over-year comparison impress trustees with data-driven governance.
Workflow Automation Mastery: Admission processing that once required weeks now completes in days with digital workflows. Fee collection that involved chasing hundreds of parents now happens automatically through online payments and reminders. Certificate generation that required typing each certificate individually now happens in bulk with auto-populated templates.
Bulk Operation Power: Import thousands of student records from Excel in minutes. Generate ID cards for an entire school in a single batch operation. Publish examination schedules to all parents simultaneously. Send fee reminders to thousands with one click. Promote an entire grade to the next class with a single button.
Document Management Excellence: A centralized digital repository replaces filing cabinets. OCR-based search finds any document in seconds. Expiry alerts prevent missed renewal deadlines for vehicle fitness, insurance, or teacher certifications. Secure sharing ensures documents reach only authorized eyes.
Communication Command: Send bulk SMS, emails, WhatsApp messages, and in-app notifications from a single interface. Delivery tracking shows who received and read messages. Template library provides pre-written messages for common scenarios. Scheduled sending plans communications in advance.
Time Reclamation Revolution: Mark attendance for 40 students in 2 minutes instead of 20. Enter grades through a simple grid instead of manual registers. Generate report cards automatically instead of handwriting each one. Communicate with parents through structured messaging instead of chaotic phone calls during break time.
Teaching Insights: See which topics your class found most difficult through automatic analysis of exam results. Compare your class performance with other sections to identify best practices. Track individual student progress trends to identify who needs extra support. Access a shared resource library of lesson plans, worksheets, and teaching materials.
Professional Portfolio: Digital records of every training attended, workshop conducted, certification earned, and performance evaluation received. This portfolio supports promotion applications, job changes, and professional growth planning.
Work-Life Balance: Automatic substitution finding when you need leave means no guilt about burdening colleagues. Digital leave applications with transparent approval tracking eliminate uncertainty. Timetable optimization ensures balanced workload across the week.
Transparency and Peace of Mind: See your child's attendance in real-time — know instantly if they are present, absent, or late. View academic performance across all subjects with comparison to class average. Check fee status and pay online in under a minute. Track the school bus location on a live map. Download report cards and certificates anytime.
Convenience at Your Fingertips: Pay fees through UPI while commuting to work. Apply for leave digitally without visiting the school. Message teachers directly without waiting for parent-teacher meetings. Receive instant alerts for examinations, events, and emergencies. Access the school calendar to plan family activities around school events.
Engagement and Involvement: View photos from school events and celebrations. Participate in school decisions through digital surveys. Read circulars and announcements without relying on your child to bring paper notices home. Track homework and assignment deadlines to support your child's academic discipline.
Academic Empowerment: Access previous year question papers, study materials, and video lectures from the digital library. View your complete academic history and performance trends. Submit assignments digitally without worrying about lost notebooks. Check examination schedules and receive reminders.
Self-Service Independence: View your own timetable, attendance, and fee status without asking parents or teachers. Download your report cards and certificates for scholarship applications. Receive announcements and event invitations directly.
Safety and Security: Carry a digital ID card on your phone. Know that your parents receive instant alerts when you board the bus. Have your allergy and medical information accessible to school staff during emergencies.
Parthnex is not a generic international product adapted for India. It is designed from the ground up for the specific requirements of Indian school boards and government regulations.
CCE and Co-Scholastic Reporting: Full support for Continuous and Comprehensive Evaluation (CCE) with Formative Assessment (FA) and Summative Assessment (SA) weightage configuration. Co-scholastic area tracking for Work Education, Art Education, Health and Physical Education, and Discipline. Grade point calculation and CGPA computation as per CBSE norms. Report card generation in official CBSE format with scholastic and co-scholastic sections.
Board Examination Integration: Pre-board examination management with full scheduling, invigilation, and result processing. Board registration data export in CBSE SARAS-compatible format. Hall ticket generation with CBSE-mandated fields. Marks moderation workflow compliant with CBSE guidelines.
Affiliation Compliance: Student-teacher ratio monitoring and alerts. Teacher qualification tracking against CBSE norms. Infrastructure documentation and reporting. UDISE+ data export in CBSE-required format.
Assessment Structure Support: Internal assessment weightage configuration. Project work and practical examination tracking. Subject group configuration as per ICSE requirements. Percentage-based grading with distinction, first class, second class, and pass classification.
Report Card Formatting: ICSE-compliant report card templates with subject-wise marks and grades. Internal and external assessment breakdown. Pass certificate and marksheet generation formats.
Flexible Configuration: Configurable grading scales as per respective state norms. Examination schedule templates for state board patterns. Result processing with state-specific pass criteria. Government scholarship integration for state-specific schemes.
Regional Language Support: Full interface and report support for 12 Indian languages including Hindi, Tamil, Telugu, Marathi, Bengali, Kannada, Malayalam, Gujarati, Punjabi, Odia, Assamese, and Urdu. Regional language report card generation. Multi-language parent communication.
IB Program Support: CAS (Creativity, Activity, Service) tracking. Extended Essay management. TOK (Theory of Knowledge) assessment recording. IB-specific grading and reporting.
Cambridge Support: IGCSE subject configuration. Checkpoint examination tracking. Cambridge-specific report formats.
Holistic Progress Card: NEP 2020-compliant progress card format tracking cognitive, affective, and psychomotor domains. Skill development tracking including vocational and life skills. Art-integrated learning documentation. Multidisciplinary subject tracking.
Digital Literacy Integration: Student digital portfolio tracking. Online learning hour documentation. Technology skill assessment recording.
Quota Management: 25 percent EWS and disadvantaged group seat allocation. Lottery-based selection with audit trail. RTE student performance tracking. Fee reimbursement claim documentation. State government reporting formats.
Teacher Employment: Minimum Wages Act compliance tracking. EPF and ESI contribution calculation and challan generation. TDS deduction and Form 16 generation. Gratuity calculation for eligible staff. Maternity and paternity leave tracking as per current laws.
We understand that schools entrust us with data about children — the most sensitive information imaginable. Our security infrastructure meets the standards of India's leading banks and government institutions.
ISO 27001:2022 Security Framework: Parthnex is certified under the international standard for Information Security Management Systems. Our security practices are reviewed through regular internal audits and third-party vulnerability assessments (VAPT) to verify our security policies, procedures, and controls.
SOC 2 Type II Compliance: We maintain Service Organization Control 2 Type II compliance, demonstrating that our security controls are not just designed well but operate effectively over time. This audit examines our controls for security, availability, processing integrity, confidentiality, and privacy.
DPDP Act 2023 Compliance: We are fully compliant with India's Digital Personal Data Protection Act, 2023. This means lawful and fair processing of personal data, explicit consent mechanisms, data minimization, purpose limitation, and robust grievance redressal.
MeitY Recognition: Recognized by the Ministry of Electronics and Information Technology as a trusted digital solution provider for educational institutions.
Data Encryption: AES-256 encryption for data at rest — the same standard used by the Reserve Bank of India for financial data. TLS 1.3 for data in transit ensuring end-to-end protection. Application-level encryption for ultra-sensitive fields like Aadhaar numbers and bank account details.
Access Control: Role-Based Access Control (RBAC) with granular permissions — a teacher cannot see financial data, an accountant cannot see student health records. Multi-Factor Authentication (MFA) for admin accounts using TOTP and SMS OTP. Biometric login for mobile apps using fingerprint and face recognition. Session management with automatic timeout after inactivity. Strong password policy enforcement with regular rotation reminders.
Infrastructure Security: Web Application Firewall (WAF) with custom rule sets blocking SQL injection, XSS, and other attacks. DDoS protection via AWS Shield handling attacks up to terabit scale. Intrusion Detection Systems (IDS) monitoring network traffic for suspicious patterns. Intrusion Prevention Systems (IPS) automatically blocking identified threats. Network segmentation isolating different services. Regular vulnerability scanning with immediate remediation.
Application Security: OWASP Top 10 compliance verified through regular penetration testing. Secure Development Lifecycle (SDLC) with security reviews at every phase. Static Application Security Testing (SAST) scanning code for vulnerabilities before deployment. Dynamic Application Security Testing (DAST) testing running applications for exploitable weaknesses. Dependency scanning identifying vulnerable third-party libraries. Input validation and output encoding preventing injection attacks. CSRF tokens on all forms preventing cross-site request forgery.
Employee Security: Background verification for all employees including criminal record checks. Non-disclosure agreements signed by all staff with access to customer data. Regular security awareness training and phishing simulations. Principle of least privilege — employees access only data necessary for their role. Quarterly access privilege reviews and revocation for departing employees.
Incident Response: 24/7 Security Operations Center (SOC) monitoring threats. Documented incident response plan with defined roles and procedures. 72-hour breach notification commitment to affected schools. Digital forensics capability for investigating security incidents. Regular tabletop exercises testing incident response readiness.
Business Continuity: Automated backups every 4 hours with 30-day retention. Multi-region disaster recovery with Recovery Point Objective (RPO) under 1 hour and Recovery Time Objective (RTO) under 4 hours. Redundant failover for all critical services. Quarterly disaster recovery drills.
No Data Selling: Parthnex will never sell, rent, or trade student or school data to third parties. Your data is yours alone.
No Advertising Use: We do not use school data for targeted advertising or marketing analytics.
Data Localization: All personal data is stored in data centers located within India, ensuring compliance with data localization requirements and reducing jurisdictional risks.
Data Minimization: We collect only the data necessary for providing our services. We do not collect unnecessary personal information.
Right to Deletion: Upon contract termination, we securely delete all data within 90 days. You may request earlier deletion at any time.
Parental Consent: For minor students, we process data only through the school with appropriate parental consent mechanisms.
Transparency: Our Privacy Policy is publicly available, written in plain language, and updated whenever practices change.
Built for security, engineered for scale, and designed to simplify operations.
Each school runs on an isolated database schema. Your students' personal, academic, and financial information is completely segregated, ensuring zero cross-tenant data leaks.
Configure dynamic fee structures, set due dates, automate penalty generation, and accept direct online payments with complete ledger tracking for administrative transparency.
Real-time vehicle telemetry and status tracking. Parents and admins get precise updates, arrival alerts, and instant route information from our active GPS servers.
Thirteen robust modules built to manage every facet of your school's daily activities.
Take attendance in under 30 seconds. Support for digital registers, bio-metric integrations, automated absentees alerts to parents, and daily/monthly reporting analytics.
Collect fees online and issue instant receipts. Support for custom categories, installments, concession types, automated discount structures, and direct accounting integrations.
Configure multiple exam patterns (CBSE, ICSE, Custom). Input marks online, generate automated report cards, and track student performance with analytical dashboards.
Teachers can upload digital homework files, resource links, and instructions. Students submit via the web portal or mobile app with integrated grading status.
Map vehicle routes, list stop schedules, assign drivers, and monitor speed and battery status via live GPS tracking for enhanced child safety.
Consolidated notifications. Send broadcast announcements, notices, and messages via email, SMS, and WhatsApp alerts to selected target groups.
Parthnex runs on enterprise cloud nodes optimized for maximum reliability and uptime. By leveraging modern load balancers, multi-zone caching, and automated backups, we ensure your school portal is always online when admins, teachers, and parents need it.
Our core services deploy automatically using Docker containers, making it easy to allocate additional compute nodes as student traffic scales during peak times (such as report card releases or fee deadlines).
Clear answers to common questions about data migration, security, pricing, and onboarding.
Get in touch with our solutions engineers to build a custom platform demo tailored to your school size.