Reports
'; // print_r($studentlist); $sno = 1; foreach ($studentlist as $student) { // echo '
';
                                                    // var_dump($student);
                                                    $tdCnt = 9;
                                            ?>
                                                    
'; print_r($sftypes) ; $rowtotalAmt = ($rowtotalAmt + $student[$sftypes['feetype_name']]['total_amt']); $rowpaidAmt = ($rowpaidAmt + $student[$sftypes['feetype_name']]['paid_amt']); $rowdidAmt = ($rowdidAmt + $student[$sftypes['feetype_name']]['diduction_amt']); $rowdueAmt = ($rowdueAmt + $student[$sftypes['feetype_name']]['pending_amt']); $rowFineAmt = ($rowFineAmt + $student[$sftypes['feetype_name']]['fine_amt']); ?>
S.No Roll No Student Name Section Total Assigned Amount Paid Amount Diduction Amount Fine Amount Due Amount