Transactions Details

'; $invoice_no = ''; $billPrintCountArray = []; $invoiceIds = []; foreach ($invoice_data['invoices'] as $i_key => $i_value) { $invoice_no = $i_value['invoice_no']; array_push($invoiceIds, strval($i_value['id'])); array_push( $billPrintCountArray, $i_value['bill_print_count'] ); } // print_r($invoiceIds); ?>
Bill Details

: Original


Student Name :
Parent PAN:
Invoice Number :
Classroom : db->get_where('section', array('id' => $section_id))->row()->section_name; else $section_name = ''; $course_name = $this->db->get_where('course', array('id' => $invoice_data['course_id']))->row()->course_name; echo (!empty($section_name)) ? $course_name . ' - ' . $section_name : $course_name; ?>
Student ID :
Batch :
Bill Count :
Transaction Date & Time :

: Copy


Student Name :
Parent PAN:
Invoice Number :
Classroom : db->get_where('section', array('id' => $section_id))->row()->section_name; else $section_name = ''; $course_name = $this->db->get_where('course', array('id' => $invoice_data['course_id']))->row()->course_name; echo (!empty($section_name)) ? $course_name . ' - ' . $section_name : $course_name; ?>
Student ID :
Batch :
Bill Count :
Transaction Date & Time :