1 ADD TABLE "COAConversion"
3 LABEL "Chart of Accounts Conversion"
4 DESCRIPTION "This file servers as a conversion matrix table for converting the old chart of accounts for all companies intop APMS"
7 ADD FIELD "CompanyCode" OF "COAConversion" AS integer
8 DESCRIPTION "The code used to refer to a company."
17 ADD FIELD "AccountCode" OF "COAConversion" AS decimal
18 DESCRIPTION "The code of the account."
28 ADD FIELD "OldAccountCode" OF "COAConversion" AS decimal
29 DESCRIPTION "The code of the account from the old Chart of Account."
39 ADD INDEX "XPOldAccountCode" ON "COAConversion"
42 INDEX-FIELD "CompanyCode" ASCENDING
43 INDEX-FIELD "OldAccountCode" ASCENDING
45 ADD INDEX "XAAccountCode" ON "COAConversion"
47 INDEX-FIELD "CompanyCode" ASCENDING
48 INDEX-FIELD "AccountCode" ASCENDING
50 UPDATE INDEX "XPKRentChargeType" OF "RentChargeType"