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 taxWithholdAdvancePayment(
LedgerJournalTrans _ledgerJournalTrans,
LedgerVoucher _ledgerVoucher,
TaxWithholdGroup _taxWithholdGroup,
real _grossAmount)
Run On
Server
Parameters
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
The LedgerJournalTrans buffer.
- _ledgerVoucher
Type: LedgerVoucher Class
The LedgerVoucher object.
- _taxWithholdGroup
Type: TaxWithholdGroup Extended Data Type
The TaxWithholdGroup value.
- _grossAmount
Type: real
The GrossAmount.
Return Value
Type: real
Tax WithholdAmount for Advance payment.