Transactions Details
= $school_info['school_name']; ?>= $school_info['address']; ?> |
: Copy |
|
Student Name | : | = $invoice_data['studentname'] ?> | Parent PAN | : | = (!empty($invoice_data['parent_pan'])) ? $invoice_data['parent_pan'] : '--'; ?> | Bill Print Count | : | = $invoice_data['bill_print_count'] ?> |
---|---|---|---|---|---|---|---|---|
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 | : | = $invoice_data['studentId'] ?> | Transaction Date & Time | : | = $invoice_data['tdt'] ?> |
Batch | : | = $invoice_data['batch_name']; ?> |