0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.21.93.159


Current Path : /var/www/html/univadmin/src/
Upload File :
Current File : /var/www/html/univadmin/src/teachValBill.php

<?php

function showTeachValBill($aobj_context)
{
  $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC);

    $univcode = $aobj_context->mobj_data["univcode"];  

    $fboardfrom = $aobj_context->mobj_data["fboardfrom"];
    $fboardto = $aobj_context->mobj_data["fboardto"];
    $status = $aobj_context->mobj_data["status"];
    $fscale = $aobj_context->mobj_data["fscale"];

    // 

    // 

    // 

    // 

    /***********************************************
     * Loop through mashead table
     * 
     * Calculate Travelling Allowance
     * 
     * select * from masfare 
     * if ffare > 0 ? fffare : fdistabce * fperkm
     * 
     * Calculate Dearness Alllownce
     * Calculate No of days  
     * Get degree group
     * 
     * select * from masda where fdeggrep = 'PG' and fextype = 'UGC' and fdatype = 'DA'
     * 
     * Calculate Remunaration
     * select * from masrem where fdeggrp = 'UG' and fextype = 'UGC' and fteachtype = 'E'
     * and 
     * 
     */
}