first commit

This commit is contained in:
sujan
2024-08-06 18:06:00 +05:45
commit a2fa49071a
2745 changed files with 391199 additions and 0 deletions

View File

@ -0,0 +1,29 @@
<?php
// Heading
$_['heading_title'] = 'Customer Report';
// Text
$_['text_extension'] = 'Extensions';
$_['text_edit'] = 'Edit Customer Report';
$_['text_success'] = 'Success: You have modified customers report!';
$_['text_filter'] = 'Filter';
$_['text_year'] = 'Years';
$_['text_month'] = 'Months';
$_['text_week'] = 'Weeks';
$_['text_day'] = 'Days';
$_['text_all_status'] = 'All Statuses';
// Column
$_['column_date_start'] = 'Date Start';
$_['column_date_end'] = 'Date End';
$_['column_total'] = 'No. Customers';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_group'] = 'Group By';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify customers report!';

View File

@ -0,0 +1,42 @@
<?php
// Heading
$_['heading_title'] = 'Customer Activity Report';
// Text
$_['text_extension'] = 'Extensions';
$_['text_edit'] = 'Edit Customer Activity Report';
$_['text_success'] = 'Success: You have modified customer activity report!';
$_['text_filter'] = 'Filter';
$_['text_activity_register'] = '<a href="customer_id=%d">%s</a> registered for an account.';
$_['text_activity_edit'] = '<a href="customer_id=%d">%s</a> updated their account details.';
$_['text_activity_password'] = '<a href="customer_id=%d">%s</a> updated their account password.';
$_['text_activity_reset'] = '<a href="customer_id=%d">%s</a> reset their account password.';
$_['text_activity_login'] = '<a href="customer_id=%d">%s</a> logged in.';
$_['text_activity_forgotten'] = '<a href="customer_id=%d">%s</a> requested a reset password.';
$_['text_activity_address_add'] = '<a href="customer_id=%d">%s</a> added a new address.';
$_['text_activity_address_edit'] = '<a href="customer_id=%d">%s</a> updated their address.';
$_['text_activity_address_delete'] = '<a href="customer_id=%d">%s</a> deleted one of their addresses.';
$_['text_activity_return_account'] = '<a href="customer_id=%d">%s</a> submitted a product return.';
$_['text_activity_return_guest'] = '%s submitted a product return.';
$_['text_activity_order_account'] = '<a href="customer_id=%d">%s</a> created a <a href="order_id=%d">new order</a>.';
$_['text_activity_order_guest'] = '%s created a <a href="order_id=%d">new order</a>.';
$_['text_activity_affiliate_add'] = '<a href="customer_id=%d">%s</a> registered for a affiliate account.';
$_['text_activity_affiliate_edit'] = '<a href="customer_id=%d">%s</a> updated their affiliate details.';
$_['text_activity_transaction'] = '<a href="customer_id=%d">%s</a> received commission from an new <a href="order_id=%d">order</a>.';
// Column
$_['column_customer'] = 'Customer';
$_['column_comment'] = 'Comment';
$_['column_ip'] = 'IP';
$_['column_date_added'] = 'Date Added';
// Entry
$_['entry_customer'] = 'Customer';
$_['entry_ip'] = 'IP';
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify customer activity report!';

View File

@ -0,0 +1,31 @@
<?php
// Heading
$_['heading_title'] = 'Customer Orders Report';
// Text
$_['text_extension'] = 'Extensions';
$_['text_edit'] = 'Edit Customer Orders Report';
$_['text_success'] = 'Success: You have modified customer orders report!';
$_['text_filter'] = 'Filter';
$_['text_all_status'] = 'All Statuses';
// Column
$_['column_customer'] = 'Customer Name';
$_['column_email'] = 'E-Mail';
$_['column_customer_group'] = 'Customer Group';
$_['column_status'] = 'Status';
$_['column_orders'] = 'No. Orders';
$_['column_products'] = 'No. Products';
$_['column_total'] = 'Total';
$_['column_action'] = 'Action';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_customer'] = 'Customer';
$_['entry_order_status'] = 'Order Status';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify customer orders report!';

View File

@ -0,0 +1,29 @@
<?php
// Heading
$_['heading_title'] = 'Customer Reward Points Report';
// Text
$_['text_extension'] = 'Extensions';
$_['text_edit'] = 'Edit Customer Reward Points Report';
$_['text_success'] = 'Success: You have modified customer reward points report!';
$_['text_filter'] = 'Filter';
// Column
$_['column_customer'] = 'Customer Name';
$_['column_email'] = 'E-Mail';
$_['column_customer_group'] = 'Customer Group';
$_['column_status'] = 'Status';
$_['column_points'] = 'Reward Points';
$_['column_orders'] = 'No. Orders';
$_['column_total'] = 'Total';
$_['column_action'] = 'Action';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_customer'] = 'Customer';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify customer reward points report!';

View File

@ -0,0 +1,31 @@
<?php
// Heading
$_['heading_title'] = 'Customer Searches Report';
// Text
$_['text_extension'] = 'Extensions';
$_['text_edit'] = 'Edit Customer Searches Report';
$_['text_success'] = 'Success: You have modified customer searches report!';
$_['text_filter'] = 'Filter';
$_['text_guest'] = 'Guest';
$_['text_customer'] = '<a href="%s">%s</a>';
// Column
$_['column_keyword'] = 'Keyword';
$_['column_products'] = 'Found Products';
$_['column_category'] = 'Category';
$_['column_customer'] = 'Customer';
$_['column_ip'] = 'IP';
$_['column_date_added'] = 'Date Added';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_keyword'] = 'Keyword';
$_['entry_customer'] = 'Customer';
$_['entry_ip'] = 'IP';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify customer searches report!';

View File

@ -0,0 +1,27 @@
<?php
// Heading
$_['heading_title'] = 'Customer Subscription Report';
// Text
$_['text_extension'] = 'Extensions';
$_['text_edit'] = 'Edit Customer Subscription Report';
$_['text_success'] = 'Success: You have modified customer subscription report!';
$_['text_filter'] = 'Filter';
// Column
$_['column_customer'] = 'Customer Name';
$_['column_email'] = 'E-Mail';
$_['column_customer_group'] = 'Customer Group';
$_['column_status'] = 'Status';
$_['column_total'] = 'Total';
$_['column_action'] = 'Action';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_customer'] = 'Customer';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify customer subscription report!';

View File

@ -0,0 +1,27 @@
<?php
// Heading
$_['heading_title'] = 'Customer Transaction Report';
// Text
$_['text_extension'] = 'Extensions';
$_['text_edit'] = 'Edit Customer Transaction Report';
$_['text_success'] = 'Success: You have modified customer transaction report!';
$_['text_filter'] = 'Filter';
// Column
$_['column_customer'] = 'Customer Name';
$_['column_email'] = 'E-Mail';
$_['column_customer_group'] = 'Customer Group';
$_['column_status'] = 'Status';
$_['column_total'] = 'Total';
$_['column_action'] = 'Action';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_customer'] = 'Customer';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify customer transaction report!';

View File

@ -0,0 +1,27 @@
<?php
// Heading
$_['heading_title'] = 'Marketing Report';
// Text
$_['text_extension'] = 'Extensions';
$_['text_edit'] = 'Edit Marketing Report';
$_['text_success'] = 'Success: You have modified marketing report!';
$_['text_filter'] = 'Filter';
$_['text_all_status'] = 'All Statuses';
// Column
$_['column_campaign'] = 'Campaign Name';
$_['column_code'] = 'Code';
$_['column_clicks'] = 'Clicks';
$_['column_orders'] = 'No. Orders';
$_['column_total'] = 'Total';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_order_status'] = 'Order Status';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify marketing report!';

View File

@ -0,0 +1,28 @@
<?php
// Heading
$_['heading_title'] = 'Products Purchased Report';
// Text
$_['text_extension'] = 'Extensions';
$_['text_edit'] = 'Edit Products Purchased Report';
$_['text_success'] = 'Success: You have modified products purchased report!';
$_['text_filter'] = 'Filter';
$_['text_all_status'] = 'All Statuses';
// Column
$_['column_date_start'] = 'Date Start';
$_['column_date_end'] = 'Date End';
$_['column_name'] = 'Product Name';
$_['column_model'] = 'Model';
$_['column_quantity'] = 'Quantity';
$_['column_total'] = 'Total';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_order_status'] = 'Order Status';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify products purchased report!';

View File

@ -0,0 +1,22 @@
<?php
// Heading
$_['heading_title'] = 'Products Viewed Report';
// Text
$_['text_extension'] = 'Extensions';
$_['text_edit'] = 'Edit Products Viewed Report';
$_['text_success'] = 'Success: You have reset the products viewed report!';
$_['text_progress'] = 'Progressed %s of %s!';
// Column
$_['column_name'] = 'Product Name';
$_['column_model'] = 'Model';
$_['column_viewed'] = 'Viewed';
$_['column_percent'] = 'Percent';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify products viewed report!';

View File

@ -0,0 +1,25 @@
<?php
// Heading
$_['heading_title'] = 'Coupons Report';
// Text
$_['text_extension'] = 'Extensions';
$_['text_edit'] = 'Edit Coupons Report';
$_['text_success'] = 'Success: You have modified coupon report!';
$_['text_filter'] = 'Filter';
// Column
$_['column_name'] = 'Coupon Name';
$_['column_code'] = 'Code';
$_['column_orders'] = 'Orders';
$_['column_total'] = 'Total';
$_['column_action'] = 'Action';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify coupon report!';

View File

@ -0,0 +1,33 @@
<?php
// Heading
$_['heading_title'] = 'Sales Report';
// Text
$_['text_extension'] = 'Extensions';
$_['text_edit'] = 'Edit Sales Report';
$_['text_success'] = 'Success: You have modified sales report!';
$_['text_filter'] = 'Filter';
$_['text_year'] = 'Years';
$_['text_month'] = 'Months';
$_['text_week'] = 'Weeks';
$_['text_day'] = 'Days';
$_['text_all_status'] = 'All Statuses';
// Column
$_['column_date_start'] = 'Date Start';
$_['column_date_end'] = 'Date End';
$_['column_orders'] = 'No. Orders';
$_['column_products'] = 'No. Products';
$_['column_tax'] = 'Tax';
$_['column_total'] = 'Total';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_group'] = 'Group By';
$_['entry_order_status'] = 'Order Status';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify sales report!';

View File

@ -0,0 +1,30 @@
<?php
// Heading
$_['heading_title'] = 'Returns Report';
// Text
$_['text_extension'] = 'Extensions';
$_['text_edit'] = 'Edit Returns Report';
$_['text_success'] = 'Success: You have modified returns report!';
$_['text_filter'] = 'Filter';
$_['text_year'] = 'Years';
$_['text_month'] = 'Months';
$_['text_week'] = 'Weeks';
$_['text_day'] = 'Days';
$_['text_all_status'] = 'All Statuses';
// Column
$_['column_date_start'] = 'Date Start';
$_['column_date_end'] = 'Date End';
$_['column_returns'] = 'No. Returns';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_group'] = 'Group By';
$_['entry_return_status'] = 'Return Status';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify returns report!';

View File

@ -0,0 +1,32 @@
<?php
// Heading
$_['heading_title'] = 'Shipping Report';
// Text
$_['text_extension'] = 'Extensions';
$_['text_edit'] = 'Edit Shipping Report';
$_['text_success'] = 'Success: You have modified shipping report!';
$_['text_filter'] = 'Filter';
$_['text_year'] = 'Years';
$_['text_month'] = 'Months';
$_['text_week'] = 'Weeks';
$_['text_day'] = 'Days';
$_['text_all_status'] = 'All Statuses';
// Column
$_['column_date_start'] = 'Date Start';
$_['column_date_end'] = 'Date End';
$_['column_title'] = 'Shipping Title';
$_['column_orders'] = 'No. Orders';
$_['column_total'] = 'Total';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_group'] = 'Group By';
$_['entry_order_status'] = 'Order Status';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify shipping report!';

View File

@ -0,0 +1,32 @@
<?php
// Heading
$_['heading_title'] = 'Tax Report';
// Text
$_['text_extension'] = 'Extensions';
$_['text_edit'] = 'Edit Tax Report';
$_['text_success'] = 'Success: You have modified tax report!';
$_['text_filter'] = 'Filter';
$_['text_year'] = 'Years';
$_['text_month'] = 'Months';
$_['text_week'] = 'Weeks';
$_['text_day'] = 'Days';
$_['text_all_status'] = 'All Statuses';
// Column
$_['column_date_start'] = 'Date Start';
$_['column_date_end'] = 'Date End';
$_['column_title'] = 'Tax Title';
$_['column_orders'] = 'No. Orders';
$_['column_total'] = 'Total';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_group'] = 'Group By';
$_['entry_order_status'] = 'Order Status';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify tax report!';