CUSTOMER_ACCOUNTS

0 rows


Description

Customer accounts

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

CUSTOMERACCOUNT_ID int 4 null

The Customer Account ID

RECEIPTHEADER_ID int 4 null

ID of the receipt header

RECEIPTPAYMENT_ID int 4 null

The receipt payment ID that the Customer Account is related to

CUSTOMER_ID int 4 null

Customer ID of the Account

CUSTOMER_NAME varchar 511 null

The name of the Customer associated with the account

COMPANY_ID int 4 null

The third-party account company

COMPANY_NAME varchar 255 null

The third-party account Company Name

SITE_ID int 4 null

ID of the Site where the Customer Account was processed

SITE_NAME varchar 255 null

Name of the Site where the Customer Account was processed

WORKSTATION_ID int 4 null

ID of workstation where this Customer Account was processed

WORKSTATION_NAME varchar 45 null

Name of workstation where this Customer Account was processed

SYSTEMUSER_ID int 4 null

ID of the system user who created the transaction

SYSTEM_USER_NAME varchar 511 null

Name of the system user who created the transaction

TRANSACTIONTYPE varchar 100 null

Transaction type of the Customer Account

AMOUNT money 21,4 null

The gross amount sold (including zero). This is the amount after discount: the actual paid amount.

DESCRIPTION varchar 100 null

The description of this Customer Accout item

DATESTAMP datetime 16,3 null

The date and time the Customer Account was created

VOIDED char 3 null

Whether the Customer Account has been voided (Yes/No)

VOIDEDBY int 4 null

The ID of the system user who voided the Customer Account

VOIDED_BY_USER_NAME varchar 511 null

The name of the system user who voided the Customer Account

VOIDEDON datetime 16,3 null

The date and time that the Customer Account was voided

EXPIRATIONDATE datetime 16,3 null

The date and time the Customer Account expires

LAST_SYNC_TIME datetime 16,3 null

Date and time dbo record was last modified

Relationships

View Definition


Possibly Referenced Tables/Views