itvietnam Posted September 7, 2015 Share Posted September 7, 2015 Hi all, How to check cancel service from date 1 to 30/31 per month or with date range in WHMCS ? We can not find this session under WHMCS. Or any others plugin can help this. 0 Quote Link to comment Share on other sites More sharing options...
nimonogi Posted September 7, 2015 Share Posted September 7, 2015 (edited) - Removed - Edited September 7, 2015 by Infopro Unsolicited Advertising Outside the MarketPlace Forum is Not Permitted. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted September 7, 2015 Share Posted September 7, 2015 Hi all, How to check cancel service from date 1 to 30/31 per month or with date range in WHMCS ? We can not find this session under WHMCS. Or any others plugin can help this. you can run this query from PHPMyAdmin, SELECT * FROM `tblorders` WHERE `status`='Cancelled' AND `date` BETWEEN '2015-08-01 00:00:00' AND '2015-08-31 23:59:59' 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.