andreasb Posted November 17, 2015 Report Posted November 17, 2015 Hi, Are there no events for these? - Create/update/remove product - Create/update/remove product group - Edit client In WHMCS I use: add_hook("ClientAdd",1,"economic_hook_create_debtor"); add_hook("ClientEdit",1,"economic_hook_edit_debtor"); add_hook("ProductEdit",1,"economic_hook_edit_product"); add_hook("InvoiceCreated",1,"economic_hook_invoice_created"); add_hook("InvoiceCancelled",1,"economic_hook_invoice_cancelled"); add_hook("InvoicePaid",1,"economic_hook_invoice_paid"); add_hook("AddTransaction",1,"economic_hook_transaction_add"); add_hook("LogTransaction",1,"economic_hook_transaction_log"); This is due to the fact that I recreate every customer, every product, and every invoice in eConomic. This was the easiest way for me to make WHMCS legal here in Norway. Quote
Tyson Posted November 17, 2015 Report Posted November 17, 2015 All of the events are described here. Serendesk 1 Quote
andreasb Posted November 17, 2015 Author Report Posted November 17, 2015 All of the events are described here. "all" implying there are many. The few you have, are described there. Are there any plans adding more? Quote
Tyson Posted November 18, 2015 Report Posted November 18, 2015 I said all implying that the entirety of the event list is described in the documentation from the link above. And yes, we do plan to continue adding more events, such as on user authentication, as well as others that have been requested such as the thread you replied to and this one. Michael and andreasb 2 Quote
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.