Hi,
May I know which class or method should I put my custom code for generating Custom Sales Invoice Number Sequence?
Our company used two different number sequence for Sales invoice. The Number Sequence for service and Item is different.
I have read somewhere that the sequence number is generated in CustPostInvoice class and allocateNumAndVoucher method so I tried putting my code there. I used info('show some message') to check if it's really executing the class when posting the invoice but seems that it's not.
My code is also ready. What I need to know is which class and method does the Sales Invoice generates the Number Sequence.
Thanks.
*This post is locked for comments