¨4.0.1¨

This commit is contained in:
¨NW¨
2023-12-03 14:07:47 +00:00
parent c08b36d1b6
commit f35052522d
1112 changed files with 43019 additions and 24987 deletions

View File

@@ -60,53 +60,53 @@ return [
'products_count' => 'Products Count',
'total' => 'Total',
// coupons_report
# coupons_report
'coupon_name' => 'Coupon Name',
'coupon_code' => 'Coupon Code',
// customer orders report
# customer orders report
'customer_name' => 'Customer Email',
'customer_email' => 'Customer Email',
'customer_group' => 'Customer Group',
'guest' => 'Guest',
'registered' => 'Registered',
// products purchase report
# products purchase report
'qty' => 'Qty',
// products stock report
# products stock report
'stock_availability' => 'Stock Availability',
// products view report
# products view report
'views' => 'Views',
// branded products report
# branded products report
'brand' => 'Brand',
// category products report
# category products report
'category' => 'Category',
// taxed products report
# taxed products report
'tax_class' => 'Tax Class',
// tagged products report
# tagged products report
'tag' => 'Tag',
// sales report
# sales report
'subtotal' => 'Subtotal',
'shipping' => 'Shipping',
'discount' => 'Discount',
'tax' => 'Tax',
// search report
# search report
'keyword' => 'Keyword',
'results' => 'Results',
'hits' => 'Hits',
// shipping report
# shipping report
'shipping_method' => 'Shipping Method',
// tax report
# tax report
'tax_name' => 'Tax Name',
],
];