-
Notifications
You must be signed in to change notification settings - Fork 2
GLAccount
PatrickLane edited this page Nov 17, 2014
·
3 revisions
It represents a general ledger account in the accountsIQ system. It is used by all posting and transaction creating functions.
GLAccount members
Name | Type | Description | Constraints |
---|---|---|---|
GLAccountCode | String | Get the unique general ledger account identifier. |
|
GLAccountName | String | Get/Set the general ledger account name or description. |
|
GLGroupID | String | Get/Set the identifier of the general ledger group the account belongs to. |
|
GLTypeID | GLType | Get the account type of the general ledger account. Possible values are:
|
|
CurrencyCode | String | Get the currency used by the general ledger account. Can only be the system's base currency code. | |
TaxID | String | Get/Set the default VAT account code applied to transaction hitting this general ledger account. |
|
GLCategoryID | String | Get/Set the general ledger category unique identifier. |
|
GLSubCategoryID | String | Get/Set the general ledger sub-category unique identifier. |
|
Notes | String | Get/Set user notes on the account. |
|
UserID | String | Get the user identifier of the account's creator. |
|
ReferenceGLAccountCode | String | Get/Set an account as being the reference GL account for the current account. Not mandatory. |
|
DepartmentID | String | Get/Set a default department for all transaction hitting the general ledger account. Not mandatory. |
|
ParentGLAccountCode | String | Get/Set a general account code as being the parent of the current account. Used with statistics. Not mandatory. |
|
Departmental | Boolean | Get/Set a flag indicating whether the general ledger account is departmental or not. If it is, all transactions hitting the account must carry a valid department identifier. |