/home/edulekha/crm.edulekha.com/application/views/admin/reports/includes/sales_payments.php
<?php defined('BASEPATH') or exit('No direct script access allowed'); ?>
<div id="payments-received-report" class="hide">
      <table class="table table-payments-received-report">
         <thead>
            <tr>
               <th><?php echo _l('payments_table_number_heading'); ?></th>
               <th><?php echo _l('payments_table_date_heading'); ?></th>
               <th><?php echo _l('payments_table_invoicenumber_heading'); ?></th>
               <th><?php echo _l('payments_table_client_heading'); ?></th>
               <th><?php echo _l('payments_table_mode_heading'); ?></th>
               <th><?php echo _l('payment_transaction_id'); ?></th>
               <th><?php echo _l('note'); ?></th>
               <th><?php echo _l('payments_table_amount_heading'); ?></th>
            </tr>
         </thead>
         <tbody></tbody>
         <tfoot>
            <td></td>
            <td></td>
            <td></td>
            <td></td>
            <td></td>
            <td></td>
            <td></td>
            <td class="total"></td>
         </tfoot>
      </table>
   </div>