Jump to content

Recommended Posts

Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...