When you run the income forecast report it includes products that have already been cancelled. Not even a Greek banker would try to get away with this. Obvious bug I think.
The income forecast report only considers active services and domains. You can confirm this by reviewing the /modules/reports/income_forecast.php file:
[co]
$result = select_query("tblhosting","",array("domainstatus"=>"Active","currency"=>(int)$currencyid),"","","","tblclients ON tblclients.id=tblhosting.userid");
2 Comments
Login to post a comment.
Thanks for your suggestion and votes.
The income forecast report only considers active services and domains. You can confirm this by reviewing the /modules/reports/income_forecast.php file:
[co]