New Zealand

New Zealand

Quotes / Vehicle

Initial CTP GST (Number) - The "Initial CTP GST" calculation is varied for NZ systems. When the Quotes / Vehicle "Initial CTP Exc GST" amount is entered, the GST amount will be calculated using the value stored in the Global Control for gst_rate. The calculation is as follows: "Initial CTP Ex GST" * gst_rate = "Initial CTP GST"

Standard Reports

FBT Employee Quarterly (New Zealand Only)

Settings to check:

Item

Comment

Setup / Reference Data > gb_controls > "country_code"

The value should be 'NZ'

Setup / Reference Data > gb_controls > "gst_rate"

Check the GST rate is correct for NZ

Setup / Reference Data > qt_vehicle_types > "lct_flag"

Update so that all records have this field set to 'yes'. This will prevent Luxury Car Tax (LCT) and Luxury Car Charge (LCC) values from calculating

Useful Queries

SELECT * FROM gb_controls WHERE name IN ('country_code','gst_rate'); SELECT * FROM gl_gst_codes; SELECT * FROM qt_vehicle_types;