iCubik Posted June 19, 2018 Share Posted June 19, 2018 Hi, I'm looking to hire someone to code a hook which will cancel any outstanding invoice upon termination of a service. I know there's a module that does it but I don't think $30 a year justifies a hook.. Can people quote me? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 20, 2018 Share Posted June 20, 2018 Hi Stephen, 15 hours ago, iCubik said: I'm looking to hire someone to code a hook which will cancel any outstanding invoice upon termination of a service. I know there's a module that does it but I don't think $30 a year justifies a hook.. you mean "Cancel Invoice on Termination" - it's around $20 per year, not $30... the price shown in Marketplace, of $7.50 per quarter, is seemingly out of date. 15 hours ago, iCubik said: Can people quote me? not where you posted in "Building Modules", but one of the moderators has moved it to Service Offers & Requests in order that you can receive replies... 0 Quote Link to comment Share on other sites More sharing options...
wsa Posted June 20, 2018 Share Posted June 20, 2018 (edited) I get something like that. Please contact us here for custom WHMCS Development Edited June 20, 2018 by wsa 0 Quote Link to comment Share on other sites More sharing options...
WEB Frigate Posted June 21, 2018 Share Posted June 21, 2018 To be honest I doubt that anyone will be able to do this for you as a custom project from the ground for less that $20. The script would be very easy to make, but there is still some work involved including of course tests. Even if someone has this already developed it might require adjustment, and while maybe the feature itself is not worth that much in your opinion, you need to remember that usually developer has additional costs related to the maintenance like fixes and adjustments to latest versions of WHMCS so this is where the price comes from. Just saying. That being said I think there could be a way for you to get this for $10 or less. I am not promising anything here, but if you want to know what I have in mind just leave me a message Here 0 Quote Link to comment Share on other sites More sharing options...
rickybsb Posted December 29, 2018 Share Posted December 29, 2018 i just wrote a sql query that will point the terminated services with unpaid invoices, that you may want to mark cancelled invoices select id,orderid,userid,amount,domain,domainstatus,billingcycle,notes from tblhosting where domainstatus='Terminated' and id in (select a.relid from tblinvoiceitems a, tblinvoices b where a.invoiceid=b.id and a.type='Hosting' and b.status='Unpaid' ) ; regards 0 Quote Link to comment Share on other sites More sharing options...
WGS Posted January 7, 2019 Share Posted January 7, 2019 If you are still looking for it, get in touch with us: https://whmcsglobalservices.com/whmcs-custom-development/ 0 Quote Link to comment Share on other sites More sharing options...
wtricks Posted May 6, 2019 Share Posted May 6, 2019 Might be a late reply... we just released a hooks that does exactly this. This hook runs after all the automations and set the invoices to “Cancelled” it the services have been terminated or cancelled. This feature has been long requested to WHMCS but it was never implemented. You can find more info and buy it here: https://whmcstricks.com/cancel-invoice-for-terminated-and-cancelled-services/ 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.