GeneralJournalAccountEntryZakat_SA::getDrAmountFromAccountNum Method
Gets debit amount in transaction currency and specified zakat type, fiscal year and record id of the GeneralJournalAccountEntry table record.
Syntax
client server public static AmountCur getDrAmountFromAccountNum(
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 debit amount in transaction currency.