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.
Calculates tax WithholdAmount for Advance payment.
Syntax
public real taxWithholdAdvancePaymentCalc(
LedgerJournalTrans _ledgerJournalTrans,
LedgerVoucher _ledgerVoucher,
real _grossAmount,
[boolean _isTmpTable,
SpecTrans _specTrans,
boolean _isVendorTransaction])
Run On
Server
Parameters
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
The LedgerJournalTrans buffer.
- _ledgerVoucher
Type: LedgerVoucher Class
The LedgerVoucher object.
- _grossAmount
Type: real
The GrossAmount.
- _isTmpTable
Type: boolean
boolean value if IsTmpTable.
- _specTrans
Type: SpecTrans Table
The SpecTrans buffer.
- _isVendorTransaction
Type: boolean
boolean value if isVendorTransaction.
Return Value
Type: real
Calculated tax WithholdAmount for Advance payment.