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 whether withholding tax calculation is possible for this LedgerJournalTrans .
Syntax
protected boolean canCalculateWHT(
LedgerJournalTrans _ledgerJournalTrans,
CompanyId _invoiceCompany,
CompanyId _paymentCompany,
CustVendAC _account)
Run On
Server
Parameters
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
The buffer of LedgerJournalTrans .
- _invoiceCompany
Type: CompanyId Extended Data Type
The invoice company used.
- _paymentCompany
Type: CompanyId Extended Data Type
The payment company used.
- _account
Type: CustVendAC Extended Data Type
Customer/vendor is used to find the record.
Return Value
Type: boolean
Returns true if withholding tax calculation is possible otherwise false.