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 advance payment information.
Syntax
public real calcTaxAdvancePayment(
LedgerJournalTrans _ledgerJournalTrans,
real _grossAmount,
[SpecTrans _specTrans,
boolean _isVendorTransaction])
Run On
Server
Parameters
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
The ledger journal transaction.
- _grossAmount
Type: real
The gross amount.
- _specTrans
Type: SpecTrans Table
The spce transaction.
- _isVendorTransaction
Type: boolean
True if the transaction is vendor transaction.
Return Value
Type: real
The tax advance payment amount.