Hi,
Newbie lonely developer here.
SSRS_Report_LedgerBalanceTotalAndBalance show us the amount of balance total on local currency(AmountMST).
Now I hope to add a field indicating the total balance of the foreign currency transaction amount in addition to the original field.
Because we also need to know how much the transaction amount is.
First I think maybe the DP of SSRS_Report_LedgerBalanceTotalAndBalance will be the resolution, so I take the Class_LedgerBalaceMainAccountAmountByCurrency for help.
But the result is the same as the Class_LedgerBalaceMainAccountAmount..
Now I know the amount is from Class_LedgerBalanceQueryGeneralJournal, then try to extends a new class base on LedgerBalaceMainAccount.
somehow the method getTransactionCurrencyCreditBalance is gone and cannot be used.
Try referencing to SSRS_Report_AccountStatementByCurrencyReport (LedgerAccountStatementPerCurrency), but the business logic is another way.
I don't know the relation about MainAccount, GeneralJournalEntry And GeneralJournalAccountEntry.
This issue got me so hard, still don't know these things well.
More research, makes me more confuse..
Any suggestion?
Best Regard.