How can we improve WHMCS?

Share, discuss and vote for what you would like to see added to WHMCS

Remove cancelled products from the income forecast report.



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.

2 Comments

Login to post a comment.

Yes Will be very helpfully
Hi,
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]
  • $result = select_query("tblhosting","",array("domainstatus"=>"Active","currency"=>(int)$currencyid),"","","","tblclients ON tblclients.id=tblhosting.userid");
  • [/co]