Skip to main content

Entry Assist Integrated

 


Comments

Popular posts from this blog

KVMIS Upcoming Features

The following features are in the master plan and will be be integrated in the MIS Portal sooner or later. If you have any suggestion, we request you to kindly share the same in comments below so that we can include them in the planner. Legends: Pending | Under Development | Completed | Dropped Employee Level Prompt to enter/update mobile number, email and date of birth  Verification of Enrollment data every month by class teacher  Marking of Absentees on daily basis and SMS to parents of absentees Facility to enter date of admission of students KV Level Employee's Initial password display after adding employee. [221028] Verification of Enrollment data every month SMS to Principal with list of absentees in X and XII Regional Level Facility to view performance of each individual teacher using a Drill Down method. Various types of result summarries for Classes X and XII Student / Parent Level Facility to view daily attendance  Global features that affect all or multiple t...

Markslip Integrated

 Auto generation of markslip with detailed analysis is integrated in the system.

Format Numbers with Comma as Per Indian System

To format a number with commas as per Indian System, use the following function <?php  function format($x) { $x=str_pad($x,12,'X',STR_PAD_LEFT); $x=substr($x,0,1).",".substr($x,1,2).",".substr($x,3,2).",".substr($x,5,2).",".substr($x,7,2).",".substr($x,9,3); $x=str_replace('X,',"",$x); $x=str_replace('X',"",$x); if($x=="") { $x="0"; } return $x; } ?>

Support for 6 Digit roll Nos. Integrated

 The system has been updated to support 6 Digit Roll Nos.

Deactivating Students

 The feature of deactivation of student is added and the power has been given to the concerned class teacher. A deactivated student will not get listed in marks entry and marksheet generation. However, the data entered before deactivation will be safe and can be used in reporting the student's performance.

Milestone

The ReportCard for Class XI has been uploaded. With this, we mark the completion of Core (Backbone) There are many features to be added. Many parts to be optimised. Everything to come will be around this backbone. Tomorrow we will be adding the facility of Co-Cholastic grade entry by respective teachers. We are thankful to all of you for your kind patience and support. A lot of improvement is promised in days to come.

Improvements & Fixes - Oct 2022

 The following improvements & fixes have been done in Oct 2022 Oct 01 Long alternate mobile number was blocking the student edit. Restriction imposed to allow 10 digit mobile and alternate mobile The StepIN was not working after updating the Employee Code. Allowed Length of City Name for KV increased from 15 to 25 characters Enrollment Report (Format-2) was including inactive students too. The issue has been fixed. Oct 02 Oral removed from Classes VI-VIII and weightage adjusted accordingly. No action required from KVs as output will be modfied automatically. Oct 04 Error in viewing Entry status of Monthly Test by School has been fixed. Reports of Monthly Test of Class XII have been integrated. Total and Percentage added in Month Wise Monthly Test Report at School Level Commerce added as a subject for creating staff. Commerce will not be found as a subject in classes XI & XII. Rather, Accountancy and Business Statistics will be the subjects and will be taken by the PGT Comme...