product_purchased.php (925B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Products Purchased Report'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_edit'] = 'Edit Products Purchased Report'; 8 $_['text_success'] = 'Success: You have modified products purchased report!'; 9 $_['text_filter'] = 'Filter'; 10 $_['text_all_status'] = 'All Statuses'; 11 12 // Column 13 $_['column_date_start'] = 'Date Start'; 14 $_['column_date_end'] = 'Date End'; 15 $_['column_name'] = 'Product Name'; 16 $_['column_model'] = 'Model'; 17 $_['column_quantity'] = 'Quantity'; 18 $_['column_total'] = 'Total'; 19 20 // Entry 21 $_['entry_date_start'] = 'Date Start'; 22 $_['entry_date_end'] = 'Date End'; 23 $_['entry_status'] = 'Order Status'; 24 $_['entry_status'] = 'Status'; 25 $_['entry_sort_order'] = 'Sort Order'; 26 27 // Error 28 $_['error_permission'] = 'Warning: You do not have permission to modify products purchased report!';