# GLAccountTypes: Exact Online Domain GLAccountTypes Lookup-table that translates code values of the domain 'GLAccountTypes' into descriptions. - Catalog: `ExactOnlineREST` - Schema: `CodeValues` - Label: Domain GLAccountTypes Example: The code value '10' means 'Cash'. - Retrieve: True ## View Columns The columns of the view `GLAccountTypes` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `code` | `varchar2`(240) | Code | ☑ | Unique code within the domain. | | `description` | `varchar2`(4000) | Description | ☐ | Meaning of the unique code within the domain. | | `domain` | `varchar2`(240) | Domain | ☑ | Each domain defines a map of codes to values. | | `resource_code` | `varchar2`(240) | Resource Code | ☐ | Resource code for internationalization. | ## Values | Code | Description | |:---:|---| | `10` | Cash | | `100` | Sales tax payable | | `110` | Revenue | | `111` | Cost of goods | | `12` | Bank | | `120` | Other costs | | `121` | Sales, marketing general expenses | | `122` | Depreciation costs | | `123` | Research and development | | `125` | Employee costs | | `126` | Labor costs | | `130` | Exceptional costs | | `14` | Credit card | | `140` | Exceptional income | | `150` | Income taxes | | `16` | Payment service | | `160` | Interest income | | `20` | Accounts receivable | | `22` | Accounts payable | | `24` | VAT | | `25` | Employees payable | | `26` | Prepaid expenses | | `27` | Accrued expenses | | `29` | Income tax payable | | `30` | Fixed assets | | `32` | Other assets | | `35` | Accumulated depreciations | | `40` | Inventory | | `50` | Capital stock | | `52` | Retained earnings | | `55` | Long term debt | | `60` | Current portion of debt | | `90` | General |