Quote Originally Posted by paulm View Post
Yes, and it appears to work just fine
(tested very briefly)

A quick way to register the sales report page is to add a box definition (extra_definitions):

PHP Code:
define('BOX_STATS_SALES_REPORT''Sales Report'); 
Could you be a bit more specific about which .php file this line of code should be inserted in? and where?

I'm looking at the code in \includes\modules\extra_definitions.php but its not obvious to me where this line of code should go.