sale_order.php (1056B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Sales Report'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_edit'] = 'Edit Sales Report'; 8 $_['text_success'] = 'Success: You have modified sales 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_orders'] = 'No. Orders'; 20 $_['column_products'] = 'No. Products'; 21 $_['column_tax'] = 'Tax'; 22 $_['column_total'] = 'Total'; 23 24 // Entry 25 $_['entry_date_start'] = 'Date Start'; 26 $_['entry_date_end'] = 'Date End'; 27 $_['entry_group'] = 'Group By'; 28 $_['entry_status'] = 'Order Status'; 29 $_['entry_status'] = 'Status'; 30 $_['entry_sort_order'] = 'Sort Order'; 31 32 // Error 33 $_['error_permission'] = 'Warning: You do not have permission to modify sales report!';