Skip to main content

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 Commerce
Oct 05
  • AI with Sanskrit option added in Class X. The combination was already available in class IX.
Oct 06
  • Issue in entering marks in Monthly Tests when new students were added after entering marks for existing students has been fixed.
Oct 13
  • Many new streams added and organised the display of stream names
Oct 15
  • Many reports given to Regional Panel for analysis of MT.
Oct 19
  • Class Teachers can now view the enrollment position in their panel.
Oct 20
  • Bio + IP Combination added in 11th and 12th
  • Check added to alert subject teachers (Classes IX to XII) in case streams have not been assigned to students by the class teacher.
  • Displayed Pass % Report to Regional HQ.
Oct 24
  • Employee Deletion - The feature has been integrated in the Edit Employee page. The system checks for any unassigned linkage and alert the admin to first unassign all existing linkages before deleting the employee.
Oct 25
  • Logging enabled for employee deletion - All deletions will be logged with raw dump of existing data and reason for deletion.
Oct 26
  • Reportcard for Class IX and Class XI Published
  • Enrollment (F-1) with colour indicators launched for ROs.
Oct 28
  • Employee's Initial password displayed after adding employee.
  • Bug Fixed - The values of Boys & Girls in Enrollment report were displayed interchanged. The issue has been fixed

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.

Entry Assist Integrated