You are here

constant UC_REPORTS_MAX_RECORDS in Ubercart 5

Same name and namespace in other branches
  1. 6.2 uc_reports/uc_reports.module \UC_REPORTS_MAX_RECORDS
  2. 7.3 uc_reports/uc_reports.module \UC_REPORTS_MAX_RECORDS

@file Displays reports on sales, customers, and products to store admin

The reports module creates a few table-based reports for an ubercart store. Store admins can view reports for sales between different dates, customers by the products purchased and money spent, and products by their views, number sold, and revenue produced.

Development sponsored by the Ubercart project. http://www.ubercart.org

4 uses of UC_REPORTS_MAX_RECORDS
uc_reports_customers in uc_reports/uc_reports.module
Display the customer report
uc_reports_products in uc_reports/uc_reports.module
Display the product reports
uc_reports_products_custom in uc_reports/uc_reports.module
Display the product reports
uc_stock_report in uc_stock/uc_stock.module

File

uc_reports/uc_reports.module, line 15
Displays reports on sales, customers, and products to store admin

Code

define('UC_REPORTS_MAX_RECORDS', PHP_INT_MAX);