shop.balmet.com

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

sale_tax.php (1011B)


      1 <?php
      2 // Heading
      3 $_['heading_title']     = 'Tax Report';
      4 
      5 // Text
      6 $_['text_extension']    = 'Extensions';
      7 $_['text_edit']         = 'Edit Tax Report';
      8 $_['text_success']      = 'Success: You have modified tax report!';
      9 $_['text_filter']       = 'Filter';
     10 $_['text_year']         = 'Years';
     11 $_['text_month']        = 'Months';
     12 $_['text_week']         = 'Weeks';
     13 $_['text_day']          = 'Days';
     14 $_['text_all_status']   = 'All Statuses';
     15 
     16 // Column
     17 $_['column_date_start'] = 'Date Start';
     18 $_['column_date_end']   = 'Date End';
     19 $_['column_title']      = 'Tax Title';
     20 $_['column_orders']     = 'No. Orders';
     21 $_['column_total']      = 'Total';
     22 
     23 // Entry
     24 $_['entry_date_start']  = 'Date Start';
     25 $_['entry_date_end']    = 'Date End';
     26 $_['entry_group']       = 'Group By';
     27 $_['entry_status']      = 'Order Status';
     28 $_['entry_status']      = 'Status';
     29 $_['entry_sort_order']  = 'Sort Order';
     30 
     31 // Error
     32 $_['error_permission']  = 'Warning: You do not have permission to modify tax report!';