GeneralJournalAccountEntryZakat_SA::getCreditDebitAmountFromFiscalYr Method
Gets debit or credit amount in specified zakat type, fiscal year and ledger dimension account.
Syntax
client server public static AmountCur getCreditDebitAmountFromFiscalYr(
LedgerItemTypeZakat_SA _zakatType,
LedgerFiscalYearZakat_SA _fiscalYear,
LedgerDimensionAccount _ledgerDimensionAccount,
[Sign _sign])
Run On
Called
Parameters
- _zakatType
Type: LedgerItemTypeZakat_SA Enumeration
The zakat type.
- _fiscalYear
Type: LedgerFiscalYearZakat_SA Extended Data Type
The fiscal year.
- _ledgerDimensionAccount
Type: LedgerDimensionAccount Extended Data Type
The ledger dimension account.
- _sign
Type: Sign Extended Data Type
A integer value that indicates get debit amount or credit amount.
Return Value
Type: AmountCur Extended Data Type
The debit or credit amount.