AddGST(Amount: Number[, Code: String, EffectiveDate: Date]): Number
Add GST to Amount. GST at the rate applicable to Code and EffectiveDate is added to 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.
AddGST function syntax has these named arguments:
Parameter |
Description |
|---|---|
Amount |
Required. The amount to add GST to. |
Code |
Optional. The GST Code to be used. |
Effective Date |
Optional. The effective date to apply GST at. |