|
• Suppliers
|
• Trailer codes
|
|
• Customers
|
• Service categories
|
|
• Product lines
|
• Service agreement terms
|
|
• Items
|
|



Error | Explanation |
Tax class cannot be converted. | Class file does not contain a GST class that matches the one in the master record. |
GST class must exist 0%. | GST class master must have at least one GST class with a zero percentage. |
Blank tax class not allowed. | GST class is blank in the class file. |
Tax class cannot exceed 3 characters (xxx). | GST class in the class file is longer than three characters. The message shows the first three characters. |
Tax class does not exist (x). | GST class in the class file does not exist in the GST master. |
Tax class is not unique (x). | GST class occurs in multiple places in the class file. |
Tax class does not exist (xxx). | GTM tax class in the class file does not exist in the GTM tax class master. |
Tax usage cannot exceed 8 characters (xxxxxxxx). | GTM tax usage in the class file is longer than eight characters. Message shows the first eight characters. |
Tax usage does not exist (xxxxxxxx). | GTM tax usage in the class file does not exist in the GTM tax usage master. |
Tax class/tax usage combination is not unique (xxx xxxxxxxx). | GTM tax class and tax usage combination occurs in multiple places in the class file. |
Conversion will ignore tax class (x). | Class file does not have an entry for a GST class that is in the class master. |
x, xxx, and xxxxxxxx are placeholders for the actual codes displayed in the error message. | |
Table | Summary of Changes |
ad_mstr | In supplier records, txcanvd.p sets ad_taxable from vd_taxable. It also sets ad_taxc and ad_tax_usage from ad_taxc or from the class file, if any. If vd_taxable is No, ad_taxc is GST only; otherwise, GST + PST. In customer records, txcancm.p sets ad_taxable from cm_taxable and ad_tax_in from cm_tax_in. It also sets cm_taxc and ad_tax_usage from cm_taxc or from the class file, if any. If cm_pst is No, the tax class is GST only; otherwise, GST + PST. In all address records, txcanct.p sets ad_ctry from ad_country and visa versa. txcanzn.p calls txtxzget.p to set ad_tax_zone. |
fsc_mstr | txcanfsc.p sets fsc_taxc from fsc_taxc or from the class file if any. Tax class is set to GST only. |
pl_mstr | txcanpl.p sets pl_taxc from pl_taxc or from the class file, if any. If pl_pst is No, the tax class is GST only; if it is Yes, to GST + PST. |
pt_mstr | txcanpt.p sets pt_taxc from pt_taxc or from the class file, if any. Tax class is set to GST only. |
sv_mstr | txcansv.p sets sv_taxc and sv_tax_usage from sv_taxc or from the class file, if any. Tax class is set to GST only. |
trl_mstr | txcantrl.p sets trl_taxc from trl_taxc or from the class file, if any. It also sets trl_taxable to Yes. If trl_pst is No, the tax class is GST only; if it is Yes, to GST + PST. |