Andhra Pradesh has a fee regulator whose orders were struck down, a welfare scheme that turns attendance into money, and a state student database every school feeds. None of that is optional, and all of it lands on the school office. This page covers what an Andhra Pradesh school’s records system actually has to do.
The board and the commission are different problems
An AP school runs two relationships that have nothing to do with each other.
The examination boards. The Board of Secondary Education, Andhra Pradesh conducts the SSC examination; intermediate education (Classes 11 and 12) sits with a separate board. Candidate registration, subject codes and result formats come from two authorities on two calendars. A school with an attached junior college is already running two registrations before anything else happens.
The regulator. The Andhra Pradesh School Education Regulatory and Monitoring Commission (APSERMC) was created by state legislation in 2019 to regulate, among other things, private school fees. It is a separate body with a separate process, and its demands are documentary rather than academic.
Software built around “the board” as a single concept will handle one of these and quietly ignore the other.
Why the 2021 fee orders were struck down
In August 2021 Andhra Pradesh issued government orders capping tuition fees in private unaided schools by geographical tier — panchayat, municipality, municipal corporation — for three academic years.
The Andhra Pradesh High Court set those orders aside in December 2021. The reasoning is worth reading if you run a school here, because it defines what a valid fee order has to look like:
- Geography alone cannot determine fees. Institutions differently placed on infrastructure, services rendered, syllabus adopted and standards maintained cannot be assessed by a blanket analysis.
- Transport charges are not “fees” within the meaning the orders relied on, and including them vitiated the exercise.
- The Court directed APSERMC to issue a notification inviting institutions to submit proposed fee structures, to offer a personal hearing to stakeholders, and to categorise institutions by defined parameters.
The practical consequence for a school is that the fee position in Andhra Pradesh is established through a submission-and-hearing process, school by school, rather than by a single number in a government order. That is a documentation burden, and it falls on whoever maintains your fee records.
What that requires from a system:
- fee heads kept separate — tuition, transport, hostel, examination, one-time items — because the Court’s reasoning turns on exactly that distinction
- a per-student record of what was charged, collected, reduced and by whose approval
- the cost side available too: staff salaries and infrastructure spend are what a fee submission is justified against
EdunodeX holds fee heads separately on a single per-student ledger, records concessions as concessions with an approval gate above a configurable threshold, keeps waivers and write-offs distinct from discounts, and issues receipt numbers from a database sequence. Payroll, vendor expenses and budgets sit in the same system, so the cost side of a submission is a report rather than an archaeology project.
School fees themselves remain exempt from GST for recognised pre-school to higher-secondary institutions under Entry 66 of Notification 12/2017-Central Tax (Rate), covering tuition, admission, examination, hostel and transport.
Thalliki Vandanam turns attendance into money
Launched in June 2025 under G.O. Ms. No. 27 dated 12 June 2025, the Thalliki Vandanam scheme pays ₹15,000 a year to the mother or guardian of every eligible school-going child from Class 1 through intermediate, across government, aided and unaided private schools. Of that, ₹2,000 is retained at source for school infrastructure, hygiene and sanitation. Eligibility carries household income, land-holding and rice-card conditions, requires the mother’s bank account to be Aadhaar-seeded and NPCI-validated, and — critically for schools — requires the student to have at least 75% attendance in the current academic year.
That last condition changes the status of an attendance register. It is no longer only an academic record; it is the evidence behind a household’s direct benefit transfer. A family that loses ₹15,000 because a school’s attendance record was wrong will not treat it as an administrative slip.
Which means an AP school needs attendance that is:
- marked daily and on time, not reconstructed at term end
- auditable — who marked it, when, and what was changed afterwards
- reportable per student as a percentage for an arbitrary date range, not just per month
- scoped correctly, so a teacher cannot alter another class’s record
EdunodeX marks attendance daily and period-wise, restricts teachers server-side to the classes actually assigned to them, computes per-student percentages, and can send absence alerts to parents over WhatsApp on the day rather than at the end of the month. Face-based marking is available where a school wants it, gated on per-student consent recorded in the system.
Child Info and the UDISE code
The Commissionerate of School Education runs the state’s school and student information system — commonly still called Child Info — at cse.ap.gov.in, keyed on the school’s UDISE code. Student entry, transfers and school data flow through it.
As everywhere, a private ERP does not replace this. What it should do is make the state entry mechanical: hold the same identifiers on the student record, keep demographic fields in a form that reconciles rather than has to be translated, and export enrolment and attendance as plain files a person can check before submitting.
EdunodeX keeps one canonical student record with government identifiers attached and provides CSV export across students, attendance, fees and marks. It does not claim an automated Child Info integration — and neither should anyone else without showing you it working.
Telugu families, English interface
The honest position:
The EdunodeX staff interface does not ship in Telugu. It ships in English, Hindi, Kannada and Tamil, set per school. Office staff in an AP school will work in English.
Parent-facing communication does handle Telugu. The WhatsApp assistant replies in the language the parent wrote in, Telugu included, and the in-app AI assistant offers Telugu among its reply languages. In both, the facts — amounts, due dates, marks, attendance percentages, names — are computed in code and passed through unchanged; only the wording is localised. If the model is unavailable, the reply falls back to English rather than being dropped.
Given how much depends on an attendance figure under Thalliki Vandanam, that distinction is not pedantry. A percentage that a language model rephrased is not a percentage you want to send.
How EdunodeX handles an Andhra Pradesh school
One student record from enquiry through admission to transfer certificate, with document OCR at admission behind an explicit consent step. A unified fee ledger with the school’s own Razorpay or Cashfree account, so parent payments settle into the school’s bank account. Daily and period attendance with per-student percentage reporting. Transport, HR and payroll, timetabling, and a compliance rules engine with scheduled re-evaluation and UDISE+ export. Each school gets its own isolated database schema and its own subdomain.
Andhra Pradesh retains the no-detention position through the elementary stage; promotion logic configured for a state that detains at Class 5 will be wrong here.