Jump to content

Very Limited Events?


andreasb

Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...