Hi russell,
I am hacking directly into DT Register in order to have NBill create the corresponding order, invoice and income record whenever an user register for an event using DT Register.
Basically, the payment is being handled by DT Register and I will only require NBill to create the corresponding records as well as email the invoice to the user.
I have managed to create an order whenever a user register for an event in DT Register. However, instead of manually updating the invoice and income line. I wonder if there's any methods under nbf_cms::interops that allows me to trigger Nbill auto generate invoice and income functions?
I understand this is beyond the scope here but please help give me a pointer to the correct directions.
Would it be even possible to call nbf_cms::interops from another component like DT Register?