Invoice Fee Reports
0) {
//echo ''; print_r($_POST);exit; if (isset($_POST['filter_fee_types']) && !empty($_POST['filter_fee_types'])) $f_f_types = $_POST['filter_fee_types']; $f_from_date = $_POST['filter_from_date']; $f_to_date = $_POST['filter_to_date']; $select_particular = $_POST['select_particular']; if ($select_particular == 'today') $theExportHeader .= ' For Today'; if ($f_from_date != '') $theExportHeader .= ' From ' . $f_from_date; if ($f_to_date != '') $theExportHeader .= ' To ' . $f_to_date; } ?>
S.No | Date | Invoice No | Student Id | Student Name | Class | Roll No | Discount | Fine | Total Paid | ||
---|---|---|---|---|---|---|---|---|---|---|---|
Deduction Amount = ' . $totalDeductionAmount; ?> | 0 | = $totalDeductionAmount; ?> | = $totalFineAmount; ?> | = $theRowTotal - $totalDeductionAmount + $totalFineAmount; ?> | |||||||
In |