Table chart_of_accounts_types

Table chart_of_accounts_types holds the general ledger accounts types and identifies how the accounts map to the accounting standards. The type should not be changed but the descriptions may be for language translations.           

NOTE: DO NOT EDIT THE id OR asset FIELD. These vales are used by the system to validate the balance sheet and income statement.

Table Type: MyISAM

Field Type Default Description
id int (11) NOT NULL PRIMARY KEY - Identifies the account type id number.
descriptionvarchar (30)NOT NULLNarrative description of the account type. Can be chaged for language translations.
assetenum (0, 1)0States whether the account type is an asset or liability. DO NOT EDIT THIS FIELD.