Inetbiz Posted March 15, 2012 Share Posted March 15, 2012 Server Revenue Forecast report does not filter out inactive servers. Please sql query active only 0 Quote Link to comment Share on other sites More sharing options...
Inetbiz Posted March 15, 2012 Author Share Posted March 15, 2012 Line 13 FIND $query = "SELECT * FROM tblservers ORDER BY name ASC"; Change to: $query = "SELECT * FROM tblservers WHERE disabled = 0 ORDER BY name ASC"; 0 Quote Link to comment Share on other sites More sharing options...
Inetbiz Posted March 15, 2012 Author Share Posted March 15, 2012 Now if add-ons to that server were calculated as income and expense, that would be nice! 0 Quote Link to comment Share on other sites More sharing options...
debodie Posted April 19, 2012 Share Posted April 19, 2012 I would also like to see add-ons included. Has anyone else done this already? 0 Quote Link to comment Share on other sites More sharing options...
EWH1 Posted April 20, 2012 Share Posted April 20, 2012 They also need to add a way to track revenue from VPS servers/nodes that run under the SolusVM integration. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted May 10, 2012 WHMCS CEO Share Posted May 10, 2012 Addons cannot have a cost associated with them currently, but we can certainly look at adding them into the income forecast for a server. Will add this to our dev list. And thanks for the heads up on the inactive servers. We'll merge that edit into the next update. Matt 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.