Reports
S.No | Roll No | Student Name | Section | Total Assigned Amount | Paid Amount | Diduction Amount | Fine Amount | Due Amount | |
---|---|---|---|---|---|---|---|---|---|
'; 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']); ?> |