Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.