Skip to main content

Editing of Staff

 The feature has been activated for Schools.

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...

Support for 6 Digit roll Nos. Integrated

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

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; } ?>

Markslip Integrated

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

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.

Broadsheet Integrated

 

Whatsapp Business Migration from iPhone to Android for Free

This article will help you migrate your Whatsapp BUSINESS chat data (alongwith Media) from iPhone to Android for Free. Step 1 - Move data from Whatsapp business to Whatsapp Time required: 5 Mins Install whatsapp on your iPhone. Proceed using the same number as that of Whatsapp business in that iPhone. The system will give a warning that business settings will be lost. Here you need to agree to losing your catalogues and auto replies. You can add them back later manually when the migration to android is completed. Once the process is completed, check the data in Whatsapp and Uninstall (Remove) Whatsapp Business App from your iPhone and proceed to step 2. Step 2 - Migrate data from iPhone to Android Time required: 1-2 Hours (Depends on data size.) Take a backup of Whatsapp by going to Settings > Chat > Chat Backup. This is to ensure that all data is safe and you have a recovery option in case anything goes wrong. Install Whatsapp in the Android phone. Proceed with the same number u...

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...