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.
Checks if TCS taxes are applicable to the combination of journals.
Syntax
public boolean canCalculateTCS(
LedgerJournalACType _accountType,
LedgerJournalACType _offsetAccountType,
AmountCur _amountCurDebit,
AmountCur _amountCurCredit,
LedgerJournalAC _account,
LedgerJournalAC _offsetAccount,
LedgerJournalType _ledgerJournalType)
Run On
Server
Parameters
- _accountType
Type: LedgerJournalACType Enumeration
The LedgerJournalACType value for AccountType.
- _offsetAccountType
Type: LedgerJournalACType Enumeration
The LedgerJournalACType value for OffsetAccountType.
- _amountCurDebit
Type: AmountCur Extended Data Type
The AmountCurDebit value.
- _amountCurCredit
Type: AmountCur Extended Data Type
The AmountCurCredit value.
- _account
Type: LedgerJournalAC Extended Data Type
The AccountNum value.
- _offsetAccount
Type: LedgerJournalAC Extended Data Type
The OffsetAccountNum value.
- _ledgerJournalType
Type: LedgerJournalType Enumeration
The LedgerJournalType value.
Return Value
Type: boolean
true, if TCS taxes are applicable to the combination of journals otherwise, false.