Transactions Details
Bill Details
= $school_info['school_name']; ?>= $school_info['address']; ?> |
: Original |
|
Student Name : = $invoice_data['studentname'] ?>
Parent PAN: = $invoice_data['parent_pan'] ?>
Invoice Number : = $invoice_no ?>
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'] ?>
Batch : = str_replace('Batch ', '', $invoice_data['batch_name']) ?>
Bill Count : = $billPrintCountArray[0] ?>
Transaction Date & Time : = $invoice_data['tdt'] ?>
= $school_info['school_name']; ?>= $school_info['address']; ?> |
: Copy |
|
Student Name : = $invoice_data['studentname'] ?>
Parent PAN: = $invoice_data['parent_pan'] ?>
Invoice Number : = $invoice_no ?>
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'] ?>
Batch : = str_replace('Batch ', '', $invoice_data['batch_name']) ?>
Bill Count : = $billPrintCountArray[0] ?>
Transaction Date & Time : = $invoice_data['tdt'] ?>