Hi ALL,
Can you please let me know
Class - LedgerVoucherTransObject
Method - initFromLedgerPostingTransaction
I have found the below piece of code
generalJournalAccountEntry.LedgerDimension = _ledgerPostingTransaction.LedgerDimension;
which stored the ledger account while doing PO- Product receipt.
I found, during Product receipt - PurchPackingSlipJournalPost class is called.
Kindly let me know in the class PurchPackingSlipJournalPost , where I will get ledger account ( which is stored in GeneralJournalAccountEntry)? I mean in which method ?
Kindly help me on this.
Thanks!