Invoice 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;
                                }
                                ?>
                                
Filter
'; // print_r($the_results); $sno = 1; foreach ($the_results as $res) { $tdCnt = 9; ?> Deduction Amount = ' . $totalDeductionAmount; ?>
S.No Date Invoice No Student Name Class Roll No Discount Fine Total Paid
In