Hi Experts,
I have a requirement where the PO number should update on voucher transactions after PO invoice is posted.
I looked into following classes PurchFormLetter_Invoice, LedgerVoucher, LedgerPostingGeneralJournalController. Record is created when LedgerPostingGeneralJournalController.transfer is called.
But most of the methods are private. Also if any method is available for extension, I am unable to find the reference to the record.
Can anyone give me a hint on how to proceed with this particular requirement please?
Regards