Previous Topic

Next Topic

SubtractGST - SQL Function

SubtractGST(Amount: Number[, Code: String, EffectiveDate: Date])

Subtract GST from Amount. GST at the rate applicable to Code and EffectiveDate is subtracted from Amount. If Code is not entered, the rate for the default GST code is used. If EffectiveDate is not specified, the current accounting System Date date is used.

SubtractGST function syntax has these named arguments:

Parameter

Description

Amount

Required. The amount to subtract GST from.

Code

Optional. The GST Code to be used.

Effective Date

Optional. The effective date to apply GST at.

See Also

SQL GST Functions

Book Contents

Book Index