Hi all,
I need to add VAT details on the ledgerJournal report. I added 4 fields on the ledgerJournalTmp table i.e Tax group, Tax item group, tax code and Tax Amount. I modified the LedgerjournalDP class by adding these fields in the method (insertJournalTransforLedgerJournalTable) and able to get the value for three fields which are the fields of LedgerJournalTrans table but couldn't able to fetch Tax amount as this is the method in the LedgerJournalTrans table. Please help me out in fetching the method value of a table on the report.
Thanks,