GeneralJournalAccountEntryZakat_SA::getTotalAmountFromAccountNum Method
Gets total balance amount in transaction currency and specified zakat type, fiscal year and record id of the GeneralJournalAccountEntry table record.
Syntax
client server public static AmountCur getTotalAmountFromAccountNum(
LedgerItemTypeZakat_SA _zakatType,
LedgerFiscalYearZakat_SA _fiscalYear,
GeneralJournalAccountEntryRecId _generalJournalAccountEntryRecId)
Run On
Called
Parameters
- _zakatType
Type: LedgerItemTypeZakat_SA Enumeration
The zakat type.
- _fiscalYear
Type: LedgerFiscalYearZakat_SA Extended Data Type
The fiscal year.
- _generalJournalAccountEntryRecId
Type: GeneralJournalAccountEntryRecId Extended Data Type
The record id of the GeneralJournalAccountEntry table record.
Return Value
Type: AmountCur Extended Data Type
The total balance amount.