shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

customer_transaction.php (948B)


      1 <?php
      2 // Heading
      3 $_['heading_title']         = 'Customer Transaction Report';
      4 
      5 // Column
      6 $_['text_extension']        = 'Extensions';
      7 $_['text_edit']             = 'Edit Customer Transaction Report';
      8 $_['text_success']          = 'Success: You have modified customer credit report!';
      9 $_['text_filter']           = 'Filter';
     10 
     11 // Column
     12 $_['column_customer']       = 'Customer Name';
     13 $_['column_email']          = 'E-Mail';
     14 $_['column_customer_group'] = 'Customer Group';
     15 $_['column_status']         = 'Status';
     16 $_['column_total']          = 'Total';
     17 $_['column_action']         = 'Action';
     18 
     19 // Entry
     20 $_['entry_date_start']      = 'Date Start';
     21 $_['entry_date_end']        = 'Date End';
     22 $_['entry_customer']        = 'Customer';
     23 $_['entry_status']          = 'Status';
     24 $_['entry_sort_order']      = 'Sort Order';
     25 
     26 // Error
     27 $_['error_permission']      = 'Warning: You do not have permission to modify customer credit report!';