This table stores a quick book account gl account data |
quick_books_account_KEY | int (4) | NOT NULL | Primary key. |
gl_account_KEY | int (4) | NOT NULL | The GL Account for this quick book account. |
gl_account_type_KEY | int (4) | NOT NULL | The GL Account Type for this quick book account. Not required to match the type of the GL Account. |
is_core_account | bit (1) | NOT NULL | Indicates that this quick books account can be considered a core account. |
quick_books_account_integration_direction_KEY | tinyint (1) | NOT NULL | Tells if the given GL Account was a result of an Import, or is for Export or if it pulls double duty. |